diff options
author | Nick White <git@njw.me.uk> | 2011-04-14 08:07:19 +0100 |
---|---|---|
committer | Nick White <git@njw.me.uk> | 2011-04-14 08:07:19 +0100 |
commit | 8eb4d59b4e2a12c1b49137a39aa04947527a24a2 (patch) | |
tree | 540cc6496013c8a0688869eea9711e972565db43 | |
parent | 24ce76e6c26317e940358fee2465862f2b472584 (diff) | |
download | njw-gentoo-local-8eb4d59b4e2a12c1b49137a39aa04947527a24a2.tar.bz2 njw-gentoo-local-8eb4d59b4e2a12c1b49137a39aa04947527a24a2.zip |
Add don't take it personally, babe ebuild
-rw-r--r-- | games-rpg/dtipb/Manifest | 2 | ||||
-rw-r--r-- | games-rpg/dtipb/dtipb-1.1.ebuild | 30 |
2 files changed, 32 insertions, 0 deletions
diff --git a/games-rpg/dtipb/Manifest b/games-rpg/dtipb/Manifest new file mode 100644 index 0000000..8c1482e --- /dev/null +++ b/games-rpg/dtipb/Manifest @@ -0,0 +1,2 @@ +EBUILD dtipb-1.1.ebuild 863 RMD160 c6de9d8e067677edae2755d70a1d78feabd5087d SHA1 b5a6768bca4568f7c8737b757416f2e8eba19e0a SHA256 349054608399a85e036c8c501579b637e900590a0303b97737f07d7c2c62eab8 +DIST don't%20take%20it%20personally,%20babe-1.1-linux-x86.tar.bz2 40404463 RMD160 5dbfa65a598b38862d1a55077e9f4aff1d2f69fa SHA1 cf116352b6df58120e926154fd9fb91d7e3df3d2 SHA256 5ecc7d5eb7eaa6996509b93d3c3dbea5d2b38c5a26d98a0ca391076f22434215 diff --git a/games-rpg/dtipb/dtipb-1.1.ebuild b/games-rpg/dtipb/dtipb-1.1.ebuild new file mode 100644 index 0000000..6e8029a --- /dev/null +++ b/games-rpg/dtipb/dtipb-1.1.ebuild @@ -0,0 +1,30 @@ +inherit games + +DESCRIPTION="don't take it personally, babe, it just ain't your story - A +spiritual sequel of sorts to Digital: A Love Story, set in a prestigious private +high school, and on the social networks of 2027" +HOMEPAGE="http://scoutshonour.com/donttakeitpersonallybabeitjustaintyourstory/" +SRC_URI="http://scoutshonour.com/donttakeitpersonallybabeitjustaintyourstory/don't%20take%20it%20personally,%20babe-${PV}-linux-x86.tar.bz2" + +EAPI="2" + +LICENSE="CCPL-Attribution-ShareAlike-NonCommercial-3.0" +SLOT="0" +KEYWORDS="~x86" +IUSE="" + +DEPEND="dev-games/renpy:6.12" +RDEPEND="${DEPEND}" + +src_install() { + cd "don't take it personally, babe-${PV}-linux-x86" + + insinto "${GAMES_DATADIR}/${PN}" + doins -r game/* || die "doins failed" + + games_make_wrapper ${PN} "renpy-6.12 \"${GAMES_DATADIR}/${PN}\"" + + dodoc README.html || die "dodoc failed" + + prepgamesdirs +} |