summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2004-10-20 02:05:00 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2004-10-20 02:05:00 +0000
commitdf3a2ec264293d925a09ea1d5baa0ea2da6b4536 (patch)
tree9a74d095a4e4212c994a34929cd579c776ff602e /games-simulation/lincity
parentRemoved INSTALL from DOCS. (Manifest recommit) (diff)
downloadgentoo-2-df3a2ec264293d925a09ea1d5baa0ea2da6b4536.tar.gz
gentoo-2-df3a2ec264293d925a09ea1d5baa0ea2da6b4536.tar.bz2
gentoo-2-df3a2ec264293d925a09ea1d5baa0ea2da6b4536.zip
clean older ebuild
Diffstat (limited to 'games-simulation/lincity')
-rw-r--r--games-simulation/lincity/ChangeLog6
-rw-r--r--games-simulation/lincity/files/digest-lincity-1.12_pre531
-rw-r--r--games-simulation/lincity/files/lincity-1.11a-gcc3.patch56
-rw-r--r--games-simulation/lincity/lincity-1.12_pre53.ebuild40
4 files changed, 5 insertions, 98 deletions
diff --git a/games-simulation/lincity/ChangeLog b/games-simulation/lincity/ChangeLog
index c9db8015a258..688251620c0f 100644
--- a/games-simulation/lincity/ChangeLog
+++ b/games-simulation/lincity/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for games-simulation/lincity
# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-simulation/lincity/ChangeLog,v 1.7 2004/07/01 11:24:07 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-simulation/lincity/ChangeLog,v 1.8 2004/10/20 02:05:00 mr_bones_ Exp $
+
+ 19 Oct 2004; Michael Sterrett <mr_bones_@gentoo.org>
+ -files/lincity-1.11a-gcc3.patch, -lincity-1.12_pre53.ebuild:
+ clean older ebuild
01 Jul 2004; Jeremy Huddleston <eradicator@gentoo.org>
lincity-1.12.0.ebuild, lincity-1.12_pre53.ebuild:
diff --git a/games-simulation/lincity/files/digest-lincity-1.12_pre53 b/games-simulation/lincity/files/digest-lincity-1.12_pre53
deleted file mode 100644
index b4bce128e790..000000000000
--- a/games-simulation/lincity/files/digest-lincity-1.12_pre53
+++ /dev/null
@@ -1 +0,0 @@
-MD5 6afd41d06c919f3f74250f6caf2c7a91 lincity-1.12pre53.tar.gz 770453
diff --git a/games-simulation/lincity/files/lincity-1.11a-gcc3.patch b/games-simulation/lincity/files/lincity-1.11a-gcc3.patch
deleted file mode 100644
index 1843c0212278..000000000000
--- a/games-simulation/lincity/files/lincity-1.11a-gcc3.patch
+++ /dev/null
@@ -1,56 +0,0 @@
---- ./Imakefile.orig 2002-10-01 00:55:45.000000000 -0400
-+++ ./Imakefile 2002-10-01 00:57:59.000000000 -0400
-@@ -8,7 +8,7 @@
-
- LOCAL_LIBRARIES = $(XLIB)
- DEPLIBS = $(DEPXLIB)
-- SYS_LIBRARIES = -lm
-+ SYS_LIBRARIES = -lm -lstdc++
-
- SRCS = main.cxx mouse.cxx screen.cxx mps.cxx typeinit.cxx\
- engine.cxx transport.cxx market.cxx help.cxx lcx11.cxx
---- ./Makefile.orig 2002-10-01 00:55:45.000000000 -0400
-+++ ./Makefile 2002-10-01 00:57:44.000000000 -0400
-@@ -1,19 +1,19 @@
- # Makefile for LinCity (c) I J Peters 1995,1996.
-
- # This is where the binaries for LinCity will be placed.
--LC_BINDIR = /usr/local/bin
-+LC_BINDIR = /usr/bin
- # for solaris you might choose...
- # LC_BINDIR = /opt/lcity/bin
-
- # This is where the library/data files will be placed.
--LC_LIBDIR = /usr/local/lib/lincity
-+LC_LIBDIR = /usr/lib/lincity
- # for solaris you might choose...
- # LC_LIBDIR = /opt/lcity/lib
-
- # export LC_LIBDIR
-
- # This is where the manpage will be placed.
--LC_MANDIR = /usr/local/man/man6
-+LC_MANDIR = /usr/man/man6
- LC_MANSUF = 6
- # for solaris you might choose...
- # LC_LIBDIR = /opt/lcity/man/man6
-@@ -250,7 +250,7 @@
- $(CC) -c picedit.cxx -o xpicedit.o $(CFLAGS) -DP_X
- imake -f XPImakefile -s XPMakefile $(LC_IMAKE_ARGS)
- make -f XPMakefile
-- cp xpicedit /usr/local/bin
-+ cp xpicedit /usr/bin
- -mkdir -p $(LC_LIBDIR)/opening
- cp opening/alt-8x8 $(LC_LIBDIR)/opening
- cp colour.pal $(LC_LIBDIR)
---- ./mouse.cxx.orig 2002-10-01 01:10:56.000000000 -0400
-+++ ./mouse.cxx 2002-10-01 01:11:10.000000000 -0400
-@@ -48,7 +48,7 @@
- cs_mouse_xmax = 640 - 1;
- cs_mouse_ymax = 480 - 1;
- Fgl_getbox (mox, moy, 8, 8, under_mouse_pointer);
-- mouse_seteventhandler (cs_mouse_handler);
-+ mouse_seteventhandler ((void*)cs_mouse_handler);
- }
-
- void
diff --git a/games-simulation/lincity/lincity-1.12_pre53.ebuild b/games-simulation/lincity/lincity-1.12_pre53.ebuild
deleted file mode 100644
index 13dc85f5a7d3..000000000000
--- a/games-simulation/lincity/lincity-1.12_pre53.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-simulation/lincity/lincity-1.12_pre53.ebuild,v 1.6 2004/07/01 11:24:07 eradicator Exp $
-
-inherit games
-
-MY_P=${P/_}
-DESCRIPTION="city/country simulation game for X and Linux SVGALib"
-SRC_URI="mirror://sourceforge/lincity/${MY_P}.tar.gz"
-HOMEPAGE="http://lincity.sourceforge.net/"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~x86 ~ppc ~amd64"
-IUSE="X svga"
-
-DEPEND="virtual/libc
- || (
- svga? ( media-libs/svgalib )
- X? ( virtual/x11 )
- virtual/x11 )"
-
-S=${WORKDIR}/${MY_P}
-
-src_compile() {
- egamesconf \
- --with-gzip \
- `use_with X x` \
- `use_with svga` \
- || die
- emake || die
-}
-
-src_install() {
- make install DESTDIR=${D} || die
- dodoc Acknowledgements CHANGES FAQ README* TODO
- cd ${D}/${GAMES_DATADIR}
- mv locale ${D}/usr/share/
- prepgamesdirs
-}