summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2010-06-01 14:32:17 +0000
committerArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2010-06-01 14:32:17 +0000
commitc8d5b9cae1203ccf5c0591430de541ccc6aaca43 (patch)
tree2562013a054a5aa53958510609779d968ef0d79c /app-text/mftrace
parentMarked ppc stable for bug #285213. (diff)
downloadgentoo-2-c8d5b9cae1203ccf5c0591430de541ccc6aaca43.tar.gz
gentoo-2-c8d5b9cae1203ccf5c0591430de541ccc6aaca43.tar.bz2
gentoo-2-c8d5b9cae1203ccf5c0591430de541ccc6aaca43.zip
Delete older ebuilds.
Diffstat (limited to 'app-text/mftrace')
-rw-r--r--app-text/mftrace/mftrace-1.0.34.ebuild38
-rw-r--r--app-text/mftrace/mftrace-1.1.16.ebuild39
-rw-r--r--app-text/mftrace/mftrace-1.1.17.ebuild39
-rw-r--r--app-text/mftrace/mftrace-1.1.19.ebuild39
-rw-r--r--app-text/mftrace/mftrace-1.2.9.ebuild40
5 files changed, 0 insertions, 195 deletions
diff --git a/app-text/mftrace/mftrace-1.0.34.ebuild b/app-text/mftrace/mftrace-1.0.34.ebuild
deleted file mode 100644
index 1a7510c44651..000000000000
--- a/app-text/mftrace/mftrace-1.0.34.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/mftrace/mftrace-1.0.34.ebuild,v 1.10 2008/09/04 06:11:32 opfer Exp $
-
-IUSE="truetype"
-
-DESCRIPTION="traces TeX fonts to PFA or PFB fonts (formerly pktrace)"
-HOMEPAGE="http://www.xs4all.nl/~hanwen/mftrace/"
-SRC_URI="http://www.xs4all.nl/~hanwen/mftrace/${P}.tar.gz"
-LICENSE="GPL-2"
-KEYWORDS="alpha x86 ppc amd64 sparc ia64"
-# SLOT 1 was used in pktrace ebuild
-SLOT="1"
-
-DEPEND=">=dev-lang/python-2.2.2
- || ( >=media-gfx/autotrace-0.30 media-gfx/potrace )"
-
-RDEPEND=">=dev-lang/python-2.2.2
- virtual/latex-base
- >=app-text/t1utils-1.25
- truetype? ( media-gfx/fontforge )"
-
-src_compile() {
- local PYVER=$(python -V 2>&1 | sed -e 's:Python \([0-9].[0-9]\).*:\1:')
- econf --datadir=/usr/lib/python${PYVER}/site-packages || die "econf failed"
- emake || die "emake failed"
-}
-
-src_install () {
- local PYVER=$(python -V 2>&1 | sed -e 's:Python \([0-9].[0-9]\).*:\1:')
- make \
- prefix=${D}/usr \
- datadir=${D}/usr/lib/python${PYVER}/site-packages/mftrace \
- mandir=${D}/usr/share/man \
- install || die "make install failed"
-
- dodoc README.txt ChangeLog
-}
diff --git a/app-text/mftrace/mftrace-1.1.16.ebuild b/app-text/mftrace/mftrace-1.1.16.ebuild
deleted file mode 100644
index 21580b6b6bb8..000000000000
--- a/app-text/mftrace/mftrace-1.1.16.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/mftrace/mftrace-1.1.16.ebuild,v 1.9 2008/09/04 06:11:32 opfer Exp $
-
-IUSE="truetype"
-inherit python multilib
-
-DESCRIPTION="traces TeX fonts to PFA or PFB fonts (formerly pktrace)"
-HOMEPAGE="http://www.xs4all.nl/~hanwen/mftrace/"
-SRC_URI="http://www.xs4all.nl/~hanwen/mftrace/${P}.tar.gz"
-LICENSE="GPL-2"
-KEYWORDS="alpha ~amd64 ia64 ppc sparc x86"
-# SLOT 1 was used in pktrace ebuild
-SLOT="1"
-
-DEPEND=">=dev-lang/python-2.2.2
- || ( >=media-gfx/autotrace-0.30 media-gfx/potrace )"
-
-RDEPEND="${DEPEND}
- virtual/latex-base
- >=app-text/t1utils-1.25
- truetype? ( media-gfx/fontforge )"
-
-src_compile() {
- python_version
- econf --datadir=/usr/$(get_libdir)/python${PYVER}/site-packages || die "econf failed"
- emake || die "emake failed"
-}
-
-src_install () {
- python_version
- make \
- prefix=${D}/usr \
- datadir=${D}/usr/$(get_libdir)/python${PYVER}/site-packages/mftrace \
- mandir=${D}/usr/share/man \
- install || die "make install failed"
-
- dodoc README.txt ChangeLog
-}
diff --git a/app-text/mftrace/mftrace-1.1.17.ebuild b/app-text/mftrace/mftrace-1.1.17.ebuild
deleted file mode 100644
index 21a1315526b0..000000000000
--- a/app-text/mftrace/mftrace-1.1.17.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/mftrace/mftrace-1.1.17.ebuild,v 1.6 2008/09/04 06:11:32 opfer Exp $
-
-IUSE="truetype"
-inherit python multilib
-
-DESCRIPTION="traces TeX fonts to PFA or PFB fonts (formerly pktrace)"
-HOMEPAGE="http://www.xs4all.nl/~hanwen/mftrace/"
-SRC_URI="http://www.xs4all.nl/~hanwen/mftrace/${P}.tar.gz"
-LICENSE="GPL-2"
-KEYWORDS="~alpha ~amd64 ia64 ~ppc ~sparc ~x86"
-# SLOT 1 was used in pktrace ebuild
-SLOT="1"
-
-DEPEND=">=dev-lang/python-2.2.2
- || ( >=media-gfx/autotrace-0.30 media-gfx/potrace )"
-
-RDEPEND="${DEPEND}
- virtual/latex-base
- >=app-text/t1utils-1.25
- truetype? ( media-gfx/fontforge )"
-
-src_compile() {
- python_version
- econf --datadir=/usr/$(get_libdir)/python${PYVER}/site-packages || die "econf failed"
- emake CFLAGS="-Wall ${CFLAGS}" || die "emake failed"
-}
-
-src_install () {
- python_version
- make \
- prefix=${D}/usr \
- datadir=${D}/usr/$(get_libdir)/python${PYVER}/site-packages/mftrace \
- mandir=${D}/usr/share/man \
- install || die "make install failed"
-
- dodoc README.txt ChangeLog
-}
diff --git a/app-text/mftrace/mftrace-1.1.19.ebuild b/app-text/mftrace/mftrace-1.1.19.ebuild
deleted file mode 100644
index adef1559a34f..000000000000
--- a/app-text/mftrace/mftrace-1.1.19.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/mftrace/mftrace-1.1.19.ebuild,v 1.4 2008/09/04 06:11:32 opfer Exp $
-
-IUSE="truetype"
-inherit python multilib
-
-DESCRIPTION="traces TeX fonts to PFA or PFB fonts (formerly pktrace)"
-HOMEPAGE="http://www.xs4all.nl/~hanwen/mftrace/"
-SRC_URI="http://www.xs4all.nl/~hanwen/mftrace/${P}.tar.gz"
-LICENSE="GPL-2"
-KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86"
-# SLOT 1 was used in pktrace ebuild
-SLOT="1"
-
-DEPEND=">=dev-lang/python-2.2.2
- || ( >=media-gfx/autotrace-0.30 media-gfx/potrace )"
-
-RDEPEND="${DEPEND}
- virtual/latex-base
- >=app-text/t1utils-1.25
- truetype? ( media-gfx/fontforge )"
-
-src_compile() {
- python_version
- econf --datadir=/usr/$(get_libdir)/python${PYVER}/site-packages || die "econf failed"
- emake CFLAGS="-Wall ${CFLAGS}" || die "emake failed"
-}
-
-src_install () {
- python_version
- make \
- prefix=${D}/usr \
- datadir=${D}/usr/$(get_libdir)/python${PYVER}/site-packages/mftrace \
- mandir=${D}/usr/share/man \
- install || die "make install failed"
-
- dodoc README.txt ChangeLog
-}
diff --git a/app-text/mftrace/mftrace-1.2.9.ebuild b/app-text/mftrace/mftrace-1.2.9.ebuild
deleted file mode 100644
index 167fa26d8a1f..000000000000
--- a/app-text/mftrace/mftrace-1.2.9.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/mftrace/mftrace-1.2.9.ebuild,v 1.8 2008/09/04 06:11:32 opfer Exp $
-
-IUSE="truetype"
-inherit python multilib
-
-DESCRIPTION="traces TeX fonts to PFA or PFB fonts (formerly pktrace)"
-HOMEPAGE="http://lilypond.org/download/sources/mftrace/"
-SRC_URI="http://lilypond.org/download/sources/mftrace/${P}.tar.gz"
-LICENSE="GPL-2"
-KEYWORDS="alpha amd64 ia64 ~ppc sparc x86"
-# SLOT 1 was used in pktrace ebuild
-SLOT="1"
-
-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_compile() {
- python_version
- econf --datadir=/usr/$(get_libdir)/python${PYVER}/site-packages || \
- die "econf failed"
- emake CFLAGS="-Wall ${CFLAGS}" || die "emake failed"
-}
-
-src_install () {
- python_version
- make \
- prefix=${D}/usr \
- datadir=${D}/usr/$(get_libdir)/python${PYVER}/site-packages/mftrace \
- mandir=${D}/usr/share/man \
- install || die "make install failed"
-
- dodoc README.txt ChangeLog
-}