diff options
author | Tristan Heaven <nyhm@gentoo.org> | 2007-04-09 21:59:40 +0000 |
---|---|---|
committer | Tristan Heaven <nyhm@gentoo.org> | 2007-04-09 21:59:40 +0000 |
commit | d295288fc607822a2a68e4683203254786d8ed7f (patch) | |
tree | 713331e564cb7a70709deac1713de013db769790 /games-puzzle | |
parent | Keyworded ~x86-fbsd wrt bug 173405 (diff) | |
download | gentoo-2-d295288fc607822a2a68e4683203254786d8ed7f.tar.gz gentoo-2-d295288fc607822a2a68e4683203254786d8ed7f.tar.bz2 gentoo-2-d295288fc607822a2a68e4683203254786d8ed7f.zip |
remove old revision
(Portage version: 2.1.2.3)
Diffstat (limited to 'games-puzzle')
-rw-r--r-- | games-puzzle/enigma/enigma-1.00-r1.ebuild | 45 | ||||
-rw-r--r-- | games-puzzle/enigma/files/digest-enigma-1.00-r1 | 3 | ||||
-rw-r--r-- | games-puzzle/enigma/files/enigma-1.00-build.patch | 88 |
3 files changed, 0 insertions, 136 deletions
diff --git a/games-puzzle/enigma/enigma-1.00-r1.ebuild b/games-puzzle/enigma/enigma-1.00-r1.ebuild deleted file mode 100644 index 8f92063b3d1a..000000000000 --- a/games-puzzle/enigma/enigma-1.00-r1.ebuild +++ /dev/null @@ -1,45 +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-r1.ebuild,v 1.4 2007/02/07 14:06:16 nyhm Exp $ - -inherit 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 ~sparc x86" -IUSE="nls" - -RDEPEND="media-libs/sdl-ttf - media-libs/libsdl - media-libs/sdl-mixer - media-libs/sdl-image - dev-libs/xerces-c - nls? ( virtual/libintl )" -DEPEND="${RDEPEND} - nls? ( sys-devel/gettext )" - -src_unpack() { - unpack ${A} - cd "${S}" - epatch "${FILESDIR}"/${P}-build.patch -} - -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/digest-enigma-1.00-r1 b/games-puzzle/enigma/files/digest-enigma-1.00-r1 deleted file mode 100644 index 7577edefaf11..000000000000 --- a/games-puzzle/enigma/files/digest-enigma-1.00-r1 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 428a9cce666cd45812e785f00a483ef9 enigma-1.00.tar.gz 10466968 -RMD160 a2ddd9600cddaf6b52c02af1c5631c8c4cd69045 enigma-1.00.tar.gz 10466968 -SHA256 c44f36ef28c8bed1f5d5090edbe4cedda6f37472e729eed3406a350365ca32be enigma-1.00.tar.gz 10466968 diff --git a/games-puzzle/enigma/files/enigma-1.00-build.patch b/games-puzzle/enigma/files/enigma-1.00-build.patch deleted file mode 100644 index 7a6847780ed6..000000000000 --- a/games-puzzle/enigma/files/enigma-1.00-build.patch +++ /dev/null @@ -1,88 +0,0 @@ ---- configure -+++ configure -@@ -13321,7 +13321,6 @@ - echo "$as_me:$LINENO: result: yes" >&5 - echo "${ECHO_T}yes" >&6 - else -- CXXFLAGS="$CXXFLAGS -g" - echo "$as_me:$LINENO: result: no" >&5 - echo "${ECHO_T}no" >&6 - fi ---- etc/Makefile.in -+++ etc/Makefile.in -@@ -216,15 +216,15 @@ - - # 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 - EXTRA_DIST = \ ---- lib-src/enet/include/Makefile.in -+++ lib-src/enet/include/Makefile.in -@@ -126,7 +126,6 @@ - sharedstatedir = @sharedstatedir@ - sysconfdir = @sysconfdir@ - target_alias = @target_alias@ --SUBDIRS = enet - all: all-recursive - - .SUFFIXES: ---- lib-src/enet/Makefile.in -+++ lib-src/enet/Makefile.in -@@ -551,7 +551,7 @@ - for dir in "$(DESTDIR)$(libdir)"; do \ - test -z "$$dir" || $(mkdir_p) "$$dir"; \ - done --install: install-recursive -+install: - install-exec: install-exec-recursive - install-data: install-data-recursive - uninstall: uninstall-recursive ---- Makefile.in -+++ Makefile.in -@@ -239,10 +239,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 - all: all-recursive - ---- po/Makefile.in.in -+++ po/Makefile.in.in -@@ -24,7 +24,7 @@ - prefix = @prefix@ - exec_prefix = @exec_prefix@ - datadir = @datadir@ --localedir = $(datadir)/locale -+localedir = /usr/share/locale - gettextsrcdir = $(datadir)/gettext/po - - INSTALL = @INSTALL@ ---- src/Makefile.in -+++ src/Makefile.in -@@ -144,7 +144,7 @@ - CXXDEPMODE = @CXXDEPMODE@ - 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 \ |