summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoshua Baergen <joshuabaergen@gentoo.org>2005-12-26 21:31:04 +0000
committerJoshua Baergen <joshuabaergen@gentoo.org>2005-12-26 21:31:04 +0000
commiteda6860f1fe6588c54550db0c9d6a88fd88b6553 (patch)
treead45c81653d1a586d114821e07edf15242271c48 /x11-apps/xclipboard
parentFix init script for linux-2.4 (bug #116220), remove older ebuilds (diff)
downloadhistorical-eda6860f1fe6588c54550db0c9d6a88fd88b6553.tar.gz
historical-eda6860f1fe6588c54550db0c9d6a88fd88b6553.tar.bz2
historical-eda6860f1fe6588c54550db0c9d6a88fd88b6553.zip
Pull old versions.
Package-Manager: portage-2.1_pre2
Diffstat (limited to 'x11-apps/xclipboard')
-rw-r--r--x11-apps/xclipboard/ChangeLog6
-rw-r--r--x11-apps/xclipboard/files/digest-xclipboard-0.99.21
-rw-r--r--x11-apps/xclipboard/files/digest-xclipboard-1.0.01
-rw-r--r--x11-apps/xclipboard/xclipboard-0.99.2.ebuild22
-rw-r--r--x11-apps/xclipboard/xclipboard-1.0.0.ebuild22
5 files changed, 5 insertions, 47 deletions
diff --git a/x11-apps/xclipboard/ChangeLog b/x11-apps/xclipboard/ChangeLog
index 62b9a3af1ced..2173a23f949d 100644
--- a/x11-apps/xclipboard/ChangeLog
+++ b/x11-apps/xclipboard/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for x11-apps/xclipboard
# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-apps/xclipboard/ChangeLog,v 1.9 2005/12/23 10:33:17 spyderous Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xclipboard/ChangeLog,v 1.10 2005/12/26 21:01:42 joshuabaergen Exp $
+
+ 26 Dec 2005; Joshua Baergen <joshuabaergen@gentoo.org>
+ -xclipboard-0.99.2.ebuild, -xclipboard-1.0.0.ebuild:
+ Pull old versions.
*xclipboard-1.0.1 (23 Dec 2005)
diff --git a/x11-apps/xclipboard/files/digest-xclipboard-0.99.2 b/x11-apps/xclipboard/files/digest-xclipboard-0.99.2
deleted file mode 100644
index 075f60e013ca..000000000000
--- a/x11-apps/xclipboard/files/digest-xclipboard-0.99.2
+++ /dev/null
@@ -1 +0,0 @@
-MD5 abd378102ccfda63a99f45c0889fe459 xclipboard-0.99.2.tar.bz2 82001
diff --git a/x11-apps/xclipboard/files/digest-xclipboard-1.0.0 b/x11-apps/xclipboard/files/digest-xclipboard-1.0.0
deleted file mode 100644
index bc1873775c83..000000000000
--- a/x11-apps/xclipboard/files/digest-xclipboard-1.0.0
+++ /dev/null
@@ -1 +0,0 @@
-MD5 71aff03e43412e7d691562e0d0d09335 xclipboard-1.0.0.tar.bz2 83306
diff --git a/x11-apps/xclipboard/xclipboard-0.99.2.ebuild b/x11-apps/xclipboard/xclipboard-0.99.2.ebuild
deleted file mode 100644
index 25ffcce7f87b..000000000000
--- a/x11-apps/xclipboard/xclipboard-0.99.2.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/xclipboard/xclipboard-0.99.2.ebuild,v 1.1 2005/12/04 21:55:10 joshuabaergen Exp $
-
-# Must be before x-modular eclass is inherited
-#SNAPSHOT="yes"
-
-inherit x-modular
-
-DESCRIPTION="X.Org xclipboard 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
-}
diff --git a/x11-apps/xclipboard/xclipboard-1.0.0.ebuild b/x11-apps/xclipboard/xclipboard-1.0.0.ebuild
deleted file mode 100644
index b4f24b8dc5ef..000000000000
--- a/x11-apps/xclipboard/xclipboard-1.0.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/xclipboard/xclipboard-1.0.0.ebuild,v 1.1 2005/12/18 19:26:16 joshuabaergen Exp $
-
-# Must be before x-modular eclass is inherited
-#SNAPSHOT="yes"
-
-inherit x-modular
-
-DESCRIPTION="X.Org xclipboard 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
-}