summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuis Medinas <metalgod@gentoo.org>2006-11-27 22:25:03 +0000
committerLuis Medinas <metalgod@gentoo.org>2006-11-27 22:25:03 +0000
commite83914e58b78cee3afa098163e32af8f0753a1e4 (patch)
treee4edac5c1a99110b06911adf3e7d3f589bdd2f99 /app-cdr/brasero
parentVersion bump, bug 155972. Thanks to Alexander Skwar for providing the ebuild. (diff)
downloadgentoo-2-e83914e58b78cee3afa098163e32af8f0753a1e4.tar.gz
gentoo-2-e83914e58b78cee3afa098163e32af8f0753a1e4.tar.bz2
gentoo-2-e83914e58b78cee3afa098163e32af8f0753a1e4.zip
Added libburn support and remove libnotify since it won't be used by this stable series. Drop ~ppc keyword because libburn needs to be keyworded.
(Portage version: 2.1.2_rc2-r2)
Diffstat (limited to 'app-cdr/brasero')
-rw-r--r--app-cdr/brasero/ChangeLog6
-rw-r--r--app-cdr/brasero/brasero-0.5.1.ebuild8
2 files changed, 9 insertions, 5 deletions
diff --git a/app-cdr/brasero/ChangeLog b/app-cdr/brasero/ChangeLog
index e2e336c1794c..17504f0e3afc 100644
--- a/app-cdr/brasero/ChangeLog
+++ b/app-cdr/brasero/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-cdr/brasero
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-cdr/brasero/ChangeLog,v 1.8 2006/11/18 14:35:00 metalgod Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-cdr/brasero/ChangeLog,v 1.9 2006/11/27 22:25:03 metalgod Exp $
+
+ 27 Nov 2006; Luis Medinas <metalgod@gentoo.org> brasero-0.5.1.ebuild:
+ Added libburn support and remove libnotify since it won't be used by this
+ stable series. Drop ~ppc keyword because libburn needs to be keyworded.
18 Nov 2006; Luis Medinas <metalgod@gentoo.org> brasero-0.5.1.ebuild:
Use gnome-mount instead of pmount fixes bug #155569.
diff --git a/app-cdr/brasero/brasero-0.5.1.ebuild b/app-cdr/brasero/brasero-0.5.1.ebuild
index 3c9d28911c23..d4cbdde94740 100644
--- a/app-cdr/brasero/brasero-0.5.1.ebuild
+++ b/app-cdr/brasero/brasero-0.5.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-cdr/brasero/brasero-0.5.1.ebuild,v 1.4 2006/11/27 04:44:07 metalgod Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-cdr/brasero/brasero-0.5.1.ebuild,v 1.5 2006/11/27 22:25:03 metalgod Exp $
inherit gnome2
@@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/bonfire/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="~amd64 ~x86"
IUSE="beagle gdl libnotify totem nls"
RDEPEND=">=x11-libs/gtk+-2.10
@@ -29,7 +29,7 @@ RDEPEND=">=x11-libs/gtk+-2.10
gdl? ( >=dev-libs/gdl-0.6 )
totem? ( >=media-video/totem-1.4.2 )
beagle? ( >=app-misc/beagle-0.2.5 )
- libnotify? ( >=x11-libs/libnotify-0.3 )"
+ libburn? ( >=dev-libs/libburn-0.2.1 )"
DEPEND="${RDEPEND}
dev-util/pkgconfig
@@ -39,7 +39,7 @@ DEPEND="${RDEPEND}
G2CONF="${G2CONF} \
$(use_enable totem playlist) \
$(use_enable beagle search) \
- $(use_enable libnotify) \
+ $(use_enable libburn) \
--disable-caches"
DOCS="AUTHORS ChangeLog NEWS README TODO.tasks"