diff options
-rw-r--r-- | games-strategy/opencity/ChangeLog | 16 | ||||
-rw-r--r-- | games-strategy/opencity/Manifest | 6 | ||||
-rw-r--r-- | games-strategy/opencity/files/digest-opencity-0.0.2 | 1 | ||||
-rw-r--r-- | games-strategy/opencity/files/digest-opencity-9999 | 0 | ||||
-rw-r--r-- | games-strategy/opencity/metadata.xml | 9 | ||||
-rw-r--r-- | games-strategy/opencity/opencity-0.0.2.ebuild | 42 | ||||
-rw-r--r-- | games-strategy/opencity/opencity-9999.ebuild | 50 |
7 files changed, 0 insertions, 124 deletions
diff --git a/games-strategy/opencity/ChangeLog b/games-strategy/opencity/ChangeLog deleted file mode 100644 index effd271e..00000000 --- a/games-strategy/opencity/ChangeLog +++ /dev/null @@ -1,16 +0,0 @@ -# ChangeLog for games-strategy/opencity -# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: $ - -*koobyvolley-9999 (10 Mar 2005) - - 10 Mar 2005; Bertrand Jacquin <beber.gentoo@gmail.com> - +opencity-9999.ebuild: - New ebuild for cvs. This work fine. - -*opencity-0.0.2 (10 Mar 2005) - - 10 Mar 2005; Bertrand Jacquin <beber.gentoo@gmail.com> - +opencity-0.0.2.ebuild: - New Ebuild. Doesn't work because of path. You can compil but not use. - So masked diff --git a/games-strategy/opencity/Manifest b/games-strategy/opencity/Manifest deleted file mode 100644 index 724556ed..00000000 --- a/games-strategy/opencity/Manifest +++ /dev/null @@ -1,6 +0,0 @@ -MD5 064be1e3497bc92617d100449d20241e opencity-9999.ebuild 1218 -MD5 77ad50275b22f7eca370bd3fe856ee79 ChangeLog 482 -MD5 a26b2af52a90ba476496df1f2b945e02 metadata.xml 252 -MD5 882142335e73a9253a120505171b61be opencity-0.0.2.ebuild 942 -MD5 d4747c3435d01aedba3d3909f3436ad1 files/digest-opencity-0.0.2 72 -MD5 d41d8cd98f00b204e9800998ecf8427e files/digest-opencity-9999 0 diff --git a/games-strategy/opencity/files/digest-opencity-0.0.2 b/games-strategy/opencity/files/digest-opencity-0.0.2 deleted file mode 100644 index dbeaae57..00000000 --- a/games-strategy/opencity/files/digest-opencity-0.0.2 +++ /dev/null @@ -1 +0,0 @@ -MD5 9f911256df82c0afd0ce62fefa670efe OpenCity-0.0.2stable.tar.gz 918514 diff --git a/games-strategy/opencity/files/digest-opencity-9999 b/games-strategy/opencity/files/digest-opencity-9999 deleted file mode 100644 index e69de29b..00000000 --- a/games-strategy/opencity/files/digest-opencity-9999 +++ /dev/null diff --git a/games-strategy/opencity/metadata.xml b/games-strategy/opencity/metadata.xml deleted file mode 100644 index c6b49db3..00000000 --- a/games-strategy/opencity/metadata.xml +++ /dev/null @@ -1,9 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> -<maintainer> - <email>beber.gentoo@gmail.com</email> - <name>Bertrand Jacquin</name> - <description/> -</maintainer> -</pkgmetadata> diff --git a/games-strategy/opencity/opencity-0.0.2.ebuild b/games-strategy/opencity/opencity-0.0.2.ebuild deleted file mode 100644 index 486535ed..00000000 --- a/games-strategy/opencity/opencity-0.0.2.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -inherit games - -DESCRIPTION="OpenCity is a 3D city simulator project based on OpenGL and SDL. It is not intended to be a clone of any famous city simulator from Max*s." -HOMEPAGE="http://opencity.sourceforge.net/" -SRC_URI="mirror://sourceforge/${PN}/OpenCity-0.0.2stable.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="-*" -IUSE="" - -DEPEND=">=media-libs/libsdl-1.2.7 - media-libs/sdl-image - media-libs/sdl-mixer - media-libs/sdl-ttf - virtual/opengl" -RDEPEND="${DEPEND}" - -RESTRICT="nomirror" - -S=${WORKDIR}/OpenCity-0.0.2stable - -src_compile() -{ - egamesconf || die "egamesconf failed" - emake || die "emake failed" -} - -src_install() -{ - egamesinstall || die "egamesinstall failed" - - dodir /usr/share/games/${PN}/font - insinto /usr/share/games/${PN}/font - doins ${S}/font/vera.ttf - - dodoc AUTHORS ChangeLog NEWS README TODO docs/FAQ -} diff --git a/games-strategy/opencity/opencity-9999.ebuild b/games-strategy/opencity/opencity-9999.ebuild deleted file mode 100644 index ec122aca..00000000 --- a/games-strategy/opencity/opencity-9999.ebuild +++ /dev/null @@ -1,50 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -inherit games cvs - -ECVS_SERVER="cvs.sf.net:/cvsroot/${PN}" -ECVS_MODULE="developmentmodule" -ECVS_TOP_DIR="${DISTDIR}/cvs-src/opencity" - -DESCRIPTION="OpenCity is a 3D city simulator project based on OpenGL and SDL. It is not intended to be a clone of any famous city simulator from Max*s." -HOMEPAGE="http://opencity.sourceforge.net/" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~x86 ~amd64" -IUSE="" - -DEPEND=">=media-libs/libsdl-1.2.7 - media-libs/sdl-image - media-libs/sdl-mixer - media-libs/sdl-ttf - virtual/opengl" -RDEPEND="${DEPEND}" - -S=${WORKDIR}/${ECVS_MODULE} - -src_compile() -{ - einfo "Running autogen.sh" - export WANT_AUTOMAKE=1.7 - ./autogen.sh || die "autogen failed" - - egamesconf --prefix=/usr/share/games/${PN} || die "egamesconf failed" - emake || die "emake failed" -} - -src_install() -{ - egamesinstall prefix=${D}/usr/share/games/${PN} || die "egamesinstall failed" - for v in `find ${D} -type d -name CVS`; do - rm -r $v - done - - dodir /usr/games/bin - mv ${D}/usr/share/games/${PN}/bin/* ${D}/usr/games/bin - rm -r ${D}/usr/share/games/${PN}/bin/ - - dodoc AUTHORS COPYRIGHT ChangeLog NEWS README TODO -} |