summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2011-03-06 08:58:24 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2011-03-06 08:58:24 +0000
commit120d173190a6143db5f3e42c0e6e209b997d59f5 (patch)
tree041eb7e30a72d1aa7a2a53b15f8310dd65ac6a21 /games-puzzle
parentEnable all programmers that dont require extra external deps since the combin... (diff)
downloadgentoo-2-120d173190a6143db5f3e42c0e6e209b997d59f5.tar.gz
gentoo-2-120d173190a6143db5f3e42c0e6e209b997d59f5.tar.bz2
gentoo-2-120d173190a6143db5f3e42c0e6e209b997d59f5.zip
old
(Portage version: 2.1.9.25/cvs/Linux i686)
Diffstat (limited to 'games-puzzle')
-rw-r--r--games-puzzle/ltris/Manifest3
-rw-r--r--games-puzzle/ltris/files/ltris-1.0.14-gentoo.patch51
-rw-r--r--games-puzzle/ltris/ltris-1.0.14.ebuild40
3 files changed, 0 insertions, 94 deletions
diff --git a/games-puzzle/ltris/Manifest b/games-puzzle/ltris/Manifest
index fc188b2c7ab9..0b3a083abee5 100644
--- a/games-puzzle/ltris/Manifest
+++ b/games-puzzle/ltris/Manifest
@@ -1,8 +1,5 @@
-AUX ltris-1.0.14-gentoo.patch 1769 RMD160 c2a1a5434a5a2bcf555a48851410c7d85aa46077 SHA1 18fc2d592ffa68430b87316fc9b8338be68c7eea SHA256 5c2226170d84f5e41d8c12d3b2a61f1467ad31238e658ecbe98291e7ea99be85
AUX ltris-1.0.15-gentoo.patch 1769 RMD160 d9f56f1ca4416651df7c256fc50feccaacd2a2c5 SHA1 7d6b33306ec7c183f669def57fcdc8033294bb85 SHA256 0dcab40caeb7b039728c54a5c1f2c9605be9fa4d17f4a35637d173bcf7cf9594
-DIST ltris-1.0.14.tar.gz 850749 RMD160 1b0840102b8c757563bd7876a04436e4c1b197dd SHA1 031262093c99376c3c7349798f099c1e7ea0867f SHA256 d6816aa70f55c73e0de2ccb81281a92aa063d3a90b362810002db010f4e3b3b2
DIST ltris-1.0.15.tar.gz 854475 RMD160 57b2ec5ca21c0874c780e7d368338b73584ea3df SHA1 4acdb9c439538bea9442cce8adfcd98ef8542ca4 SHA256 383e71cd28e36412006474f1033e7bd01f5920463bc3e58537c977b60f44bfc9
-EBUILD ltris-1.0.14.ebuild 961 RMD160 62ee419bb7e3b844f47507e697033035f60d1c6c SHA1 e18a6c69fb5a0c8f5e18ba942ab483a986a87c77 SHA256 4231265d45cbebf5b11bebb12988076adb50cd55c82fabb38c721076c75699e9
EBUILD ltris-1.0.15.ebuild 960 RMD160 f3dd75fdf2c342c7c91967693c83fdbe9293fe52 SHA1 f441c275a72d254810933128c1f3dd1b26195dbe SHA256 6ca6bf4a13f6388c1936ede910e797edd529210b6961fef69b15b253045d3940
MISC ChangeLog 4914 RMD160 a08cbcf0d0bb51eff66378a0f39a15e0a8423f5a SHA1 29e3ba1d6bfe1fb8d2b3570f5230a07715409a19 SHA256 cbdf1ef371b8896613cc3fb58d2bf4132118ed75b0e069a66bca64ddc673a3a1
MISC metadata.xml 158 RMD160 cbd9984bb6b426c8c9cee5022fe0a26261612fea SHA1 be5251fa1dacef5c41b74761bb1c8c54fb633b9e SHA256 1423a4fdd4a79b1728a2056d9e300f7e1074253095d82726218d9e9b953888a3
diff --git a/games-puzzle/ltris/files/ltris-1.0.14-gentoo.patch b/games-puzzle/ltris/files/ltris-1.0.14-gentoo.patch
deleted file mode 100644
index 95deb50b032a..000000000000
--- a/games-puzzle/ltris/files/ltris-1.0.14-gentoo.patch
+++ /dev/null
@@ -1,51 +0,0 @@
-diff -ru ltris-1.0.14.orig/Makefile.am ltris-1.0.14/Makefile.am
---- ltris-1.0.14.orig/Makefile.am 2009-12-24 09:52:45.000000000 -0500
-+++ ltris-1.0.14/Makefile.am 2009-12-30 12:58:42.929781504 -0500
-@@ -1,21 +1,9 @@
--SUBDIRS = intl m4 po src icons
-+SUBDIRS = intl m4 po src
-
- EXTRA_DIST = config.rpath AUTHORS COPYING ChangeLog INSTALL \
- README TODO touchall ABOUT-NLS po/tr_full.po po/pt_full.po \
--po/nonascii.pl ltris32.gif ltris48.gif ltris.desktop.in
--
--desktopdir = $(datadir)/applications
--desktop_DATA = ltris.desktop
--icondir = $(datadir)/icons
--icon_DATA = ltris48.gif
-+po/nonascii.pl
-
- AUTOMAKE_OPTIONS = foreign
-
--# We can't use static desktop file because of icon location. Is this
--# the right way to handle it? At least it works... as long as $datadir
--# does not contain plus signs. :-)
--ltris.desktop:
-- @sed -e "s+Icon=+Icon=$(datadir)/icons/ltris48.gif+" \
-- < ltris.desktop.in > ltris.desktop
--
- ACLOCAL_AMFLAGS = -I m4
-diff -ru ltris-1.0.14.orig/configure.in ltris-1.0.14/configure.in
---- ltris-1.0.14.orig/configure.in 2009-12-24 13:28:12.000000000 -0500
-+++ ltris-1.0.14/configure.in 2009-12-30 12:57:18.461780277 -0500
-@@ -53,7 +53,7 @@
- AC_SUBST(buf_flag)
-
- dnl set localedir
--localedir=$datadir/locale
-+localedir=/usr/share/locale
- locdir_flag="-DLOCALEDIR=\\\"$localedir\\\""
-
- dnl installation path
-diff -ru ltris-1.0.14.orig/po/Makefile.in.in ltris-1.0.14/po/Makefile.in.in
---- ltris-1.0.14.orig/po/Makefile.in.in 2005-10-04 14:41:03.000000000 -0400
-+++ ltris-1.0.14/po/Makefile.in.in 2009-12-30 12:57:00.192041633 -0500
-@@ -23,7 +23,7 @@
- prefix = @prefix@
- exec_prefix = @exec_prefix@
- datadir = @datadir@
--localedir = $(datadir)/locale
-+localedir = /usr/share/locale
- gettextsrcdir = $(datadir)/gettext/po
-
- INSTALL = @INSTALL@
diff --git a/games-puzzle/ltris/ltris-1.0.14.ebuild b/games-puzzle/ltris/ltris-1.0.14.ebuild
deleted file mode 100644
index 67a4af0b612f..000000000000
--- a/games-puzzle/ltris/ltris-1.0.14.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-puzzle/ltris/ltris-1.0.14.ebuild,v 1.6 2010/11/14 17:26:40 armin76 Exp $
-
-EAPI=2
-inherit autotools eutils games
-
-DESCRIPTION="very polished Tetris clone"
-HOMEPAGE="http://lgames.sourceforge.net/"
-SRC_URI="mirror://sourceforge/lgames/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc x86"
-IUSE="nls"
-
-RDEPEND="media-libs/libsdl[video]
- media-libs/sdl-mixer
- nls? ( virtual/libintl )"
-DEPEND="${RDEPEND}
- nls? ( sys-devel/gettext )"
-
-src_prepare() {
- epatch "${FILESDIR}"/${P}-gentoo.patch
- AT_M4DIR=m4 eautoreconf
-}
-
-src_configure() {
- egamesconf \
- --disable-dependency-tracking \
- $(use_enable nls)
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die "emake install failed"
- dodoc AUTHORS ChangeLog README TODO
- newicon icons/ltris48.xpm ${PN}.xpm
- make_desktop_entry ltris LTris
- prepgamesdirs
-}