diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-03-21 06:31:05 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-03-21 06:31:05 +0000 |
commit | 3790b931070ccc302ca80f599a32c260b8744202 (patch) | |
tree | f52f382f3d84a8a1d1821358fe6d363a7b4b0b17 /app-emulation | |
parent | extra character (diff) | |
download | historical-3790b931070ccc302ca80f599a32c260b8744202.tar.gz historical-3790b931070ccc302ca80f599a32c260b8744202.tar.bz2 historical-3790b931070ccc302ca80f599a32c260b8744202.zip |
stop using deprecated ?: use syntax
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/fuse/ChangeLog | 8 | ||||
-rw-r--r-- | app-emulation/fuse/Manifest | 6 | ||||
-rw-r--r-- | app-emulation/fuse/fuse-0.6.1.1.ebuild | 5 | ||||
-rw-r--r-- | app-emulation/fuse/fuse-0.6.2.1.ebuild | 5 |
4 files changed, 16 insertions, 8 deletions
diff --git a/app-emulation/fuse/ChangeLog b/app-emulation/fuse/ChangeLog index f416d20b2824..d5e6bf3df3a3 100644 --- a/app-emulation/fuse/ChangeLog +++ b/app-emulation/fuse/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-emulation/fuse -# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/fuse/ChangeLog,v 1.5 2004/02/28 07:49:32 vapier Exp $ +# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/fuse/ChangeLog,v 1.6 2004/03/21 06:31:05 mr_bones_ Exp $ + + 20 Mar 2004; Michael Sterrett <mr_bones_@gentoo.org> fuse-0.6.1.1.ebuild, + fuse-0.6.2.1.ebuild: + stop using deprecated ?: use syntax *fuse-0.6.2.1 (28 Feb 2004) diff --git a/app-emulation/fuse/Manifest b/app-emulation/fuse/Manifest index 453c99033373..98bb96970e0c 100644 --- a/app-emulation/fuse/Manifest +++ b/app-emulation/fuse/Manifest @@ -1,3 +1,5 @@ -MD5 b01e77bbe6b2e6b1c6c90d08b3f6b320 ChangeLog 703 -MD5 ff05ec1c35ecff7007ccee7197d814d6 fuse-0.6.1.1.ebuild 1663 +MD5 41a37d0b6e9d7bf269ce6961f5cebae4 ChangeLog 978 +MD5 cfe188edcbc444d81ad0f5068312f979 fuse-0.6.1.1.ebuild 1676 +MD5 349f863b7dbe2546f01733027c3ab759 fuse-0.6.2.1.ebuild 1664 +MD5 5f2dadd0c93925bbe9f614df56f9bf1e files/digest-fuse-0.6.2.1 64 MD5 a006698565f857d2c37f037f2c2c5e4a files/digest-fuse-0.6.1.1 64 diff --git a/app-emulation/fuse/fuse-0.6.1.1.ebuild b/app-emulation/fuse/fuse-0.6.1.1.ebuild index d575aa1a4f22..9dc1d522d0f6 100644 --- a/app-emulation/fuse/fuse-0.6.1.1.ebuild +++ b/app-emulation/fuse/fuse-0.6.1.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/fuse/fuse-0.6.1.1.ebuild,v 1.8 2004/02/20 06:08:34 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/fuse/fuse-0.6.1.1.ebuild,v 1.9 2004/03/21 06:31:05 mr_bones_ Exp $ DESCRIPTION="Free Unix Spectrum Emulator by Philip Kendall" HOMEPAGE="http://www.srcf.ucam.org/~pak21/spectrum/fuse.html" @@ -23,7 +23,8 @@ DEPEND="dev-lang/perl X? ( virtual/x11 gtk? ( - gtk2? ( =x11-libs/gtk+-2* ) : =x11-libs/gtk+-1* + gtk2? ( =x11-libs/gtk+-2* ) + !gtk2? ( =x11-libs/gtk+-1* ) ) ) sdl? ( media-libs/libsdl ) diff --git a/app-emulation/fuse/fuse-0.6.2.1.ebuild b/app-emulation/fuse/fuse-0.6.2.1.ebuild index bb4dc5e3a23d..7721408f090a 100644 --- a/app-emulation/fuse/fuse-0.6.2.1.ebuild +++ b/app-emulation/fuse/fuse-0.6.2.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/fuse/fuse-0.6.2.1.ebuild,v 1.1 2004/02/28 07:49:32 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/fuse/fuse-0.6.2.1.ebuild,v 1.2 2004/03/21 06:31:05 mr_bones_ Exp $ DESCRIPTION="Free Unix Spectrum Emulator by Philip Kendall" HOMEPAGE="http://fuse-emulator.sourceforge.net/" @@ -23,7 +23,8 @@ DEPEND="dev-lang/perl X? ( virtual/x11 gtk? ( - gtk2? ( =x11-libs/gtk+-2* ) : =x11-libs/gtk+-1* + gtk2? ( =x11-libs/gtk+-2* ) + !gtk2? ( =x11-libs/gtk+-1* ) ) ) sdl? ( media-libs/libsdl ) |