diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2005-12-01 01:14:18 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2005-12-01 01:14:18 +0000 |
commit | ab29ccda4a17b7bee4141bf36feacfa87118313d (patch) | |
tree | fd26196d5500a8425c70c5a36c03c006365d4a27 /games-arcade/bomns | |
parent | Removing this profile as it has been deprecated for months now. (diff) | |
download | gentoo-2-ab29ccda4a17b7bee4141bf36feacfa87118313d.tar.gz gentoo-2-ab29ccda4a17b7bee4141bf36feacfa87118313d.tar.bz2 gentoo-2-ab29ccda4a17b7bee4141bf36feacfa87118313d.zip |
Initial import. Ebuild by Fernando V. <email@missionaccomplish.com>. Closing bug #110094.
(Portage version: 2.0.53_rc7)
Diffstat (limited to 'games-arcade/bomns')
-rw-r--r-- | games-arcade/bomns/ChangeLog | 11 | ||||
-rw-r--r-- | games-arcade/bomns/Manifest | 2 | ||||
-rw-r--r-- | games-arcade/bomns/bomns-0.99.1.ebuild | 33 | ||||
-rw-r--r-- | games-arcade/bomns/files/digest-bomns-0.99.1 | 1 | ||||
-rw-r--r-- | games-arcade/bomns/metadata.xml | 5 |
5 files changed, 52 insertions, 0 deletions
diff --git a/games-arcade/bomns/ChangeLog b/games-arcade/bomns/ChangeLog new file mode 100644 index 000000000000..63b6563ebfc1 --- /dev/null +++ b/games-arcade/bomns/ChangeLog @@ -0,0 +1,11 @@ +# ChangeLog for games-arcade/bomns +# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-arcade/bomns/ChangeLog,v 1.1 2005/12/01 01:14:18 wolf31o2 Exp $ + +*bomns-0.99.1 (01 Dec 2005) + + 01 Dec 2005; Chris Gianelloni <wolf31o2@gentoo.org> +metadata.xml, + +bomns-0.99.1.ebuild: + Initial import. Ebuild by Fernando V. <email@missionaccomplish.com>. Closing + bug #110094. + diff --git a/games-arcade/bomns/Manifest b/games-arcade/bomns/Manifest new file mode 100644 index 000000000000..b09ba209ea97 --- /dev/null +++ b/games-arcade/bomns/Manifest @@ -0,0 +1,2 @@ +MD5 69acde2b93fe92d84947372eb5c42b04 bomns-0.99.1.ebuild 764 +MD5 28e3eec306024c442af2b08130366f7c files/digest-bomns-0.99.1 64 diff --git a/games-arcade/bomns/bomns-0.99.1.ebuild b/games-arcade/bomns/bomns-0.99.1.ebuild new file mode 100644 index 000000000000..8f6c0a69ec41 --- /dev/null +++ b/games-arcade/bomns/bomns-0.99.1.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/games-arcade/bomns/bomns-0.99.1.ebuild,v 1.1 2005/12/01 01:14:18 wolf31o2 Exp $ + +inherit flag-o-matic games + +MY_P="greenridge" +DESCRIPTION="A fast-paced multiplayer deathmatch arcade game." +HOMEPAGE="http://greenridge.sourceforge.net" +SRC_URI="mirror://sourceforge/${MY_P}/${PF}.tar.gz" +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="gtk editor" + +DEPEND="media-libs/libsdl + media-libs/sdl-mixer + gtk? ( =x11-libs/gtk+-2* )" + +src_compile() { + filter-flags -fforce-addr + egamesconf \ + --disable-launcher1 \ + $(use_enable gtk2 launcher2) \ + $(use_enable editor editor) \ + || die "econf failed." +} + +src_install() { + make DESTDIR=${D} install || die "make install failed." + dodoc AUTHORS README NEWS TODO + prepgamesdirs +} diff --git a/games-arcade/bomns/files/digest-bomns-0.99.1 b/games-arcade/bomns/files/digest-bomns-0.99.1 new file mode 100644 index 000000000000..0ccf72d48ff5 --- /dev/null +++ b/games-arcade/bomns/files/digest-bomns-0.99.1 @@ -0,0 +1 @@ +MD5 6642d9ac9ff3674c0fb96b92f8ad777b bomns-0.99.1.tar.gz 964638 diff --git a/games-arcade/bomns/metadata.xml b/games-arcade/bomns/metadata.xml new file mode 100644 index 000000000000..d3c2cc926f0b --- /dev/null +++ b/games-arcade/bomns/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> |