diff options
author | Santiago M. Mola <coldwind@gentoo.org> | 2008-06-03 19:24:49 +0000 |
---|---|---|
committer | Santiago M. Mola <coldwind@gentoo.org> | 2008-06-03 19:24:49 +0000 |
commit | 225cd750c03299ff2b5ec9ab1c590ec3d83ab1f3 (patch) | |
tree | b28f63ac66c5d6f40141115088d7a0b9c60656a9 /x11-misc/xclip | |
parent | Remove old. (diff) | |
download | gentoo-2-225cd750c03299ff2b5ec9ab1c590ec3d83ab1f3.tar.gz gentoo-2-225cd750c03299ff2b5ec9ab1c590ec3d83ab1f3.tar.bz2 gentoo-2-225cd750c03299ff2b5ec9ab1c590ec3d83ab1f3.zip |
Remove old.
(Portage version: 2.2_pre7-r1/cvs/Linux 2.6.25-gentoo-r3 Intel(R) Core(TM)2 Duo CPU T7250 @ 2.00GHz)
Diffstat (limited to 'x11-misc/xclip')
-rw-r--r-- | x11-misc/xclip/ChangeLog | 5 | ||||
-rw-r--r-- | x11-misc/xclip/xclip-0.08-r1.ebuild | 36 |
2 files changed, 4 insertions, 37 deletions
diff --git a/x11-misc/xclip/ChangeLog b/x11-misc/xclip/ChangeLog index 7b8a04acd26c..13d7606948f6 100644 --- a/x11-misc/xclip/ChangeLog +++ b/x11-misc/xclip/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-misc/xclip # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xclip/ChangeLog,v 1.28 2008/03/31 01:50:15 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xclip/ChangeLog,v 1.29 2008/06/03 19:24:49 coldwind Exp $ + + 03 Jun 2008; Santiago M. Mola <coldwind@gentoo.org> -xclip-0.08-r1.ebuild: + Remove old. 31 Mar 2008; Jeroen Roovers <jer@gentoo.org> xclip-0.08-r2.ebuild: Stable for HPPA (bug #214394). diff --git a/x11-misc/xclip/xclip-0.08-r1.ebuild b/x11-misc/xclip/xclip-0.08-r1.ebuild deleted file mode 100644 index 91f3a821c55e..000000000000 --- a/x11-misc/xclip/xclip-0.08-r1.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xclip/xclip-0.08-r1.ebuild,v 1.6 2007/04/08 12:41:38 corsair Exp $ - -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="alpha amd64 hppa ia64 ppc ~ppc64 x86 ~x86-fbsd" -IUSE="" - -S="${WORKDIR}/${PN}" - -RDEPEND="x11-libs/libX11 - x11-libs/libXmu - x11-libs/libXt - x11-libs/libXext" -DEPEND="${RDEPEND} - app-text/rman - x11-misc/imake" - -src_compile() { - xmkmf || die "xmkmf failed." - emake || die "emake failed." -} - -src_install () { - emake DESTDIR=${D} install || die - emake DESTDIR=${D} MANPATH=/usr/share/man MANSUFFIX=1 \ - install.man || die - rm -f ${D}/usr/lib/X11/doc/html/* - find ${D} -depth -type d | xargs -n1 rmdir 2>/dev/null - dodoc README CHANGES -} |