diff options
author | 2009-03-10 05:12:15 +0000 | |
---|---|---|
committer | 2009-03-10 05:12:15 +0000 | |
commit | 1f66fc3411f7071441bc0de1e890d28314e5b963 (patch) | |
tree | 1d5f416934478efe480a6ca6690a776d84ed336c /app-emulation/fuse | |
parent | Stable on amd64 (bug #261824) (diff) | |
download | gentoo-2-1f66fc3411f7071441bc0de1e890d28314e5b963.tar.gz gentoo-2-1f66fc3411f7071441bc0de1e890d28314e5b963.tar.bz2 gentoo-2-1f66fc3411f7071441bc0de1e890d28314e5b963.zip |
remove libdsk use flag and deps, not needed anymore. bug 259855
(Portage version: 2.1.6.7/cvs/Linux x86_64)
Diffstat (limited to 'app-emulation/fuse')
-rw-r--r-- | app-emulation/fuse/ChangeLog | 8 | ||||
-rw-r--r-- | app-emulation/fuse/fuse-0.10.0.2-r2.ebuild (renamed from app-emulation/fuse/fuse-0.10.0.2-r1.ebuild) | 7 |
2 files changed, 9 insertions, 6 deletions
diff --git a/app-emulation/fuse/ChangeLog b/app-emulation/fuse/ChangeLog index 8a549b51e78c..78f830ce490a 100644 --- a/app-emulation/fuse/ChangeLog +++ b/app-emulation/fuse/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-emulation/fuse # Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/fuse/ChangeLog,v 1.26 2009/01/29 02:52:21 darkside Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/fuse/ChangeLog,v 1.27 2009/03/10 05:12:15 darkside Exp $ + +*fuse-0.10.0.2-r2 (10 Mar 2009) + + 10 Mar 2009; Jeremy Olexa <darkside@gentoo.org> -fuse-0.10.0.2-r1.ebuild, + +fuse-0.10.0.2-r2.ebuild: + remove libdsk use flag and deps, not needed anymore. bug 259855 *fuse-0.10.0.2-r1 (29 Jan 2009) diff --git a/app-emulation/fuse/fuse-0.10.0.2-r1.ebuild b/app-emulation/fuse/fuse-0.10.0.2-r2.ebuild index 2c9916391a8b..9cc3e3ac2678 100644 --- a/app-emulation/fuse/fuse-0.10.0.2-r1.ebuild +++ b/app-emulation/fuse/fuse-0.10.0.2-r2.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/fuse/fuse-0.10.0.2-r1.ebuild,v 1.1 2009/01/29 02:52:21 darkside Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/fuse/fuse-0.10.0.2-r2.ebuild,v 1.1 2009/03/10 05:12:15 darkside Exp $ DESCRIPTION="Free Unix Spectrum Emulator by Philip Kendall" HOMEPAGE="http://fuse-emulator.sourceforge.net" @@ -9,7 +9,7 @@ SRC_URI="mirror://sourceforge/fuse-emulator/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~ppc ~x86" -IUSE="alsa ao fbcon gpm gtk joystick libdsk libsamplerate memlimit png sdl svga X xml" +IUSE="alsa ao fbcon gpm gtk joystick libsamplerate memlimit png sdl svga X xml" # This build is heavily use dependent. Fuse user interface use flags are, in # order of precedence: gtk, sdl, X, svga and fbcon. X version of fuse will @@ -41,8 +41,6 @@ RDEPEND="|| ( joystick? ( media-libs/libjsw ) ) ) >=app-emulation/libspectrum-0.5 - libdsk? ( >=app-emulation/libdsk-1.1.5 - app-emulation/lib765 ) >=dev-libs/glib-2 png? ( media-libs/libpng ) libsamplerate? ( >=media-libs/libsamplerate-0.1.0 ) @@ -69,7 +67,6 @@ src_compile() { econf --without-win32 \ ${guiflag} \ $(use_with gpm gpm) \ - $(use_with libdsk plus3-disk) \ $(use_with alsa alsa) \ $(use_with ao libao) \ $(use_with libsamplerate libsamplerate) \ |