diff options
author | Ulrich Müller <ulm@gentoo.org> | 2014-04-26 09:10:30 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2014-04-26 09:10:30 +0000 |
commit | 3f0667fab2f36fb71c7daf98aa38f27c48a336c8 (patch) | |
tree | 246ac84f51e383c353bbcb081774a6c44ed3dce8 /games-action/chickens | |
parent | Stable for amd64, wrt bug #506518 (diff) | |
download | gentoo-2-3f0667fab2f36fb71c7daf98aa38f27c48a336c8.tar.gz gentoo-2-3f0667fab2f36fb71c7daf98aa38f27c48a336c8.tar.bz2 gentoo-2-3f0667fab2f36fb71c7daf98aa38f27c48a336c8.zip |
Fix LICENSE, add mirror and bindist restrictions, update SRC_URI, bug 506790.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 9433907D693FB5B8!)
Diffstat (limited to 'games-action/chickens')
-rw-r--r-- | games-action/chickens/ChangeLog | 7 | ||||
-rw-r--r-- | games-action/chickens/chickens-0.2.4.ebuild | 12 |
2 files changed, 12 insertions, 7 deletions
diff --git a/games-action/chickens/ChangeLog b/games-action/chickens/ChangeLog index c8634a9425cd..cb1f7d9f79f8 100644 --- a/games-action/chickens/ChangeLog +++ b/games-action/chickens/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-action/chickens -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/chickens/ChangeLog,v 1.17 2011/08/07 17:07:41 armin76 Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-action/chickens/ChangeLog,v 1.18 2014/04/26 09:10:30 ulm Exp $ + + 26 Apr 2014; Ulrich Müller <ulm@gentoo.org> chickens-0.2.4.ebuild: + Fix LICENSE, add mirror and bindist restrictions, update SRC_URI, bug 506790. 07 Aug 2011; Raúl Porcel <armin76@gentoo.org> chickens-0.2.4.ebuild: Drop alpha keyword diff --git a/games-action/chickens/chickens-0.2.4.ebuild b/games-action/chickens/chickens-0.2.4.ebuild index c5186b1327a1..8ccab870443a 100644 --- a/games-action/chickens/chickens-0.2.4.ebuild +++ b/games-action/chickens/chickens-0.2.4.ebuild @@ -1,21 +1,23 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/chickens/chickens-0.2.4.ebuild,v 1.17 2011/08/07 17:07:41 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/chickens/chickens-0.2.4.ebuild,v 1.18 2014/04/26 09:10:30 ulm Exp $ EAPI=2 inherit eutils games MY_P="ChickensForLinux-Linux-${PV}" DESCRIPTION="Target chickens with rockets and shotguns. Funny" -HOMEPAGE="http://www.chickensforlinux.com" -SRC_URI="mirror://gentoo/${MY_P}.tar.gz" +HOMEPAGE="http://www.chickensforlinux.com/" +SRC_URI="http://www.chickensforlinux.com/${MY_P}.tar.gz" -LICENSE="as-is" +LICENSE="all-rights-reserved" SLOT="0" KEYWORDS="amd64 ppc x86" IUSE="" +RESTRICT="mirror bindist" DEPEND="<media-libs/allegro-5" +RDEPEND="${DEPEND}" S=${WORKDIR}/${PN} |