diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2005-11-01 04:50:41 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2005-11-01 04:50:41 +0000 |
commit | f608047c986a6fd5693bc7f9d7e86bb9ad3efa80 (patch) | |
tree | f00de262c190333f90c4fa82c0de30fdbfdfe82e | |
parent | old (diff) | |
download | historical-f608047c986a6fd5693bc7f9d7e86bb9ad3efa80.tar.gz historical-f608047c986a6fd5693bc7f9d7e86bb9ad3efa80.tar.bz2 historical-f608047c986a6fd5693bc7f9d7e86bb9ad3efa80.zip |
old
Package-Manager: portage-2.0.51.22-r3
-rw-r--r-- | games-strategy/attal/attal-0.8.1.ebuild | 67 | ||||
-rw-r--r-- | games-strategy/attal/attal-0.9.2.ebuild | 59 | ||||
-rw-r--r-- | games-strategy/attal/files/digest-attal-0.8.1 | 2 | ||||
-rw-r--r-- | games-strategy/attal/files/digest-attal-0.9.2 | 2 | ||||
-rw-r--r-- | games-strategy/tornado/files/digest-tornado-1.2.1a | 1 | ||||
-rw-r--r-- | games-strategy/tornado/tornado-1.2.1a.ebuild | 43 |
6 files changed, 0 insertions, 174 deletions
diff --git a/games-strategy/attal/attal-0.8.1.ebuild b/games-strategy/attal/attal-0.8.1.ebuild deleted file mode 100644 index 5a9da01bfbce..000000000000 --- a/games-strategy/attal/attal-0.8.1.ebuild +++ /dev/null @@ -1,67 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/attal/attal-0.8.1.ebuild,v 1.9 2005/09/26 18:23:27 wolf31o2 Exp $ - -inherit eutils games - -MY_P="${PN}-src-${PV}" -DESCRIPTION="turn-based strategy game project" -HOMEPAGE="http://www.attal-thegame.org/" -SRC_URI="mirror://sourceforge/attal/${MY_P}.tar.bz2 - mirror://sourceforge/attal/themes-${PV}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="x86 ~ppc" -IUSE="" - -DEPEND="=x11-libs/qt-3*" - -S="${WORKDIR}/${MY_P}" - -src_unpack() { - unpack ${A} - cd ${S} - epatch ${FILESDIR}/${PV}-gcc34.patch - for lib in Client Common Fight Server ; do - sed -i \ - -e "/^TARGET/s:= ${lib}:= ${PN}${lib}:" \ - -e "s:lib${lib}\.so:lib${PN}${lib}.so:g" \ - -e "s:-l${lib}:-l${PN}${lib}:g" \ - */*.pro \ - || die "renaming ${lib}" - done - ${QTDIR}/bin/qmake -o Makefile Makefile.pro || die "qmake failed" - sed -i \ - "s:\./themes/:${GAMES_DATADIR}/${PN}/themes/:" \ - `grep -Rl '\./themes/' *` \ - || die "fixing theme loc" - find "${WORKDIR}"/themes -name .cvsignore -print0 | xargs -0 rm -f -} - -src_compile() { - # broken deps in the makefiles ... - emake \ - CFLAGS="${CFLAGS} -fPIC" \ - CXXFLAGS="${CXXFLAGS} -fPIC" \ - sub-libCommon || die "emake sub-libCommon failed" - emake \ - CFLAGS="${CFLAGS} -fPIC" \ - CXXFLAGS="${CXXFLAGS} -fPIC" \ - sub-{libFight,libClient,libServer} || die "emake libs failed" - emake \ - CFLAGS="${CFLAGS} -fPIC" \ - CXXFLAGS="${CXXFLAGS} -fPIC" \ - || die "emake failed" -} - -src_install() { - dogamesbin attal-* || die "dogamesbin failed" - into "${GAMES_PREFIX}" - dolib.so lib*.so* || die "dolib.so failed" - dodir "${GAMES_DATADIR}/${PN}" - cp -r "${WORKDIR}/themes" "${D}/${GAMES_DATADIR}/${PN}/themes" \ - || die "cp failed" - dodoc AUTHORS NEWS README TODO - prepgamesdirs -} diff --git a/games-strategy/attal/attal-0.9.2.ebuild b/games-strategy/attal/attal-0.9.2.ebuild deleted file mode 100644 index 9cde397cb465..000000000000 --- a/games-strategy/attal/attal-0.9.2.ebuild +++ /dev/null @@ -1,59 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/attal/attal-0.9.2.ebuild,v 1.6 2005/09/26 18:23:27 wolf31o2 Exp $ - -inherit eutils flag-o-matic games - -MY_P="${PN}-src-${PV}" -DESCRIPTION="turn-based strategy game project" -HOMEPAGE="http://www.attal-thegame.org/" -SRC_URI="mirror://sourceforge/attal/${MY_P}.tar.bz2 - mirror://sourceforge/attal/themes-${PV}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="ppc x86" -IUSE="" - -DEPEND="=x11-libs/qt-3*" - -S="${WORKDIR}/${MY_P}" - -src_unpack() { - unpack ${A} - cd "${S}" - ${QTDIR}/bin/qmake -o Makefile Makefile.pro || die "qmake failed" - sed -i \ - "s:\./themes/:${GAMES_DATADIR}/${PN}/themes/:" \ - `grep -Rl '\./themes/' *` \ - || die "fixing theme loc" - find "${WORKDIR}"/themes-${PV} -name .cvsignore -print0 | xargs -0 rm -f -} - -src_compile() { - # broken deps in the makefiles ... - append-flags -fPIC - emake \ - CFLAGS="${CFLAGS}" \ - CXXFLAGS="${CXXFLAGS}" \ - sub-libCommon || die "emake sub-libCommon failed" - emake \ - CFLAGS="${CFLAGS}" \ - CXXFLAGS="${CXXFLAGS}" \ - sub-{libFight,libClient,libServer} || die "emake libs failed" - emake \ - CFLAGS="${CFLAGS}" \ - CXXFLAGS="${CXXFLAGS}" \ - || die "emake failed" -} - -src_install() { - dogamesbin attal-* || die "dogamesbin failed" - into "${GAMES_PREFIX}" - dolib.so lib*.so* || die "dolib.so failed" - dodir "${GAMES_DATADIR}"/${PN} - insinto "${GAMES_DATADIR}"/${PN}/themes - doins -r "${WORKDIR}"/themes-${PV}/* || die "doins themes failed" - dodoc AUTHORS NEWS README TODO - prepgamesdirs -} diff --git a/games-strategy/attal/files/digest-attal-0.8.1 b/games-strategy/attal/files/digest-attal-0.8.1 deleted file mode 100644 index 636ede337d1d..000000000000 --- a/games-strategy/attal/files/digest-attal-0.8.1 +++ /dev/null @@ -1,2 +0,0 @@ -MD5 3fbef112e7b87a19baa77710d4873712 attal-src-0.8.1.tar.bz2 220476 -MD5 72f111089a1bb685ff630e921b45b56e themes-0.8.1.tar.bz2 22265571 diff --git a/games-strategy/attal/files/digest-attal-0.9.2 b/games-strategy/attal/files/digest-attal-0.9.2 deleted file mode 100644 index 81ce27b357b8..000000000000 --- a/games-strategy/attal/files/digest-attal-0.9.2 +++ /dev/null @@ -1,2 +0,0 @@ -MD5 42f1aa240fce700755a6182338d8ece8 attal-src-0.9.2.tar.bz2 256735 -MD5 f276f324882e41625bdb4f6f90e09617 themes-0.9.2.tar.bz2 27064203 diff --git a/games-strategy/tornado/files/digest-tornado-1.2.1a b/games-strategy/tornado/files/digest-tornado-1.2.1a deleted file mode 100644 index f992c3bc7a99..000000000000 --- a/games-strategy/tornado/files/digest-tornado-1.2.1a +++ /dev/null @@ -1 +0,0 @@ -MD5 e2ce8ebf2192206e159f33a24ef7a69d tornado-1.2.1a.tar.gz 51142 diff --git a/games-strategy/tornado/tornado-1.2.1a.ebuild b/games-strategy/tornado/tornado-1.2.1a.ebuild deleted file mode 100644 index 1996e10818fd..000000000000 --- a/games-strategy/tornado/tornado-1.2.1a.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/tornado/tornado-1.2.1a.ebuild,v 1.7 2005/01/09 18:30:20 luckyduck Exp $ - -inherit games - -DESCRIPTION="Clone of a C64 game - destroy the opponent's house" -HOMEPAGE="http://home.kcore.de/~kiza/linux/tornado/" -SRC_URI="http://home.kcore.de/~kiza/linux/tornado/download/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="x86 ppc ~amd64" -IUSE="" - -RDEPEND=">=sys-libs/ncurses-5.3" -DEPEND="${RDEPEND} - >=sys-apps/sed-4" - -src_unpack() { - unpack ${A} - cd ${S} - - sed -i \ - -e "s:/usr/local:/usr:" \ - -e "s:-O2:${CFLAGS}:" \ - Makefile || die "sed Makefile failed" - sed -i \ - -e "s:PREFIX/bin:${GAMES_BINDIR}:" \ - -e "s:PREFIX/man:/usr/man:" \ - -e "s:/usr/local:/usr:" \ - doc/man/tornado.6.in || die "sed doc/man/tornado.6 failed" -} - -src_install() { - dogamesbin tornado || die - doman doc/man/tornado.6 - dodoc AUTHOR CREDITS Changelog README TODO - insinto ${GAMES_STATEDIR} - doins tornado.scores - prepgamesdirs - fperms 664 ${GAMES_STATEDIR}/tornado.scores -} |