summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRémi Cardona <remi@gentoo.org>2009-01-14 14:10:50 +0000
committerRémi Cardona <remi@gentoo.org>2009-01-14 14:10:50 +0000
commit34859938b942e2a781fe6c5a332b0c7b54972fb2 (patch)
tree599aa78a1cf63618f3e6565a16e99b2c85300e04 /x11-apps/xclipboard
parentDrop KDE 4.1.2 and 4.1.3 (diff)
downloadgentoo-2-34859938b942e2a781fe6c5a332b0c7b54972fb2.tar.gz
gentoo-2-34859938b942e2a781fe6c5a332b0c7b54972fb2.tar.bz2
gentoo-2-34859938b942e2a781fe6c5a332b0c7b54972fb2.zip
x11-apps/xclipboard: remove xprint support (see bug #254874)
(Portage version: 2.2_rc21/cvs/Linux 2.6.27-gentoo-r2 x86_64)
Diffstat (limited to 'x11-apps/xclipboard')
-rw-r--r--x11-apps/xclipboard/ChangeLog9
-rw-r--r--x11-apps/xclipboard/xclipboard-1.0.1-r1.ebuild16
2 files changed, 23 insertions, 2 deletions
diff --git a/x11-apps/xclipboard/ChangeLog b/x11-apps/xclipboard/ChangeLog
index b0115cd1bff4..0e5119242cbf 100644
--- a/x11-apps/xclipboard/ChangeLog
+++ b/x11-apps/xclipboard/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for x11-apps/xclipboard
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-apps/xclipboard/ChangeLog,v 1.16 2008/03/24 14:01:30 maekke Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xclipboard/ChangeLog,v 1.17 2009/01/14 14:10:50 remi Exp $
+
+*xclipboard-1.0.1-r1 (14 Jan 2009)
+
+ 14 Jan 2009; Rémi Cardona <remi@gentoo.org> +xclipboard-1.0.1-r1.ebuild:
+ remove xprint support (see bug #254874)
24 Mar 2008; Markus Meier <maekke@gentoo.org> xclipboard-1.0.1.ebuild:
amd64 stable, bug #202087
diff --git a/x11-apps/xclipboard/xclipboard-1.0.1-r1.ebuild b/x11-apps/xclipboard/xclipboard-1.0.1-r1.ebuild
new file mode 100644
index 000000000000..e6999a4e1167
--- /dev/null
+++ b/x11-apps/xclipboard/xclipboard-1.0.1-r1.ebuild
@@ -0,0 +1,16 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xclipboard/xclipboard-1.0.1-r1.ebuild,v 1.1 2009/01/14 14:10:50 remi Exp $
+
+# Must be before x-modular eclass is inherited
+#SNAPSHOT="yes"
+
+inherit x-modular
+
+DESCRIPTION="interchange between cut buffer and selection"
+KEYWORDS="~amd64 ~arm ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
+IUSE=""
+RDEPEND="x11-libs/libXaw"
+DEPEND="${RDEPEND}"
+
+CONFIGURE_OPTIONS="--disable-xprint"