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
commit0bb4e384646847cf9d06ac81f2074d2687b89c0c (patch)
treedf62166e0b931fe56e54866a92e8cfbf32c21585 /app-text/t1utils
parentRemove old. (diff)
downloadhistorical-0bb4e384646847cf9d06ac81f2074d2687b89c0c.tar.gz
historical-0bb4e384646847cf9d06ac81f2074d2687b89c0c.tar.bz2
historical-0bb4e384646847cf9d06ac81f2074d2687b89c0c.zip
remove old
Package-Manager: portage-2.2.0_alpha116/cvs/Linux x86_64
Diffstat (limited to 'app-text/t1utils')
-rw-r--r--app-text/t1utils/ChangeLog5
-rw-r--r--app-text/t1utils/t1utils-1.36.ebuild21
2 files changed, 4 insertions, 22 deletions
diff --git a/app-text/t1utils/ChangeLog b/app-text/t1utils/ChangeLog
index f3c6f0c44473..494c4a2e3663 100644
--- a/app-text/t1utils/ChangeLog
+++ b/app-text/t1utils/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-text/t1utils
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/t1utils/ChangeLog,v 1.69 2012/07/08 16:01:43 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/t1utils/ChangeLog,v 1.70 2012/07/09 13:45:01 aballier Exp $
+
+ 09 Jul 2012; Alexis Ballier <aballier@gentoo.org> -t1utils-1.36.ebuild:
+ remove old
08 Jul 2012; Raúl Porcel <armin76@gentoo.org> t1utils-1.37.ebuild:
alpha/ia64/s390/sh/sparc stable wrt #418659
diff --git a/app-text/t1utils/t1utils-1.36.ebuild b/app-text/t1utils/t1utils-1.36.ebuild
deleted file mode 100644
index f50434e0c25b..000000000000
--- a/app-text/t1utils/t1utils-1.36.ebuild
+++ /dev/null
@@ -1,21 +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/t1utils/t1utils-1.36.ebuild,v 1.9 2011/06/13 20:55:04 mattst88 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 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
-SLOT="0"
-LICENSE="BSD"
-
-DEPEND=""
-RDEPEND="${DEPEND}
- !<media-libs/freetype-1.4_pre20080316"
-
-src_install () {
- emake DESTDIR="${D}" install || die "make install failed"
- dodoc NEWS README
-}