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/openmotif | |
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/openmotif')
-rw-r--r-- | x11-libs/openmotif/openmotif-2.1.30-r1.ebuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/x11-libs/openmotif/openmotif-2.1.30-r1.ebuild b/x11-libs/openmotif/openmotif-2.1.30-r1.ebuild index 32245a7bcdc5..fe1163b70477 100644 --- a/x11-libs/openmotif/openmotif-2.1.30-r1.ebuild +++ b/x11-libs/openmotif/openmotif-2.1.30-r1.ebuild @@ -1,13 +1,16 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Daniel Robbins <drobbins@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/x11-libs/openmotif/openmotif-2.1.30-r1.ebuild,v 1.4 2002/04/28 20:35:12 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/openmotif/openmotif-2.1.30-r1.ebuild,v 1.5 2002/07/09 10:53:20 aliz Exp $ MY_P=${P}-4_MLI.src S=${WORKDIR}/motif DESCRIPTION="Open Motif (Metrolink Bug Fix Release)" SRC_URI="ftp://ftp.metrolink.com/pub/openmotif/2.1.30-4/${MY_P}.tar.gz" HOMEPAGE="http://www.metrolink.com/openmotif/" +LICENSE="MOTIF" +SLOT="0" +KEYWORDS="x86" DEPEND="virtual/glibc virtual/x11" |