summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2009-11-02 09:54:41 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2009-11-02 09:54:41 +0000
commitfde8eda633a715a45e1ce04da90ef97bd5509837 (patch)
treeac18d232194b70dbf4d8ded37e516c5fb7ae8404 /app-emulation
parentDrop ~x86-fbsd on 1.9_rc3, as KDE-4 isn't keyworded yet on that arch (diff)
downloadgentoo-2-fde8eda633a715a45e1ce04da90ef97bd5509837.tar.gz
gentoo-2-fde8eda633a715a45e1ce04da90ef97bd5509837.tar.bz2
gentoo-2-fde8eda633a715a45e1ce04da90ef97bd5509837.zip
Remove obsolete aRts support.
(Portage version: 2.2_rc47/cvs/Linux x86_64)
Diffstat (limited to 'app-emulation')
-rw-r--r--app-emulation/vice/ChangeLog6
-rw-r--r--app-emulation/vice/vice-1.22.ebuild9
-rw-r--r--app-emulation/vice/vice-2.1.ebuild7
3 files changed, 12 insertions, 10 deletions
diff --git a/app-emulation/vice/ChangeLog b/app-emulation/vice/ChangeLog
index 641ae514ea93..afc84431eb5c 100644
--- a/app-emulation/vice/ChangeLog
+++ b/app-emulation/vice/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-emulation/vice
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/vice/ChangeLog,v 1.63 2009/08/24 22:05:39 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/vice/ChangeLog,v 1.64 2009/11/02 09:54:41 ssuominen Exp $
+
+ 02 Nov 2009; Samuli Suominen <ssuominen@gentoo.org> vice-1.22.ebuild,
+ vice-2.1.ebuild:
+ Remove obsolete aRts support.
24 Aug 2009; Michael Sterrett <mr_bones_@gentoo.org> vice-2.1.ebuild:
don't try to actually run fc-cache (bug #280976)
diff --git a/app-emulation/vice/vice-1.22.ebuild b/app-emulation/vice/vice-1.22.ebuild
index 1a5e087c344f..45df72ea8ef2 100644
--- a/app-emulation/vice/vice-1.22.ebuild
+++ b/app-emulation/vice/vice-1.22.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/vice/vice-1.22.ebuild,v 1.6 2007/11/07 19:31:18 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/vice/vice-1.22.ebuild,v 1.7 2009/11/02 09:54:41 ssuominen Exp $
inherit eutils games
@@ -11,7 +11,7 @@ SRC_URI="http://www.zimmers.net/anonftp/pub/cbm/crossplatform/emulators/VICE/${P
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ppc sparc x86"
-IUSE="Xaw3d alsa arts esd gnome nls png readline resid sdl"
+IUSE="Xaw3d alsa esd gnome nls png readline resid sdl"
RDEPEND="media-libs/giflib
media-libs/jpeg
@@ -29,7 +29,6 @@ RDEPEND="media-libs/giflib
Xaw3d? ( x11-libs/Xaw3d )
!Xaw3d? ( x11-libs/libXaw )
alsa? ( media-libs/alsa-lib )
- arts? ( kde-base/arts )
esd? ( media-sound/esound )
gnome? ( gnome-base/libgnomeui )
nls? ( virtual/libintl )
@@ -74,7 +73,7 @@ src_compile() {
$(use_enable nls) \
$(use_with Xaw3d xaw3d) \
$(use_with alsa) \
- $(use_with arts) \
+ --without-arts \
$(use_with esd) \
$(use_with png) \
$(use_with readline) \
diff --git a/app-emulation/vice/vice-2.1.ebuild b/app-emulation/vice/vice-2.1.ebuild
index 68b9d44d23f7..7f0c79edecdf 100644
--- a/app-emulation/vice/vice-2.1.ebuild
+++ b/app-emulation/vice/vice-2.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/vice/vice-2.1.ebuild,v 1.3 2009/08/24 22:05:39 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/vice/vice-2.1.ebuild,v 1.4 2009/11/02 09:54:41 ssuominen Exp $
EAPI=2
inherit eutils games
@@ -12,7 +12,7 @@ SRC_URI="http://www.zimmers.net/anonftp/pub/cbm/crossplatform/emulators/VICE/${P
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~sparc ~x86"
-IUSE="Xaw3d alsa arts esd gnome nls png readline resid sdl ipv6 mmap oss zlib X gif jpeg xv dga xrandr"
+IUSE="Xaw3d alsa esd gnome nls png readline resid sdl ipv6 mmap oss zlib X gif jpeg xv dga xrandr"
RDEPEND="
x11-libs/libX11
@@ -26,7 +26,6 @@ RDEPEND="
Xaw3d? ( x11-libs/Xaw3d )
!Xaw3d? ( !gnome? ( x11-libs/libXaw ) )
alsa? ( media-libs/alsa-lib )
- arts? ( kde-base/arts )
esd? ( media-sound/esound )
gnome? (
x11-libs/gtk+:2
@@ -70,7 +69,7 @@ src_configure() {
$(use_enable nls) \
$(use_with Xaw3d xaw3d) \
$(use_with alsa) \
- $(use_with arts) \
+ --without-arts \
$(use_with esd) \
$(use_with png) \
$(use_with readline) \