diff options
author | Michele Noberasco <s4t4n@gentoo.org> | 2009-03-17 14:32:07 +0000 |
---|---|---|
committer | Michele Noberasco <s4t4n@gentoo.org> | 2009-03-17 14:32:07 +0000 |
commit | 661886c9b8661f822631de66d92aef1367490a73 (patch) | |
tree | 15e6d3c75ab308840d248711ae4a073d58e758d7 /games-misc | |
parent | Use ${ROOT} when it's needed (thanks to tove@g.o for reporting) (diff) | |
download | historical-661886c9b8661f822631de66d92aef1367490a73.tar.gz historical-661886c9b8661f822631de66d92aef1367490a73.tar.bz2 historical-661886c9b8661f822631de66d92aef1367490a73.zip |
initial import.
Package-Manager: portage-2.1.6.7/cvs/Linux i686
Diffstat (limited to 'games-misc')
4 files changed, 40 insertions, 0 deletions
diff --git a/games-misc/fortune-mod-discworld/ChangeLog b/games-misc/fortune-mod-discworld/ChangeLog new file mode 100644 index 000000000000..79158b1bbf4e --- /dev/null +++ b/games-misc/fortune-mod-discworld/ChangeLog @@ -0,0 +1,8 @@ +# ChangeLog for <CATEGORY>/<PACKAGE_NAME> +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-misc/fortune-mod-discworld/ChangeLog,v 1.1 2009/03/17 14:32:07 s4t4n Exp $ + +*fortune-mod-discworld-0.1 (17 Mar 2009) + + 17 Mar 2009; Michele Noberasco <s4t4n@gentoo.org> fortune-mod-discworld-0.1.ebuild: + First relase. diff --git a/games-misc/fortune-mod-discworld/Manifest b/games-misc/fortune-mod-discworld/Manifest new file mode 100644 index 000000000000..2bf3d8e2440b --- /dev/null +++ b/games-misc/fortune-mod-discworld/Manifest @@ -0,0 +1,4 @@ +DIST fortune-discworld.tgz 81396 RMD160 1136f1d9fec5670beb1232d73e21b5d8cd6253af SHA1 5893b8b7a603f023a62782c291ac33aa4ccbf58e SHA256 1dbb4e081e9181dc092376b25e48d19eb69f7824e12b47dec3f55791ca32dd52 +EBUILD fortune-mod-discworld-0.1.ebuild 654 RMD160 f283990895d7c458bdb83d85e783695acfcd982e SHA1 94df038b9a3467400d75aa71e01dcfc7a11efac1 SHA256 8e0ebb2f1b351266ce66f103e18d4d0b42b322a32ac8c372b940b1cce7ceb447 +MISC ChangeLog 373 RMD160 55d99833a86b85388846df3ce0f6c820c9906df4 SHA1 99427ff787b8e2ccdb5bcc670c3ceae73e7e7d80 SHA256 25a555987ca4ddac193a21c64d4c2bdfeb6550df4721357362f2db74003ba6e3 +MISC metadata.xml 158 RMD160 cbd9984bb6b426c8c9cee5022fe0a26261612fea SHA1 be5251fa1dacef5c41b74761bb1c8c54fb633b9e SHA256 1423a4fdd4a79b1728a2056d9e300f7e1074253095d82726218d9e9b953888a3 diff --git a/games-misc/fortune-mod-discworld/fortune-mod-discworld-0.1.ebuild b/games-misc/fortune-mod-discworld/fortune-mod-discworld-0.1.ebuild new file mode 100644 index 000000000000..c25f97056918 --- /dev/null +++ b/games-misc/fortune-mod-discworld/fortune-mod-discworld-0.1.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/games-misc/fortune-mod-discworld/fortune-mod-discworld-0.1.ebuild,v 1.1 2009/03/17 14:32:07 s4t4n Exp $ + +MY_P=${PN/-mod/} +DESCRIPTION="Quotes from Discworld novels" +HOMEPAGE="http://www.splitbrain.org/projects/fortunes/discworld" +SRC_URI="http://www.splitbrain.org/_media/projects/fortunes/${MY_P}.tgz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86" +IUSE="" +RESTRICT="mirror" + +RDEPEND="games-misc/fortune-mod" + +S=${WORKDIR}/${MY_P} + +src_install() { + insinto /usr/share/fortune + doins discworld discworld.dat || die +} diff --git a/games-misc/fortune-mod-discworld/metadata.xml b/games-misc/fortune-mod-discworld/metadata.xml new file mode 100644 index 000000000000..d3c2cc926f0b --- /dev/null +++ b/games-misc/fortune-mod-discworld/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>games</herd> +</pkgmetadata> |