From 0b400e9c57eed9ee2efae2fbdc182afff6f0f8f8 Mon Sep 17 00:00:00 2001 From: "Santiago M. Mola" Date: Tue, 3 Jun 2008 19:24:49 +0000 Subject: Remove old. Package-Manager: portage-2.2_pre7-r1/cvs/Linux 2.6.25-gentoo-r3 Intel(R) Core(TM)2 Duo CPU T7250 @ 2.00GHz --- x11-misc/xclip/ChangeLog | 5 ++++- x11-misc/xclip/xclip-0.08-r1.ebuild | 36 ------------------------------------ 2 files changed, 4 insertions(+), 37 deletions(-) delete mode 100644 x11-misc/xclip/xclip-0.08-r1.ebuild (limited to 'x11-misc/xclip') 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 -xclip-0.08-r1.ebuild: + Remove old. 31 Mar 2008; Jeroen Roovers 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 -} -- cgit v1.2.3-65-gdbad