summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2003-11-11 13:21:34 +0000
committerMike Frysinger <vapier@gentoo.org>2003-11-11 13:21:34 +0000
commitb307203d0dacbcd1e8cd6b662bab3d5bf62617de (patch)
tree1cfa30e9dc22f6d01b5e25670450449e2c8286bb /x11-misc/gclipper
parentold (diff)
downloadhistorical-b307203d0dacbcd1e8cd6b662bab3d5bf62617de.tar.gz
historical-b307203d0dacbcd1e8cd6b662bab3d5bf62617de.tar.bz2
historical-b307203d0dacbcd1e8cd6b662bab3d5bf62617de.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
}