public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in x11-misc/bbcd: ChangeLog bbcd-0.3.1-r1.ebuild
@ 2011-04-16 17:23 Ulrich Mueller (ulm)
  0 siblings, 0 replies; 2+ messages in thread
From: Ulrich Mueller (ulm) @ 2011-04-16 17:23 UTC (permalink / raw
  To: gentoo-commits

ulm         11/04/16 17:23:21

  Modified:             ChangeLog bbcd-0.3.1-r1.ebuild
  Log:
  Remove bogus dependency on virtual/blackbox, bug 358825.
  
  (Portage version: 2.1.9.46/cvs/Linux x86_64)

Revision  Changes    Path
1.15                 x11-misc/bbcd/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/bbcd/ChangeLog?rev=1.15&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/bbcd/ChangeLog?rev=1.15&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/bbcd/ChangeLog?r1=1.14&r2=1.15

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/bbcd/ChangeLog,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- ChangeLog	22 Sep 2008 12:36:25 -0000	1.14
+++ ChangeLog	16 Apr 2011 17:23:21 -0000	1.15
@@ -1,6 +1,9 @@
 # ChangeLog for x11-misc/bbcd
-# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/bbcd/ChangeLog,v 1.14 2008/09/22 12:36:25 omp Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/bbcd/ChangeLog,v 1.15 2011/04/16 17:23:21 ulm Exp $
+
+  16 Apr 2011; Ulrich Mueller <ulm@gentoo.org> bbcd-0.3.1-r1.ebuild:
+  Remove bogus dependency on virtual/blackbox, bug 358825.
 
   22 Sep 2008; David Shakaryan <omp@gentoo.org> metadata.xml:
   Change herd from commonbox to desktop-wm.



1.10                 x11-misc/bbcd/bbcd-0.3.1-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/bbcd/bbcd-0.3.1-r1.ebuild?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/bbcd/bbcd-0.3.1-r1.ebuild?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/bbcd/bbcd-0.3.1-r1.ebuild?r1=1.9&r2=1.10

Index: bbcd-0.3.1-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/bbcd/bbcd-0.3.1-r1.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- bbcd-0.3.1-r1.ebuild	17 Sep 2008 16:26:16 -0000	1.9
+++ bbcd-0.3.1-r1.ebuild	16 Apr 2011 17:23:21 -0000	1.10
@@ -1,6 +1,6 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/bbcd/bbcd-0.3.1-r1.ebuild,v 1.9 2008/09/17 16:26:16 coldwind Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/bbcd/bbcd-0.3.1-r1.ebuild,v 1.10 2011/04/16 17:23:21 ulm Exp $
 
 inherit eutils
 
@@ -12,8 +12,7 @@
 KEYWORDS="~amd64 ppc x86 ~x86-fbsd"
 IUSE=""
 
-DEPEND="virtual/blackbox
-		media-libs/libcdaudio"
+DEPEND="media-libs/libcdaudio"
 
 src_unpack() {
 	unpack ${A}






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

* [gentoo-commits] gentoo-x86 commit in x11-misc/bbcd: ChangeLog bbcd-0.3.1-r1.ebuild
@ 2012-01-29  3:02 Michael Weber (xmw)
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Weber (xmw) @ 2012-01-29  3:02 UTC (permalink / raw
  To: gentoo-commits

xmw         12/01/29 03:02:06

  Modified:             ChangeLog bbcd-0.3.1-r1.ebuild
  Log:
  Add x11-libs/libX11 dependency (thanks bay, bug 387657), EAPI-4
  
  (Portage version: 2.1.10.44/cvs/Linux x86_64)

Revision  Changes    Path
1.16                 x11-misc/bbcd/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/bbcd/ChangeLog?rev=1.16&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/bbcd/ChangeLog?rev=1.16&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/bbcd/ChangeLog?r1=1.15&r2=1.16

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/bbcd/ChangeLog,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ChangeLog	16 Apr 2011 17:23:21 -0000	1.15
+++ ChangeLog	29 Jan 2012 03:02:06 -0000	1.16
@@ -1,6 +1,9 @@
 # ChangeLog for x11-misc/bbcd
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/bbcd/ChangeLog,v 1.15 2011/04/16 17:23:21 ulm Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/bbcd/ChangeLog,v 1.16 2012/01/29 03:02:06 xmw Exp $
+
+  29 Jan 2012; Michael Weber <xmw@gentoo.org> bbcd-0.3.1-r1.ebuild:
+  Add x11-libs/libX11 dependency (thanks bay, bug 387657), EAPI-4
 
   16 Apr 2011; Ulrich Mueller <ulm@gentoo.org> bbcd-0.3.1-r1.ebuild:
   Remove bogus dependency on virtual/blackbox, bug 358825.



1.11                 x11-misc/bbcd/bbcd-0.3.1-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/bbcd/bbcd-0.3.1-r1.ebuild?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/bbcd/bbcd-0.3.1-r1.ebuild?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/bbcd/bbcd-0.3.1-r1.ebuild?r1=1.10&r2=1.11

Index: bbcd-0.3.1-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/bbcd/bbcd-0.3.1-r1.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- bbcd-0.3.1-r1.ebuild	16 Apr 2011 17:23:21 -0000	1.10
+++ bbcd-0.3.1-r1.ebuild	29 Jan 2012 03:02:06 -0000	1.11
@@ -1,6 +1,8 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/bbcd/bbcd-0.3.1-r1.ebuild,v 1.10 2011/04/16 17:23:21 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/bbcd/bbcd-0.3.1-r1.ebuild,v 1.11 2012/01/29 03:02:06 xmw Exp $
+
+EAPI="4"
 
 inherit eutils
 
@@ -12,19 +14,17 @@
 KEYWORDS="~amd64 ppc x86 ~x86-fbsd"
 IUSE=""
 
-DEPEND="media-libs/libcdaudio"
+RDEPEND="media-libs/libcdaudio
+	x11-libs/libX11"
 
-src_unpack() {
-	unpack ${A}
+src_prepare() {
 	epatch "${FILESDIR}"/${P}_${PV}a.diff
 	epatch "${FILESDIR}"/${P}-gcc3.3.patch
 	epatch "${FILESDIR}"/${P}-gcc4.3.patch
 }
 
 src_install () {
-	make \
-		DESTDIR="${D}" \
-		install || die
-	rm -rf "${D}"/usr/doc
+	emake DESTDIR="${D}" install
+	rm -rf "${D}"/usr/doc || die
 	dodoc AUTHORS BUGS ChangeLog NEWS README
 }






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

end of thread, other threads:[~2012-01-29  3:02 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-04-16 17:23 [gentoo-commits] gentoo-x86 commit in x11-misc/bbcd: ChangeLog bbcd-0.3.1-r1.ebuild Ulrich Mueller (ulm)
  -- strict thread matches above, loose matches on Subject: below --
2012-01-29  3:02 Michael Weber (xmw)

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