public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-libs/libburn: ChangeLog libburn-0.3.6.ebuild libburn-0.4.2.ebuild libburn-0.4.0.ebuild libburn-0.4.0-r1.ebuild
@ 2008-04-13 18:45 Samuli Suominen (drac)
  0 siblings, 0 replies; only message in thread
From: Samuli Suominen (drac) @ 2008-04-13 18:45 UTC (permalink / raw
  To: gentoo-commits

drac        08/04/13 18:45:00

  Modified:             ChangeLog libburn-0.3.6.ebuild libburn-0.4.2.ebuild
  Removed:              libburn-0.4.0.ebuild libburn-0.4.0-r1.ebuild
  Log:
  Move pkgconfig from RDEPEND to DEPEND only, and remove unused versions.
  (Portage version: 2.1.5_rc2)

Revision  Changes    Path
1.18                 dev-libs/libburn/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libburn/ChangeLog?rev=1.18&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libburn/ChangeLog?rev=1.18&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libburn/ChangeLog?r1=1.17&r2=1.18

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libburn/ChangeLog,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- ChangeLog	25 Feb 2008 01:36:50 -0000	1.17
+++ ChangeLog	13 Apr 2008 18:44:59 -0000	1.18
@@ -1,6 +1,10 @@
 # ChangeLog for dev-libs/libburn
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libburn/ChangeLog,v 1.17 2008/02/25 01:36:50 beandog Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libburn/ChangeLog,v 1.18 2008/04/13 18:44:59 drac Exp $
+
+  13 Apr 2008; Samuli Suominen <drac@gentoo.org> libburn-0.3.6.ebuild,
+  -libburn-0.4.0.ebuild, -libburn-0.4.0-r1.ebuild, libburn-0.4.2.ebuild:
+  Move pkgconfig from RDEPEND to DEPEND only, and remove unused versions.
 
 *libburn-0.4.2 (25 Feb 2008)
 



1.5                  dev-libs/libburn/libburn-0.3.6.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libburn/libburn-0.3.6.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libburn/libburn-0.3.6.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libburn/libburn-0.3.6.ebuild?r1=1.4&r2=1.5

Index: libburn-0.3.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libburn/libburn-0.3.6.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- libburn-0.3.6.ebuild	30 Jul 2007 16:36:51 -0000	1.4
+++ libburn-0.3.6.ebuild	13 Apr 2008 18:44:59 -0000	1.5
@@ -1,9 +1,9 @@
-# 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/dev-libs/libburn/libburn-0.3.6.ebuild,v 1.4 2007/07/30 16:36:51 dertobi123 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libburn/libburn-0.3.6.ebuild,v 1.5 2008/04/13 18:44:59 drac Exp $
 
 DESCRIPTION="Libburn is an open-source library for reading, mastering and writing optical discs."
-HOMEPAGE="http://libburnia.pykix.org/"
+HOMEPAGE="http://libburnia.pykix.org"
 SRC_URI="http://libburnia-download.pykix.org/releases/${P}.tar.gz"
 
 LICENSE="GPL-2"
@@ -11,12 +11,11 @@
 KEYWORDS="amd64 ppc x86"
 IUSE=""
 
-DEPEND="virtual/libc"
-
-RDEPEND="${DEPEND}
-	>=dev-util/pkgconfig-0.12"
+RDEPEND=""
+DEPEND="${RDEPEND}
+	dev-util/pkgconfig"
 
 src_install() {
-	emake DESTDIR="${D}" install || die "make install failed"
-	dodoc AUTHORS CONTRIBUTORS README ChangeLog NEWS doc/comments
+	emake DESTDIR="${D}" install || die "emake install failed."
+	dodoc AUTHORS CONTRIBUTORS ChangeLog NEWS README doc/comments
 }



1.2                  dev-libs/libburn/libburn-0.4.2.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libburn/libburn-0.4.2.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libburn/libburn-0.4.2.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libburn/libburn-0.4.2.ebuild?r1=1.1&r2=1.2

Index: libburn-0.4.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libburn/libburn-0.4.2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- libburn-0.4.2.ebuild	25 Feb 2008 01:36:50 -0000	1.1
+++ libburn-0.4.2.ebuild	13 Apr 2008 18:44:59 -0000	1.2
@@ -1,9 +1,9 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libburn/libburn-0.4.2.ebuild,v 1.1 2008/02/25 01:36:50 beandog Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libburn/libburn-0.4.2.ebuild,v 1.2 2008/04/13 18:44:59 drac Exp $
 
 DESCRIPTION="Libburn is an open-source library for reading, mastering and writing optical discs."
-HOMEPAGE="http://libburnia-project.org/"
+HOMEPAGE="http://libburnia-project.org"
 SRC_URI="http://files.libburnia-project.org/releases/${P}.tar.gz"
 
 LICENSE="GPL-2"
@@ -11,9 +11,11 @@
 KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
 IUSE=""
 
-RDEPEND=">=dev-util/pkgconfig-0.12"
+RDEPEND=""
+DEPEND="${RDEPEND}
+	dev-util/pkgconfig"
 
 src_install() {
-	emake DESTDIR="${D}" install || die "make install failed"
-	dodoc AUTHORS CONTRIBUTORS README ChangeLog NEWS doc/comments
+	emake DESTDIR="${D}" install || die "emake install failed."
+	dodoc AUTHORS ChangeLog CONTRIBUTORS NEWS README doc/comments
 }



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



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-04-13 18:45 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-04-13 18:45 [gentoo-commits] gentoo-x86 commit in dev-libs/libburn: ChangeLog libburn-0.3.6.ebuild libburn-0.4.2.ebuild libburn-0.4.0.ebuild libburn-0.4.0-r1.ebuild Samuli Suominen (drac)

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