diff options
author | Alexis Ballier <aballier@gentoo.org> | 2010-01-18 20:39:54 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2010-01-18 20:39:54 +0000 |
commit | 875a08cd40c904f21774e10c88faf77343b7fcc6 (patch) | |
tree | 9cb53ae3141fdb9805bbd27a635ecfd5f7390701 /app-text | |
parent | Marking activeresource-2.3.5-r1 ~ppc for bug 301007 (diff) | |
download | gentoo-2-875a08cd40c904f21774e10c88faf77343b7fcc6.tar.gz gentoo-2-875a08cd40c904f21774e10c88faf77343b7fcc6.tar.bz2 gentoo-2-875a08cd40c904f21774e10c88faf77343b7fcc6.zip |
remove old
(Portage version: 2.2_rc61/cvs/Linux x86_64)
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/lcdf-typetools/ChangeLog | 6 | ||||
-rw-r--r-- | app-text/lcdf-typetools/lcdf-typetools-2.69.ebuild | 24 | ||||
-rw-r--r-- | app-text/lcdf-typetools/lcdf-typetools-2.80.ebuild | 24 |
3 files changed, 5 insertions, 49 deletions
diff --git a/app-text/lcdf-typetools/ChangeLog b/app-text/lcdf-typetools/ChangeLog index 62e5885625df..5463e5352e80 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-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/lcdf-typetools/ChangeLog,v 1.49 2010/01/18 17:38:11 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/lcdf-typetools/ChangeLog,v 1.50 2010/01/18 20:39:54 aballier Exp $ + + 18 Jan 2010; Alexis Ballier <aballier@gentoo.org> + -lcdf-typetools-2.69.ebuild, -lcdf-typetools-2.80.ebuild: + remove old 18 Jan 2010; Brent Baude <ranger@gentoo.org> lcdf-typetools-2.79.ebuild: stable ppc64, bug 280266 diff --git a/app-text/lcdf-typetools/lcdf-typetools-2.69.ebuild b/app-text/lcdf-typetools/lcdf-typetools-2.69.ebuild deleted file mode 100644 index 3be9d8cb650d..000000000000 --- a/app-text/lcdf-typetools/lcdf-typetools-2.69.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2009 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.69.ebuild,v 1.9 2009/03/18 19:11:47 armin76 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" -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 -} diff --git a/app-text/lcdf-typetools/lcdf-typetools-2.80.ebuild b/app-text/lcdf-typetools/lcdf-typetools-2.80.ebuild deleted file mode 100644 index 8f41c2b8ed59..000000000000 --- a/app-text/lcdf-typetools/lcdf-typetools-2.80.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2010 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.80.ebuild,v 1.2 2010/01/02 11:27:33 fauli 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 ~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 -} |