summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDonnie Berkholz <dberkholz@gentoo.org>2005-12-09 07:07:56 +0000
committerDonnie Berkholz <dberkholz@gentoo.org>2005-12-09 07:07:56 +0000
commit1fb3e5f473cd88c7df96e6e737ff1d1713522f2f (patch)
treee98f8475cf6e06a92fb744e4db8465a59b9453b8 /x11-apps/xclipboard
parentPull old versions. (diff)
downloadhistorical-1fb3e5f473cd88c7df96e6e737ff1d1713522f2f.tar.gz
historical-1fb3e5f473cd88c7df96e6e737ff1d1713522f2f.tar.bz2
historical-1fb3e5f473cd88c7df96e6e737ff1d1713522f2f.zip
Pull old versions.
Package-Manager: portage-2.0.53
Diffstat (limited to 'x11-apps/xclipboard')
-rw-r--r--x11-apps/xclipboard/ChangeLog6
-rw-r--r--x11-apps/xclipboard/files/digest-xclipboard-0.99.01
-rw-r--r--x11-apps/xclipboard/files/digest-xclipboard-0.99.11
-rw-r--r--x11-apps/xclipboard/xclipboard-0.99.0.ebuild22
-rw-r--r--x11-apps/xclipboard/xclipboard-0.99.1.ebuild22
5 files changed, 5 insertions, 47 deletions
diff --git a/x11-apps/xclipboard/ChangeLog b/x11-apps/xclipboard/ChangeLog
index 2d5af7b5cb55..eb96879ede54 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.6 2005/12/04 21:55:10 joshuabaergen Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xclipboard/ChangeLog,v 1.7 2005/12/09 06:42:02 spyderous Exp $
+
+ 09 Dec 2005; Donnie Berkholz <spyderous@gentoo.org>;
+ -xclipboard-0.99.0.ebuild, -xclipboard-0.99.1.ebuild:
+ Pull old versions.
*xclipboard-0.99.2 (04 Dec 2005)
diff --git a/x11-apps/xclipboard/files/digest-xclipboard-0.99.0 b/x11-apps/xclipboard/files/digest-xclipboard-0.99.0
deleted file mode 100644
index 1f660b3fdf37..000000000000
--- a/x11-apps/xclipboard/files/digest-xclipboard-0.99.0
+++ /dev/null
@@ -1 +0,0 @@
-MD5 408baa2961f6fc020ff67f4d9c76fe73 xclipboard-0.99.0.tar.bz2 60102
diff --git a/x11-apps/xclipboard/files/digest-xclipboard-0.99.1 b/x11-apps/xclipboard/files/digest-xclipboard-0.99.1
deleted file mode 100644
index 1cd3071b8168..000000000000
--- a/x11-apps/xclipboard/files/digest-xclipboard-0.99.1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 613173bcfaafc5efa8675e65395aa8f3 xclipboard-0.99.1.tar.bz2 81361
diff --git a/x11-apps/xclipboard/xclipboard-0.99.0.ebuild b/x11-apps/xclipboard/xclipboard-0.99.0.ebuild
deleted file mode 100644
index 135753153daa..000000000000
--- a/x11-apps/xclipboard/xclipboard-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/xclipboard/xclipboard-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 xclipboard 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/xclipboard/xclipboard-0.99.1.ebuild b/x11-apps/xclipboard/xclipboard-0.99.1.ebuild
deleted file mode 100644
index ebebdeb250f4..000000000000
--- a/x11-apps/xclipboard/xclipboard-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/xclipboard/xclipboard-0.99.1.ebuild,v 1.2 2005/11/25 16:22:06 herbs 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
-}