diff options
author | Tim Harder <radhermit@gentoo.org> | 2012-03-25 07:42:25 +0000 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2012-03-25 07:42:25 +0000 |
commit | 73e4be731c7ba5e1840c3d22cf34b7992495610c (patch) | |
tree | ba522cd9dc64717d48da7cbd9f3852d2cb170958 /app-text/mftrace | |
parent | Remove old. (diff) | |
download | gentoo-2-73e4be731c7ba5e1840c3d22cf34b7992495610c.tar.gz gentoo-2-73e4be731c7ba5e1840c3d22cf34b7992495610c.tar.bz2 gentoo-2-73e4be731c7ba5e1840c3d22cf34b7992495610c.zip |
Remove old.
(Portage version: 2.2.0_alpha95/cvs/Linux x86_64)
Diffstat (limited to 'app-text/mftrace')
-rw-r--r-- | app-text/mftrace/ChangeLog | 7 | ||||
-rw-r--r-- | app-text/mftrace/files/mftrace-1.2.13-python-2.6.patch | 18 | ||||
-rw-r--r-- | app-text/mftrace/mftrace-1.2.13-r1.ebuild | 53 | ||||
-rw-r--r-- | app-text/mftrace/mftrace-1.2.13.ebuild | 42 | ||||
-rw-r--r-- | app-text/mftrace/mftrace-1.2.16.ebuild | 49 |
5 files changed, 6 insertions, 163 deletions
diff --git a/app-text/mftrace/ChangeLog b/app-text/mftrace/ChangeLog index 55e596ace24e..11320af0fb5a 100644 --- a/app-text/mftrace/ChangeLog +++ b/app-text/mftrace/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-text/mftrace # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/mftrace/ChangeLog,v 1.67 2012/01/06 16:52:12 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/mftrace/ChangeLog,v 1.68 2012/03/25 07:42:25 radhermit Exp $ + + 25 Mar 2012; Tim Harder <radhermit@gentoo.org> -mftrace-1.2.13.ebuild, + -mftrace-1.2.13-r1.ebuild, -files/mftrace-1.2.13-python-2.6.patch, + -mftrace-1.2.16.ebuild: + Remove old. 06 Jan 2012; Brent Baude <ranger@gentoo.org> mftrace-1.2.17.ebuild: Marking mftrace-1.2.17 ppc for bug 390661 diff --git a/app-text/mftrace/files/mftrace-1.2.13-python-2.6.patch b/app-text/mftrace/files/mftrace-1.2.13-python-2.6.patch deleted file mode 100644 index dd0fb8986080..000000000000 --- a/app-text/mftrace/files/mftrace-1.2.13-python-2.6.patch +++ /dev/null @@ -1,18 +0,0 @@ ---- mftrace-1.2.13/mftrace.py~ 2009-08-02 07:19:04.000000000 +0100 -+++ mftrace-1.2.13/mftrace.py 2009-08-02 07:19:06.000000000 +0100 -@@ -326,11 +326,11 @@ - - return (name, cods) - --def zip_to_pairs (as): -+def zip_to_pairs (xs): - r = [] -- while as: -- r.append ((as[0], as[1])) -- as = as[2:] -+ while xs: -+ r.append ((xs[0], xs[1])) -+ xs = xs[2:] - return r - - def unzip_pairs (tups): diff --git a/app-text/mftrace/mftrace-1.2.13-r1.ebuild b/app-text/mftrace/mftrace-1.2.13-r1.ebuild deleted file mode 100644 index a104accc71d8..000000000000 --- a/app-text/mftrace/mftrace-1.2.13-r1.ebuild +++ /dev/null @@ -1,53 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/mftrace/mftrace-1.2.13-r1.ebuild,v 1.3 2011/12/03 18:10:59 armin76 Exp $ - -EAPI="3" -PYTHON_DEPEND="2" - -inherit python multilib toolchain-funcs eutils - -DESCRIPTION="Traces TeX fonts to PFA or PFB fonts (formerly pktrace)" -HOMEPAGE="http://lilypond.org/mftrace/" -SRC_URI="http://lilypond.org/download/sources/mftrace/${P}.tar.gz" -LICENSE="GPL-2" -KEYWORDS="~amd64 ~ppc ~x86" -# SLOT 1 was used in pktrace ebuild -SLOT="1" -IUSE="truetype" - -DEPEND="|| ( media-gfx/potrace >=media-gfx/autotrace-0.30 )" -RDEPEND="${DEPEND} - virtual/latex-base - >=app-text/t1utils-1.25 - truetype? ( media-gfx/fontforge )" - -pkg_setup() { - python_set_active_version 2 -} - -src_prepare() { - epatch "${FILESDIR}/${P}-python-2.6.patch" -} - -src_configure() { - tc-export CC - econf --datadir=$(python_get_sitedir) -} - -src_compile() { - emake CFLAGS="-Wall ${CFLAGS}" || die "emake failed" -} - -src_install () { - emake DESTDIR="${D}" PYC_MODULES="" install || die "make install failed" - dodoc README.txt ChangeLog -} - -pkg_postinst() { - python_mod_optimize mftrace -} - -pkg_postrm() { - python_mod_cleanup mftrace -} diff --git a/app-text/mftrace/mftrace-1.2.13.ebuild b/app-text/mftrace/mftrace-1.2.13.ebuild deleted file mode 100644 index f85e00603cba..000000000000 --- a/app-text/mftrace/mftrace-1.2.13.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/mftrace/mftrace-1.2.13.ebuild,v 1.12 2011/12/03 18:10:59 armin76 Exp $ - -EAPI="2" - -inherit python multilib toolchain-funcs eutils - -DESCRIPTION="traces TeX fonts to PFA or PFB fonts (formerly pktrace)" -HOMEPAGE="http://lilypond.org/mftrace/" -SRC_URI="http://lilypond.org/download/sources/mftrace/${P}.tar.gz" -LICENSE="GPL-2" -KEYWORDS="amd64 ppc x86" -# SLOT 1 was used in pktrace ebuild -SLOT="1" -IUSE="truetype" - -DEPEND=">=dev-lang/python-2.2.2 - || ( media-gfx/potrace >=media-gfx/autotrace-0.30 )" - -RDEPEND="${DEPEND} - virtual/latex-base - >=app-text/t1utils-1.25 - truetype? ( media-gfx/fontforge )" - -src_prepare() { - epatch "${FILESDIR}/${P}-python-2.6.patch" -} - -src_configure() { - tc-export CC - econf --datadir=$(python_get_sitedir) -} - -src_compile() { - emake CFLAGS="-Wall ${CFLAGS}" || die "emake failed" -} - -src_install () { - emake DESTDIR="${D}" install || die "make install failed" - dodoc README.txt ChangeLog -} diff --git a/app-text/mftrace/mftrace-1.2.16.ebuild b/app-text/mftrace/mftrace-1.2.16.ebuild deleted file mode 100644 index 47ecc1eb6a21..000000000000 --- a/app-text/mftrace/mftrace-1.2.16.ebuild +++ /dev/null @@ -1,49 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/mftrace/mftrace-1.2.16.ebuild,v 1.3 2011/12/03 18:10:59 armin76 Exp $ - -EAPI="3" -PYTHON_DEPEND="2" - -inherit python multilib toolchain-funcs - -DESCRIPTION="Traces TeX fonts to PFA or PFB fonts (formerly pktrace)" -HOMEPAGE="http://lilypond.org/mftrace/" -SRC_URI="http://lilypond.org/download/sources/mftrace/${P}.tar.gz" -LICENSE="GPL-2" -KEYWORDS="~amd64 ~hppa ~ppc ~x86" -# SLOT 1 was used in pktrace ebuild -SLOT="1" -IUSE="truetype" - -DEPEND="|| ( media-gfx/potrace >=media-gfx/autotrace-0.30 )" -RDEPEND="${DEPEND} - virtual/latex-base - >=app-text/t1utils-1.25 - truetype? ( media-gfx/fontforge )" - -pkg_setup() { - python_set_active_version 2 -} - -src_configure() { - tc-export CC - econf --datadir=$(python_get_sitedir) -} - -src_compile() { - emake CFLAGS="-Wall ${CFLAGS}" || die "emake failed" -} - -src_install () { - emake DESTDIR="${D}" PYC_MODULES="" install || die "make install failed" - dodoc README.txt ChangeLog -} - -pkg_postinst() { - python_mod_optimize mftrace -} - -pkg_postrm() { - python_mod_cleanup mftrace -} |