diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2009-04-30 23:00:17 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2009-04-30 23:00:17 +0000 |
commit | 9ad4a226fcf9ff3f24d6195bcca857fd64b04c6e (patch) | |
tree | bcb0ad86ff0f587f06a1020d9de814c7696e3425 /x11-apps/xclipboard | |
parent | Remove xphelloworld since xprint is obsolete. (diff) | |
download | historical-9ad4a226fcf9ff3f24d6195bcca857fd64b04c6e.tar.gz historical-9ad4a226fcf9ff3f24d6195bcca857fd64b04c6e.tar.bz2 historical-9ad4a226fcf9ff3f24d6195bcca857fd64b04c6e.zip |
old
Package-Manager: portage-2.1.6.11/cvs/Linux x86_64
Diffstat (limited to 'x11-apps/xclipboard')
-rw-r--r-- | x11-apps/xclipboard/Manifest | 1 | ||||
-rw-r--r-- | x11-apps/xclipboard/xclipboard-1.0.1.ebuild | 22 |
2 files changed, 0 insertions, 23 deletions
diff --git a/x11-apps/xclipboard/Manifest b/x11-apps/xclipboard/Manifest index 6ccd1f582d9b..c92a8ceb891b 100644 --- a/x11-apps/xclipboard/Manifest +++ b/x11-apps/xclipboard/Manifest @@ -1,5 +1,4 @@ DIST xclipboard-1.0.1.tar.bz2 83681 RMD160 f187351862d5ca4f699fd39640bca91a247108f0 SHA1 05f0e1df3b85ce7cd5152a34513b866d41387824 SHA256 3399a27101285112ea578e1855c8374254afa8d427a3c5943458abc27c4d70fc EBUILD xclipboard-1.0.1-r1.ebuild 524 RMD160 887f558df439a4eb931920d3ff3f2f6d035efd89 SHA1 e9142570aca21dc8d2b4fa93b23d297be96b1ded SHA256 f645e47da268b45894288992cacaed569fd57ede07cd78b72f7246dc63e92851 -EBUILD xclipboard-1.0.1.ebuild 660 RMD160 b293312a57484abf2af23ce56dbf1d7b60e9e4c5 SHA1 5b861670d5e11d63a13bf66d647ee39f27f1e02d SHA256 692eebb1f9b77de4f52d1cd3a617d83df33c8c59091eed71e5e1f205dcc734fe MISC ChangeLog 3143 RMD160 45e401075c8ae0faead6c2f41d1e2ec7e8b2d9a0 SHA1 9c00dbde023c3b1f6ab0f8963ed1c4945113cdb6 SHA256 4733f31dc0d12ed4948d144677e6a2e6ac1d166299f4fa0e0eb6ccc7aade2ef0 MISC metadata.xml 156 RMD160 c1274bdccf57603d580de0075ba07a35b7509560 SHA1 6f78f604e3d079d39189b40aaaa1ddb06182ad91 SHA256 5101ab0d4cc8c7125eea733c44e86962769bd77acaf53b69223b9cadcdd29055 diff --git a/x11-apps/xclipboard/xclipboard-1.0.1.ebuild b/x11-apps/xclipboard/xclipboard-1.0.1.ebuild deleted file mode 100644 index 0973d7ffd867..000000000000 --- a/x11-apps/xclipboard/xclipboard-1.0.1.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2008 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.ebuild,v 1.7 2008/03/24 14:01:30 maekke 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="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 -} |