diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2004-09-17 23:40:26 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2004-09-17 23:40:26 +0000 |
commit | 8100a42b59794ee750656dbd560e877c57941372 (patch) | |
tree | 9e76babf2bf22db6f4321cdfaca53704923a065f /games-arcade | |
parent | Initial import. Ebuild submitted to bug #62537 by Lars Diesselberg <larsdies... (diff) | |
download | gentoo-2-8100a42b59794ee750656dbd560e877c57941372.tar.gz gentoo-2-8100a42b59794ee750656dbd560e877c57941372.tar.bz2 gentoo-2-8100a42b59794ee750656dbd560e877c57941372.zip |
Moved to games-action
Diffstat (limited to 'games-arcade')
-rw-r--r-- | games-arcade/xpilot-ng/ChangeLog | 10 | ||||
-rw-r--r-- | games-arcade/xpilot-ng/files/digest-xpilot-ng-4.6.6 | 1 | ||||
-rw-r--r-- | games-arcade/xpilot-ng/metadata.xml | 5 | ||||
-rw-r--r-- | games-arcade/xpilot-ng/xpilot-ng-4.6.6.ebuild | 41 |
4 files changed, 0 insertions, 57 deletions
diff --git a/games-arcade/xpilot-ng/ChangeLog b/games-arcade/xpilot-ng/ChangeLog deleted file mode 100644 index 0de80e3f08f1..000000000000 --- a/games-arcade/xpilot-ng/ChangeLog +++ /dev/null @@ -1,10 +0,0 @@ -# ChangeLog for games-arcade/xpilot-ng -# Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/xpilot-ng/ChangeLog,v 1.1 2004/09/17 23:30:33 wolf31o2 Exp $ - -*xpilot-ng-4.6.6 (17 Sep 2004) - - 17 Sep 2004; Chris Gianelloni <wolf31o2@gentoo.org> +xpilot-ng-4.6.6.ebuild: - Initial import. Ebuild submitted to bug #62537 by Lars Diesselberg - <larsdiesselberg@gmx.de>. Closing bug #62537. - diff --git a/games-arcade/xpilot-ng/files/digest-xpilot-ng-4.6.6 b/games-arcade/xpilot-ng/files/digest-xpilot-ng-4.6.6 deleted file mode 100644 index 052b530d127d..000000000000 --- a/games-arcade/xpilot-ng/files/digest-xpilot-ng-4.6.6 +++ /dev/null @@ -1 +0,0 @@ -MD5 785278551aa85356b44f907be1052bc3 xpilot-ng-4.6.6.tar.gz 2231395 diff --git a/games-arcade/xpilot-ng/metadata.xml b/games-arcade/xpilot-ng/metadata.xml deleted file mode 100644 index d3c2cc926f0b..000000000000 --- a/games-arcade/xpilot-ng/metadata.xml +++ /dev/null @@ -1,5 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> -<herd>games</herd> -</pkgmetadata> diff --git a/games-arcade/xpilot-ng/xpilot-ng-4.6.6.ebuild b/games-arcade/xpilot-ng/xpilot-ng-4.6.6.ebuild deleted file mode 100644 index 02ed7b7036ef..000000000000 --- a/games-arcade/xpilot-ng/xpilot-ng-4.6.6.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/xpilot-ng/xpilot-ng-4.6.6.ebuild,v 1.1 2004/09/17 23:30:33 wolf31o2 Exp $ - -inherit games - -DESCRIPTION="Improvement of the multiplayer space game XPilot" -HOMEPAGE="http://xpilot.sourceforge.net/" -SRC_URI="mirror://sourceforge/xpilot/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~x86 ~amd64" -IUSE="openal sdl" - -DEPEND="virtual/x11 - >=dev-libs/expat-1.1 - >=sys-libs/zlib-1.1.3 - openal? ( media-libs/openal ) - sdl? ( - virtual/opengl - >=media-libs/libsdl-1.2.0 - >=media-libs/sdl-image-1.0 - >=media-libs/sdl-ttf-2.0 )" - -src_compile() { - egamesconf \ - --disable-dependency-tracking \ - $(use_enable sdl sdl-client) \ - $(use_enable openal sound) \ - || die - - emake || die "emake failed" -} - -src_install() { - make DESTDIR="${D}" install || die "make install failed" - dodoc AUTHORS ChangeLog README - prepgamesdirs -} - |