summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2002-07-25 19:18:35 +0000
committerSeemant Kulleen <seemant@gentoo.org>2002-07-25 19:18:35 +0000
commit561e3ec2d8c2ca7fe26e41be6657c261c0ac099e (patch)
treead028cd559c9f1b94c799be46e647a7973f584e7 /app-misc/xclip
parentAdded SLOT, KEYWORDS, LICENSE, and RDEPEND. (diff)
downloadhistorical-561e3ec2d8c2ca7fe26e41be6657c261c0ac099e.tar.gz
historical-561e3ec2d8c2ca7fe26e41be6657c261c0ac099e.tar.bz2
historical-561e3ec2d8c2ca7fe26e41be6657c261c0ac099e.zip
repoman'd
Diffstat (limited to 'app-misc/xclip')
-rw-r--r--app-misc/xclip/xclip-0.05.ebuild7
-rw-r--r--app-misc/xclip/xclip-0.08.ebuild11
2 files changed, 10 insertions, 8 deletions
diff --git a/app-misc/xclip/xclip-0.05.ebuild b/app-misc/xclip/xclip-0.05.ebuild
index 492591a6f6b3..029f397ec6a6 100644
--- a/app-misc/xclip/xclip-0.05.ebuild
+++ b/app-misc/xclip/xclip-0.05.ebuild
@@ -1,7 +1,6 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
-# Grant Goodyear <grant@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/app-misc/xclip/xclip-0.05.ebuild,v 1.2 2002/04/27 07:39:05 seemant Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/xclip/xclip-0.05.ebuild,v 1.3 2002/07/25 19:18:35 seemant Exp $
S=${WORKDIR}/xclip
DESCRIPTION="Command-line utility to read data from standard in and
@@ -9,6 +8,10 @@ DESCRIPTION="Command-line utility to read data from standard in and
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"
+
DEPEND="virtual/x11"
src_compile() {
diff --git a/app-misc/xclip/xclip-0.08.ebuild b/app-misc/xclip/xclip-0.08.ebuild
index 2cb8c056f3fe..1674fc5875f5 100644
--- a/app-misc/xclip/xclip-0.08.ebuild
+++ b/app-misc/xclip/xclip-0.08.ebuild
@@ -1,7 +1,6 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
-# Grant Goodyear <grant@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/app-misc/xclip/xclip-0.08.ebuild,v 1.1 2002/04/27 07:41:31 seemant Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/xclip/xclip-0.08.ebuild,v 1.2 2002/07/25 19:18:35 seemant Exp $
S=${WORKDIR}/xclip
DESCRIPTION="Command-line utility to read data from standard in and
@@ -9,19 +8,19 @@ DESCRIPTION="Command-line utility to read data from standard in and
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"
+
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
-
}