summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2011-01-24 09:17:19 +0000
committerAlexis Ballier <aballier@gentoo.org>2011-01-24 09:17:19 +0000
commite424c78f336eab7c4f18f2e514124e62fea189d1 (patch)
tree2d34427bbc135c778feb5815ef3bc452d53ea8a3 /app-text
parentremove old (diff)
downloadgentoo-2-e424c78f336eab7c4f18f2e514124e62fea189d1.tar.gz
gentoo-2-e424c78f336eab7c4f18f2e514124e62fea189d1.tar.bz2
gentoo-2-e424c78f336eab7c4f18f2e514124e62fea189d1.zip
remove old
(Portage version: 2.2.0_alpha19/cvs/Linux x86_64)
Diffstat (limited to 'app-text')
-rw-r--r--app-text/t1utils/ChangeLog6
-rw-r--r--app-text/t1utils/files/t1utils-1.34-glibc-2.10.patch29
-rw-r--r--app-text/t1utils/t1utils-1.34.ebuild29
-rw-r--r--app-text/t1utils/t1utils-1.35.ebuild21
4 files changed, 5 insertions, 80 deletions
diff --git a/app-text/t1utils/ChangeLog b/app-text/t1utils/ChangeLog
index 452c631e7aca..91e29cdfe2b8 100644
--- a/app-text/t1utils/ChangeLog
+++ b/app-text/t1utils/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-text/t1utils
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/t1utils/ChangeLog,v 1.58 2011/01/23 12:16:05 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/t1utils/ChangeLog,v 1.59 2011/01/24 09:17:19 aballier Exp $
+
+ 24 Jan 2011; Alexis Ballier <aballier@gentoo.org> -t1utils-1.34.ebuild,
+ -files/t1utils-1.34-glibc-2.10.patch, -t1utils-1.35.ebuild:
+ remove old
23 Jan 2011; Kacper Kowalik <xarthisius@gentoo.org> t1utils-1.36.ebuild:
ppc64 stable wrt #345747
diff --git a/app-text/t1utils/files/t1utils-1.34-glibc-2.10.patch b/app-text/t1utils/files/t1utils-1.34-glibc-2.10.patch
deleted file mode 100644
index c909c3e56d22..000000000000
--- a/app-text/t1utils/files/t1utils-1.34-glibc-2.10.patch
+++ /dev/null
@@ -1,29 +0,0 @@
---- t1utils-1.34/t1asm.c 2008-03-01 17:59:11.000000000 +0000
-+++ t1utils-1.34/t1asm.c 2009-05-21 07:47:28.489113686 +0000
-@@ -280,7 +280,7 @@
- the newline is put into line[]. When terminated by '{', the '{' is not put
- into line[], and the flag start_charstring is set to 1. */
-
--static void getline()
-+static void t_getline()
- {
- int c;
- char *p = line;
-@@ -721,7 +721,7 @@
- without /Subrs sections and provided a patch. */
-
- while (!feof(ifp) && !ferror(ifp)) {
-- getline();
-+ t_getline();
-
- if (!ever_active) {
- if (strncmp(line, "currentfile eexec", 17) == 0 && isspace(line[17])) {
-@@ -792,7 +792,7 @@
-
- /* There may be additional code. */
- while (!feof(ifp) && !ferror(ifp)) {
-- getline();
-+ t_getline();
- eexec_string(line);
- }
-
diff --git a/app-text/t1utils/t1utils-1.34.ebuild b/app-text/t1utils/t1utils-1.34.ebuild
deleted file mode 100644
index 74eab11c9f8c..000000000000
--- a/app-text/t1utils/t1utils-1.34.ebuild
+++ /dev/null
@@ -1,29 +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/t1utils/t1utils-1.34.ebuild,v 1.13 2009/09/23 16:39:21 patrick Exp $
-
-inherit eutils
-
-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 ppc ppc64 s390 sh sparc x86 ~x86-fbsd"
-SLOT="0"
-LICENSE="BSD"
-
-DEPEND=""
-RDEPEND="${DEPEND}
- !<media-libs/freetype-1.4_pre20080316"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- epatch "${FILESDIR}"/t1utils-1.34-glibc-2.10.patch
-}
-
-src_install () {
- emake DESTDIR="${D}" install || die "make install failed"
- dodoc NEWS README
-}
diff --git a/app-text/t1utils/t1utils-1.35.ebuild b/app-text/t1utils/t1utils-1.35.ebuild
deleted file mode 100644
index aee10c87003b..000000000000
--- a/app-text/t1utils/t1utils-1.35.ebuild
+++ /dev/null
@@ -1,21 +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/t1utils/t1utils-1.35.ebuild,v 1.2 2010/01/02 11:39:07 fauli 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 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-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
-}