[proaudio] [1812] bristol: version bump to 0.60.7

[ Thread Index | Date Index | More lists.tuxfamily.org/proaudio Archives ]


Revision: 1812
Author:   keenblade
Date:     2010-11-18 08:45:06 +0100 (Thu, 18 Nov 2010)
Log Message:
-----------
bristol: version bump to 0.60.7

Modified Paths:
--------------
    trunk/overlays/proaudio/media-sound/bristol/ChangeLog
    trunk/overlays/proaudio/media-sound/bristol/Manifest

Added Paths:
-----------
    trunk/overlays/proaudio/media-sound/bristol/bristol-0.60.7.ebuild

Removed Paths:
-------------
    trunk/overlays/proaudio/media-sound/bristol/bristol-0.60.3.ebuild

Modified: trunk/overlays/proaudio/media-sound/bristol/ChangeLog
===================================================================
--- trunk/overlays/proaudio/media-sound/bristol/ChangeLog	2010-11-17 20:23:35 UTC (rev 1811)
+++ trunk/overlays/proaudio/media-sound/bristol/ChangeLog	2010-11-18 07:45:06 UTC (rev 1812)
@@ -2,6 +2,12 @@
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*bristol-0.60.7 (18 Nov 2010)
+
+  18 Nov 2010; Hakan Demiralp <keenblade@xxxxxxxxxxxxx>
+  -bristol-0.60.3.ebuild, +bristol-0.60.7.ebuild:
+  bristol: version bump to 0.60.7
+
 *bristol-0.60.3 (16 May 2010)
 
   16 May 2010; Viktor Lazarev <taurus101v@xxxxxxxxx>

Modified: trunk/overlays/proaudio/media-sound/bristol/Manifest
===================================================================
--- trunk/overlays/proaudio/media-sound/bristol/Manifest	2010-11-17 20:23:35 UTC (rev 1811)
+++ trunk/overlays/proaudio/media-sound/bristol/Manifest	2010-11-18 07:45:06 UTC (rev 1812)
@@ -1,4 +1,4 @@
-DIST bristol-0.60.3.tar.gz 4242741 RMD160 065742869637cca953075e87cddb75c85633cddc SHA1 7d070d3fd7eb7ca523bb8be0969c2fcfa80e8570 SHA256 68d2e64186d8e578c80f83b9914db00cb804b2b288ee3c174be75ac3026637f5
-EBUILD bristol-0.60.3.ebuild 1312 RMD160 2373e33fa6a76b1f818cc406d88d1a3aa539007f SHA1 5bf2fff8d82625b2ec596d3593c2c66ee80cff12 SHA256 cd91395d1672ed6080d6a9c776919b9a0bcb019c7572b2661521fbeb95af8f37
-MISC ChangeLog 1178 RMD160 2944a82ef7a7208d191cdb8084d0e4622a5f7031 SHA1 d0ea5872164f7fadf2385ba71d3e608cb3e8d5db SHA256 634a04316bc627b4354f3b6c1393ce78d97c9cf28f0bda5bf4079f88590d8e04
+DIST bristol-0.60.7.tar.gz 4270174 RMD160 64ae83e35b1c2b9b6f43fa8ee87f0417a35d138a SHA1 7a7daa2d4d6f92d285faba9383c6a1e87e3c8fcd SHA256 e64a4988cf1d84765ccf2fb5266c794e2f53c267e15357aa5825d836f39624ee
+EBUILD bristol-0.60.7.ebuild 1313 RMD160 6a920f78395c76d6ef2642946e420ad73fc1172f SHA1 4583bd1217b5da1632932b8db778c8be2d6219ab SHA256 cfb215dcd6eee2d6e927cda5eff86168f633e26548e697bb8e4c229eae89a57d
+MISC ChangeLog 1350 RMD160 9a95fcd1ad485b133332baffc608a78a2c8bcd6f SHA1 d4a081dc74675bc6656dbdd0473a837b610047df SHA256 8d622cdff3f92d4533b1509057350eb2918246838664b62bdb7b4475a79d87e5
 MISC metadata.xml 268 RMD160 facc07bd885f20615a1f2555069329c642e1a566 SHA1 2456bdb8a218c9d477d2d6ee4bf158de070c7be4 SHA256 96629b266b743f566c29158d4498edeeb1cd6b1f0cd9629e42d4f10b4da82f89

