diff options
author | Alexis Ballier <aballier@gentoo.org> | 2010-07-18 12:36:07 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2010-07-18 12:36:07 +0000 |
commit | bc47538f5a9eb7acd84f65c23a0f0b3866bfba68 (patch) | |
tree | b6249335267d506bcb2195bcde770a52e9761b9f /app-text/lcdf-typetools | |
parent | remove old (diff) | |
download | gentoo-2-bc47538f5a9eb7acd84f65c23a0f0b3866bfba68.tar.gz gentoo-2-bc47538f5a9eb7acd84f65c23a0f0b3866bfba68.tar.bz2 gentoo-2-bc47538f5a9eb7acd84f65c23a0f0b3866bfba68.zip |
remove old
(Portage version: 2.2_rc67/cvs/Linux 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.81.ebuild | 24 | ||||
-rw-r--r-- | app-text/lcdf-typetools/lcdf-typetools-2.82.ebuild | 24 |
3 files changed, 5 insertions, 49 deletions
diff --git a/app-text/lcdf-typetools/ChangeLog b/app-text/lcdf-typetools/ChangeLog index cfd7e9c0afca..47a632b685c6 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.52 2010/04/25 20:15:38 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/lcdf-typetools/ChangeLog,v 1.53 2010/07/18 12:36:07 aballier Exp $ + + 18 Jul 2010; Alexis Ballier <aballier@gentoo.org> + -lcdf-typetools-2.81.ebuild, -lcdf-typetools-2.82.ebuild: + remove old *lcdf-typetools-2.83 (25 Apr 2010) diff --git a/app-text/lcdf-typetools/lcdf-typetools-2.81.ebuild b/app-text/lcdf-typetools/lcdf-typetools-2.81.ebuild deleted file mode 100644 index ffc376f5acb0..000000000000 --- a/app-text/lcdf-typetools/lcdf-typetools-2.81.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.81.ebuild,v 1.1 2010/01/08 14:06:37 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 ~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 -} diff --git a/app-text/lcdf-typetools/lcdf-typetools-2.82.ebuild b/app-text/lcdf-typetools/lcdf-typetools-2.82.ebuild deleted file mode 100644 index 2a4ab5fbd27d..000000000000 --- a/app-text/lcdf-typetools/lcdf-typetools-2.82.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.82.ebuild,v 1.1 2010/02/02 08:52:22 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 ~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 -} |