diff options
-rw-r--r-- | app-emulation/vice/Manifest | 16 | ||||
-rw-r--r-- | app-emulation/vice/vice-1.14-r1.ebuild | 10 | ||||
-rw-r--r-- | app-emulation/vice/vice-1.16.ebuild | 6 |
3 files changed, 20 insertions, 12 deletions
diff --git a/app-emulation/vice/Manifest b/app-emulation/vice/Manifest index 7bf560958614..38922cd1da0f 100644 --- a/app-emulation/vice/Manifest +++ b/app-emulation/vice/Manifest @@ -1,9 +1,19 @@ +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + MD5 9692e416b6b624a221ce77378db3026f ChangeLog 3101 +MD5 1a7534d8ed5034901d921cf9840896b4 vice-1.14-r1.ebuild 1390 MD5 f17b9b8fa07a38914fe1c03268f51678 metadata.xml 158 -MD5 82f3d4f22bfa9ba4e54202f7785a7b4e vice-1.14-r1.ebuild 1429 -MD5 bb088854ff7d616c15ae4d0b47682180 vice-1.16.ebuild 1786 +MD5 1a039d869a0e8b8bd753ee2f054cd73c vice-1.16.ebuild 1789 MD5 5467080b8555dc1bad201449fbdaf87e files/1.14-console-security.patch 3709 -MD5 962c8cfd8a9a308b180e1a26c4973625 files/1.14-po-Makefile.patch 560 MD5 eca7586b8ef1c0d8665368c0328f9250 files/digest-vice-1.14-r1 62 +MD5 962c8cfd8a9a308b180e1a26c4973625 files/1.14-po-Makefile.patch 560 MD5 fd15ab780139d6d1ff8ed8c0d5d85f90 files/digest-vice-1.16 62 MD5 818e0e7dbc321296c08530856f1c297a files/vice_gcc4_patch.gz 1805 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.4.1 (GNU/Linux) + +iD8DBQFCt5qfgIKl8Uu19MoRAqgDAJ9i7y7GPDI08XWG1IHAsNXCq0tkvgCfSw4w +iaQS5L6H6USS7ubeYj5nuEU= +=g48T +-----END PGP SIGNATURE----- diff --git a/app-emulation/vice/vice-1.14-r1.ebuild b/app-emulation/vice/vice-1.14-r1.ebuild index a07a88c8f20b..7b4025080d4d 100644 --- a/app-emulation/vice/vice-1.14-r1.ebuild +++ b/app-emulation/vice/vice-1.14-r1.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.14-r1.ebuild,v 1.6 2005/04/24 11:15:49 hansmi Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/vice/vice-1.14-r1.ebuild,v 1.7 2005/06/21 04:41:51 vapier Exp $ inherit eutils games @@ -10,15 +10,13 @@ SRC_URI="ftp://ftp.funet.fi/pub/cbm/crossplatform/emulators/VICE/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86 ppc" +KEYWORDS="ppc x86" IUSE="sdl nls gnome arts" -RDEPEND="virtual/x11 +DEPEND="virtual/x11 sdl? ( media-libs/libsdl ) - gnome? ( gnome-base/libgnomeui ) + gnome? ( gnome-base/gnome-libs ) arts? ( kde-base/arts )" -DEPEND="${RDEPEND} - >=sys-apps/sed-4" src_unpack() { unpack ${A} diff --git a/app-emulation/vice/vice-1.16.ebuild b/app-emulation/vice/vice-1.16.ebuild index 2afe6180f5a7..630406394ec0 100644 --- a/app-emulation/vice/vice-1.16.ebuild +++ b/app-emulation/vice/vice-1.16.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.16.ebuild,v 1.3 2005/05/04 16:11:40 hanno Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/vice/vice-1.16.ebuild,v 1.4 2005/06/21 04:41:51 vapier Exp $ inherit games @@ -19,7 +19,7 @@ DEPEND="virtual/libc media-libs/libpng sys-libs/zlib arts? ( kde-base/arts ) - gnome? ( gnome-base/libgnomeui ) + gnome? ( gnome-base/gnome-libs ) readline? ( sys-libs/readline ) sdl? ( media-libs/libsdl ) X? ( virtual/x11 ) @@ -27,7 +27,7 @@ DEPEND="virtual/libc src_unpack() { unpack ${A} - epatch ${FILESDIR}/vice_gcc4_patch.gz + epatch "${FILESDIR}"/vice_gcc4_patch.gz } |