diff options
author | Aron Griffis <agriffis@gentoo.org> | 2005-05-28 17:23:10 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2005-05-28 17:23:10 +0000 |
commit | 7a8a5f3032531e50dadd08d4776e29079d202969 (patch) | |
tree | 534dc69a6afdd370624b0e8bc1644e7be9171ddd /x11-misc/xclip | |
parent | Dont make use of the deprecated oggvorbis useflag any longer, see #94254. Mar... (diff) | |
download | historical-7a8a5f3032531e50dadd08d4776e29079d202969.tar.gz historical-7a8a5f3032531e50dadd08d4776e29079d202969.tar.bz2 historical-7a8a5f3032531e50dadd08d4776e29079d202969.zip |
stable on alpha amd64 ia64
Package-Manager: portage-2.0.51.22-r1
Diffstat (limited to 'x11-misc/xclip')
-rw-r--r-- | x11-misc/xclip/ChangeLog | 5 | ||||
-rw-r--r-- | x11-misc/xclip/Manifest | 14 | ||||
-rw-r--r-- | x11-misc/xclip/xclip-0.08.ebuild | 4 |
3 files changed, 13 insertions, 10 deletions
diff --git a/x11-misc/xclip/ChangeLog b/x11-misc/xclip/ChangeLog index 298b51c3a41f..4af20d7f6b64 100644 --- a/x11-misc/xclip/ChangeLog +++ b/x11-misc/xclip/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-misc/xclip # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xclip/ChangeLog,v 1.7 2005/05/23 03:55:16 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xclip/ChangeLog,v 1.8 2005/05/28 17:23:10 agriffis Exp $ + + 28 May 2005; Aron Griffis <agriffis@gentoo.org> xclip-0.08.ebuild: + stable on alpha amd64 ia64 23 May 2005; Aron Griffis <agriffis@gentoo.org> xclip-0.08.ebuild: add ~alpha ~ia64 diff --git a/x11-misc/xclip/Manifest b/x11-misc/xclip/Manifest index a7dba3b1f5ee..d2ac186578a4 100644 --- a/x11-misc/xclip/Manifest +++ b/x11-misc/xclip/Manifest @@ -1,16 +1,16 @@ -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 -MD5 23fb503bfff94d3d467e1850c3e62e65 ChangeLog 1332 +MD5 99d6e3e762db693734947c5e217a93c1 xclip-0.08.ebuild 733 MD5 a50cda7e36be3b9785eb223f9ed302f0 xclip-0.05.ebuild 713 +MD5 2fc182f2a2d68fd76e2406e6ceee045b ChangeLog 1431 MD5 45ddf8c1878112fe4b49cac83c42f931 metadata.xml 254 -MD5 36da93f4257861af3244aa091c0f9248 xclip-0.08.ebuild 736 -MD5 031385d1f0ed3f1468b40c9e8da41049 files/digest-xclip-0.08 61 MD5 1c3181c686d2dcb3d106d690a726f415 files/digest-xclip-0.05 61 +MD5 031385d1f0ed3f1468b40c9e8da41049 files/digest-xclip-0.08 61 -----BEGIN PGP SIGNATURE----- -Version: GnuPG v1.4.0 (GNU/Linux) +Version: GnuPG v1.4.1 (GNU/Linux) -iD8DBQFCkVQwBXaUFmZvwyMRAjnfAJ95lx+KDttp1DSkbCtPH95jOdD4dgCeJ15V -M7rQsGLIJ6GcqjEDHl64lSo= -=5Bvi +iD8DBQFCmKwlBXaUFmZvwyMRAlD1AJwMrgGsDPOI5cwSd5X8dygDjQ2TFQCcCWEN +Ng27+i2ieVDKVYj7end4ahs= +=s6My -----END PGP SIGNATURE----- diff --git a/x11-misc/xclip/xclip-0.08.ebuild b/x11-misc/xclip/xclip-0.08.ebuild index 74a17bddd50a..ff9972c547ff 100644 --- a/x11-misc/xclip/xclip-0.08.ebuild +++ b/x11-misc/xclip/xclip-0.08.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # 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.5 2005/05/23 03:55:16 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xclip/xclip-0.08.ebuild,v 1.6 2005/05/28 17:23:10 agriffis 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." @@ -9,7 +9,7 @@ HOMEPAGE="http://people.debian.org/~kims/xclip/" SLOT="0" LICENSE="GPL-2" -KEYWORDS="~alpha ~amd64 ~ia64 ppc x86" +KEYWORDS="alpha amd64 ia64 ppc x86" IUSE="" DEPEND="virtual/x11" |