summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2012-07-09 13:45:58 +0000
committerAlexis Ballier <aballier@gentoo.org>2012-07-09 13:45:58 +0000
commitaf888fd6dd15b84de981466acf5e42d3a9c219c7 (patch)
treed3e08124a909b26b5546621f4bcbb8a66c218c73 /app-text/lcdf-typetools
parentStable for amd64, wrt bug #425388 (diff)
downloadgentoo-2-af888fd6dd15b84de981466acf5e42d3a9c219c7.tar.gz
gentoo-2-af888fd6dd15b84de981466acf5e42d3a9c219c7.tar.bz2
gentoo-2-af888fd6dd15b84de981466acf5e42d3a9c219c7.zip
remove old
(Portage version: 2.2.0_alpha116/cvs/Linux x86_64)
Diffstat (limited to 'app-text/lcdf-typetools')
-rw-r--r--app-text/lcdf-typetools/ChangeLog6
-rw-r--r--app-text/lcdf-typetools/lcdf-typetools-2.85.ebuild24
2 files changed, 5 insertions, 25 deletions
diff --git a/app-text/lcdf-typetools/ChangeLog b/app-text/lcdf-typetools/ChangeLog
index d480cc2ebffc..bdbd5bc88a8b 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-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/lcdf-typetools/ChangeLog,v 1.86 2012/07/08 16:03:16 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/lcdf-typetools/ChangeLog,v 1.87 2012/07/09 13:45:58 aballier Exp $
+
+ 09 Jul 2012; Alexis Ballier <aballier@gentoo.org>
+ -lcdf-typetools-2.85.ebuild:
+ remove old
08 Jul 2012; Raúl Porcel <armin76@gentoo.org> lcdf-typetools-2.92.ebuild:
alpha/ia64/s390/sh/sparc stable wrt #418647
diff --git a/app-text/lcdf-typetools/lcdf-typetools-2.85.ebuild b/app-text/lcdf-typetools/lcdf-typetools-2.85.ebuild
deleted file mode 100644
index ee17db64f59d..000000000000
--- a/app-text/lcdf-typetools/lcdf-typetools-2.85.ebuild
+++ /dev/null
@@ -1,24 +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/lcdf-typetools/lcdf-typetools-2.85.ebuild,v 1.7 2011/01/23 11:57:39 xarthisius 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 arm hppa ia64 ppc ppc64 s390 sh sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
-SLOT="0"
-LICENSE="GPL-2"
-IUSE="kpathsea"
-
-DEPEND="kpathsea? ( virtual/tex-base )"
-RDEPEND="${DEPEND}"
-
-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
-}