summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDonnie Berkholz <spyderous@gentoo.org>2005-12-09 05:46:43 +0000
committerDonnie Berkholz <spyderous@gentoo.org>2005-12-09 05:46:43 +0000
commit30257ab373ecc94a136d1e760ee42ae6db4644b0 (patch)
tree7213607b940b35f39d418157200530d8a1fb17ac /x11-libs/libXfont
parentMarked ppc stable for bug #112842. (diff)
downloadgentoo-2-30257ab373ecc94a136d1e760ee42ae6db4644b0.tar.gz
gentoo-2-30257ab373ecc94a136d1e760ee42ae6db4644b0.tar.bz2
gentoo-2-30257ab373ecc94a136d1e760ee42ae6db4644b0.zip
Remove old versions.
(Portage version: 2.0.53)
Diffstat (limited to 'x11-libs/libXfont')
-rw-r--r--x11-libs/libXfont/ChangeLog8
-rw-r--r--x11-libs/libXfont/files/digest-libXfont-0.99.11
-rw-r--r--x11-libs/libXfont/files/digest-libXfont-0.99.21
-rw-r--r--x11-libs/libXfont/files/digest-libXfont-0.99.2-r11
-rw-r--r--x11-libs/libXfont/files/digest-libXfont-0.99.31
-rw-r--r--x11-libs/libXfont/files/fontpath_unscaled.patch123
-rw-r--r--x11-libs/libXfont/libXfont-0.99.1.ebuild28
-rw-r--r--x11-libs/libXfont/libXfont-0.99.2-r1.ebuild30
-rw-r--r--x11-libs/libXfont/libXfont-0.99.2.ebuild28
-rw-r--r--x11-libs/libXfont/libXfont-0.99.3.ebuild28
10 files changed, 7 insertions, 242 deletions
diff --git a/x11-libs/libXfont/ChangeLog b/x11-libs/libXfont/ChangeLog
index c6d8dab37093..1fd72d0ee161 100644
--- a/x11-libs/libXfont/ChangeLog
+++ b/x11-libs/libXfont/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for x11-libs/libXfont
# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXfont/ChangeLog,v 1.15 2005/12/09 05:45:08 spyderous Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXfont/ChangeLog,v 1.16 2005/12/09 05:46:42 spyderous Exp $
+
+ 09 Dec 2005; Donnie Berkholz <spyderous@gentoo.org>;
+ -files/fontpath_unscaled.patch, -libXfont-0.99.1.ebuild,
+ -libXfont-0.99.2.ebuild, -libXfont-0.99.2-r1.ebuild,
+ -libXfont-0.99.3.ebuild:
+ Remove old versions.
*libXfont-0.99.3-r1 (09 Dec 2005)
diff --git a/x11-libs/libXfont/files/digest-libXfont-0.99.1 b/x11-libs/libXfont/files/digest-libXfont-0.99.1
deleted file mode 100644
index e9f22b23d9da..000000000000
--- a/x11-libs/libXfont/files/digest-libXfont-0.99.1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 9c2bf686839ced33c0ea64e51bb98196 libXfont-0.99.1.tar.bz2 540278
diff --git a/x11-libs/libXfont/files/digest-libXfont-0.99.2 b/x11-libs/libXfont/files/digest-libXfont-0.99.2
deleted file mode 100644
index c89adcf16818..000000000000
--- a/x11-libs/libXfont/files/digest-libXfont-0.99.2
+++ /dev/null
@@ -1 +0,0 @@
-MD5 5cf961b00af1bcb2d55146e8dfb48c3f libXfont-0.99.2.tar.bz2 540390
diff --git a/x11-libs/libXfont/files/digest-libXfont-0.99.2-r1 b/x11-libs/libXfont/files/digest-libXfont-0.99.2-r1
deleted file mode 100644
index c89adcf16818..000000000000
--- a/x11-libs/libXfont/files/digest-libXfont-0.99.2-r1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 5cf961b00af1bcb2d55146e8dfb48c3f libXfont-0.99.2.tar.bz2 540390
diff --git a/x11-libs/libXfont/files/digest-libXfont-0.99.3 b/x11-libs/libXfont/files/digest-libXfont-0.99.3
deleted file mode 100644
index 1b31cb989a46..000000000000
--- a/x11-libs/libXfont/files/digest-libXfont-0.99.3
+++ /dev/null
@@ -1 +0,0 @@
-MD5 08ed359995921a1092c3bdcd6da8853a libXfont-0.99.3.tar.bz2 540069
diff --git a/x11-libs/libXfont/files/fontpath_unscaled.patch b/x11-libs/libXfont/files/fontpath_unscaled.patch
deleted file mode 100644
index e872b5ee4870..000000000000
--- a/x11-libs/libXfont/files/fontpath_unscaled.patch
+++ /dev/null
@@ -1,123 +0,0 @@
---- src/fontfile/fontdir.c 2005/07/09 06:36:13 1.5
-+++ src/fontfile/fontdir.c 2005/11/14 20:40:42 1.6
-@@ -107,12 +107,9 @@
- FontDirectoryPtr dir;
- int dirlen;
- int needslash = 0;
--#ifdef FONTDIRATTRIB
- char *attrib;
- int attriblen;
--#endif
-
--#ifdef FONTDIRATTRIB
- #if !defined(__UNIXOS2__) && !defined(WIN32)
- attrib = strchr(dirName, ':');
- #else
-@@ -126,20 +123,13 @@
- dirlen = strlen(dirName);
- attriblen = 0;
- }
--#else
-- dirlen = strlen(dirName);
--#endif
- if (dirName[dirlen - 1] != '/')
- #ifdef NCD
- if (dirlen) /* leave out slash for builtins */
- #endif
- needslash = 1;
--#ifdef FONTDIRATTRIB
- dir = (FontDirectoryPtr) xalloc(sizeof *dir + dirlen + needslash + 1 +
- (attriblen ? attriblen + 1 : 0));
--#else
-- dir = (FontDirectoryPtr) xalloc(sizeof *dir + dirlen + needslash + 1);
--#endif
- if (!dir)
- return (FontDirectoryPtr)0;
- if (!FontFileInitTable (&dir->scalable, 0))
-@@ -156,7 +146,6 @@
- dir->directory = (char *) (dir + 1);
- dir->dir_mtime = 0;
- dir->alias_mtime = 0;
--#ifdef FONTDIRATTRIB
- if (attriblen)
- dir->attributes = dir->directory + dirlen + needslash + 1;
- else
-@@ -165,9 +154,6 @@
- dir->directory[dirlen] = '\0';
- if (dir->attributes)
- strcpy(dir->attributes, attrib);
--#else
-- strcpy(dir->directory, dirName);
--#endif
- if (needslash)
- strcat(dir->directory, "/");
- return dir;
-@@ -633,9 +619,7 @@
- FontScalableExtraPtr extra;
- FontEntryPtr bitmap = 0, scalable;
- Bool isscale;
--#ifdef FONTDIRATTRIB
- Bool scalable_xlfd;
--#endif
-
- renderer = FontFileMatchRenderer (fileName);
- if (!renderer)
-@@ -661,7 +645,6 @@
- (vals.values_supplied & PIXELSIZE_MASK) != PIXELSIZE_ARRAY &&
- (vals.values_supplied & POINTSIZE_MASK) != POINTSIZE_ARRAY &&
- !(vals.values_supplied & ENHANCEMENT_SPECIFY_MASK);
--#ifdef FONTDIRATTRIB
- #define UNSCALED_ATTRIB "unscaled"
- scalable_xlfd = (isscale &&
- (((vals.values_supplied & PIXELSIZE_MASK) == 0) ||
-@@ -689,7 +672,6 @@
- ptr1 = ptr2 + 1;
- } while (ptr2);
- }
--#endif
- if (!isscale || (vals.values_supplied & SIZE_SPECIFY_MASK))
- {
- /*
---- src/fontfile/dirfile.c 2005/07/09 06:36:13 1.5
-+++ src/fontfile/dirfile.c 2005/11/14 20:40:42 1.6
-@@ -58,10 +58,8 @@
- char file_name[MAXFONTFILENAMELEN];
- char font_name[MAXFONTNAMELEN];
- char dir_file[MAXFONTFILENAMELEN];
--#ifdef FONTDIRATTRIB
- char dir_path[MAXFONTFILENAMELEN];
- char *ptr;
--#endif
- FILE *file;
- int count,
- i,
-@@ -74,7 +72,6 @@
- if (strlen(directory) + 1 + sizeof(FontDirFile) > sizeof(dir_file))
- return BadFontPath;
-
--#ifdef FONTDIRATTRIB
- /* Check for font directory attributes */
- #if !defined(__UNIXOS2__) && !defined(WIN32)
- if ((ptr = strchr(directory, ':'))) {
-@@ -88,9 +85,6 @@
- strcpy(dir_path, directory);
- }
- strcpy(dir_file, dir_path);
--#else
-- strcpy(dir_file, directory);
--#endif
- if (dir_file[strlen(dir_file) - 1] != '/')
- strcat(dir_file, "/");
- strcat(dir_file, FontDirFile);
-@@ -147,11 +141,7 @@
- } else if (errno != ENOENT) {
- return BadFontPath;
- }
--#ifdef FONTDIRATTRIB
- status = ReadFontAlias(dir_path, FALSE, &dir);
--#else
-- status = ReadFontAlias(directory, FALSE, &dir);
--#endif
- if (status != Successful) {
- if (dir)
- FontFileFreeDir (dir);
diff --git a/x11-libs/libXfont/libXfont-0.99.1.ebuild b/x11-libs/libXfont/libXfont-0.99.1.ebuild
deleted file mode 100644
index a258ca0bc696..000000000000
--- a/x11-libs/libXfont/libXfont-0.99.1.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXfont/libXfont-0.99.1.ebuild,v 1.3 2005/11/04 16:39:00 joshuabaergen Exp $
-
-# Must be before x-modular eclass is inherited
-#SNAPSHOT="yes"
-
-inherit x-modular
-
-DESCRIPTION="X.Org Xfont library"
-KEYWORDS="~amd64 ~arm ~mips ~ppc ~s390 ~sh ~sparc ~x86"
-IUSE="cid truetype speedo bitmap-fonts ipv6"
-RDEPEND="x11-libs/xtrans
- x11-libs/libfontenc
- x11-proto/xproto
- x11-proto/fontsproto
- truetype? ( >=media-libs/freetype-2 )"
-DEPEND="${RDEPEND}
- x11-proto/fontcacheproto"
-
-CONFIGURE_OPTIONS="$(use_enable cid)
- $(use_enable speedo)
- $(use_enable truetype freetype)
- $(use_enable bitmap-fonts pcfformat)
- $(use_enable bitmap-fonts bdfformat)
- $(use_enable bitmap-fonts snfformat)
- $(use_enable ipv6)
- --enable-type1"
diff --git a/x11-libs/libXfont/libXfont-0.99.2-r1.ebuild b/x11-libs/libXfont/libXfont-0.99.2-r1.ebuild
deleted file mode 100644
index f28051c88bac..000000000000
--- a/x11-libs/libXfont/libXfont-0.99.2-r1.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXfont/libXfont-0.99.2-r1.ebuild,v 1.1 2005/11/27 19:31:44 joshuabaergen Exp $
-
-# Must be before x-modular eclass is inherited
-#SNAPSHOT="yes"
-
-inherit x-modular
-
-DESCRIPTION="X.Org Xfont library"
-KEYWORDS="~amd64 ~arm ~mips ~ppc ~s390 ~sh ~sparc ~x86"
-IUSE="cid truetype speedo bitmap-fonts ipv6"
-RDEPEND="x11-libs/xtrans
- x11-libs/libfontenc
- x11-proto/xproto
- x11-proto/fontsproto
- truetype? ( >=media-libs/freetype-2 )"
-DEPEND="${RDEPEND}
- x11-proto/fontcacheproto"
-
-PATCHES="${FILESDIR}/fontpath_unscaled.patch"
-
-CONFIGURE_OPTIONS="$(use_enable cid)
- $(use_enable speedo)
- $(use_enable truetype freetype)
- $(use_enable bitmap-fonts pcfformat)
- $(use_enable bitmap-fonts bdfformat)
- $(use_enable bitmap-fonts snfformat)
- $(use_enable ipv6)
- --enable-type1"
diff --git a/x11-libs/libXfont/libXfont-0.99.2.ebuild b/x11-libs/libXfont/libXfont-0.99.2.ebuild
deleted file mode 100644
index 7761dfa53dca..000000000000
--- a/x11-libs/libXfont/libXfont-0.99.2.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXfont/libXfont-0.99.2.ebuild,v 1.1 2005/11/11 17:31:59 spyderous Exp $
-
-# Must be before x-modular eclass is inherited
-#SNAPSHOT="yes"
-
-inherit x-modular
-
-DESCRIPTION="X.Org Xfont library"
-KEYWORDS="~amd64 ~arm ~mips ~ppc ~s390 ~sh ~sparc ~x86"
-IUSE="cid truetype speedo bitmap-fonts ipv6"
-RDEPEND="x11-libs/xtrans
- x11-libs/libfontenc
- x11-proto/xproto
- x11-proto/fontsproto
- truetype? ( >=media-libs/freetype-2 )"
-DEPEND="${RDEPEND}
- x11-proto/fontcacheproto"
-
-CONFIGURE_OPTIONS="$(use_enable cid)
- $(use_enable speedo)
- $(use_enable truetype freetype)
- $(use_enable bitmap-fonts pcfformat)
- $(use_enable bitmap-fonts bdfformat)
- $(use_enable bitmap-fonts snfformat)
- $(use_enable ipv6)
- --enable-type1"
diff --git a/x11-libs/libXfont/libXfont-0.99.3.ebuild b/x11-libs/libXfont/libXfont-0.99.3.ebuild
deleted file mode 100644
index c169cbbb438b..000000000000
--- a/x11-libs/libXfont/libXfont-0.99.3.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXfont/libXfont-0.99.3.ebuild,v 1.1 2005/12/04 20:06:56 joshuabaergen Exp $
-
-# Must be before x-modular eclass is inherited
-#SNAPSHOT="yes"
-
-inherit x-modular
-
-DESCRIPTION="X.Org Xfont library"
-KEYWORDS="~amd64 ~arm ~mips ~ppc ~s390 ~sh ~sparc ~x86"
-IUSE="cid truetype speedo bitmap-fonts ipv6"
-RDEPEND="x11-libs/xtrans
- x11-libs/libfontenc
- x11-proto/xproto
- x11-proto/fontsproto
- truetype? ( >=media-libs/freetype-2 )"
-DEPEND="${RDEPEND}
- x11-proto/fontcacheproto"
-
-CONFIGURE_OPTIONS="$(use_enable cid)
- $(use_enable speedo)
- $(use_enable truetype freetype)
- $(use_enable bitmap-fonts pcfformat)
- $(use_enable bitmap-fonts bdfformat)
- $(use_enable bitmap-fonts snfformat)
- $(use_enable ipv6)
- --enable-type1"