diff options
author | Mike Frysinger <vapier@gentoo.org> | 2003-11-20 01:38:44 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2003-11-20 01:38:44 +0000 |
commit | a95358fb0b514f6babfcc520bac40b433e7c505c (patch) | |
tree | 979ab746ba5f6425d473e406be164d4a80ef652f /games-action/chromium | |
parent | mark 0.99.1 stable, bump unstable, and cleanup (diff) | |
download | historical-a95358fb0b514f6babfcc520bac40b433e7c505c.tar.gz historical-a95358fb0b514f6babfcc520bac40b433e7c505c.tar.bz2 historical-a95358fb0b514f6babfcc520bac40b433e7c505c.zip |
old
Diffstat (limited to 'games-action/chromium')
-rw-r--r-- | games-action/chromium/chromium-0.9.12-r4.ebuild | 71 | ||||
-rw-r--r-- | games-action/chromium/files/chromium-0.9.12-gcc3-gentoo.patch | 11 | ||||
-rw-r--r-- | games-action/chromium/files/digest-chromium-0.9.12-r4 | 2 |
3 files changed, 0 insertions, 84 deletions
diff --git a/games-action/chromium/chromium-0.9.12-r4.ebuild b/games-action/chromium/chromium-0.9.12-r4.ebuild deleted file mode 100644 index 35abda1cf03c..000000000000 --- a/games-action/chromium/chromium-0.9.12-r4.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/games-action/chromium/chromium-0.9.12-r4.ebuild,v 1.4 2003/11/16 01:18:38 vapier Exp $ - -inherit games eutils - -DESCRIPTION="Chromium B.S.U. - an arcade game" -HOMEPAGE="http://www.reptilelabour.com/software/chromium/" -SRC_URI="http://www.reptilelabour.com/software/files/chromium/chromium-src-${PV}.tar.gz - http://www.reptilelabour.com/software/files/chromium/chromium-data-${PV}.tar.gz" - -LICENSE="Artistic" -SLOT="0" -KEYWORDS="x86 ppc alpha amd64" -IUSE="arts esd qt sdl svga oggvorbis alsa" - -DEPEND="virtual/glibc - sys-devel/gcc - virtual/glut - sdl? ( media-libs/libsdl ) - qt? ( =x11-libs/qt-2* ) - oggvorbis? ( media-libs/libogg media-libs/libvorbis ) - media-libs/libggi - media-libs/libgii - alsa? ( media-libs/alsa-lib ) - arts? ( kde-base/kdelibs ) - esd? ( media-sound/esound ) - media-libs/audiofile - svga? ( media-libs/svgalib ) - >=media-libs/smpeg-0.4.4-r1" # this last isn't strictly needed but is useful - -S=${WORKDIR}/Chromium-0.9 - -src_unpack() { - unpack ${A} - epatch ${FILESDIR}/${P}-gcc3-gentoo.patch -} - -src_compile() { - local myconf - myconf="${myconf} --enable-smpeg" - myconf="${myconf} `use_enable sdl`" - myconf="${myconf} `use_enable oggvorbis vorbis`" - myconf="${myconf} `use_enable qt setup`" - - ./configure ${myconf} || die - QTDIR=/usr/qt/2 make || die -} - -src_install() { - find ${D} -name CVS -type d -exec rm -rf '{}' \; - - exeinto ${GAMES_BINDIR} - doexe bin/chromium* - - dodir ${GAMES_DATADIR}/${PN} - cp -a data/* ${D}/${GAMES_DATADIR}/${PN}/ - - dodir /etc/env.d - echo "CHROMIUM_DATA=${GAMES_DATADIR}/${PN}" > ${D}/etc/env.d/99chromium - - prepgamesdirs -} - -pkg_postinst() { - games_pkg_postinst - ewarn "Before you play this game you must" - ewarn "update your environment." - ewarn "Either restart your shell or just run:" - ewarn "source /etc/profile" -} diff --git a/games-action/chromium/files/chromium-0.9.12-gcc3-gentoo.patch b/games-action/chromium/files/chromium-0.9.12-gcc3-gentoo.patch deleted file mode 100644 index 3e3e41095983..000000000000 --- a/games-action/chromium/files/chromium-0.9.12-gcc3-gentoo.patch +++ /dev/null @@ -1,11 +0,0 @@ -diff -ur Chromium-0.9/src/NCString.cpp Chromium-0.9.m/src/NCString.cpp ---- Chromium-0.9/src/NCString.cpp 2001-05-20 12:04:58.000000000 -0500 -+++ Chromium-0.9.m/src/NCString.cpp 2002-07-25 22:57:03.000000000 -0500 -@@ -5,6 +5,7 @@ - #include <stdlib.h> - #include <string.h> - #include <limits.h> -+#include <stdarg.h> - - /** - * ctor diff --git a/games-action/chromium/files/digest-chromium-0.9.12-r4 b/games-action/chromium/files/digest-chromium-0.9.12-r4 deleted file mode 100644 index c31ca7413705..000000000000 --- a/games-action/chromium/files/digest-chromium-0.9.12-r4 +++ /dev/null @@ -1,2 +0,0 @@ -MD5 969883f2f20f10cd6cdb380582f130c4 chromium-src-0.9.12.tar.gz 640283 -MD5 173fdf76f1e4d7496142cd5662456a73 chromium-data-0.9.12.tar.gz 1111134 |