diff options
author | Julian Ospald <hasufell@gentoo.org> | 2014-04-13 19:27:54 +0000 |
---|---|---|
committer | Julian Ospald <hasufell@gentoo.org> | 2014-04-13 19:27:54 +0000 |
commit | 2309f6cda3aeec3d30ca50e7bf7a3bbe25e84edd (patch) | |
tree | 797d0f583c5cfa7905ea28a001e9d9b1c8786174 /games-rpg | |
parent | Version bump. (diff) | |
download | gentoo-2-2309f6cda3aeec3d30ca50e7bf7a3bbe25e84edd.tar.gz gentoo-2-2309f6cda3aeec3d30ca50e7bf7a3bbe25e84edd.tar.bz2 gentoo-2-2309f6cda3aeec3d30ca50e7bf7a3bbe25e84edd.zip |
set RESTRICT=mirror wrt #507412
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key BDEED020)
Diffstat (limited to 'games-rpg')
-rw-r--r-- | games-rpg/zsdx/ChangeLog | 6 | ||||
-rw-r--r-- | games-rpg/zsdx/zsdx-1.7.1.ebuild | 3 |
2 files changed, 6 insertions, 3 deletions
diff --git a/games-rpg/zsdx/ChangeLog b/games-rpg/zsdx/ChangeLog index 1a5d51d619d3..31217141b31e 100644 --- a/games-rpg/zsdx/ChangeLog +++ b/games-rpg/zsdx/ChangeLog @@ -1,10 +1,12 @@ # ChangeLog for games-rpg/zsdx # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-rpg/zsdx/ChangeLog,v 1.1 2014/01/29 20:18:41 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-rpg/zsdx/ChangeLog,v 1.2 2014/04/13 19:27:54 hasufell Exp $ + + 13 Apr 2014; Julian Ospald <hasufell@gentoo.org> zsdx-1.7.1.ebuild: + set RESTRICT=mirror wrt #507412 *zsdx-1.7.1 (29 Jan 2014) 29 Jan 2014; Julian Ospald <hasufell@gentoo.org> +zsdx-1.7.1.ebuild, +files/zsdx-1.7.1-paths.patch, +metadata.xml: initial import - diff --git a/games-rpg/zsdx/zsdx-1.7.1.ebuild b/games-rpg/zsdx/zsdx-1.7.1.ebuild index ff4c614ed0b1..882b39f6b70c 100644 --- a/games-rpg/zsdx/zsdx-1.7.1.ebuild +++ b/games-rpg/zsdx/zsdx-1.7.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-rpg/zsdx/zsdx-1.7.1.ebuild,v 1.1 2014/01/29 20:18:41 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-rpg/zsdx/zsdx-1.7.1.ebuild,v 1.2 2014/04/13 19:27:54 hasufell Exp $ EAPI=5 @@ -14,6 +14,7 @@ LICENSE="GPL-3" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" +RESTRICT="mirror" RDEPEND="games-engines/solarus" DEPEND="app-arch/zip" |