diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2011-01-10 22:28:39 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2011-01-10 22:28:39 +0000 |
commit | 2de524f33d665865b3daa8e247d0df83a56365b5 (patch) | |
tree | 4448e593b1f5010846d31ee213e017aa68c00200 /games-rpg | |
parent | old (diff) | |
download | gentoo-2-2de524f33d665865b3daa8e247d0df83a56365b5.tar.gz gentoo-2-2de524f33d665865b3daa8e247d0df83a56365b5.tar.bz2 gentoo-2-2de524f33d665865b3daa8e247d0df83a56365b5.zip |
old
(Portage version: 2.1.9.25/cvs/Linux i686)
Diffstat (limited to 'games-rpg')
-rw-r--r-- | games-rpg/pcgen/pcgen-5.16.3.ebuild | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/games-rpg/pcgen/pcgen-5.16.3.ebuild b/games-rpg/pcgen/pcgen-5.16.3.ebuild deleted file mode 100644 index cb9dd09619bd..000000000000 --- a/games-rpg/pcgen/pcgen-5.16.3.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-rpg/pcgen/pcgen-5.16.3.ebuild,v 1.1 2010/11/08 16:56:58 mr_bones_ Exp $ - -EAPI=2 -inherit versionator games - -MY_PV=$(delete_all_version_separators) -DESCRIPTION="D&D character generator" -HOMEPAGE="http://pcgen.sourceforge.net/" -SRC_URI="mirror://sourceforge/pcgen/pcgen${MY_PV}_full.zip" - -LICENSE="LGPL-2 OGL-1.0a" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" -IUSE="" - -RDEPEND=">=virtual/jre-1.5" -DEPEND="app-arch/unzip" - -S=${WORKDIR}/pcgen${MY_PV} - -src_prepare() { - rm -f *.bat - sed -i "/dirname/ c\cd \"${GAMES_DATADIR}\/${PN}\"" pcgen.sh \ - || die "sed pcgen.sh failed" - mv -f pcgen.sh "${T}"/${PN} -} - -src_install() { - dogamesbin "${T}"/${PN} || die "dogamesbin failed" - insinto "${GAMES_DATADIR}"/${PN} - doins -r * || die "doins failed" - keepdir "${GAMES_DATADIR}"/${PN}/characters - prepgamesdirs -} |