diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2008-06-26 03:14:40 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2008-06-26 03:14:40 +0000 |
commit | adcf7b12c4613cbbb673f274fc7bc731c9f6471a (patch) | |
tree | 8ad4cc1331d572083bd0d60d0757a5b0ebc169d1 /games-puzzle | |
parent | old (diff) | |
download | historical-adcf7b12c4613cbbb673f274fc7bc731c9f6471a.tar.gz historical-adcf7b12c4613cbbb673f274fc7bc731c9f6471a.tar.bz2 historical-adcf7b12c4613cbbb673f274fc7bc731c9f6471a.zip |
old
Package-Manager: portage-2.1.4.4
Diffstat (limited to 'games-puzzle')
-rw-r--r-- | games-puzzle/enigma/enigma-1.00-r2.ebuild | 48 | ||||
-rw-r--r-- | games-puzzle/enigma/files/enigma-1.00-autotools.patch | 109 | ||||
-rw-r--r-- | games-puzzle/fish-fillets/fish-fillets-0.7.4.ebuild | 45 |
3 files changed, 0 insertions, 202 deletions
diff --git a/games-puzzle/enigma/enigma-1.00-r2.ebuild b/games-puzzle/enigma/enigma-1.00-r2.ebuild deleted file mode 100644 index 151ee609f78f..000000000000 --- a/games-puzzle/enigma/enigma-1.00-r2.ebuild +++ /dev/null @@ -1,48 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-puzzle/enigma/enigma-1.00-r2.ebuild,v 1.4 2007/04/09 16:09:30 welp Exp $ - -inherit autotools eutils games - -DESCRIPTION="puzzle game similar to Oxyd" -HOMEPAGE="http://www.nongnu.org/enigma/" -SRC_URI="mirror://berlios/enigma-game/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ppc x86" -IUSE="nls" - -RDEPEND="media-libs/sdl-ttf - media-libs/libsdl - media-libs/sdl-mixer - media-libs/sdl-image - dev-libs/xerces-c - net-libs/enet - nls? ( virtual/libintl )" -DEPEND="${RDEPEND} - sys-devel/gettext" - -src_unpack() { - unpack ${A} - cd "${S}" - cp /usr/share/gettext/config.rpath . - epatch "${FILESDIR}"/${P}-autotools.patch - eautoreconf -} - -src_compile() { - egamesconf \ - --disable-dependency-tracking \ - $(use_enable nls) \ - || die - emake || die "emake failed" -} - -src_install() { - emake DESTDIR="${D}" install || die "emake install failed" - dodoc ACKNOWLEDGEMENTS AUTHORS CHANGES README doc/HACKING - dohtml -r doc/* - doman doc/enigma.6 - prepgamesdirs -} diff --git a/games-puzzle/enigma/files/enigma-1.00-autotools.patch b/games-puzzle/enigma/files/enigma-1.00-autotools.patch deleted file mode 100644 index 68116e1c0fbf..000000000000 --- a/games-puzzle/enigma/files/enigma-1.00-autotools.patch +++ /dev/null @@ -1,109 +0,0 @@ ---- configure.ac -+++ configure.ac -@@ -260,7 +260,6 @@ - CXXFLAGS="$CXXFLAGS -O2 -ffast-math -fomit-frame-pointer" - AC_MSG_RESULT(yes) - else -- CXXFLAGS="$CXXFLAGS -g" - AC_MSG_RESULT(no) - fi - -@@ -321,7 +320,6 @@ - dnl Configure libraries - dnl ---------------------------------------------------------- - AC_CONFIG_SUBDIRS(lib-src/zipios++) --AC_CONFIG_SUBDIRS(lib-src/enet) - - AC_CONFIG_FILES([Makefile m4/Makefile intl/Makefile - data/Makefile ---- etc/Makefile.am -+++ etc/Makefile.am -@@ -1,14 +1,14 @@ - # if !MINGW32 - # Comply with xdg icon theme specification --icondir = $(prefix)/share/icons/hicolor/48x48/apps -+icondir = /usr/share/icons/hicolor/48x48/apps - icon_DATA = enigma.png - - # Backwards-compatible global search location for images --pixmapdir = $(prefix)/share/pixmaps -+pixmapdir = /usr/share/pixmaps - pixmap_DATA = enigma.png - - # Install .desktop file in xdg standard location --desktopdir = $(prefix)/share/applications -+desktopdir = /usr/share/applications - desktop_DATA = enigma.desktop - # endif !MINGW32 - ---- lib-src/Makefile.am -+++ lib-src/Makefile.am -@@ -1 +1 @@ --SUBDIRS = oxydlib lua zipios++ enet enigma-core -+SUBDIRS = oxydlib lua zipios++ enigma-core ---- Makefile.am -+++ Makefile.am -@@ -3,11 +3,9 @@ - # tools -> lib-src/lua - # src -> tools, lib-src - # --SUBDIRS = m4 lib-src tools intl src data doc po etc -+SUBDIRS = m4 lib-src tools intl src data po etc - EXTRA_DIST = enigma CHANGES ACKNOWLEDGEMENTS - --docdir = @datadir@/doc/enigma --doc_DATA = README CHANGES COPYING ACKNOWLEDGEMENTS - - ACLOCAL_AMFLAGS = -I m4 - ---- po/Makefile.in.in -+++ po/Makefile.in.in -@@ -24,12 +24,12 @@ - prefix = @prefix@ - exec_prefix = @exec_prefix@ - datadir = @datadir@ --localedir = $(datadir)/locale -+localedir = /usr/share/locale - gettextsrcdir = $(datadir)/gettext/po - - INSTALL = @INSTALL@ - INSTALL_DATA = @INSTALL_DATA@ --MKINSTALLDIRS = @MKINSTALLDIRS@ -+MKINSTALLDIRS = $(top_srcdir)/mkinstalldirs - #install_sh@ -d - mkinstalldirs = $(SHELL) $(MKINSTALLDIRS) - ---- src/Makefile.am -+++ src/Makefile.am -@@ -12,12 +12,11 @@ - - CXXFLAGS = @CXXFLAGS@\ - -DSYSTEM_DATA_DIR=\"$(datadir)/enigma\" \ -- -DLOCALEDIR=\"$(localedir)\" \ -+ -DLOCALEDIR=\"/usr/share/locale\" \ - -I$(top_srcdir)/lib-src/zipios++ \ - -I$(top_builddir)/lib-src/zipios++ \ - -I$(top_srcdir)/lib-src/lua \ - -I$(top_srcdir)/lib-src/enigma-core \ -- -I$(top_srcdir)/lib-src/enet/include \ - -I$(top_srcdir)/lib-src \ - -I$(top_builddir)/intl @SDL_CFLAGS@ - -@@ -193,7 +192,7 @@ - - else # not MINGW32 - -- localedir = $(datadir)/locale -+ localedir = /usr/share/locale - mingw_ldadd = - - endif -@@ -202,7 +201,7 @@ - @LIBINTL@ \ - $(top_builddir)/lib-src/enigma-core/libecl.a \ - $(top_builddir)/lib-src/lua/liblua.a \ -- $(top_builddir)/lib-src/enet/libenet.a \ -+ -lenet \ - $(top_builddir)/lib-src/oxydlib/liboxyd.a \ - $(top_builddir)/lib-src/zipios++/src/libzipios.a \ - -lz \ diff --git a/games-puzzle/fish-fillets/fish-fillets-0.7.4.ebuild b/games-puzzle/fish-fillets/fish-fillets-0.7.4.ebuild deleted file mode 100644 index f8bad2df7de8..000000000000 --- a/games-puzzle/fish-fillets/fish-fillets-0.7.4.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-puzzle/fish-fillets/fish-fillets-0.7.4.ebuild,v 1.2 2008/02/29 19:32:16 carlo Exp $ - -inherit eutils games - -DATA_PV="0.7.4" -DESCRIPTION="Underwater puzzle game - find a safe way out" -HOMEPAGE="http://fillets.sourceforge.net/" -SRC_URI="mirror://sourceforge/fillets/fillets-ng-${PV}.tar.gz - mirror://sourceforge/fillets/fillets-ng-data-${DATA_PV}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ppc x86" -IUSE="X" - -DEPEND=">=media-libs/libsdl-1.2 - >=media-libs/sdl-mixer-1.2.5 - >=media-libs/sdl-image-1.2.2 - X? ( x11-libs/libX11 ) - media-libs/sdl-ttf - >=dev-lang/lua-5" - -S=${WORKDIR}/fillets-ng-${PV} - -src_compile() { - egamesconf \ - --datadir="${GAMES_DATADIR}/${PN}" \ - $(use_with X) \ - || die - emake || die "emake failed" -} - -src_install() { - emake DESTDIR="${D}" install || die "emake install failed" - dodoc AUTHORS ChangeLog NEWS README TODO - insinto "${GAMES_DATADIR}/${PN}" - cd "${WORKDIR}"/fillets-ng-data-${DATA_PV} || die - rm -f COPYING - doins -r * || die "doins failed" - newicon images/icon.png fillets.png - make_desktop_entry fillets FishFillets fillets - prepgamesdirs -} |