Deleted: trunk/overlays/proaudio/media-sound/bristol/bristol-0.60.3.ebuild
===================================================================
--- trunk/overlays/proaudio/media-sound/bristol/bristol-0.60.3.ebuild	2010-11-17 20:23:35 UTC (rev 1811)
+++ trunk/overlays/proaudio/media-sound/bristol/bristol-0.60.3.ebuild	2010-11-18 07:45:06 UTC (rev 1812)
@@ -1,46 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header:$
-
-inherit eutils
-
-DESCRIPTION="Synthesizer keyboard emulation package: Moog, Hammond and others"
-HOMEPAGE="http://sourceforge.net/projects/bristol";
-SRC_URI="mirror://sourceforge/bristol/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="alsa oss X"
-# osc : configure option but no code it seems...
-# jack: fails to build if disabled
-
-RDEPEND=">=media-sound/jack-audio-connection-kit-0.109.2
-	alsa? ( >=media-libs/alsa-lib-1.0.0 )
-	X? ( x11-libs/libX11 )"
-# osc? ( >=media-libs/liblo-0.22 )
-DEPEND="${RDEPEND}
-	X? ( x11-proto/xproto )
-	dev-util/pkgconfig"
-
-src_compile() {
-	# fix mandir
-	sed -e "s/ \$(mandir)/ \$(DESTDIR)\$(mandir)/" -i Makefile.am
-	sed -e "s/ \$(mandir)/ \$(DESTDIR)\$(mandir)/" -i Makefile.in
-	#without this option configuration failed if bristol has been already installed
-	local myconf="${myconf} --disable-version-check"
-	if ! use X; then
-		myconf="${myconf} --disable-x11 --disable-ximage"
-	fi
-	econf \
-		$(use_enable alsa) \
-		$(use_enable oss) \
-		${myconf} || die "econf failed"
-#		$(use_enable osc liblo)
-	emake || die "make failed"
-}
-
-src_install() {
-	emake DESTDIR="${D}" install || die "make install failed"
-	dodoc AUTHORS ChangeLog NEWS README
-}

Copied: trunk/overlays/proaudio/media-sound/bristol/bristol-0.60.7.ebuild (from rev 1811, trunk/overlays/proaudio/media-sound/bristol/bristol-0.60.3.ebuild)
===================================================================
--- trunk/overlays/proaudio/media-sound/bristol/bristol-0.60.7.ebuild	                        (rev 0)
+++ trunk/overlays/proaudio/media-sound/bristol/bristol-0.60.7.ebuild	2010-11-18 07:45:06 UTC (rev 1812)
@@ -0,0 +1,46 @@
+# Copyright 1999-2010 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+inherit eutils
+
+DESCRIPTION="Synthesizer keyboard emulation package: Moog, Hammond and others"
+HOMEPAGE="http://sourceforge.net/projects/bristol";
+SRC_URI="mirror://sourceforge/bristol/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="alsa oss X"
+# osc : configure option but no code it seems...
+# jack: fails to build if disabled
+
+RDEPEND=">=media-sound/jack-audio-connection-kit-0.109.2
+	alsa? ( >=media-libs/alsa-lib-1.0.0 )
+	X? ( x11-libs/libX11 )"
+# osc? ( >=media-libs/liblo-0.22 )
+DEPEND="${RDEPEND}
+	X? ( x11-proto/xproto )
+	dev-util/pkgconfig"
+
+src_compile() {
+	# fix mandir
+	sed -e "s/ \$(mandir)/ \$(DESTDIR)\$(mandir)/" -i Makefile.am
+	sed -e "s/ \$(mandir)/ \$(DESTDIR)\$(mandir)/" -i Makefile.in
+	#without this option configuration failed if bristol has been already installed
+	local myconf="${myconf} --disable-version-check"
+	if ! use X; then
+		myconf="${myconf} --disable-x11 --disable-ximage"
+	fi
+	econf \
+		$(use_enable alsa) \
+		$(use_enable oss) \
+		${myconf} || die "econf failed"
+#		$(use_enable osc liblo)
+	emake || die "make failed"
+}
+
+src_install() {
+	emake DESTDIR="${D}" install || die "make install failed"
+	dodoc AUTHORS ChangeLog NEWS README
+}


Mail converted by MHonArc 2.6.19+ http://listengine.tuxfamily.org/