diff options
Diffstat (limited to 'app-text/mathtex')
-rw-r--r-- | app-text/mathtex/ChangeLog | 5 | ||||
-rw-r--r-- | app-text/mathtex/mathtex-1.04.ebuild | 6 | ||||
-rw-r--r-- | app-text/mathtex/metadata.xml | 26 |
3 files changed, 20 insertions, 17 deletions
diff --git a/app-text/mathtex/ChangeLog b/app-text/mathtex/ChangeLog index cbb03d6999fc..e59a450c5cf1 100644 --- a/app-text/mathtex/ChangeLog +++ b/app-text/mathtex/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-text/mathtex # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/mathtex/ChangeLog,v 1.5 2013/02/16 12:28:36 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/mathtex/ChangeLog,v 1.6 2013/07/10 09:57:10 mrueg Exp $ + + 10 Jul 2013; Manuel Rüger <mrueg@gentoo.org> metadata.xml: + Taking maintainership 16 Feb 2013; Pacho Ramos <pacho@gentoo.org> -mathtex-1.03.ebuild, metadata.xml: diff --git a/app-text/mathtex/mathtex-1.04.ebuild b/app-text/mathtex/mathtex-1.04.ebuild index fcdd54ba7384..d5b1717f8eae 100644 --- a/app-text/mathtex/mathtex-1.04.ebuild +++ b/app-text/mathtex/mathtex-1.04.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/mathtex/mathtex-1.04.ebuild,v 1.3 2011/08/24 19:49:56 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/mathtex/mathtex-1.04.ebuild,v 1.4 2013/07/10 09:57:10 mrueg Exp $ -EAPI="4" +EAPI=5 inherit toolchain-funcs diff --git a/app-text/mathtex/metadata.xml b/app-text/mathtex/metadata.xml index 7c07759d1362..0722c89f1d72 100644 --- a/app-text/mathtex/metadata.xml +++ b/app-text/mathtex/metadata.xml @@ -1,17 +1,17 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> -<maintainer> - <email>maintainer-needed@gentoo.org</email> -</maintainer> -<use> -<flag name='png'>Generate png images by default instead of gif</flag> -</use> -<longdescription> - MathTeX parses a LaTeX math expression and immediately emits the corresponding - gif (or png) image. It can be used as cgi program to embed LaTeX math in your - own html pages, blogs, wikis, etc. Just place an html img tag in your - document wherever you want to see the corresponding LaTeX expression. Take a - look at homepage for examples. -</longdescription> + <maintainer> + <email>mrueg@gentoo.org</email> + <name>Manuel Rüger</name> + </maintainer> + <use> + <flag name='png'>Generate png images by default instead of gif</flag> + </use> + <longdescription>MathTeX parses a LaTeX math expression and immediately emits + the corresponding gif (or png) image. It can be used as cgi program to embed + LaTeX math in your own html pages, blogs, wikis, etc. Just place an html img + tag in your document wherever you want to see the corresponding LaTeX + expression. Take a look at homepage for examples. + </longdescription> </pkgmetadata> |