diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-06-02 01:16:41 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-06-02 01:16:41 +0000 |
commit | 9c560aa02e5764e9b6978711373fb168971274a5 (patch) | |
tree | 980ccb7d93adeee35a81081e4c8c0f609fb31408 /games-action | |
parent | initial commit - ebuild and patch from Alexandru Toma via bug #52697 (diff) | |
download | historical-9c560aa02e5764e9b6978711373fb168971274a5.tar.gz historical-9c560aa02e5764e9b6978711373fb168971274a5.tar.bz2 historical-9c560aa02e5764e9b6978711373fb168971274a5.zip |
fix HOMEPAGE and SRC_URI (bug #52576)
Diffstat (limited to 'games-action')
-rw-r--r-- | games-action/slune/ChangeLog | 6 | ||||
-rw-r--r-- | games-action/slune/Manifest | 10 | ||||
-rw-r--r-- | games-action/slune/slune-0.3.1.ebuild | 8 | ||||
-rw-r--r-- | games-action/slune/slune-0.5.ebuild | 8 | ||||
-rw-r--r-- | games-action/slune/slune-0.6.1.ebuild | 8 |
5 files changed, 22 insertions, 18 deletions
diff --git a/games-action/slune/ChangeLog b/games-action/slune/ChangeLog index 5f93c374ff85..f1245e8734a8 100644 --- a/games-action/slune/ChangeLog +++ b/games-action/slune/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-action/slune # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/slune/ChangeLog,v 1.5 2004/04/19 20:50:18 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/slune/ChangeLog,v 1.6 2004/06/02 01:16:41 mr_bones_ Exp $ + + 01 Jun 2004; Michael Sterrett <mr_bones_@gentoo.org> slune-0.3.1.ebuild, + slune-0.5.ebuild, slune-0.6.1.ebuild: + fix HOMEPAGE and SRC_URI (bug #52576) 19 Apr 2004; Chris Gianelloni <wolf31o2@gentoo.org> slune-0.3.1.ebuild, slune-0.5.ebuild, slune-0.6.1.ebuild: diff --git a/games-action/slune/Manifest b/games-action/slune/Manifest index d6ea48f52888..3698bd349573 100644 --- a/games-action/slune/Manifest +++ b/games-action/slune/Manifest @@ -1,8 +1,8 @@ -MD5 692c3252c3a01e1ae9af4a6a790efec8 slune-0.6.1.ebuild 723 -MD5 71577cd9d4b911900e0263515a62895a slune-0.3.1.ebuild 692 -MD5 25bd2efd58f05378cfef38c4b425bfb9 ChangeLog 812 +MD5 0e5b1c491c996da5c2e98ebeddf9580a ChangeLog 969 +MD5 0e3a7b8c8bffbc9ff4245b409eeca206 slune-0.3.1.ebuild 692 +MD5 a1e1dcf63260d1443621e517c0edf489 slune-0.5.ebuild 716 MD5 f17b9b8fa07a38914fe1c03268f51678 metadata.xml 158 -MD5 773d9a26146b97a08e15f991f677d328 slune-0.5.ebuild 719 -MD5 b79329fc2185b0ab11ec42b1428e2f70 files/digest-slune-0.5 63 +MD5 ef252d59b39f42a1dd80091442f1a5a0 slune-0.6.1.ebuild 720 MD5 c3219ab4823d4f41dc085e79bb8c0a29 files/digest-slune-0.3.1 65 +MD5 b79329fc2185b0ab11ec42b1428e2f70 files/digest-slune-0.5 63 MD5 43218db3680e6fd1fa3a908301e4192a files/digest-slune-0.6.1 65 diff --git a/games-action/slune/slune-0.3.1.ebuild b/games-action/slune/slune-0.3.1.ebuild index fb5077aabc8e..ab3404aa9e7d 100644 --- a/games-action/slune/slune-0.3.1.ebuild +++ b/games-action/slune/slune-0.3.1.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/slune/slune-0.3.1.ebuild,v 1.3 2004/04/19 20:50:18 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/slune/slune-0.3.1.ebuild,v 1.4 2004/06/02 01:16:41 mr_bones_ Exp $ inherit distutils DESCRIPTION="A 3D action game with multiplayer mode and amazing graphics" -SRC_URI="http://www.nectroom.homelinux.net/pkg/Slune-${PV}.tar.bz2" -HOMEPAGE="http://oomadness.tuxfamily.org/en/slune/" +HOMEPAGE="http://oomadness.nekeme.net/en/slune/" +SRC_URI="http://oomadness.nekeme.net/downloads/Slune-${PV}.tar.bz2" LICENSE="GPL-2" SLOT="0" @@ -21,4 +21,4 @@ DEPEND="virtual/x11 >=dev-python/pyopenal-0.1.1 >=dev-python/editobj-0.3.1" -S=${WORKDIR}/Slune-${PV} +S="${WORKDIR}/Slune-${PV}" diff --git a/games-action/slune/slune-0.5.ebuild b/games-action/slune/slune-0.5.ebuild index 71ac65a9ede7..9cc31804213b 100644 --- a/games-action/slune/slune-0.5.ebuild +++ b/games-action/slune/slune-0.5.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/slune/slune-0.5.ebuild,v 1.3 2004/04/19 20:50:18 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/slune/slune-0.5.ebuild,v 1.4 2004/06/02 01:16:41 mr_bones_ Exp $ inherit distutils DESCRIPTION="A 3D action game with multiplayer mode and amazing graphics" -SRC_URI="http://oomadness.tuxfamily.org/downloads/Slune-${PV}.tar.bz2" -HOMEPAGE="http://oomadness.tuxfamily.org/en/slune/" +HOMEPAGE="http://oomadness.nekeme.net/en/slune/" +SRC_URI="http://oomadness.nekeme.net/downloads/Slune-${PV}.tar.bz2" LICENSE="GPL-2" SLOT="0" @@ -22,4 +22,4 @@ DEPEND="virtual/x11 >=dev-python/pyopenal-0.1.2 >=dev-python/editobj-0.5.2" -S=${WORKDIR}/Slune-${PV} +S="${WORKDIR}/Slune-${PV}" diff --git a/games-action/slune/slune-0.6.1.ebuild b/games-action/slune/slune-0.6.1.ebuild index a5b64ccb7beb..06042127c084 100644 --- a/games-action/slune/slune-0.6.1.ebuild +++ b/games-action/slune/slune-0.6.1.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/slune/slune-0.6.1.ebuild,v 1.6 2004/04/19 20:50:18 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/slune/slune-0.6.1.ebuild,v 1.7 2004/06/02 01:16:41 mr_bones_ Exp $ inherit distutils DESCRIPTION="A 3D action game with multiplayer mode and amazing graphics" -HOMEPAGE="http://oomadness.tuxfamily.org/en/slune/" -SRC_URI="http://oomadness.tuxfamily.org/downloads/Slune-${PV}.tar.bz2" +HOMEPAGE="http://oomadness.nekeme.net/en/slune/" +SRC_URI="http://oomadness.nekeme.net/downloads/Slune-${PV}.tar.bz2" LICENSE="GPL-2" SLOT="0" @@ -22,4 +22,4 @@ DEPEND="virtual/x11 >=dev-python/pyopenal-0.1.3 >=dev-python/editobj-0.5.3" -S=${WORKDIR}/Slune-${PV} +S="${WORKDIR}/Slune-${PV}" |