diff options
author | Alexis Ballier <aballier@gentoo.org> | 2008-12-23 14:18:39 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2008-12-23 14:18:39 +0000 |
commit | 8d4b42148a91c10ae0c28e6b4cea20e067ff632c (patch) | |
tree | 75b88bd7506d7a4435708c548a3585ab76df9424 /app-text/lcdf-typetools | |
parent | version bump (diff) | |
download | gentoo-2-8d4b42148a91c10ae0c28e6b4cea20e067ff632c.tar.gz gentoo-2-8d4b42148a91c10ae0c28e6b4cea20e067ff632c.tar.bz2 gentoo-2-8d4b42148a91c10ae0c28e6b4cea20e067ff632c.zip |
remove unused versions
(Portage version: 2.2_rc18/cvs/Linux 2.6.27.10 x86_64)
Diffstat (limited to 'app-text/lcdf-typetools')
-rw-r--r-- | app-text/lcdf-typetools/ChangeLog | 6 | ||||
-rw-r--r-- | app-text/lcdf-typetools/lcdf-typetools-2.66.ebuild | 23 | ||||
-rw-r--r-- | app-text/lcdf-typetools/lcdf-typetools-2.71.ebuild | 23 |
3 files changed, 5 insertions, 47 deletions
diff --git a/app-text/lcdf-typetools/ChangeLog b/app-text/lcdf-typetools/ChangeLog index 21bc6e14967b..199bb9f6799b 100644 --- a/app-text/lcdf-typetools/ChangeLog +++ b/app-text/lcdf-typetools/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-text/lcdf-typetools # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/lcdf-typetools/ChangeLog,v 1.29 2008/12/23 14:17:20 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/lcdf-typetools/ChangeLog,v 1.30 2008/12/23 14:18:39 aballier Exp $ + + 23 Dec 2008; Alexis Ballier <aballier@gentoo.org> + -lcdf-typetools-2.66.ebuild, -lcdf-typetools-2.71.ebuild: + remove unused versions *lcdf-typetools-2.72 (23 Dec 2008) diff --git a/app-text/lcdf-typetools/lcdf-typetools-2.66.ebuild b/app-text/lcdf-typetools/lcdf-typetools-2.66.ebuild deleted file mode 100644 index 484d0b7ea54c..000000000000 --- a/app-text/lcdf-typetools/lcdf-typetools-2.66.ebuild +++ /dev/null @@ -1,23 +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/lcdf-typetools/lcdf-typetools-2.66.ebuild,v 1.17 2008/05/12 20:33:14 nixnut Exp $ - -DESCRIPTION="Font utilities for eg manipulating OTF" -SRC_URI="http://www.lcdf.org/type/${P}.tar.gz" -HOMEPAGE="http://www.lcdf.org/type/#typetools" -KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd" -SLOT="0" -LICENSE="GPL-2" -IUSE="kpathsea" - -DEPEND="kpathsea? ( virtual/tex-base )" - -src_compile() { - econf $(use_with kpathsea) || die "econf failed" - emake || die "emake failed" -} - -src_install() { - emake DESTDIR="${D}" install || die "emake install failed" - dodoc NEWS README ONEWS -} diff --git a/app-text/lcdf-typetools/lcdf-typetools-2.71.ebuild b/app-text/lcdf-typetools/lcdf-typetools-2.71.ebuild deleted file mode 100644 index 7bafb1c6ddbd..000000000000 --- a/app-text/lcdf-typetools/lcdf-typetools-2.71.ebuild +++ /dev/null @@ -1,23 +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/lcdf-typetools/lcdf-typetools-2.71.ebuild,v 1.1 2008/08/17 10:40:03 aballier Exp $ - -DESCRIPTION="Font utilities for eg manipulating OTF" -SRC_URI="http://www.lcdf.org/type/${P}.tar.gz" -HOMEPAGE="http://www.lcdf.org/type/#typetools" -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" -SLOT="0" -LICENSE="GPL-2" -IUSE="kpathsea" - -DEPEND="kpathsea? ( virtual/tex-base )" - -src_compile() { - econf $(use_with kpathsea) || die "econf failed" - emake || die "emake failed" -} - -src_install() { - emake DESTDIR="${D}" install || die "emake install failed" - dodoc NEWS README ONEWS -} |