diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2005-11-12 10:47:19 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2005-11-12 10:47:19 +0000 |
commit | 1a49131d286bb8ec81068ece8628e7c55d8c320e (patch) | |
tree | dab793bb2c3390092b770b82e6c5c146e13b07db /games-strategy | |
parent | install the templates as documentation (diff) | |
download | historical-1a49131d286bb8ec81068ece8628e7c55d8c320e.tar.gz historical-1a49131d286bb8ec81068ece8628e7c55d8c320e.tar.bz2 historical-1a49131d286bb8ec81068ece8628e7c55d8c320e.zip |
old
Package-Manager: portage-2.0.51.22-r3
Diffstat (limited to 'games-strategy')
-rw-r--r-- | games-strategy/boson/Manifest | 2 | ||||
-rw-r--r-- | games-strategy/boson/boson-0.9.1.ebuild | 38 | ||||
-rw-r--r-- | games-strategy/boson/files/digest-boson-0.9.1 | 1 |
3 files changed, 0 insertions, 41 deletions
diff --git a/games-strategy/boson/Manifest b/games-strategy/boson/Manifest index 97a25fa691bb..429a826751c0 100644 --- a/games-strategy/boson/Manifest +++ b/games-strategy/boson/Manifest @@ -1,8 +1,6 @@ MD5 f17b9b8fa07a38914fe1c03268f51678 metadata.xml 158 -MD5 d9622e3e6833be6a02f3e89ba6e0f592 boson-0.9.1.ebuild 1070 MD5 2536460603d11ba6b83e75e7ffffeb18 boson-0.10.ebuild 789 MD5 4611d4879a527deab0f2a09fac36f5e1 boson-0.11.ebuild 793 MD5 ebbb358a54823969e451783c681af2a6 ChangeLog 2364 MD5 43f16f935098f0d6b11972aa820adbef files/digest-boson-0.10 69 -MD5 08ba6c059fefbd7643a9c2a985e740ca files/digest-boson-0.9.1 70 MD5 47de16314e87d8d2e20c957b7bc51c5c files/digest-boson-0.11 69 diff --git a/games-strategy/boson/boson-0.9.1.ebuild b/games-strategy/boson/boson-0.9.1.ebuild deleted file mode 100644 index 3a38ee7988ea..000000000000 --- a/games-strategy/boson/boson-0.9.1.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation 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.9.1.ebuild,v 1.6 2005/01/14 23:38:07 danarmak Exp $ - -inherit kde - -DESCRIPTION="real-time strategy game, with the feeling of Command&Conquer(tm) (needs at least 2 ppl to play)" -HOMEPAGE="http://boson.sourceforge.net/" -SRC_URI="mirror://sourceforge/boson/boson-all-${PV}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="x86 ppc -sparc" -IUSE="opengl" - -DEPEND="|| ( kde-base/kdegames-meta >=kde-base/kdegames-3.0 ) - || ( kde-base/kdemultimedia-meta >=kde-base/kdemultimedia-3.0 ) - media-libs/lib3ds - opengl? ( virtual/opengl )" -need-kde 3 - -S=${WORKDIR}/${PN}-all-${PV} - -src_compile() { - ./configure \ - --disable-debug \ - --with-xinerama \ - `use_with opengl gl` \ - --host=${CHOST} \ - --prefix=${KDEDIR} \ - || die "./configure failed" - emake -j1 || 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.9.1 b/games-strategy/boson/files/digest-boson-0.9.1 deleted file mode 100644 index 4165b6c55c57..000000000000 --- a/games-strategy/boson/files/digest-boson-0.9.1 +++ /dev/null @@ -1 +0,0 @@ -MD5 e0437a611e888674dd94aa5b3e84732a boson-all-0.9.1.tar.bz2 24400789 |