From e424c78f336eab7c4f18f2e514124e62fea189d1 Mon Sep 17 00:00:00 2001 From: Alexis Ballier Date: Mon, 24 Jan 2011 09:17:19 +0000 Subject: remove old (Portage version: 2.2.0_alpha19/cvs/Linux x86_64) --- app-text/t1utils/ChangeLog | 6 ++++- .../t1utils/files/t1utils-1.34-glibc-2.10.patch | 29 ---------------------- app-text/t1utils/t1utils-1.34.ebuild | 29 ---------------------- app-text/t1utils/t1utils-1.35.ebuild | 21 ---------------- 4 files changed, 5 insertions(+), 80 deletions(-) delete mode 100644 app-text/t1utils/files/t1utils-1.34-glibc-2.10.patch delete mode 100644 app-text/t1utils/t1utils-1.34.ebuild delete mode 100644 app-text/t1utils/t1utils-1.35.ebuild (limited to 'app-text/t1utils') 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 -t1utils-1.34.ebuild, + -files/t1utils-1.34-glibc-2.10.patch, -t1utils-1.35.ebuild: + remove old 23 Jan 2011; Kacper Kowalik 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} - !