diff options
author | Julian Ospald <hasufell@gentoo.org> | 2012-05-16 18:50:11 +0000 |
---|---|---|
committer | Julian Ospald <hasufell@gentoo.org> | 2012-05-16 18:50:11 +0000 |
commit | c56281b59ef6a1edcbb84c7668400bcb2d030d28 (patch) | |
tree | 9a5e0b8b2c07fcfc651ed45eba3664f5ffe3fa0c /games-arcade/opensonic | |
parent | initial commit wrt #413907 (diff) | |
download | gentoo-2-c56281b59ef6a1edcbb84c7668400bcb2d030d28.tar.gz gentoo-2-c56281b59ef6a1edcbb84c7668400bcb2d030d28.tar.bz2 gentoo-2-c56281b59ef6a1edcbb84c7668400bcb2d030d28.zip |
we want fetch not mirror restrict
(Portage version: 2.2.0_alpha104/cvs/Linux x86_64)
Diffstat (limited to 'games-arcade/opensonic')
-rw-r--r-- | games-arcade/opensonic/ChangeLog | 5 | ||||
-rw-r--r-- | games-arcade/opensonic/opensonic-0.1.4.ebuild | 13 |
2 files changed, 14 insertions, 4 deletions
diff --git a/games-arcade/opensonic/ChangeLog b/games-arcade/opensonic/ChangeLog index c749f6b59c1b..bdbf0a012330 100644 --- a/games-arcade/opensonic/ChangeLog +++ b/games-arcade/opensonic/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-arcade/opensonic # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/opensonic/ChangeLog,v 1.1 2012/05/16 18:42:50 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-arcade/opensonic/ChangeLog,v 1.2 2012/05/16 18:50:11 hasufell Exp $ + + 16 May 2012; Julian Ospald <hasufell@gentoo.org> opensonic-0.1.4.ebuild: + we want fetch not mirror restrict *opensonic-0.1.4 (16 May 2012) diff --git a/games-arcade/opensonic/opensonic-0.1.4.ebuild b/games-arcade/opensonic/opensonic-0.1.4.ebuild index 5003516b9654..6e96c0801288 100644 --- a/games-arcade/opensonic/opensonic-0.1.4.ebuild +++ b/games-arcade/opensonic/opensonic-0.1.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/opensonic/opensonic-0.1.4.ebuild,v 1.1 2012/05/16 18:42:50 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-arcade/opensonic/opensonic-0.1.4.ebuild,v 1.2 2012/05/16 18:50:11 hasufell Exp $ EAPI=3 @@ -11,13 +11,13 @@ MY_P=${MY_PN}-src-${PV} DESCRIPTION="A free open-source game based on the Sonic the Hedgehog universe" HOMEPAGE="http://opensnc.sourceforge.net/" -SRC_URI="mirror://sourceforge/${MY_PN}/${MY_P}.tar.gz" +SRC_URI="${MY_P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" -RESTRICT="mirror" # unsure about legality of graphics +RESTRICT="fetch" # unsure about legality of graphics DEPEND="media-libs/allegro:0[X,jpeg,png,vorbis] media-libs/libogg @@ -28,6 +28,13 @@ DEPEND="media-libs/allegro:0[X,jpeg,png,vorbis] S=${WORKDIR}/${MY_P} +pkg_nofetch() { + einfo "Please download ${SRC_URI} from:" + einfo "http://sourceforge.net/projects/opensnc/files/Open%20Sonic/0.1.4/" + einfo "and move it to ${DISTDIR}" + echo +} + src_prepare() { epatch "${FILESDIR}"/${P}-cmake.patch } |