summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Faulhammer <opfer@gentoo.org>2007-05-20 07:19:10 +0000
committerChristian Faulhammer <opfer@gentoo.org>2007-05-20 07:19:10 +0000
commit7e8d64ead2ead38daa8084db848099298e25f8f7 (patch)
tree4f4d73c0fee23c19f3e3392c099b6ff84338ef17
parentnet-p2p/btg: adjusted comment a bit (diff)
downloadsunrise-7e8d64ead2ead38daa8084db848099298e25f8f7.tar.gz
sunrise-7e8d64ead2ead38daa8084db848099298e25f8f7.tar.bz2
sunrise-7e8d64ead2ead38daa8084db848099298e25f8f7.zip
in Portage
svn path=/sunrise/; revision=3685
-rw-r--r--games-simulation/cultivation/ChangeLog19
-rw-r--r--games-simulation/cultivation/Manifest5
-rw-r--r--games-simulation/cultivation/cultivation-6.ebuild54
-rw-r--r--games-simulation/cultivation/files/cultivation-6-compile.patch37
-rw-r--r--games-simulation/cultivation/metadata.xml5
5 files changed, 0 insertions, 120 deletions
diff --git a/games-simulation/cultivation/ChangeLog b/games-simulation/cultivation/ChangeLog
deleted file mode 100644
index e6fb40b5c..000000000
--- a/games-simulation/cultivation/ChangeLog
+++ /dev/null
@@ -1,19 +0,0 @@
-# ChangeLog for games-simulation/cultivation
-# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: $
-
- 10 Dec 2006; Jakub Moc <jakub@gentoo.org> cultivation-6.ebuild:
- QA: Remove sys-libs/glibc dependency
-
- 07 Dec 2006; Cedric Krier <cedk@gentoo.org> cultivation-6.ebuild:
- Remove append-flags
-
- 06 Dec 2006; Cedric Krier <cedk@gentoo.org> -cultivation-3.ebuild,
- -files/cultivation-3-compile.patch, +cultivation-6.ebuild,
- +files/cultivation-6-compile.patch:
- Version bump
-
- 07 Oct 2006; Cedric Krier <ced@ced.homedns.org> +cultivation-3.ebuild,
- +files/cultivation-3-compile.patch, +metadata.xml:
- New ebuild for bug 150406
-
diff --git a/games-simulation/cultivation/Manifest b/games-simulation/cultivation/Manifest
deleted file mode 100644
index e23068a22..000000000
--- a/games-simulation/cultivation/Manifest
+++ /dev/null
@@ -1,5 +0,0 @@
-AUX cultivation-6-compile.patch 1428 RMD160 ae37395cf88cd6df3a9e8b5b6bda3488168e69de SHA1 87ba94667a1569cc2dac2877485c93c2ce7d22e3 SHA256 53d209b7d0f1e4d82d30c5adbcc79b98c050a9b36d4e60b0d5a326e5c090962c
-DIST Cultivation_6_UnixSource.tar.gz 1128839 RMD160 503c609ccce141b97ca99174d08dc3276f4e1a71 SHA1 5f05dbdb35b25079e883826ba271cd78d92215c6 SHA256 dac44652c5d64235c697891aecd5237440dddca95792024c72aa48c99c841b27
-EBUILD cultivation-6.ebuild 1154 RMD160 142c30f71dfbe56c5b30018d41986b4b4bcaef66 SHA1 b885980344fc164bb61c1e8432ff35f19c9fd0a5 SHA256 3b51eb12c17df656520272d116f5b5b5efb9433f688dffde172275504e208b9a
-MISC ChangeLog 665 RMD160 3b06f90fae6969e7167e53a5a60ae2d61b50d56c SHA1 831ccb84804dfea2bb6bf9f5f95dec92c54e2b8c SHA256 574eef60ae74f624dbc775a9e3fb1fb1ae873cbc9abc19abeb14290865a5bf20
-MISC metadata.xml 170 RMD160 645927a396fdc21cdeb089fe42c5397332420ea6 SHA1 ac7f48a14fec325926f9ce1be8fbf1f311b4f2e4 SHA256 d797a2ec6f9dc516c9f9c1a758ee87ad3e8c43101b5dc76c2f872d5bd4639b42
diff --git a/games-simulation/cultivation/cultivation-6.ebuild b/games-simulation/cultivation/cultivation-6.ebuild
deleted file mode 100644
index 4dec43659..000000000
--- a/games-simulation/cultivation/cultivation-6.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-inherit games eutils toolchain-funcs flag-o-matic
-
-MY_PN=Cultivation
-
-DESCRIPTION="a game about a community of gardeners growing food for themselves
-in a shared space"
-HOMEPAGE="http://cultivation.sourceforge.net/"
-SRC_URI="mirror://sourceforge/${PN}/${MY_PN}_${PV}_UnixSource.tar.gz"
-
-LICENSE="public-domain"
-SLOT="0"
-KEYWORDS="~x86"
-IUSE=""
-
-DEPEND="virtual/opengl
- virtual/glut
- media-libs/mesa
- x11-libs/libX11
- x11-libs/libXi
- x11-libs/libXext
- x11-libs/libXmu"
-RDEPEND=${DEPEND}
-
-S=${WORKDIR}/${MY_PN}_${PV}_UnixSource
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
-
- epatch "${FILESDIR}/${P}-compile.patch"
-}
-
-src_compile() {
- cd "${S}"/game2
- # don't use econf as it is not an autotools configure
- ./configure
-
- cd "${S}"/minorGems/sound/portaudio
- chmod u+x configure
- econf || die "econf failed"
- emake || die "emake failed"
-
- cd "${S}"/game2/gameSource
- emake GXX="$(tc-getCXX)" || die "emake failed"
-}
-
-src_install() {
- dogamesbin game2/gameSource/Cultivation
- dodoc game2/{documentation/how_to_*.txt,gameSource/features.txt}
-}
diff --git a/games-simulation/cultivation/files/cultivation-6-compile.patch b/games-simulation/cultivation/files/cultivation-6-compile.patch
deleted file mode 100644
index b7d0a2438..000000000
--- a/games-simulation/cultivation/files/cultivation-6-compile.patch
+++ /dev/null
@@ -1,37 +0,0 @@
-diff -ur Cultivation_3_UnixSource~/game2/configure Cultivation_3_UnixSource/game2/configure
---- Cultivation_3_UnixSource~/game2/configure 2006-10-07 20:23:54.000000000 +0200
-+++ Cultivation_3_UnixSource/game2/configure 2006-10-07 20:31:02.000000000 +0200
-@@ -8,6 +8,7 @@
- # nominally supported.
- #
-
-+platformSelection=1
-
- while [ -z "$platformSelection" ]
- do
-diff -ur Cultivation_3_UnixSource~/game2/Makefile.common Cultivation_3_UnixSource/game2/Makefile.common
---- Cultivation_3_UnixSource~/game2/Makefile.common 2006-10-07 20:23:54.000000000 +0200
-+++ Cultivation_3_UnixSource/game2/Makefile.common 2006-10-07 20:55:03.000000000 +0200
-@@ -51,7 +51,7 @@
-
-
-
--COMPILE_FLAGS = -Wall ${DEBUG_FLAG} ${PLATFORM_COMPILE_FLAGS} ${PROFILE_FLAG} ${OPTIMIZE_FLAG} -I${ROOT_PATH} -I${PORT_AUDIO_PATH}/pa_common
-+COMPILE_FLAGS = -Wall ${DEBUG_FLAG} ${PLATFORM_COMPILE_FLAGS} ${PROFILE_FLAG} ${CXXFLAGS} -I${ROOT_PATH} -I${PORT_AUDIO_PATH}/pa_common
-
-
- COMPILE = ${GXX} ${COMPILE_FLAGS} -c
-diff -ur Cultivation_3_UnixSource~/game2/Makefile.GnuLinux Cultivation_3_UnixSource/game2/Makefile.GnuLinux
---- Cultivation_3_UnixSource~/game2/Makefile.GnuLinux 2006-10-07 20:23:54.000000000 +0200
-+++ Cultivation_3_UnixSource/game2/Makefile.GnuLinux 2006-10-07 20:36:13.000000000 +0200
-@@ -21,8 +21,8 @@
-
-
- # All platforms but OSX support g++ and need no linker hacks
--GXX = g++
--LINK_FLAGS =
-+GXX ?= g++
-+LINK_FLAGS = ${LDFLAGS}
-
-
-
diff --git a/games-simulation/cultivation/metadata.xml b/games-simulation/cultivation/metadata.xml
deleted file mode 100644
index 7e3286984..000000000
--- a/games-simulation/cultivation/metadata.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<herd>maintainer-wanted</herd>
-</pkgmetadata>