summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app-text/lcdf-typetools/ChangeLog6
-rw-r--r--app-text/lcdf-typetools/lcdf-typetools-2.66.ebuild23
-rw-r--r--app-text/lcdf-typetools/lcdf-typetools-2.71.ebuild23
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
-}