eva 08/08/04 21:11:20
Modified: gwget-0.99.ebuild ChangeLog
Removed: gwget-0.6.ebuild
Log:
fix automagic dependencies, remove old revisions.
(Portage version: 2.2_rc3/cvs/Linux 2.6.26-gentoo-mactel x86_64)
Revision Changes Path
1.4 net-misc/gwget/gwget-0.99.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/gwget/gwget-0.99.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/gwget/gwget-0.99.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/gwget/gwget-0.99.ebuild?r1=1.3&r2=1.4
Index: gwget-0.99.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/gwget/gwget-0.99.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- gwget-0.99.ebuild 25 Jan 2008 20:16:10 -0000 1.3
+++ gwget-0.99.ebuild 4 Aug 2008 21:11:20 -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/net-misc/gwget/gwget-0.99.ebuild,v 1.3 2008/01/25 20:16:10 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/gwget/gwget-0.99.ebuild,v 1.4 2008/08/04 21:11:20 eva Exp $
inherit gnome2
@@ -10,8 +10,10 @@
KEYWORDS="~amd64 ~ppc x86"
LICENSE="GPL-2"
SLOT="0"
-IUSE="epiphany"
+IUSE="epiphany libnotify"
+# FIXME: dbus should be optional
+# needs patching for linguas/intltool
RDEPEND="net-misc/wget
>=x11-libs/gtk+-2.6
>=dev-libs/glib-2.4.0
@@ -19,7 +21,9 @@
>=gnome-base/libglade-2
>=gnome-base/libbonobo-2
>=gnome-base/libgnomeui-2
- epiphany? ( >=www-client/epiphany-1.4 )"
+ >=dev-libs/dbus-glib-0.70
+ epiphany? ( >=www-client/epiphany-1.4 )
+ libnotify? ( >=x11-libs/libnotify-0.2.2 )"
DEPEND="${RDEPEND}
dev-util/pkgconfig
>=dev-util/intltool-0.29
@@ -29,12 +33,15 @@
USE_DESTDIR="1"
pkg_setup() {
- G2CONF="${G2CONF} $(use_enable epiphany epiphany-extension)"
+ G2CONF="${G2CONF}
+ $(use_enable epiphany epiphany-extension)
+ $(use_enable libnotify)
+ --disable-schemas-install"
}
src_install() {
gnome2_src_install
# remove /var/lib, which is created without any reason
- rm -rf ${D}/var
+ rm -rf "${D}/var"
}
1.15 net-misc/gwget/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/gwget/ChangeLog?rev=1.15&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/gwget/ChangeLog?rev=1.15&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/gwget/ChangeLog?r1=1.14&r2=1.15
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/gwget/ChangeLog,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- ChangeLog 25 Jan 2008 20:16:10 -0000 1.14
+++ ChangeLog 4 Aug 2008 21:11:20 -0000 1.15
@@ -1,6 +1,10 @@
# ChangeLog for net-misc/gwget
# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/gwget/ChangeLog,v 1.14 2008/01/25 20:16:10 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/gwget/ChangeLog,v 1.15 2008/08/04 21:11:20 eva Exp $
+
+ 04 Aug 2008; Gilles Dartiguelongue <eva@g.o> -gwget-0.6.ebuild,
+ gwget-0.99.ebuild:
+ fix automagic dependencies, remove old revisions.
25 Jan 2008; Raúl Porcel <armin76@g.o> gwget-0.99.ebuild:
x86 stable
|