summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2003-11-11 13:17:36 +0000
committerMike Frysinger <vapier@gentoo.org>2003-11-11 13:17:36 +0000
commit95432aad7d1fed9e4ba1d8fbe00749a52eb1351c (patch)
treebd06dee102c9c1e02192a5f4ad8f2cf00bbff943 /x11-misc/gclipper
parentold (diff)
downloadgentoo-2-95432aad7d1fed9e4ba1d8fbe00749a52eb1351c.tar.gz
gentoo-2-95432aad7d1fed9e4ba1d8fbe00749a52eb1351c.tar.bz2
gentoo-2-95432aad7d1fed9e4ba1d8fbe00749a52eb1351c.zip
touchups
Diffstat (limited to 'x11-misc/gclipper')
-rw-r--r--x11-misc/gclipper/gclipper-1.1a.ebuild14
1 files changed, 7 insertions, 7 deletions
diff --git a/x11-misc/gclipper/gclipper-1.1a.ebuild b/x11-misc/gclipper/gclipper-1.1a.ebuild
index 9e3836a27623..d58548c82b22 100644
--- a/x11-misc/gclipper/gclipper-1.1a.ebuild
+++ b/x11-misc/gclipper/gclipper-1.1a.ebuild
@@ -1,24 +1,24 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/gclipper/gclipper-1.1a.ebuild,v 1.9 2003/02/13 17:13:42 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/gclipper/gclipper-1.1a.ebuild,v 1.10 2003/11/11 13:15:34 vapier Exp $
-S=${WORKDIR}/${PN}
-DESCRIPTION="GClipper is a multiple buffer clipboard that automatically fetches new selections and maintains them in a history."
+DESCRIPTION="multiple buffer clipboard that automatically fetches new selections and maintains them in a history"
SRC_URI="http://www.thunderstorms.org/gclipper/gclipper-1.1a.tar.gz"
+HOMEPAGE="http://www.theleaf.be/"
-# Homepage, not used by Portage directly but handy for developer reference
-HOMEPAGE="http://www.theleaf.be"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="x86 sparc "
+KEYWORDS="x86 sparc"
DEPEND="=x11-libs/gtk+-1.2*"
+S=${WORKDIR}/${PN}
+
src_compile() {
emake || die
}
-src_install () {
+src_install() {
dobin gclipper
dodoc Changelog COPYING README
}