summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDonnie Berkholz <spyderous@gentoo.org>2005-12-09 06:53:36 +0000
committerDonnie Berkholz <spyderous@gentoo.org>2005-12-09 06:53:36 +0000
commit14760238223521be9d4fb00759b1eb167f766801 (patch)
treec74968f3398949873035f9923b1685ca0b4d2662 /x11-apps/xfontsel
parentPull old versions. (diff)
downloadgentoo-2-14760238223521be9d4fb00759b1eb167f766801.tar.gz
gentoo-2-14760238223521be9d4fb00759b1eb167f766801.tar.bz2
gentoo-2-14760238223521be9d4fb00759b1eb167f766801.zip
Pull old versions.
(Portage version: 2.0.53)
Diffstat (limited to 'x11-apps/xfontsel')
-rw-r--r--x11-apps/xfontsel/ChangeLog6
-rw-r--r--x11-apps/xfontsel/files/digest-xfontsel-0.99.01
-rw-r--r--x11-apps/xfontsel/files/digest-xfontsel-0.99.11
-rw-r--r--x11-apps/xfontsel/xfontsel-0.99.0.ebuild22
-rw-r--r--x11-apps/xfontsel/xfontsel-0.99.1.ebuild22
5 files changed, 5 insertions, 47 deletions
diff --git a/x11-apps/xfontsel/ChangeLog b/x11-apps/xfontsel/ChangeLog
index 7859434c4c19..20696b88b3cc 100644
--- a/x11-apps/xfontsel/ChangeLog
+++ b/x11-apps/xfontsel/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for x11-apps/xfontsel
# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-apps/xfontsel/ChangeLog,v 1.6 2005/12/04 22:03:30 joshuabaergen Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xfontsel/ChangeLog,v 1.7 2005/12/09 06:49:07 spyderous Exp $
+
+ 09 Dec 2005; Donnie Berkholz <spyderous@gentoo.org>;
+ -xfontsel-0.99.0.ebuild, -xfontsel-0.99.1.ebuild:
+ Pull old versions.
*xfontsel-0.99.2 (04 Dec 2005)
diff --git a/x11-apps/xfontsel/files/digest-xfontsel-0.99.0 b/x11-apps/xfontsel/files/digest-xfontsel-0.99.0
deleted file mode 100644
index 238a5c69fde4..000000000000
--- a/x11-apps/xfontsel/files/digest-xfontsel-0.99.0
+++ /dev/null
@@ -1 +0,0 @@
-MD5 a925216965a4600b632ff7541f4adb1d xfontsel-0.99.0.tar.bz2 72190
diff --git a/x11-apps/xfontsel/files/digest-xfontsel-0.99.1 b/x11-apps/xfontsel/files/digest-xfontsel-0.99.1
deleted file mode 100644
index 18ba68972f33..000000000000
--- a/x11-apps/xfontsel/files/digest-xfontsel-0.99.1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 c32182a427833a7967b7484d86931d18 xfontsel-0.99.1.tar.bz2 93509
diff --git a/x11-apps/xfontsel/xfontsel-0.99.0.ebuild b/x11-apps/xfontsel/xfontsel-0.99.0.ebuild
deleted file mode 100644
index 470c2a1f87a0..000000000000
--- a/x11-apps/xfontsel/xfontsel-0.99.0.ebuild
+++ /dev/null
@@ -1,22 +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/xfontsel/xfontsel-0.99.0.ebuild,v 1.4 2005/10/19 03:00:44 geoman Exp $
-
-# Must be before x-modular eclass is inherited
-#SNAPSHOT="yes"
-
-inherit x-modular
-
-DESCRIPTION="X.Org xfontsel application"
-KEYWORDS="~arm ~mips ~s390 ~sparc ~x86"
-IUSE="xprint"
-RDEPEND="x11-libs/libXaw"
-DEPEND="${RDEPEND}"
-
-CONFIGURE_OPTIONS="$(use_enable xprint)"
-
-pkg_setup() {
- if use xprint && ! built_with_use x11-libs/libXaw xprint; then
- die "Build x11-libs/libXaw with USE=xprint."
- fi
-}
diff --git a/x11-apps/xfontsel/xfontsel-0.99.1.ebuild b/x11-apps/xfontsel/xfontsel-0.99.1.ebuild
deleted file mode 100644
index c6fe165e55c6..000000000000
--- a/x11-apps/xfontsel/xfontsel-0.99.1.ebuild
+++ /dev/null
@@ -1,22 +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/xfontsel/xfontsel-0.99.1.ebuild,v 1.2 2005/11/06 18:29:05 dang Exp $
-
-# Must be before x-modular eclass is inherited
-#SNAPSHOT="yes"
-
-inherit x-modular
-
-DESCRIPTION="X.Org xfontsel application"
-KEYWORDS="~amd64 ~arm ~mips ~s390 ~sparc ~x86"
-IUSE="xprint"
-RDEPEND="x11-libs/libXaw"
-DEPEND="${RDEPEND}"
-
-CONFIGURE_OPTIONS="$(use_enable xprint)"
-
-pkg_setup() {
- if use xprint && ! built_with_use x11-libs/libXaw xprint; then
- die "Build x11-libs/libXaw with USE=xprint."
- fi
-}