diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-02-26 22:44:22 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-02-26 22:44:22 +0000 |
commit | 830ce2bdfcd434a3cfc2fd76eb63e868f1dd958e (patch) | |
tree | f4feddffa7ef11ced455ae42f2e465e291f3ea62 /app-sci/setiathome | |
parent | added IUSE hardened flag (thx swtaylor) (Manifest recommit) (diff) | |
download | gentoo-2-830ce2bdfcd434a3cfc2fd76eb63e868f1dd958e.tar.gz gentoo-2-830ce2bdfcd434a3cfc2fd76eb63e868f1dd958e.tar.bz2 gentoo-2-830ce2bdfcd434a3cfc2fd76eb63e868f1dd958e.zip |
Remove alpha from the SRC_URI to keep from cluttering digest and causing confusion
Diffstat (limited to 'app-sci/setiathome')
-rw-r--r-- | app-sci/setiathome/ChangeLog | 6 | ||||
-rw-r--r-- | app-sci/setiathome/setiathome-3.03-r1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/app-sci/setiathome/ChangeLog b/app-sci/setiathome/ChangeLog index 21e26423dfc7..c50cc5522fa0 100644 --- a/app-sci/setiathome/ChangeLog +++ b/app-sci/setiathome/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-sci/setiathome # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-sci/setiathome/ChangeLog,v 1.15 2004/02/26 22:20:45 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-sci/setiathome/ChangeLog,v 1.16 2004/02/26 22:44:22 agriffis Exp $ + + 26 Feb 2004; Aron Griffis <agriffis@gentoo.org> setiathome-3.03-r1.ebuild: + Remove alpha from the SRC_URI to keep from cluttering digest and causing + confusion 26 Feb 2004; Aron Griffis <agriffis@gentoo.org> setiathome-3.03-r1.ebuild, setiathome-3.08-r1.ebuild: diff --git a/app-sci/setiathome/setiathome-3.03-r1.ebuild b/app-sci/setiathome/setiathome-3.03-r1.ebuild index 724c15a80a43..a9415038ee58 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-2004 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.15 2004/02/26 22:20:46 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-sci/setiathome/setiathome-3.03-r1.ebuild,v 1.16 2004/02/26 22:44:22 agriffis Exp $ # no version number on this install dir since upgrades will be using same dir # (data will be stored here too) @@ -11,8 +11,8 @@ HOMEPAGE="http://setiathome.ssl.berkeley.edu" SRC_URI="ppc? ( ftp://alien.ssl.berkeley.edu/pub/setiathome-${PV}.powerpc-unknown-linux-gnu.tar ) sparc? ( ftp://alien.ssl.berkeley.edu/pub/setiathome-${PV}.sparc-unknown-linux-gnu.tar ) ia64? ( ftp://alien.ssl.berkeley.edu/pub/setiathome-${PV}.ia64-Linux-gnu.tar ) - alpha? ( ftp://alien.ssl.berkeley.edu/pub/setiathome-${PV}.alpha-unknown-linux-gnu.tar ) hppa? ( ftp://alien.ssl.berkeley.edu/pub/setiathome-${PV}.hppa-parisc-palinux.tar )" +# alpha? ( ftp://alien.ssl.berkeley.edu/pub/setiathome-${PV}.alpha-unknown-linux-gnu.tar ) LICENSE="as-is" SLOT="0" |