diff options
author | Krzysztof Pawlik <nelchael@gentoo.org> | 2005-10-31 16:32:58 +0000 |
---|---|---|
committer | Krzysztof Pawlik <nelchael@gentoo.org> | 2005-10-31 16:32:58 +0000 |
commit | 648f2506f5e5784a32f17a6722711364ccd56b41 (patch) | |
tree | e990ebbd998f5dea80af1e0fc50b2fe2d4e617cc /x11-misc/xclip | |
parent | Stable on x86. (diff) | |
download | historical-648f2506f5e5784a32f17a6722711364ccd56b41.tar.gz historical-648f2506f5e5784a32f17a6722711364ccd56b41.tar.bz2 historical-648f2506f5e5784a32f17a6722711364ccd56b41.zip |
Fixed dodoc not to install INSTALL. Removed old 0.05.
Package-Manager: portage-2.0.53_rc6
Diffstat (limited to 'x11-misc/xclip')
-rw-r--r-- | x11-misc/xclip/ChangeLog | 6 | ||||
-rw-r--r-- | x11-misc/xclip/files/digest-xclip-0.05 | 1 | ||||
-rw-r--r-- | x11-misc/xclip/xclip-0.05.ebuild | 27 | ||||
-rw-r--r-- | x11-misc/xclip/xclip-0.08.ebuild | 4 |
4 files changed, 7 insertions, 31 deletions
diff --git a/x11-misc/xclip/ChangeLog b/x11-misc/xclip/ChangeLog index 65d4bf394932..4716a56c8ae8 100644 --- a/x11-misc/xclip/ChangeLog +++ b/x11-misc/xclip/ChangeLog @@ -1,6 +1,10 @@ # 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.9 2005/09/17 00:52:21 ciaranm Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xclip/ChangeLog,v 1.10 2005/10/31 16:32:58 nelchael Exp $ + + 31 Oct 2005; Krzysiek Pawlik <nelchael@gentoo.org> -xclip-0.05.ebuild, + xclip-0.08.ebuild: + Fixed dodoc not to install INSTALL. Removed old 0.05. 17 Sep 2005; Ciaran McCreesh <ciaranm@gentoo.org> ChangeLog: Converted to UTF-8, fixed encoding screwups diff --git a/x11-misc/xclip/files/digest-xclip-0.05 b/x11-misc/xclip/files/digest-xclip-0.05 deleted file mode 100644 index 669cf8689922..000000000000 --- a/x11-misc/xclip/files/digest-xclip-0.05 +++ /dev/null @@ -1 +0,0 @@ -MD5 fd8312daa0d8e77b405a440aaa658db5 xclip-0.05.tar.gz 15414 diff --git a/x11-misc/xclip/xclip-0.05.ebuild b/x11-misc/xclip/xclip-0.05.ebuild deleted file mode 100644 index b35d604db67a..000000000000 --- a/x11-misc/xclip/xclip-0.05.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# 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.3 2004/06/24 22:39:15 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." -SRC_URI="http://people.debian.org/~kims/xclip/${P}.tar.gz" -HOMEPAGE="http://people.debian.org/~kims/xclip/" - -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="x86" -IUSE="" - -DEPEND="virtual/x11" - -src_compile() { - xmkmf || die - make || die -} - -src_install () { - make DESTDIR=${D} install || die - make DESTDIR=${D} install.man || die - dodoc README INSTALL CHANGES -} - diff --git a/x11-misc/xclip/xclip-0.08.ebuild b/x11-misc/xclip/xclip-0.08.ebuild index ff9972c547ff..bb9611ba7a6b 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.6 2005/05/28 17:23:10 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xclip/xclip-0.08.ebuild,v 1.7 2005/10/31 16:32:58 nelchael 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." @@ -22,5 +22,5 @@ src_compile() { src_install () { make DESTDIR=${D} install || die make DESTDIR=${D} install.man || die - dodoc README INSTALL CHANGES + dodoc README CHANGES } |