summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDonnie Berkholz <spyderous@gentoo.org>2005-12-09 06:48:15 +0000
committerDonnie Berkholz <spyderous@gentoo.org>2005-12-09 06:48:15 +0000
commite20dc1434bf8f6124016773fcafd9314fd67103f (patch)
treea962219b1a25ad00e68a3008614e7f5788793cb9 /x11-apps/xfd
parentPull old versions. (diff)
downloadgentoo-2-e20dc1434bf8f6124016773fcafd9314fd67103f.tar.gz
gentoo-2-e20dc1434bf8f6124016773fcafd9314fd67103f.tar.bz2
gentoo-2-e20dc1434bf8f6124016773fcafd9314fd67103f.zip
Pull old versions.
(Portage version: 2.0.53)
Diffstat (limited to 'x11-apps/xfd')
-rw-r--r--x11-apps/xfd/ChangeLog6
-rw-r--r--x11-apps/xfd/files/digest-xfd-0.99.01
-rw-r--r--x11-apps/xfd/files/digest-xfd-0.99.11
-rw-r--r--x11-apps/xfd/xfd-0.99.0.ebuild24
-rw-r--r--x11-apps/xfd/xfd-0.99.1.ebuild23
5 files changed, 5 insertions, 50 deletions
diff --git a/x11-apps/xfd/ChangeLog b/x11-apps/xfd/ChangeLog
index abf0ae000b93..42a91ed5caaa 100644
--- a/x11-apps/xfd/ChangeLog
+++ b/x11-apps/xfd/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for x11-apps/xfd
# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-apps/xfd/ChangeLog,v 1.6 2005/12/04 22:02:22 joshuabaergen Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xfd/ChangeLog,v 1.7 2005/12/09 06:48:15 spyderous Exp $
+
+ 09 Dec 2005; Donnie Berkholz <spyderous@gentoo.org>; -xfd-0.99.0.ebuild,
+ -xfd-0.99.1.ebuild:
+ Pull old versions.
*xfd-0.99.2 (04 Dec 2005)
diff --git a/x11-apps/xfd/files/digest-xfd-0.99.0 b/x11-apps/xfd/files/digest-xfd-0.99.0
deleted file mode 100644
index c8f2cc94cde2..000000000000
--- a/x11-apps/xfd/files/digest-xfd-0.99.0
+++ /dev/null
@@ -1 +0,0 @@
-MD5 af1c4bb1fa712f3c31e8a2c2fe7ddfb4 xfd-0.99.0.tar.bz2 65240
diff --git a/x11-apps/xfd/files/digest-xfd-0.99.1 b/x11-apps/xfd/files/digest-xfd-0.99.1
deleted file mode 100644
index b8aa01cec904..000000000000
--- a/x11-apps/xfd/files/digest-xfd-0.99.1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 9a4ead5de7e808e80a422eda093cc018 xfd-0.99.1.tar.bz2 86596
diff --git a/x11-apps/xfd/xfd-0.99.0.ebuild b/x11-apps/xfd/xfd-0.99.0.ebuild
deleted file mode 100644
index 414765c52722..000000000000
--- a/x11-apps/xfd/xfd-0.99.0.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-apps/xfd/xfd-0.99.0.ebuild,v 1.5 2005/10/19 03:00:44 geoman Exp $
-
-# Must be before x-modular eclass is inherited
-#SNAPSHOT="yes"
-
-inherit x-modular
-
-DESCRIPTION="X.Org xfd application"
-KEYWORDS="~arm ~mips ~s390 ~sparc ~x86"
-# As of 20050927, we should be able to make xprint optional
-#IUSE="xprint"
-RDEPEND="=media-libs/freetype-2*
- media-libs/fontconfig
- x11-libs/libXft
- x11-libs/libXaw"
-DEPEND="${RDEPEND}"
-
-pkg_setup() {
- if ! built_with_use x11-libs/libXaw xprint; then
- die "Build x11-libs/libXaw with USE=xprint."
- fi
-}
diff --git a/x11-apps/xfd/xfd-0.99.1.ebuild b/x11-apps/xfd/xfd-0.99.1.ebuild
deleted file mode 100644
index f4c1100f4fa4..000000000000
--- a/x11-apps/xfd/xfd-0.99.1.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-apps/xfd/xfd-0.99.1.ebuild,v 1.1 2005/10/20 00:45:22 spyderous Exp $
-
-# Must be before x-modular eclass is inherited
-#SNAPSHOT="yes"
-
-inherit x-modular
-
-DESCRIPTION="X.Org xfd application"
-KEYWORDS="~arm ~mips ~s390 ~sparc ~x86"
-IUSE="xprint"
-RDEPEND="=media-libs/freetype-2*
- media-libs/fontconfig
- x11-libs/libXft
- x11-libs/libXaw"
-DEPEND="${RDEPEND}"
-
-pkg_setup() {
- if use xprint && ! built_with_use x11-libs/libXaw xprint; then
- die "Build x11-libs/libXaw with USE=xprint."
- fi
-}