diff options
author | Daniel Ahlberg <aliz@gentoo.org> | 2002-07-09 10:53:21 +0000 |
---|---|---|
committer | Daniel Ahlberg <aliz@gentoo.org> | 2002-07-09 10:53:21 +0000 |
commit | 1db42b1b14263365745545f25c946f01be1709d4 (patch) | |
tree | 10a39cb4c93d6687707ee1f6966463aadb440f70 /x11-libs/dnd | |
parent | repoman QA issues (diff) | |
download | gentoo-2-1db42b1b14263365745545f25c946f01be1709d4.tar.gz gentoo-2-1db42b1b14263365745545f25c946f01be1709d4.tar.bz2 gentoo-2-1db42b1b14263365745545f25c946f01be1709d4.zip |
Added LICENSE, KEYWORDS and SLOT tags
Diffstat (limited to 'x11-libs/dnd')
-rw-r--r-- | x11-libs/dnd/dnd-1.1.ebuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/x11-libs/dnd/dnd-1.1.ebuild b/x11-libs/dnd/dnd-1.1.ebuild index 2ef28286a15c..20c30276c26e 100644 --- a/x11-libs/dnd/dnd-1.1.ebuild +++ b/x11-libs/dnd/dnd-1.1.ebuild @@ -1,13 +1,16 @@ # Copyright 1999-2001 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Karl Trygve Kalleberg <karltk@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/x11-libs/dnd/dnd-1.1.ebuild,v 1.1 2001/09/27 22:12:43 karltk Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/dnd/dnd-1.1.ebuild,v 1.2 2002/07/09 10:53:20 aliz Exp $ S=${WORKDIR}/DND/DNDlib DESCRIPTION="OffiX' Drag'n'drop library" SRC_URI="http://leb.net/OffiX/dnd.1.1.tgz" +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="x86" HOMEPAGE="http://leb.net/OffiX" |