public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-libs/ladcca: ladcca-0.4.0-r1.ebuild ChangeLog
@ 2008-01-14 19:39 Alexis Ballier (aballier)
  0 siblings, 0 replies; 2+ messages in thread
From: Alexis Ballier (aballier) @ 2008-01-14 19:39 UTC (permalink / raw
  To: gentoo-commits

aballier    08/01/14 19:39:12

  Modified:             ladcca-0.4.0-r1.ebuild ChangeLog
  Log:
  variable quoting, basic QA
  (Portage version: 2.1.4)

Revision  Changes    Path
1.3                  media-libs/ladcca/ladcca-0.4.0-r1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/ladcca/ladcca-0.4.0-r1.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/ladcca/ladcca-0.4.0-r1.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/ladcca/ladcca-0.4.0-r1.ebuild?r1=1.2&r2=1.3

Index: ladcca-0.4.0-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/ladcca/ladcca-0.4.0-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ladcca-0.4.0-r1.ebuild	3 Feb 2007 23:17:19 -0000	1.2
+++ ladcca-0.4.0-r1.ebuild	14 Jan 2008 19:39:12 -0000	1.3
@@ -1,6 +1,6 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/ladcca/ladcca-0.4.0-r1.ebuild,v 1.2 2007/02/03 23:17:19 beandog Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/ladcca/ladcca-0.4.0-r1.ebuild,v 1.3 2008/01/14 19:39:12 aballier Exp $
 
 inherit eutils
 
@@ -19,8 +19,9 @@
 	>=x11-libs/gtk+-2.0"
 
 src_unpack() {
-	unpack ${P}.tar.gz || die
-	epatch ${FILESDIR}/${P}-*.patch
+	unpack ${A}
+	cd "${S}"
+	epatch "${FILESDIR}/${P}-deprecated_jackAPI.patch"
 }
 
 src_compile() {
@@ -29,14 +30,14 @@
 }
 
 src_install() {
-	make DESTDIR=${D} install || die
+	emake DESTDIR="${D}" install || die
 
 	# Add to /etc/services
 	if ! grep -q ^ladcca /etc/services; then
 		dodir /etc
 		insinto /etc
 		doins /etc/services
-		echo -e "\nladcca\t\t14541/tcp\t\t\t# LADCCA client/server protocol" >> ${D}/etc/services
+		echo -e "\nladcca\t\t14541/tcp\t\t\t# LADCCA client/server protocol" >>	"${D}/etc/services"
 	fi
 
 	dodoc AUTHORS ChangeLog NEWS README TODO



1.26                 media-libs/ladcca/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/ladcca/ChangeLog?rev=1.26&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/ladcca/ChangeLog?rev=1.26&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/ladcca/ChangeLog?r1=1.25&r2=1.26

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/ladcca/ChangeLog,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- ChangeLog	14 Jan 2008 19:35:31 -0000	1.25
+++ ChangeLog	14 Jan 2008 19:39:12 -0000	1.26
@@ -1,6 +1,9 @@
 # ChangeLog for media-libs/ladcca
 # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/ladcca/ChangeLog,v 1.25 2008/01/14 19:35:31 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/ladcca/ChangeLog,v 1.26 2008/01/14 19:39:12 aballier Exp $
+
+  14 Jan 2008; Alexis Ballier <aballier@gentoo.org> ladcca-0.4.0-r1.ebuild:
+  variable quoting, basic QA
 
   14 Jan 2008; Alexis Ballier <aballier@gentoo.org> -ladcca-0.3.2.ebuild,
   -ladcca-0.4.0.ebuild:



-- 
gentoo-commits@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in media-libs/ladcca: ladcca-0.4.0-r1.ebuild ChangeLog
@ 2008-01-14 19:41 Alexis Ballier (aballier)
  0 siblings, 0 replies; 2+ messages in thread
From: Alexis Ballier (aballier) @ 2008-01-14 19:41 UTC (permalink / raw
  To: gentoo-commits

aballier    08/01/14 19:41:36

  Modified:             ladcca-0.4.0-r1.ebuild ChangeLog
  Log:
  add missing pkgconfig dep, bug #205822
  (Portage version: 2.1.4)

Revision  Changes    Path
1.4                  media-libs/ladcca/ladcca-0.4.0-r1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/ladcca/ladcca-0.4.0-r1.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/ladcca/ladcca-0.4.0-r1.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/ladcca/ladcca-0.4.0-r1.ebuild?r1=1.3&r2=1.4

Index: ladcca-0.4.0-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/ladcca/ladcca-0.4.0-r1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ladcca-0.4.0-r1.ebuild	14 Jan 2008 19:39:12 -0000	1.3
+++ ladcca-0.4.0-r1.ebuild	14 Jan 2008 19:41:35 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/ladcca/ladcca-0.4.0-r1.ebuild,v 1.3 2008/01/14 19:39:12 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/ladcca/ladcca-0.4.0-r1.ebuild,v 1.4 2008/01/14 19:41:35 aballier Exp $
 
 inherit eutils
 
@@ -14,9 +14,11 @@
 SLOT="0"
 KEYWORDS="amd64 ppc sparc x86"
 
-DEPEND="media-libs/alsa-lib
+RDEPEND="media-libs/alsa-lib
 	media-sound/jack-audio-connection-kit
 	>=x11-libs/gtk+-2.0"
+DEPEND="${RDEPEND}
+	dev-util/pkgconfig"
 
 src_unpack() {
 	unpack ${A}



1.27                 media-libs/ladcca/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/ladcca/ChangeLog?rev=1.27&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/ladcca/ChangeLog?rev=1.27&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/ladcca/ChangeLog?r1=1.26&r2=1.27

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/ladcca/ChangeLog,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- ChangeLog	14 Jan 2008 19:39:12 -0000	1.26
+++ ChangeLog	14 Jan 2008 19:41:35 -0000	1.27
@@ -1,6 +1,9 @@
 # ChangeLog for media-libs/ladcca
 # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/ladcca/ChangeLog,v 1.26 2008/01/14 19:39:12 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/ladcca/ChangeLog,v 1.27 2008/01/14 19:41:35 aballier Exp $
+
+  14 Jan 2008; Alexis Ballier <aballier@gentoo.org> ladcca-0.4.0-r1.ebuild:
+  add missing pkgconfig dep, bug #205822
 
   14 Jan 2008; Alexis Ballier <aballier@gentoo.org> ladcca-0.4.0-r1.ebuild:
   variable quoting, basic QA



-- 
gentoo-commits@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2008-01-14 19:41 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-01-14 19:41 [gentoo-commits] gentoo-x86 commit in media-libs/ladcca: ladcca-0.4.0-r1.ebuild ChangeLog Alexis Ballier (aballier)
  -- strict thread matches above, loose matches on Subject: below --
2008-01-14 19:39 Alexis Ballier (aballier)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox