diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-07-23 05:18:07 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-07-23 05:18:07 +0000 |
commit | 3a89607874133fbc78bdd1a8fa60f1c858d57fff (patch) | |
tree | 7e4ac1bb8a92559928b450b0d81b702ed188cba4 /media-gfx/propaganda | |
parent | added SLOT/KEYWORDS (diff) | |
download | gentoo-2-3a89607874133fbc78bdd1a8fa60f1c858d57fff.tar.gz gentoo-2-3a89607874133fbc78bdd1a8fa60f1c858d57fff.tar.bz2 gentoo-2-3a89607874133fbc78bdd1a8fa60f1c858d57fff.zip |
repoman'd
Diffstat (limited to 'media-gfx/propaganda')
-rw-r--r-- | media-gfx/propaganda/propaganda-1.0.ebuild | 19 |
1 files changed, 6 insertions, 13 deletions
diff --git a/media-gfx/propaganda/propaganda-1.0.ebuild b/media-gfx/propaganda/propaganda-1.0.ebuild index f1dc43129b7c..c5dd4ccd8e72 100644 --- a/media-gfx/propaganda/propaganda-1.0.ebuild +++ b/media-gfx/propaganda/propaganda-1.0.ebuild @@ -1,15 +1,10 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/media-gfx/propaganda/propaganda-1.0.ebuild,v 1.3 2002/07/11 06:30:27 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/propaganda/propaganda-1.0.ebuild,v 1.4 2002/07/23 05:18:07 seemant Exp $ -# Source directory; the dir where the sources can be found -# (automatically unpacked) inside ${WORKDIR}. Usually you can just -# leave this as-is. S=${WORKDIR}/Propaganda - -# Short one-line description of this package. DESCRIPTION="Propaganda Volume 1-14 + E. Tiling images for your desktop" - +HOMEPAGE="http://www.resexcellence.com/propaganda/index.shtml" SITE="http://www.resexcellence.com/propaganda/" # Point to any required sources; these will be automatically # downloaded by Portage. @@ -28,14 +23,12 @@ SRC_URI="${SITE}Propaganda-Vol-01.tar.gz ${SITE}Propaganda-13.tar.gz ${SITE}Propaganda-14.tar.gz ${SITE}Propaganda-For-E.tar.gz" - -# Homepage, not used by Portage directly but handy for developer reference -HOMEPAGE="http://www.resexcellence.com/propaganda/index.shtml" -DEPEND="" +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="x86" -# Run-time dependencies, same as DEPEND if RDEPEND isn't defined: -#RDEPEND="" +DEPEND="virtual/glibc" src_compile() { rm -fr ${S}/../Propaganda-Vol-11/.finderinfo |