diff options
author | Mike Frysinger <vapier@gentoo.org> | 2003-11-13 21:51:34 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2003-11-13 21:51:34 +0000 |
commit | e641db837763b56383908bea5aa198e24702cf26 (patch) | |
tree | 3993ca46aea352a723b0693f2b05d9656dc3226d /games-strategy/boson | |
parent | old (diff) | |
download | historical-e641db837763b56383908bea5aa198e24702cf26.tar.gz historical-e641db837763b56383908bea5aa198e24702cf26.tar.bz2 historical-e641db837763b56383908bea5aa198e24702cf26.zip |
old
Diffstat (limited to 'games-strategy/boson')
-rw-r--r-- | games-strategy/boson/boson-0.8.ebuild | 41 | ||||
-rw-r--r-- | games-strategy/boson/files/digest-boson-0.8 | 2 |
2 files changed, 0 insertions, 43 deletions
diff --git a/games-strategy/boson/boson-0.8.ebuild b/games-strategy/boson/boson-0.8.ebuild deleted file mode 100644 index 5b54f9ebf579..000000000000 --- a/games-strategy/boson/boson-0.8.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. and Thomas Capricelli <orzel@kde.org> -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/boson/boson-0.8.ebuild,v 1.1 2003/09/10 05:27:31 vapier Exp $ - -inherit kde -need-kde 3 - -DESCRIPTION="real-time strategy game, with the feeling of Command&Conquer(tm) (needs at least 2 ppl to play)" -SRC_URI="mirror://sourceforge/boson/boson-all-${PV}.tar.bz2" -HOMEPAGE="http://boson.eu.org/" - -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="x86 ppc -sparc" -IUSE="opengl" - -DEPEND="${DEPEND} - >=kde-base/kdegames-3.0 - >=kde-base/kdemultimedia-3.0 - media-libs/lib3ds - opengl? ( virtual/opengl )" -RDEPEND="${DEPEND} - dev-lang/wml" - -S=${WORKDIR}/${PN}-all-${PV} - -src_compile() { - ./configure \ - --disable-debug \ - --with-xinerama \ - `use_with opengl gl` \ - --host=${CHOST} \ - --prefix=${KDEDIR} \ - || die "./configure failed" - emake || die "emake failed" -} - -src_install() { - make DESTDIR=${D} install || die - dodoc AUTHORS ChangeLog NEWS README TODO -} diff --git a/games-strategy/boson/files/digest-boson-0.8 b/games-strategy/boson/files/digest-boson-0.8 deleted file mode 100644 index b0e8dc1b118f..000000000000 --- a/games-strategy/boson/files/digest-boson-0.8 +++ /dev/null @@ -1,2 +0,0 @@ -MD5 0b0b090993e215941abd37f08ce3b781 boson-all-0.8.tar.bz2 32271883 -MD5 287b186e4a969db701499ffa3a83e8ea 0.7-textures-fix.tar.bz2 166682 |