summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2003-10-03 09:21:31 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2003-10-03 09:21:31 +0000
commit7d3c7b6420021b4860a03ab457500187f3a6fab6 (patch)
tree2d6dfac1e799e34573f64613d2afdd4e15723943 /app-emulation/vice
parentversion bump (diff)
downloadgentoo-2-7d3c7b6420021b4860a03ab457500187f3a6fab6.tar.gz
gentoo-2-7d3c7b6420021b4860a03ab457500187f3a6fab6.tar.bz2
gentoo-2-7d3c7b6420021b4860a03ab457500187f3a6fab6.zip
version bump
Diffstat (limited to 'app-emulation/vice')
-rw-r--r--app-emulation/vice/ChangeLog8
-rw-r--r--app-emulation/vice/Manifest5
-rw-r--r--app-emulation/vice/files/1.13-po-Makefile.patch17
-rw-r--r--app-emulation/vice/files/digest-vice-1.131
-rw-r--r--app-emulation/vice/vice-1.13.ebuild58
5 files changed, 86 insertions, 3 deletions
diff --git a/app-emulation/vice/ChangeLog b/app-emulation/vice/ChangeLog
index 3271141c9ab8..2150afe86ee5 100644
--- a/app-emulation/vice/ChangeLog
+++ b/app-emulation/vice/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for app-emulation/vice
# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/vice/ChangeLog,v 1.6 2003/07/13 07:40:14 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/vice/ChangeLog,v 1.7 2003/10/03 09:21:29 mr_bones_ Exp $
+
+*vice-1.13 (03 Oct 2003)
+
+ 03 Oct 2003; Michael Sterrett <mr_bones_@gentoo.org> vice-1.13.ebuild,
+ files/1.13-po-Makefile.patch:
+ version bump
*vice-1.12-r1 (13 Jul 2003)
diff --git a/app-emulation/vice/Manifest b/app-emulation/vice/Manifest
index 23519ba7b450..551ce971bb2c 100644
--- a/app-emulation/vice/Manifest
+++ b/app-emulation/vice/Manifest
@@ -1,6 +1,7 @@
-MD5 4a596b207c8313ab1add96f3e75509c4 ChangeLog 937
+MD5 c2dde3c4129dce08fcdd9e42c5555e2d ChangeLog 1087
MD5 2d67e5e861a63fa88799c01cafc5d4f1 vice-1.12-r1.ebuild 1278
-MD5 e02bd8431da6c246e630551d4583bcbc vice-1.13.ebuild 1377
+MD5 03b4482743102ec036d57cf141893e0c vice-1.13.ebuild 1446
MD5 da8fb0cf91447be13099e23ffc1dec9a files/digest-vice-1.13 62
MD5 bee1c24b1742b33f95f243358383697e files/1.12-po-Makefile.patch 555
MD5 6b44b25bb31dd21195c5bb6ac016d49d files/digest-vice-1.12-r1 62
+MD5 bee1c24b1742b33f95f243358383697e files/1.13-po-Makefile.patch 555
diff --git a/app-emulation/vice/files/1.13-po-Makefile.patch b/app-emulation/vice/files/1.13-po-Makefile.patch
new file mode 100644
index 000000000000..84ff95cb4e41
--- /dev/null
+++ b/app-emulation/vice/files/1.13-po-Makefile.patch
@@ -0,0 +1,17 @@
+--- Makefile.in.in 2000-07-14 18:26:17.000000000 -0400
++++ /Makefile.in.in 2003-07-13 03:13:35.000000000 -0400
+@@ -18,10 +18,10 @@
+
+ prefix = @prefix@
+ exec_prefix = @exec_prefix@
+-datadir = $(prefix)/@DATADIRNAME@
+-localedir = $(datadir)/locale
+-gnulocaledir = $(prefix)/share/locale
+-gettextsrcdir = $(prefix)/share/gettext/po
++datadir = $(DESTDIR)$(prefix)/@DATADIRNAME@
++localedir = $(DESTDIR)$(datadir)/locale
++gnulocaledir = $(DESTDIR)$(prefix)/share/locale
++gettextsrcdir = $(DESTDIR)$(prefix)/share/gettext/po
+ subdir = po
+
+ INSTALL = @INSTALL@
diff --git a/app-emulation/vice/files/digest-vice-1.13 b/app-emulation/vice/files/digest-vice-1.13
new file mode 100644
index 000000000000..e222689ae74d
--- /dev/null
+++ b/app-emulation/vice/files/digest-vice-1.13
@@ -0,0 +1 @@
+MD5 6e7bfc52bc273ebeb057c7cb21357c5b vice-1.13.tar.gz 3599738
diff --git a/app-emulation/vice/vice-1.13.ebuild b/app-emulation/vice/vice-1.13.ebuild
new file mode 100644
index 000000000000..883157d64158
--- /dev/null
+++ b/app-emulation/vice/vice-1.13.ebuild
@@ -0,0 +1,58 @@
+# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/vice/vice-1.13.ebuild,v 1.1 2003/10/03 09:21:29 mr_bones_ Exp $
+
+inherit games eutils
+
+DESCRIPTION="The Versatile Commodore 8-bit Emulator"
+HOMEPAGE="http://viceteam.bei.t-online.de/"
+SRC_URI="ftp://ftp.funet.fi/pub/cbm/crossplatform/emulators/VICE/${P}.tar.gz"
+
+KEYWORDS="~x86"
+LICENSE="GPL-2"
+SLOT="0"
+IUSE="sdl nls gnome arts"
+
+RDEPEND="virtual/x11
+ sdl? ( media-libs/libsdl )
+ gnome? ( gnome-base/libgnomeui )
+ arts? ( kde-base/arts )"
+DEPEND="${RDEPEND}
+ >=sys-apps/sed-4"
+
+src_unpack() {
+ unpack ${A}
+ if [ `use nls` ] ; then
+ cd ${S}/po
+ epatch ${FILESDIR}/${PV}-po-Makefile.patch
+ else
+ sed -i \
+ -e '/^SUBDIRS =/s:po::' ${S}/Makefile.in || \
+ die "sed Makefile.in failed"
+ fi
+}
+
+src_compile() {
+ egamesconf \
+ --enable-fullscreen \
+ --disable-dependency-tracking \
+ `use_with sdl` \
+ `use_with gnome gnomeui` \
+ `use_with arts` \
+ `use_enable nls` \
+ || die
+ emake || die "emake failed"
+}
+
+src_install() {
+ local docdir="${D}${GAMES_LIBDIR}/${PN}/doc"
+
+ make DESTDIR=${D} install || die "make install failed"
+ dohtml ${docdir}/* || die "dohtml failed"
+ dodoc \
+ AUTHORS ChangeLog FEEDBACK README \
+ ${docdir}/{BUGS,NEWS,PETdoc.txt,TODO} \
+ ${docdir}/{cbm_basic_tokens.txt,drive_info.txt,mon.txt,serial.txt} || \
+ die "dodoc failed"
+ rm -rf ${docdir}
+}