diff options
author | 2012-10-07 11:26:09 +0000 | |
---|---|---|
committer | 2012-10-07 11:26:09 +0000 | |
commit | 0ba1b3b2ec82b0afee18a1d2a8eb28ea314119e2 (patch) | |
tree | 25727eb26012bf0684ac322ef4893cf9fcd5f579 /games-rpg | |
parent | dev-tex/tth: Drop old (diff) | |
download | gentoo-2-0ba1b3b2ec82b0afee18a1d2a8eb28ea314119e2.tar.gz gentoo-2-0ba1b3b2ec82b0afee18a1d2a8eb28ea314119e2.tar.bz2 gentoo-2-0ba1b3b2ec82b0afee18a1d2a8eb28ea314119e2.zip |
Rely on unpack.eclass to pull unrar deps, if other RAR alternatives are found to really fully replace unrar, this needs to be discussed centrally with eclass authors instead of in every ebuild using rar files (#244987 by drantin).
(Portage version: 2.1.11.24/cvs/Linux x86_64)
Diffstat (limited to 'games-rpg')
-rw-r--r-- | games-rpg/nwn-cep/ChangeLog | 11 | ||||
-rw-r--r-- | games-rpg/nwn-cep/nwn-cep-1.68-r1.ebuild | 8 | ||||
-rw-r--r-- | games-rpg/nwn-cep/nwn-cep-2.0.ebuild | 8 |
3 files changed, 17 insertions, 10 deletions
diff --git a/games-rpg/nwn-cep/ChangeLog b/games-rpg/nwn-cep/ChangeLog index ccbfdb30845c..9eab6d43d1cc 100644 --- a/games-rpg/nwn-cep/ChangeLog +++ b/games-rpg/nwn-cep/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for games-rpg/nwn-cep -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-rpg/nwn-cep/ChangeLog,v 1.14 2010/07/12 17:07:46 mr_bones_ Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-rpg/nwn-cep/ChangeLog,v 1.15 2012/10/07 11:26:09 pacho Exp $ + + 07 Oct 2012; Pacho Ramos <pacho@gentoo.org> nwn-cep-1.68-r1.ebuild, + nwn-cep-2.0.ebuild: + Rely on unpack.eclass to pull unrar deps, if other RAR alternatives are found + to really fully replace unrar, this needs to be discussed centrally with + eclass authors instead of in every ebuild using rar files (#244987 by + drantin). 12 Jul 2010; Michael Sterrett <mr_bones_@gentoo.org> nwn-cep-1.68-r1.ebuild, nwn-cep-2.0.ebuild, metadata.xml: diff --git a/games-rpg/nwn-cep/nwn-cep-1.68-r1.ebuild b/games-rpg/nwn-cep/nwn-cep-1.68-r1.ebuild index accc71440cb2..ca64d91f6197 100644 --- a/games-rpg/nwn-cep/nwn-cep-1.68-r1.ebuild +++ b/games-rpg/nwn-cep/nwn-cep-1.68-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-rpg/nwn-cep/nwn-cep-1.68-r1.ebuild,v 1.3 2010/07/12 17:07:46 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-rpg/nwn-cep/nwn-cep-1.68-r1.ebuild,v 1.4 2012/10/07 11:26:09 pacho Exp $ EAPI=2 -inherit games +inherit games unpacker DESCRIPTION="The Community Expansion Pack for Neverwinter Nights" HOMEPAGE="http://nwn.bioware.com/players/cep.html" @@ -15,7 +15,7 @@ SLOT="0" KEYWORDS="-* amd64 x86" IUSE="" -DEPEND="app-arch/unrar" +DEPEND="" RDEPEND=">=games-rpg/nwn-1.68" pkg_setup() { diff --git a/games-rpg/nwn-cep/nwn-cep-2.0.ebuild b/games-rpg/nwn-cep/nwn-cep-2.0.ebuild index b7a810d8fb0b..01453a87d334 100644 --- a/games-rpg/nwn-cep/nwn-cep-2.0.ebuild +++ b/games-rpg/nwn-cep/nwn-cep-2.0.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-rpg/nwn-cep/nwn-cep-2.0.ebuild,v 1.7 2010/07/12 17:07:46 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-rpg/nwn-cep/nwn-cep-2.0.ebuild,v 1.8 2012/10/07 11:26:09 pacho Exp $ EAPI=2 -inherit eutils games +inherit eutils games unpacker DESCRIPTION="High quality custom content addon for Neverwinter Nights" HOMEPAGE="http://nwvault.ign.com/cep/" @@ -14,7 +14,7 @@ SLOT="2" KEYWORDS="-* amd64 x86" IUSE="" -DEPEND="app-arch/unrar" +DEPEND="" RDEPEND=">=games-rpg/nwn-1.68" S=${WORKDIR} |