diff options
author | Brandon Hale <tseng@gentoo.org> | 2004-06-01 19:38:21 +0000 |
---|---|---|
committer | Brandon Hale <tseng@gentoo.org> | 2004-06-01 19:38:21 +0000 |
commit | cff140f5452546c346a97165268ee11605a32be6 (patch) | |
tree | b83303e3fbd284e18e781a47a5704a6c08c4c876 /x11-misc/xclip | |
parent | Fix depends. (Manifest recommit) (diff) | |
download | gentoo-2-cff140f5452546c346a97165268ee11605a32be6.tar.gz gentoo-2-cff140f5452546c346a97165268ee11605a32be6.tar.bz2 gentoo-2-cff140f5452546c346a97165268ee11605a32be6.zip |
Add IUSE=
Diffstat (limited to 'x11-misc/xclip')
-rw-r--r-- | x11-misc/xclip/ChangeLog | 8 | ||||
-rw-r--r-- | x11-misc/xclip/xclip-0.05.ebuild | 5 | ||||
-rw-r--r-- | x11-misc/xclip/xclip-0.08.ebuild | 5 |
3 files changed, 12 insertions, 6 deletions
diff --git a/x11-misc/xclip/ChangeLog b/x11-misc/xclip/ChangeLog index 24d070402b3c..69eeda45fa0b 100644 --- a/x11-misc/xclip/ChangeLog +++ b/x11-misc/xclip/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-misc/xclip -# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xclip/ChangeLog,v 1.2 2003/10/20 06:21:35 vapier Exp $ +# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xclip/ChangeLog,v 1.3 2004/06/01 19:35:46 tseng Exp $ + + 01 Jun 2004; Brandon Hale <tseng@gentoo.org> xclip-0.05.ebuild, + xclip-0.08.ebuild: + Add IUSE= *xclip-0.08 (26 Apr 2002) diff --git a/x11-misc/xclip/xclip-0.05.ebuild b/x11-misc/xclip/xclip-0.05.ebuild index e03fca8e9624..ee6966992a2f 100644 --- a/x11-misc/xclip/xclip-0.05.ebuild +++ b/x11-misc/xclip/xclip-0.05.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xclip/xclip-0.05.ebuild,v 1.1 2003/10/20 04:14:48 tseng Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xclip/xclip-0.05.ebuild,v 1.2 2004/06/01 19:35:46 tseng Exp $ S=${WORKDIR}/xclip DESCRIPTION="Command-line utility to read data from standard in and place it in an X selection for pasting into X applications." @@ -10,6 +10,7 @@ HOMEPAGE="http://people.debian.org/~kims/xclip/" SLOT="0" LICENSE="GPL-2" KEYWORDS="x86" +IUSE="" DEPEND="virtual/x11" diff --git a/x11-misc/xclip/xclip-0.08.ebuild b/x11-misc/xclip/xclip-0.08.ebuild index d168120f23dc..3cd8343b1c1a 100644 --- a/x11-misc/xclip/xclip-0.08.ebuild +++ b/x11-misc/xclip/xclip-0.08.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xclip/xclip-0.08.ebuild,v 1.1 2003/10/20 04:14:48 tseng Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xclip/xclip-0.08.ebuild,v 1.2 2004/06/01 19:35:46 tseng Exp $ S=${WORKDIR}/xclip DESCRIPTION="Command-line utility to read data from standard in and place it in an X selection for pasting into X applications." @@ -10,6 +10,7 @@ HOMEPAGE="http://people.debian.org/~kims/xclip/" SLOT="0" LICENSE="GPL-2" KEYWORDS="x86 ppc" +IUSE="" DEPEND="virtual/x11" |