diff options
author | 2002-07-19 20:52:43 +0000 | |
---|---|---|
committer | 2002-07-19 20:52:43 +0000 | |
commit | 4e770cdf24dc95a0cf5143ed10195840f6ee15e5 (patch) | |
tree | 9b1824cac33f97c732e7ec93ff675b8ceeca8b98 /app-sci/setiathome | |
parent | new package. Fixes #4013. Submitted by Sean E Russell (diff) | |
download | historical-4e770cdf24dc95a0cf5143ed10195840f6ee15e5.tar.gz historical-4e770cdf24dc95a0cf5143ed10195840f6ee15e5.tar.bz2 historical-4e770cdf24dc95a0cf5143ed10195840f6ee15e5.zip |
Added SLOT andn LICENSE
Diffstat (limited to 'app-sci/setiathome')
-rw-r--r-- | app-sci/setiathome/setiathome-3.03-r1.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/app-sci/setiathome/setiathome-3.03-r1.ebuild b/app-sci/setiathome/setiathome-3.03-r1.ebuild index 69b4b6a1d093..6d90562560ed 100644 --- a/app-sci/setiathome/setiathome-3.03-r1.ebuild +++ b/app-sci/setiathome/setiathome-3.03-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2001 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-sci/setiathome/setiathome-3.03-r1.ebuild,v 1.1 2002/07/19 20:11:29 rphillips Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-sci/setiathome/setiathome-3.03-r1.ebuild,v 1.2 2002/07/19 20:52:43 rphillips Exp $ # generic archive name, this should be a link to the real archive A="${P}.tar" @@ -19,6 +19,8 @@ DEPEND=">=virtual/glibc-2.1 >=sys-apps/baselayout-1.8.0" RDEPEND=">=virtual/glibc-2.1 X? ( x11-base/xfree )" +SLOT="0" +LICENSE="proprietary" src_unpack () { if [ ! -e ${DISTDIR}/${A} ] ; then |