diff options
author | Alexis Ballier <aballier@gentoo.org> | 2009-02-27 13:49:08 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2009-02-27 13:49:08 +0000 |
commit | 8e39ecb40a8983f9ded846e810cbdb773c6a432d (patch) | |
tree | 2d0e7dc0b13b31b1e25e06c6f350506a7e8146b2 /app-text/t1utils | |
parent | explicitly assign RDEPEND (diff) | |
download | gentoo-2-8e39ecb40a8983f9ded846e810cbdb773c6a432d.tar.gz gentoo-2-8e39ecb40a8983f9ded846e810cbdb773c6a432d.tar.bz2 gentoo-2-8e39ecb40a8983f9ded846e810cbdb773c6a432d.zip |
remove old
(Portage version: 2.2_rc23/cvs/Linux x86_64)
Diffstat (limited to 'app-text/t1utils')
-rw-r--r-- | app-text/t1utils/ChangeLog | 6 | ||||
-rw-r--r-- | app-text/t1utils/t1utils-1.32.ebuild | 19 | ||||
-rw-r--r-- | app-text/t1utils/t1utils-1.33.ebuild | 19 |
3 files changed, 5 insertions, 39 deletions
diff --git a/app-text/t1utils/ChangeLog b/app-text/t1utils/ChangeLog index 2f94e8ae9bfc..36d8cae7f4e6 100644 --- a/app-text/t1utils/ChangeLog +++ b/app-text/t1utils/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-text/t1utils # Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/t1utils/ChangeLog,v 1.41 2009/02/15 13:52:16 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/t1utils/ChangeLog,v 1.42 2009/02/27 13:49:08 aballier Exp $ + + 27 Feb 2009; Alexis Ballier <aballier@gentoo.org> -t1utils-1.32.ebuild, + -t1utils-1.33.ebuild: + remove old 15 Feb 2009; Brent Baude <ranger@gentoo.org> t1utils-1.34.ebuild: stable ppc, bug 255739 diff --git a/app-text/t1utils/t1utils-1.32.ebuild b/app-text/t1utils/t1utils-1.32.ebuild deleted file mode 100644 index 02fde2953e39..000000000000 --- a/app-text/t1utils/t1utils-1.32.ebuild +++ /dev/null @@ -1,19 +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/t1utils/t1utils-1.32.ebuild,v 1.14 2008/04/08 06:37:01 jer Exp $ - -IUSE="" - -DESCRIPTION="Type 1 Font utilities" -SRC_URI="http://www.lcdf.org/type/${P}.tar.gz" -HOMEPAGE="http://www.lcdf.org/type/#t1utils" -KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86" -SLOT="0" -LICENSE="BSD" - -DEPEND="virtual/libc" - -src_install () { - einstall || die - dodoc NEWS README -} diff --git a/app-text/t1utils/t1utils-1.33.ebuild b/app-text/t1utils/t1utils-1.33.ebuild deleted file mode 100644 index d727939db6f2..000000000000 --- a/app-text/t1utils/t1utils-1.33.ebuild +++ /dev/null @@ -1,19 +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/t1utils/t1utils-1.33.ebuild,v 1.2 2008/02/10 16:43:02 aballier Exp $ - -IUSE="" - -DESCRIPTION="Type 1 Font utilities" -SRC_URI="http://www.lcdf.org/type/${P}.tar.gz" -HOMEPAGE="http://www.lcdf.org/type/#t1utils" -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" -SLOT="0" -LICENSE="BSD" - -DEPEND="virtual/libc" - -src_install () { - einstall || die - dodoc NEWS README -} |