summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGustavo Zacarias <gustavoz@gentoo.org>2007-02-12 14:25:58 +0000
committerGustavo Zacarias <gustavoz@gentoo.org>2007-02-12 14:25:58 +0000
commitb0485feccc33bbe83648c86242620923527f2053 (patch)
treea0e7c866b2e1a38bdce5af627455eeb6c17aa145
parentstable on amd64; bug 162205 (diff)
downloadgentoo-2-b0485feccc33bbe83648c86242620923527f2053.tar.gz
gentoo-2-b0485feccc33bbe83648c86242620923527f2053.tar.bz2
gentoo-2-b0485feccc33bbe83648c86242620923527f2053.zip
Stable on sparc wrt #166333 and cleanup old
(Portage version: 2.1.2-r9)
-rw-r--r--x11-misc/autocutsel/ChangeLog7
-rw-r--r--x11-misc/autocutsel/autocutsel-0.8.0.ebuild27
-rw-r--r--x11-misc/autocutsel/autocutsel-0.8.1.ebuild27
-rw-r--r--x11-misc/autocutsel/autocutsel-0.9.0.ebuild4
-rw-r--r--x11-misc/autocutsel/files/digest-autocutsel-0.8.03
-rw-r--r--x11-misc/autocutsel/files/digest-autocutsel-0.8.13
6 files changed, 8 insertions, 63 deletions
diff --git a/x11-misc/autocutsel/ChangeLog b/x11-misc/autocutsel/ChangeLog
index d4cd27bacd8a..52727fff6ca8 100644
--- a/x11-misc/autocutsel/ChangeLog
+++ b/x11-misc/autocutsel/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for x11-misc/autocutsel
# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/autocutsel/ChangeLog,v 1.21 2007/02/11 14:29:06 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/autocutsel/ChangeLog,v 1.22 2007/02/12 14:25:57 gustavoz Exp $
+
+ 12 Feb 2007; Gustavo Zacarias <gustavoz@gentoo.org>
+ -autocutsel-0.8.0.ebuild, -autocutsel-0.8.1.ebuild,
+ autocutsel-0.9.0.ebuild:
+ Stable on sparc wrt #166333 and cleanup old
11 Feb 2007; nixnut <nixnut@gentoo.org> autocutsel-0.9.0.ebuild:
Stable on ppc wrt bug 166333
diff --git a/x11-misc/autocutsel/autocutsel-0.8.0.ebuild b/x11-misc/autocutsel/autocutsel-0.8.0.ebuild
deleted file mode 100644
index 6c38ed23c17e..000000000000
--- a/x11-misc/autocutsel/autocutsel-0.8.0.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2006 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/autocutsel/autocutsel-0.8.0.ebuild,v 1.5 2006/01/15 16:18:06 nelchael Exp $
-
-DESCRIPTION="Synchronise the two copy/paste buffers mainly used by X applications"
-HOMEPAGE="http://www.lepton.fr/tools/autocutsel/"
-SRC_URI="http://savannah.nongnu.org/download/${PN}/${P}.tar.gz"
-IUSE=""
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="ppc sparc x86"
-
-RDEPEND="|| ( (
- x11-libs/libX11
- x11-libs/libXmu
- x11-libs/libXt
- x11-libs/libXaw
- x11-libs/libXext )
- virtual/x11 )"
-DEPEND="${RDEPEND}
- || ( x11-proto/xproto virtual/x11 )"
-
-src_install() {
- make DESTDIR=${D} install || die
-
- dodoc AUTHORS ChangeLog NEWS README TODO
-}
diff --git a/x11-misc/autocutsel/autocutsel-0.8.1.ebuild b/x11-misc/autocutsel/autocutsel-0.8.1.ebuild
deleted file mode 100644
index 4a59f35f63ed..000000000000
--- a/x11-misc/autocutsel/autocutsel-0.8.1.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2006 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/autocutsel/autocutsel-0.8.1.ebuild,v 1.1 2006/09/21 11:49:30 nelchael Exp $
-
-DESCRIPTION="Synchronise the two copy/paste buffers mainly used by X applications"
-HOMEPAGE="http://www.lepton.fr/tools/autocutsel/"
-SRC_URI="http://savannah.nongnu.org/download/${PN}/${P}.tar.gz"
-IUSE=""
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~ppc ~sparc ~x86"
-
-RDEPEND="|| ( (
- x11-libs/libX11
- x11-libs/libXmu
- x11-libs/libXt
- x11-libs/libXaw
- x11-libs/libXext )
- virtual/x11 )"
-DEPEND="${RDEPEND}
- || ( x11-proto/xproto virtual/x11 )"
-
-src_install() {
- make DESTDIR=${D} install || die
-
- dodoc AUTHORS ChangeLog NEWS README TODO
-}
diff --git a/x11-misc/autocutsel/autocutsel-0.9.0.ebuild b/x11-misc/autocutsel/autocutsel-0.9.0.ebuild
index 2982bf260eca..75b2f67f33e0 100644
--- a/x11-misc/autocutsel/autocutsel-0.9.0.ebuild
+++ b/x11-misc/autocutsel/autocutsel-0.9.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/autocutsel/autocutsel-0.9.0.ebuild,v 1.4 2007/02/11 14:29:06 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/autocutsel/autocutsel-0.9.0.ebuild,v 1.5 2007/02/12 14:25:57 gustavoz Exp $
DESCRIPTION="Synchronise the two copy/paste buffers mainly used by X applications"
HOMEPAGE="http://www.lepton.fr/tools/autocutsel/"
@@ -9,7 +9,7 @@ IUSE=""
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="ppc ~sparc x86"
+KEYWORDS="ppc sparc x86"
RDEPEND="x11-libs/libX11
x11-libs/libXmu
diff --git a/x11-misc/autocutsel/files/digest-autocutsel-0.8.0 b/x11-misc/autocutsel/files/digest-autocutsel-0.8.0
deleted file mode 100644
index 77b3a3eb19d1..000000000000
--- a/x11-misc/autocutsel/files/digest-autocutsel-0.8.0
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 b5bba239a53394204aa12bb382e206c5 autocutsel-0.8.0.tar.gz 88460
-RMD160 d75d2649d85440cd48a9029b34819ec8234b5abd autocutsel-0.8.0.tar.gz 88460
-SHA256 c99088c070396a1e8945dec35e9f3f8fa51b5cf314d90e3b25674d0dbf1b6c88 autocutsel-0.8.0.tar.gz 88460
diff --git a/x11-misc/autocutsel/files/digest-autocutsel-0.8.1 b/x11-misc/autocutsel/files/digest-autocutsel-0.8.1
deleted file mode 100644
index 39d97d9c7b85..000000000000
--- a/x11-misc/autocutsel/files/digest-autocutsel-0.8.1
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 c33e54649d80abec59db95c11e4269a2 autocutsel-0.8.1.tar.gz 282044
-RMD160 2080f5347b1c1872b8125b0513578946272e6e49 autocutsel-0.8.1.tar.gz 282044
-SHA256 b110d400ae1bc8a66a84fcad09484c7b281a5d2fe119f1fe19ec41adb19b6134 autocutsel-0.8.1.tar.gz 282044