diff options
author | Jeremy Olexa <darkside@gentoo.org> | 2009-01-25 02:43:49 +0000 |
---|---|---|
committer | Jeremy Olexa <darkside@gentoo.org> | 2009-01-25 02:43:49 +0000 |
commit | d8e2e06fc08e8e9888ed158c556c552762db6964 (patch) | |
tree | 69cf8a8342f082625ca7807d736d8f13fa8809e1 /app-emulation/fuse-utils | |
parent | Add missing patch (diff) | |
download | gentoo-2-d8e2e06fc08e8e9888ed158c556c552762db6964.tar.gz gentoo-2-d8e2e06fc08e8e9888ed158c556c552762db6964.tar.bz2 gentoo-2-d8e2e06fc08e8e9888ed158c556c552762db6964.zip |
Version bump by José Manuel Ferrer Ortiz, remove old
(Portage version: 2.2_rc23/cvs/Linux x86_64)
Diffstat (limited to 'app-emulation/fuse-utils')
-rw-r--r-- | app-emulation/fuse-utils/ChangeLog | 12 | ||||
-rw-r--r-- | app-emulation/fuse-utils/files/fuse-utils-0.9.0-without-audiofile.patch | 27 | ||||
-rw-r--r-- | app-emulation/fuse-utils/fuse-utils-0.10.0.1.ebuild (renamed from app-emulation/fuse-utils/fuse-utils-0.9.0-r2.ebuild) | 22 | ||||
-rw-r--r-- | app-emulation/fuse-utils/fuse-utils-0.9.0-r1.ebuild | 23 |
4 files changed, 16 insertions, 68 deletions
diff --git a/app-emulation/fuse-utils/ChangeLog b/app-emulation/fuse-utils/ChangeLog index 9a8855f81e71..89284ad3691d 100644 --- a/app-emulation/fuse-utils/ChangeLog +++ b/app-emulation/fuse-utils/ChangeLog @@ -1,6 +1,14 @@ # ChangeLog for app-emulation/fuse-utils -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/fuse-utils/ChangeLog,v 1.6 2008/10/05 16:44:01 flameeyes Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/fuse-utils/ChangeLog,v 1.7 2009/01/25 02:43:48 darkside Exp $ + +*fuse-utils-0.10.0.1 (25 Jan 2009) + + 25 Jan 2009; Jeremy Olexa <darkside@gentoo.org> + -files/fuse-utils-0.9.0-without-audiofile.patch, + -fuse-utils-0.9.0-r1.ebuild, -fuse-utils-0.9.0-r2.ebuild, + +fuse-utils-0.10.0.1.ebuild: + Version bump by José Manuel Ferrer Ortiz, remove old 05 Oct 2008; Diego Pettenò <flameeyes@gentoo.org> fuse-utils-0.9.0-r2.ebuild: diff --git a/app-emulation/fuse-utils/files/fuse-utils-0.9.0-without-audiofile.patch b/app-emulation/fuse-utils/files/fuse-utils-0.9.0-without-audiofile.patch deleted file mode 100644 index 17b288eba7ba..000000000000 --- a/app-emulation/fuse-utils/files/fuse-utils-0.9.0-without-audiofile.patch +++ /dev/null @@ -1,27 +0,0 @@ ---- fuse-utils-0.9.0/configure.in 2008-01-05 18:03:07.000000000 +0100 -+++ configure.in 2008-06-02 20:07:40.000000000 +0200 -@@ -111,11 +111,19 @@ - fi - fi - --AM_PATH_AUDIOFILE( -- 0.2.3, -- AC_DEFINE([HAVE_LIB_AUDIOFILE], 1, [Defined if we've got audiofile]) -- audiofile=yes --) -+# Look for audiofile (default=yes) -+AC_MSG_CHECKING(whether to use audiofile) -+AC_ARG_WITH(audiofile, -+[ --without-audiofile don't use audiofile], -+if test "$withval" = no; then audiofile=no; else audiofile=yes; fi, -+audiofile=yes) -+AC_MSG_RESULT($audiofile) -+if test "$audiofile" = yes; then -+ AM_PATH_AUDIOFILE( -+ 0.2.3, -+ AC_DEFINE([HAVE_LIB_AUDIOFILE], 1, [Defined if we've got audiofile]) -+ ) -+fi - AM_CONDITIONAL(BUILD_AUDIOTOOLS, test "$audiofile" = yes) - - AC_OUTPUT(Makefile \ diff --git a/app-emulation/fuse-utils/fuse-utils-0.9.0-r2.ebuild b/app-emulation/fuse-utils/fuse-utils-0.10.0.1.ebuild index df1ae5a63637..908f85be96dd 100644 --- a/app-emulation/fuse-utils/fuse-utils-0.9.0-r2.ebuild +++ b/app-emulation/fuse-utils/fuse-utils-0.10.0.1.ebuild @@ -1,8 +1,6 @@ -# Copyright 1999-2008 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/fuse-utils/fuse-utils-0.9.0-r2.ebuild,v 1.3 2008/10/05 16:44:01 flameeyes Exp $ - -inherit eutils autotools +# $Header: /var/cvsroot/gentoo-x86/app-emulation/fuse-utils/fuse-utils-0.10.0.1.ebuild,v 1.1 2009/01/25 02:43:48 darkside Exp $ DESCRIPTION="Utils for the Free Unix Spectrum Emulator by Philip Kendall" HOMEPAGE="http://fuse-emulator.sourceforge.net" @@ -13,26 +11,18 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="audiofile" -RDEPEND=">=app-emulation/libspectrum-0.4.0 +RDEPEND=">=app-emulation/libspectrum-0.5 audiofile? ( >=media-libs/audiofile-0.2.3 )" DEPEND="${RDEPEND} dev-util/pkgconfig" -src_unpack() { - unpack ${A} - cd "${S}" - #submitted upstream, see bug #224321 - epatch "${FILESDIR}/${P}-without-audiofile.patch" - eautoreconf -} - src_compile() { econf $(use_with audiofile ) || die "Configure failed!" emake || die "Make failed!" } src_install() { - emake install DESTDIR="${D}" || die "install failed" - dodoc AUTHORS ChangeLog README - doman man/*.1 + emake install DESTDIR="${D}" || die "install failed" + dodoc AUTHORS ChangeLog README + doman man/*.1 } diff --git a/app-emulation/fuse-utils/fuse-utils-0.9.0-r1.ebuild b/app-emulation/fuse-utils/fuse-utils-0.9.0-r1.ebuild deleted file mode 100644 index 0948e86a2c16..000000000000 --- a/app-emulation/fuse-utils/fuse-utils-0.9.0-r1.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/fuse-utils/fuse-utils-0.9.0-r1.ebuild,v 1.1 2008/06/02 02:56:41 darkside Exp $ - -DESCRIPTION="Utils for the Free Unix Spectrum Emulator by Philip Kendall" -HOMEPAGE="http://fuse-emulator.sourceforge.net" -SRC_URI="mirror://sourceforge/fuse-emulator/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~x86" -IUSE="audiofile" - -DEPEND="${RDEPEND} - dev-util/pkgconfig" -RDEPEND=">=app-emulation/libspectrum-0.4.0 - audiofile? ( >=media-libs/audiofile-0.2.3 )" - -src_install() { - emake install DESTDIR="${D}" || die "install failed" - dodoc AUTHORS ChangeLog README - doman man/*.1 -} |