diff options
author | Daniel Ahlberg <aliz@gentoo.org> | 2002-07-08 21:31:08 +0000 |
---|---|---|
committer | Daniel Ahlberg <aliz@gentoo.org> | 2002-07-08 21:31:08 +0000 |
commit | 2d7bdcf56161d31816f48832b4ea8302399642a5 (patch) | |
tree | a7a8bef2b961267cbd7fa24a38972b6dfe6dcc3c /x11-misc/gclipper | |
parent | Updated both the old and new version of mon with dependency changes; cleaned ... (diff) | |
download | gentoo-2-2d7bdcf56161d31816f48832b4ea8302399642a5.tar.gz gentoo-2-2d7bdcf56161d31816f48832b4ea8302399642a5.tar.bz2 gentoo-2-2d7bdcf56161d31816f48832b4ea8302399642a5.zip |
LICENSE, SLOT and KEYWORDS addings
Diffstat (limited to 'x11-misc/gclipper')
-rw-r--r-- | x11-misc/gclipper/gclipper-1.1a.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/x11-misc/gclipper/gclipper-1.1a.ebuild b/x11-misc/gclipper/gclipper-1.1a.ebuild index 93e9e87b390c..5d31a89d907a 100644 --- a/x11-misc/gclipper/gclipper-1.1a.ebuild +++ b/x11-misc/gclipper/gclipper-1.1a.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Maintainer: First Last <your email> -# $Header: /var/cvsroot/gentoo-x86/x11-misc/gclipper/gclipper-1.1a.ebuild,v 1.3 2002/07/08 16:58:05 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/gclipper/gclipper-1.1a.ebuild,v 1.4 2002/07/08 21:31:06 aliz Exp $ S=${WORKDIR}/${PN} DESCRIPTION="GClipper is a multiple buffer clipboard that automatically fetches new selections and maintains them in a history." @@ -10,6 +10,8 @@ SRC_URI="http://www.thunderstorms.org/gclipper/gclipper-1.1a.tar.gz" # Homepage, not used by Portage directly but handy for developer reference HOMEPAGE="http://www.theleaf.be" LICENSE="GPL-2" +SLOT="0" +KEYWORDS="x86" DEPEND="=x11-libs/gtk+-1.2*" |