From 0e452f4b18d5cfddc3d6ddbf200adbbf24ef46cd Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Fri, 12 May 2006 03:47:45 +0000 Subject: old --- dev-games/clanlib/clanlib-0.7.8-r1.ebuild | 91 ------------------------- dev-games/clanlib/files/digest-clanlib-0.7.8-r1 | 3 - 2 files changed, 94 deletions(-) delete mode 100644 dev-games/clanlib/clanlib-0.7.8-r1.ebuild delete mode 100644 dev-games/clanlib/files/digest-clanlib-0.7.8-r1 (limited to 'dev-games/clanlib') diff --git a/dev-games/clanlib/clanlib-0.7.8-r1.ebuild b/dev-games/clanlib/clanlib-0.7.8-r1.ebuild deleted file mode 100644 index 8baee4322588..000000000000 --- a/dev-games/clanlib/clanlib-0.7.8-r1.ebuild +++ /dev/null @@ -1,91 +0,0 @@ -# Copyright 1999-2006 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-games/clanlib/clanlib-0.7.8-r1.ebuild,v 1.10 2006/02/26 15:25:45 tupone Exp $ - -inherit flag-o-matic eutils - -DESCRIPTION="multi-platform game development library" -HOMEPAGE="http://www.clanlib.org/" -SRC_URI="http://www.clanlib.org/download/files/ClanLib-${PV}-1.tar.bz2" - -LICENSE="LGPL-2" -SLOT="0.7" -KEYWORDS="amd64 x86" #not big endian safe #82779 -IUSE="opengl sdl vorbis doc mikmod ipv6" - -# opengl keyword does not drop the GL/GLU requirement. -# Autoconf files need to be fixed -RDEPEND="media-libs/libpng - media-libs/jpeg - virtual/opengl - virtual/glu - sdl? ( - media-libs/libsdl - media-libs/sdl-gfx - ) - || ( - ( - x11-libs/libXmu - x11-libs/libXxf86vm - ) - virtual/x11 - ) - mikmod? ( >=media-libs/libmikmod-3.1.9 ) - vorbis? ( media-libs/libvorbis )" -DEPEND="${RDEPEND} - || ( - ( - x11-libs/libXt - x11-proto/xf86vidmodeproto - ) - virtual/x11 - )" - -S="${WORKDIR}/ClanLib-${PV}" - -src_unpack() { - unpack ${A} - cd ${S} - find . -name .cvsignore -exec rm -f '{}' \; - epatch "${FILESDIR}"/${PV}-port.patch - epatch "${FILESDIR}"/${PV}-install-opengl-wrap.patch - epatch "${FILESDIR}"/${P}-gcc41.patch - if ! use doc ; then - sed -i \ - -e '/^SUBDIRS/s:Documentation::' \ - Makefile.in \ - || die "sed Makefile.in failed" - fi -} - -src_compile() { - #clanSound only controls mikmod/vorbis so there's - # 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 don't have to use clanGUI - econf \ - --enable-dyn \ - --enable-clanNetwork \ - --disable-dependency-tracking \ - $(use_enable x86 asm386) \ - $(use_enable doc docs) \ - $(use_enable opengl clanGL) \ - $(use_enable sdl clanSDL) \ - $(use_enable vorbis clanVorbis) \ - $(use_enable mikmod clanMikMod) \ - $(use_enable ipv6 getaddr) \ - || die - emake || die "emake failed" -} - -src_install() { - make DESTDIR="${D}" install || die "make install failed" - if use doc ; then - 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" - cp -r Examples "${D}/usr/share/doc/${PF}/" - fi - dodoc CODING_STYLE CREDITS NEWS PATCHES README* INSTALL.linux -} diff --git a/dev-games/clanlib/files/digest-clanlib-0.7.8-r1 b/dev-games/clanlib/files/digest-clanlib-0.7.8-r1 deleted file mode 100644 index 07d336d36cc7..000000000000 --- a/dev-games/clanlib/files/digest-clanlib-0.7.8-r1 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 c034e1cf0485cdc377e1e4e83f99640b ClanLib-0.7.8-1.tar.bz2 6567261 -RMD160 b22dbb97010e7b514cbbe3da85a52a1aafe2c686 ClanLib-0.7.8-1.tar.bz2 6567261 -SHA256 742b027b75160d0f17b913f7b3089c901717081d12d3ed1d1c38c108939793b8 ClanLib-0.7.8-1.tar.bz2 6567261 -- cgit v1.2.3-65-gdbad