diff options
author | Pacho Ramos <pacho@gentoo.org> | 2013-02-16 12:28:36 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2013-02-16 12:28:36 +0000 |
commit | ad2e6538125feb3d9f44074f3ae02d1cf0a4b83c (patch) | |
tree | dfdb4586673e8a4b9cebb7f71c84531d8702f94c /app-text | |
parent | Cleanup due bug #96436 (diff) | |
download | gentoo-2-ad2e6538125feb3d9f44074f3ae02d1cf0a4b83c.tar.gz gentoo-2-ad2e6538125feb3d9f44074f3ae02d1cf0a4b83c.tar.bz2 gentoo-2-ad2e6538125feb3d9f44074f3ae02d1cf0a4b83c.zip |
Cleanup due bug #96436
(Portage version: 2.1.11.52/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/mathtex/ChangeLog | 9 | ||||
-rw-r--r-- | app-text/mathtex/mathtex-1.03.ebuild | 44 | ||||
-rw-r--r-- | app-text/mathtex/metadata.xml | 3 |
3 files changed, 7 insertions, 49 deletions
diff --git a/app-text/mathtex/ChangeLog b/app-text/mathtex/ChangeLog index ef6b583f6655..cbb03d6999fc 100644 --- a/app-text/mathtex/ChangeLog +++ b/app-text/mathtex/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-text/mathtex -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/mathtex/ChangeLog,v 1.4 2011/08/24 19:49:56 maekke Exp $ +# 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 $ + + 16 Feb 2013; Pacho Ramos <pacho@gentoo.org> -mathtex-1.03.ebuild, + metadata.xml: + Cleanup due bug #96436 24 Aug 2011; Markus Meier <maekke@gentoo.org> mathtex-1.04.ebuild: x86 stable, bug #377911 @@ -21,4 +25,3 @@ +metadata.xml: Initial import. Ebuild by me and Constantin Bergemann, bug #219138. Required for pidgintex but is useful on its own ;) - diff --git a/app-text/mathtex/mathtex-1.03.ebuild b/app-text/mathtex/mathtex-1.03.ebuild deleted file mode 100644 index c1698b33069a..000000000000 --- a/app-text/mathtex/mathtex-1.03.ebuild +++ /dev/null @@ -1,44 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/mathtex/mathtex-1.03.ebuild,v 1.1 2009/12/21 20:34:57 pva Exp $ - -EAPI="2" - -inherit toolchain-funcs - -DESCRIPTION="MathTeX lets you easily embed LaTeX math in your own html pages, blogs, wikis, etc" -HOMEPAGE="http://www.forkosh.com/mathtex.html" -SRC_URI="http://www.forkosh.com/${P}.zip" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND="app-text/dvipng - virtual/latex-base" -DEPEND="" - -einfo_run_command() { - einfo "${@}" - ${@} || die -} - -src_compile() { - einfo_run_command $(tc-getCC) \ - ${CFLAGS} ${LDFLAGS} \ - -DLATEX=\"/usr/bin/latex\" \ - -DDVIPNG=\"/usr/bin/dvipng\" \ - mathtex.c -o mathtex -} - -src_install() { - dobin mathtex || die - dodoc README || die - dohtml mathtex.html || die -} - -pkg_postinst() { - elog "To use mathtex in your web-pages, just link /usr/bin/mathtex" - elog "to your cgi-bin subdirectory!" -} diff --git a/app-text/mathtex/metadata.xml b/app-text/mathtex/metadata.xml index 353a6a0743fe..7c07759d1362 100644 --- a/app-text/mathtex/metadata.xml +++ b/app-text/mathtex/metadata.xml @@ -2,8 +2,7 @@ <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> <maintainer> - <email>pva@gentoo.org</email> - <name>Peter Volkov</name> + <email>maintainer-needed@gentoo.org</email> </maintainer> <use> <flag name='png'>Generate png images by default instead of gif</flag> |