diff options
author | Mike Frysinger <vapier@gentoo.org> | 2003-08-06 07:53:16 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2003-08-06 07:53:16 +0000 |
commit | 3a14f47c35ecb5fecd6d9c8217a87a9934581f49 (patch) | |
tree | 365b196e3b8ceb9268740041cb00c6636bb2de02 /app-misc | |
parent | no such thing as GPL-3 :) (diff) | |
download | historical-3a14f47c35ecb5fecd6d9c8217a87a9934581f49.tar.gz historical-3a14f47c35ecb5fecd6d9c8217a87a9934581f49.tar.bz2 historical-3a14f47c35ecb5fecd6d9c8217a87a9934581f49.zip |
touchups
Diffstat (limited to 'app-misc')
-rw-r--r-- | app-misc/Welcome2L/Welcome2L-3.04.ebuild | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/app-misc/Welcome2L/Welcome2L-3.04.ebuild b/app-misc/Welcome2L/Welcome2L-3.04.ebuild index 3caaca0c10bc..cc6a4af9a446 100644 --- a/app-misc/Welcome2L/Welcome2L-3.04.ebuild +++ b/app-misc/Welcome2L/Welcome2L-3.04.ebuild @@ -1,23 +1,23 @@ # Copyright 2002 Niek van der Maas -# Distributed under the terms of the GNU General Public License, v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/Welcome2L/Welcome2L-3.04.ebuild,v 1.4 2003/07/16 17:03:25 pvdabeel Exp $ +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-misc/Welcome2L/Welcome2L-3.04.ebuild,v 1.5 2003/08/06 07:53:16 vapier Exp $ +inherit eutils -S=${WORKDIR}/${P} -DESCRIPTION="Welcome to Linux, ANSI login logo for Linux." -SRC_URI="http://www.chez.com/littleigloo/files/${P}.src.tar.gz" +DESCRIPTION="Welcome to Linux, ANSI login logo for Linux" HOMEPAGE="http://www.littleigloo.org/" +SRC_URI="http://www.chez.com/littleigloo/files/${P}.src.tar.gz" -DEPEND="virtual/glibc" - -SLOT="0" LICENSE="GPL-2" +SLOT="0" KEYWORDS="x86 ppc" +DEPEND="virtual/glibc" + src_unpack() { unpack ${A} cd ${S} - patch -p1 < ${FILESDIR}/Welcome2L-3.04-gentoo.patch + epatch ${FILESDIR}/${P}-gentoo.patch } src_compile() { |