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 | 4b7ce9611c808e5c04fce400d87894b012a9602f (patch) | |
tree | 75d10f2f7a27ad1ea991787a6dd4b869c01f5fc6 /app-sci/setiathome | |
parent | added IUSE hardened flag (thx swtaylor) (diff) | |
download | historical-4b7ce9611c808e5c04fce400d87894b012a9602f.tar.gz historical-4b7ce9611c808e5c04fce400d87894b012a9602f.tar.bz2 historical-4b7ce9611c808e5c04fce400d87894b012a9602f.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/Manifest | 4 | ||||
-rw-r--r-- | app-sci/setiathome/setiathome-3.03-r1.ebuild | 4 |
3 files changed, 9 insertions, 5 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/Manifest b/app-sci/setiathome/Manifest index 878d37cf0caf..c9fe9d4ab246 100644 --- a/app-sci/setiathome/Manifest +++ b/app-sci/setiathome/Manifest @@ -1,5 +1,5 @@ -MD5 58b8d440ee14ba0921764ead3d840c14 ChangeLog 2642 -MD5 5f62d9fa23d9723ede4090ee29454f80 setiathome-3.03-r1.ebuild 2202 +MD5 1b7b3d635a8c8b8a0206a97b20eccb79 ChangeLog 2807 +MD5 5b8dee1e4ec5a24a0fb02233453817e4 setiathome-3.03-r1.ebuild 2203 MD5 abd3e6bda9646b2774b620a3fec9d148 setiathome-3.08-r1.ebuild 2406 MD5 8c623e53daafa025137077c6b65815bd metadata.xml 156 MD5 80ab09afbe663730ea29b5bb8573a6dc files/digest-setiathome-3.03-r1 430 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" |