summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHanno Boeck <hanno@gentoo.org>2005-10-17 21:43:04 +0000
committerHanno Boeck <hanno@gentoo.org>2005-10-17 21:43:04 +0000
commit9bb01c695c70113ecdbd5d1b9d1cfe954911ff68 (patch)
tree39699243e47c3aa61455f32ac59678e6fbb46bb2 /app-emulation
parentmask dev-java/kissme* (diff)
downloadhistorical-9bb01c695c70113ecdbd5d1b9d1cfe954911ff68.tar.gz
historical-9bb01c695c70113ecdbd5d1b9d1cfe954911ff68.tar.bz2
historical-9bb01c695c70113ecdbd5d1b9d1cfe954911ff68.zip
added missing useflags to IUSE and added ffmpeg dep
Package-Manager: portage-2.0.53_rc5
Diffstat (limited to 'app-emulation')
-rw-r--r--app-emulation/vice/ChangeLog5
-rw-r--r--app-emulation/vice/Manifest26
-rw-r--r--app-emulation/vice/vice-1.17.ebuild7
3 files changed, 26 insertions, 12 deletions
diff --git a/app-emulation/vice/ChangeLog b/app-emulation/vice/ChangeLog
index f67e55fe4c8a..3bbed31a74a4 100644
--- a/app-emulation/vice/ChangeLog
+++ b/app-emulation/vice/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-emulation/vice
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/vice/ChangeLog,v 1.26 2005/10/11 06:35:16 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/vice/ChangeLog,v 1.27 2005/10/17 21:43:04 hanno Exp $
+
+ 17 Oct 2005; Hanno Boeck <hanno@gentoo.org> vice-1.17.ebuild:
+ Added all USE-flags to IUSE and added missing ffmpeg-dep.
*vice-1.17 (11 Oct 2005)
diff --git a/app-emulation/vice/Manifest b/app-emulation/vice/Manifest
index cc9afa96cf76..ae17443f7dd5 100644
--- a/app-emulation/vice/Manifest
+++ b/app-emulation/vice/Manifest
@@ -1,11 +1,21 @@
-MD5 f17b9b8fa07a38914fe1c03268f51678 metadata.xml 158
-MD5 ed77c3b144c116bdfe1cf379950bf221 vice-1.17.ebuild 1328
-MD5 79d16f38addfa775c113ea773fbe43fd vice-1.16.ebuild 1832
-MD5 7d1b4dfd5ea153e2290fcf40f8b87fce ChangeLog 3399
-MD5 99c5daa624fb08ea5e9f1a08e3b78976 vice-1.14-r1.ebuild 1427
-MD5 eca7586b8ef1c0d8665368c0328f9250 files/digest-vice-1.14-r1 62
+-----BEGIN PGP SIGNED MESSAGE-----
+Hash: SHA1
+
+MD5 34c6342b1d43e8092b348599ba4fa503 ChangeLog 3520
+MD5 5467080b8555dc1bad201449fbdaf87e files/1.14-console-security.patch 3709
MD5 962c8cfd8a9a308b180e1a26c4973625 files/1.14-po-Makefile.patch 560
-MD5 feb8195c915d5109dfd6b96df7bf4f91 files/digest-vice-1.17 62
+MD5 eca7586b8ef1c0d8665368c0328f9250 files/digest-vice-1.14-r1 62
MD5 fd15ab780139d6d1ff8ed8c0d5d85f90 files/digest-vice-1.16 62
+MD5 feb8195c915d5109dfd6b96df7bf4f91 files/digest-vice-1.17 62
MD5 818e0e7dbc321296c08530856f1c297a files/vice_gcc4_patch.gz 1805
-MD5 5467080b8555dc1bad201449fbdaf87e files/1.14-console-security.patch 3709
+MD5 f17b9b8fa07a38914fe1c03268f51678 metadata.xml 158
+MD5 99c5daa624fb08ea5e9f1a08e3b78976 vice-1.14-r1.ebuild 1427
+MD5 79d16f38addfa775c113ea773fbe43fd vice-1.16.ebuild 1832
+MD5 a490a6fbf0efc8d327ee8de9118ee334 vice-1.17.ebuild 1369
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1.4.2 (GNU/Linux)
+
+iD8DBQFDVBvOr2QksT29OyARAjU3AJ0RgmG7V53H/saBAgHUthqW5wx7ggCfd8jm
+OlpYTUSc0LUf8slGhFJghdU=
+=x6yI
+-----END PGP SIGNATURE-----
diff --git a/app-emulation/vice/vice-1.17.ebuild b/app-emulation/vice/vice-1.17.ebuild
index f7fb055fcaf4..78e7c3f20f2b 100644
--- a/app-emulation/vice/vice-1.17.ebuild
+++ b/app-emulation/vice/vice-1.17.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/vice/vice-1.17.ebuild,v 1.1 2005/10/11 06:35:16 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/vice/vice-1.17.ebuild,v 1.2 2005/10/17 21:43:04 hanno Exp $
inherit eutils games
@@ -11,7 +11,7 @@ SRC_URI="ftp://ftp.zimmers.net/pub/cbm/crossplatform/emulators/VICE/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
-IUSE="X Xaw3d arts esd nls readline sdl"
+IUSE="X Xaw3d arts esd ffmpeg gnome nls readline sdl"
DEPEND="esd? ( media-sound/esound )
media-libs/libpng
@@ -21,7 +21,8 @@ DEPEND="esd? ( media-sound/esound )
readline? ( sys-libs/readline )
sdl? ( media-libs/libsdl )
X? ( virtual/x11 )
- Xaw3d? ( x11-libs/Xaw3d )"
+ Xaw3d? ( x11-libs/Xaw3d )
+ ffmpeg? ( media-video/ffmpeg )"
src_compile() {
egamesconf \