summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2004-01-29 09:23:51 +0000
committerMike Frysinger <vapier@gentoo.org>2004-01-29 09:23:51 +0000
commitc71c15a8afa50b1b589046f5288749d173893fd6 (patch)
tree9642f0b61f67913cb3e714f222ca82e4f57b8e64 /dev-games/clanlib
parenttouchups (diff)
downloadhistorical-c71c15a8afa50b1b589046f5288749d173893fd6.tar.gz
historical-c71c15a8afa50b1b589046f5288749d173893fd6.tar.bz2
historical-c71c15a8afa50b1b589046f5288749d173893fd6.zip
need eutils for epatch
Diffstat (limited to 'dev-games/clanlib')
-rw-r--r--dev-games/clanlib/clanlib-0.7.6.ebuild71
-rw-r--r--dev-games/clanlib/clanlib-0.7.7.ebuild4
-rw-r--r--dev-games/clanlib/files/digest-clanlib-0.7.61
3 files changed, 2 insertions, 74 deletions
diff --git a/dev-games/clanlib/clanlib-0.7.6.ebuild b/dev-games/clanlib/clanlib-0.7.6.ebuild
deleted file mode 100644
index d6f8f65b4ab3..000000000000
--- a/dev-games/clanlib/clanlib-0.7.6.ebuild
+++ /dev/null
@@ -1,71 +0,0 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-games/clanlib/clanlib-0.7.6.ebuild,v 1.2 2003/11/15 22:37:23 vapier Exp $
-
-inherit flag-o-matic
-replace-flags -O? -O2
-
-DESCRIPTION="multi-platform game development library"
-HOMEPAGE="http://www.clanlib.org/"
-SRC_URI="http://www.clanlib.org/~sphair/download/ClanLib-${PV}-1.tar.bz2"
-
-LICENSE="LGPL-2"
-SLOT="0.7"
-KEYWORDS="x86"
-IUSE="opengl X sdl oggvorbis doc mikmod clanVoice clanJavaScript ipv6"
-
-DEPEND=">=media-libs/hermes-1.3.2
- media-libs/libpng
- media-libs/jpeg
- opengl? ( virtual/opengl )
- sdl? ( media-libs/libsdl )
- X? ( virtual/x11 )
- mikmod? ( >=media-libs/libmikmod-3.1.9 )
- oggvorbis? ( media-libs/libvorbis )"
-
-S=${WORKDIR}/ClanLib-${PV}
-
-src_unpack() {
- unpack ${A}
- cd ${S}
- epatch ${FILESDIR}/${PV}-port.patch
-}
-
-src_compile() {
- #clanSound only controls mikmod/vorbis so theres
- # no need to pass --{en,dis}able-clanSound ...
- #clanDisplay only controls X, SDL, OpenGL plugins
- # so no need to pass --{en,dis}able-clanDisplay
- # also same reason why we dont have to use clanGUI
- [ `use doc` ] || sed -i '/^SUBDIRS/s:Documentation::' Makefile.in
- econf \
- --libdir=/usr/lib/${P} \
- `use_enable x86 asm386` \
- `use_enable doc docs` \
- --enable-dyn \
- `use_enable clanVoice` \
- `use_enable clanJavaScript` \
- --enable-clanNetwork \
- `use_enable opengl clanGL` \
- `use_enable sdl clanSDL` \
- `use_enable oggvorbis clanVorbis` \
- `use_enable mikmod clanMikMod` \
- `use_enable ipv6 getaddr` \
- || die
- emake || die
-}
-
-src_install() {
- make DESTDIR=${D} install || die
- dodir /usr/share/doc/${PF}/html
- mv ${D}/usr/share/doc/clanlib/* ${D}/usr/share/doc/${PF}/html/
- rm -rf ${D}/usr/share/doc/clanlib
- mv ${D}/usr/include/{ClanLib-*/ClanLib,${P}}
- rm -rf ${D}/usr/include/ClanLib-*
- dobin ${FILESDIR}/clanlib-config
- dodoc CODING_STYLE CREDITS NEWS PATCHES README* INSTALL.linux
-}
-
-pkg_postinst() {
- clanlib-config ${PV}
-}
diff --git a/dev-games/clanlib/clanlib-0.7.7.ebuild b/dev-games/clanlib/clanlib-0.7.7.ebuild
index ecb8023bfe7a..213689936a8b 100644
--- a/dev-games/clanlib/clanlib-0.7.7.ebuild
+++ b/dev-games/clanlib/clanlib-0.7.7.ebuild
@@ -1,8 +1,8 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-games/clanlib/clanlib-0.7.7.ebuild,v 1.1 2004/01/18 04:14:05 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-games/clanlib/clanlib-0.7.7.ebuild,v 1.2 2004/01/29 09:23:51 vapier Exp $
-inherit flag-o-matic
+inherit flag-o-matic eutils
DESCRIPTION="multi-platform game development library"
HOMEPAGE="http://www.clanlib.org/"
diff --git a/dev-games/clanlib/files/digest-clanlib-0.7.6 b/dev-games/clanlib/files/digest-clanlib-0.7.6
deleted file mode 100644
index 309e9497e989..000000000000
--- a/dev-games/clanlib/files/digest-clanlib-0.7.6
+++ /dev/null
@@ -1 +0,0 @@
-MD5 fc42ba7f1e4ac3564692718d09fb13b4 ClanLib-0.7.6-1.tar.bz2 4012173