public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-misc/gwget: ChangeLog gwget-1.0.4.ebuild
@ 2009-10-22 20:56 Gilles Dartiguelongue (eva)
  0 siblings, 0 replies; 7+ messages in thread
From: Gilles Dartiguelongue (eva) @ 2009-10-22 20:56 UTC (permalink / raw
  To: gentoo-commits

eva         09/10/22 20:56:06

  Modified:             ChangeLog
  Added:                gwget-1.0.4.ebuild
  Log:
  Version bump. Fix some crashes with gtk+-2.18.
  (Portage version: 2.2_rc42/cvs/Linux x86_64)

Revision  Changes    Path
1.19                 net-misc/gwget/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/gwget/ChangeLog?rev=1.19&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/gwget/ChangeLog?rev=1.19&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/gwget/ChangeLog?r1=1.18&r2=1.19

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/gwget/ChangeLog,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- ChangeLog	19 Oct 2009 19:45:11 -0000	1.18
+++ ChangeLog	22 Oct 2009 20:56:05 -0000	1.19
@@ -1,6 +1,11 @@
 # ChangeLog for net-misc/gwget
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/gwget/ChangeLog,v 1.18 2009/10/19 19:45:11 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/gwget/ChangeLog,v 1.19 2009/10/22 20:56:05 eva Exp $
+
+*gwget-1.0.4 (22 Oct 2009)
+
+  22 Oct 2009; Gilles Dartiguelongue <eva@gentoo.org> +gwget-1.0.4.ebuild:
+  Version bump. Fix some crashes with gtk+-2.18.
 
 *gwget-1.0.3 (19 Oct 2009)
 



1.1                  net-misc/gwget/gwget-1.0.4.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/gwget/gwget-1.0.4.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/gwget/gwget-1.0.4.ebuild?rev=1.1&content-type=text/plain

Index: gwget-1.0.4.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-misc/gwget/gwget-1.0.4.ebuild,v 1.1 2009/10/22 20:56:05 eva Exp $

EAPI="2"
GCONF_DEBUG="no"

inherit gnome2

DESCRIPTION="GTK2 WGet Frontend"
HOMEPAGE="http://gnome.org/projects/gwget/"

KEYWORDS="~amd64 ~ppc ~x86"
LICENSE="GPL-2"
SLOT="0"
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.16.0
	>=gnome-base/gconf-2
	>=gnome-base/libgnomeui-2
	>=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.35.0
	>=sys-devel/gettext-0.10.4"

DOCS="AUTHORS ChangeLog NEWS README THANKS TODO"

pkg_setup() {
	G2CONF="${G2CONF}
		$(use_enable epiphany epiphany-extension)
		$(use_enable libnotify)
		--disable-static
		--disable-schemas-install"
}

src_install() {
	gnome2_src_install

	# remove /var/lib, which is created without any reason
	rm -rf "${D}"/var || die "rm failed"

	# remove useless la files
	find "${D}" -name '*.la' -delete
}






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

* [gentoo-commits] gentoo-x86 commit in net-misc/gwget: ChangeLog gwget-1.0.4.ebuild
@ 2010-10-10 12:03 Markos Chandras (hwoarang)
  0 siblings, 0 replies; 7+ messages in thread
From: Markos Chandras (hwoarang) @ 2010-10-10 12:03 UTC (permalink / raw
  To: gentoo-commits

hwoarang    10/10/10 12:03:11

  Modified:             ChangeLog gwget-1.0.4.ebuild
  Log:
  Stable on amd64 wrt bug #340205
  
  (Portage version: 2.2_rc91/cvs/Linux x86_64)

Revision  Changes    Path
1.20                 net-misc/gwget/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/gwget/ChangeLog?rev=1.20&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/gwget/ChangeLog?rev=1.20&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/gwget/ChangeLog?r1=1.19&r2=1.20

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/gwget/ChangeLog,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- ChangeLog	22 Oct 2009 20:56:05 -0000	1.19
+++ ChangeLog	10 Oct 2010 12:03:11 -0000	1.20
@@ -1,6 +1,9 @@
 # ChangeLog for net-misc/gwget
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/gwget/ChangeLog,v 1.19 2009/10/22 20:56:05 eva Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-misc/gwget/ChangeLog,v 1.20 2010/10/10 12:03:11 hwoarang Exp $
+
+  10 Oct 2010; Markos Chandras <hwoarang@gentoo.org> gwget-1.0.4.ebuild:
+  Stable on amd64 wrt bug #340205
 
 *gwget-1.0.4 (22 Oct 2009)
 



1.2                  net-misc/gwget/gwget-1.0.4.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/gwget/gwget-1.0.4.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/gwget/gwget-1.0.4.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/gwget/gwget-1.0.4.ebuild?r1=1.1&r2=1.2

Index: gwget-1.0.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/gwget/gwget-1.0.4.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- gwget-1.0.4.ebuild	22 Oct 2009 20:56:05 -0000	1.1
+++ gwget-1.0.4.ebuild	10 Oct 2010 12:03:11 -0000	1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/gwget/gwget-1.0.4.ebuild,v 1.1 2009/10/22 20:56:05 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/gwget/gwget-1.0.4.ebuild,v 1.2 2010/10/10 12:03:11 hwoarang Exp $
 
 EAPI="2"
 GCONF_DEBUG="no"
@@ -10,7 +10,7 @@
 DESCRIPTION="GTK2 WGet Frontend"
 HOMEPAGE="http://gnome.org/projects/gwget/"
 
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc ~x86"
 LICENSE="GPL-2"
 SLOT="0"
 IUSE="epiphany libnotify"






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

* [gentoo-commits] gentoo-x86 commit in net-misc/gwget: ChangeLog gwget-1.0.4.ebuild
@ 2010-10-10 12:17 PaweA Hajdan (phajdan.jr)
  0 siblings, 0 replies; 7+ messages in thread
From: PaweA Hajdan (phajdan.jr) @ 2010-10-10 12:17 UTC (permalink / raw
  To: gentoo-commits

phajdan.jr    10/10/10 12:17:27

  Modified:             ChangeLog gwget-1.0.4.ebuild
  Log:
  x86 stable wrt bug #340205
  (Portage version: 2.1.8.3/cvs/Linux i686)

Revision  Changes    Path
1.21                 net-misc/gwget/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/gwget/ChangeLog?rev=1.21&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/gwget/ChangeLog?rev=1.21&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/gwget/ChangeLog?r1=1.20&r2=1.21

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/gwget/ChangeLog,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- ChangeLog	10 Oct 2010 12:03:11 -0000	1.20
+++ ChangeLog	10 Oct 2010 12:17:27 -0000	1.21
@@ -1,6 +1,9 @@
 # ChangeLog for net-misc/gwget
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/gwget/ChangeLog,v 1.20 2010/10/10 12:03:11 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/gwget/ChangeLog,v 1.21 2010/10/10 12:17:27 phajdan.jr Exp $
+
+  10 Oct 2010; Pawel Hajdan jr <phajdan.jr@gentoo.org> gwget-1.0.4.ebuild:
+  x86 stable wrt bug #340205
 
   10 Oct 2010; Markos Chandras <hwoarang@gentoo.org> gwget-1.0.4.ebuild:
   Stable on amd64 wrt bug #340205



1.3                  net-misc/gwget/gwget-1.0.4.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/gwget/gwget-1.0.4.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/gwget/gwget-1.0.4.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/gwget/gwget-1.0.4.ebuild?r1=1.2&r2=1.3

Index: gwget-1.0.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/gwget/gwget-1.0.4.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- gwget-1.0.4.ebuild	10 Oct 2010 12:03:11 -0000	1.2
+++ gwget-1.0.4.ebuild	10 Oct 2010 12:17:27 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/gwget/gwget-1.0.4.ebuild,v 1.2 2010/10/10 12:03:11 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/gwget/gwget-1.0.4.ebuild,v 1.3 2010/10/10 12:17:27 phajdan.jr Exp $
 
 EAPI="2"
 GCONF_DEBUG="no"
@@ -10,7 +10,7 @@
 DESCRIPTION="GTK2 WGet Frontend"
 HOMEPAGE="http://gnome.org/projects/gwget/"
 
-KEYWORDS="amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc x86"
 LICENSE="GPL-2"
 SLOT="0"
 IUSE="epiphany libnotify"






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

* [gentoo-commits] gentoo-x86 commit in net-misc/gwget: ChangeLog gwget-1.0.4.ebuild
@ 2010-10-14 17:02 Brent Baude (ranger)
  0 siblings, 0 replies; 7+ messages in thread
From: Brent Baude (ranger) @ 2010-10-14 17:02 UTC (permalink / raw
  To: gentoo-commits

ranger      10/10/14 17:02:29

  Modified:             ChangeLog gwget-1.0.4.ebuild
  Log:
  stable ppc, bug 340205
  (Portage version: 2.1.8.3/cvs/Linux ppc64)

Revision  Changes    Path
1.22                 net-misc/gwget/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/gwget/ChangeLog?rev=1.22&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/gwget/ChangeLog?rev=1.22&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/gwget/ChangeLog?r1=1.21&r2=1.22

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/gwget/ChangeLog,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- ChangeLog	10 Oct 2010 12:17:27 -0000	1.21
+++ ChangeLog	14 Oct 2010 17:02:29 -0000	1.22
@@ -1,6 +1,9 @@
 # ChangeLog for net-misc/gwget
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/gwget/ChangeLog,v 1.21 2010/10/10 12:17:27 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/gwget/ChangeLog,v 1.22 2010/10/14 17:02:29 ranger Exp $
+
+  14 Oct 2010; Brent Baude <ranger@gentoo.org> gwget-1.0.4.ebuild:
+  stable ppc, bug 340205
 
   10 Oct 2010; Pawel Hajdan jr <phajdan.jr@gentoo.org> gwget-1.0.4.ebuild:
   x86 stable wrt bug #340205



1.4                  net-misc/gwget/gwget-1.0.4.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/gwget/gwget-1.0.4.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/gwget/gwget-1.0.4.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/gwget/gwget-1.0.4.ebuild?r1=1.3&r2=1.4

Index: gwget-1.0.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/gwget/gwget-1.0.4.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- gwget-1.0.4.ebuild	10 Oct 2010 12:17:27 -0000	1.3
+++ gwget-1.0.4.ebuild	14 Oct 2010 17:02:29 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/gwget/gwget-1.0.4.ebuild,v 1.3 2010/10/10 12:17:27 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/gwget/gwget-1.0.4.ebuild,v 1.4 2010/10/14 17:02:29 ranger Exp $
 
 EAPI="2"
 GCONF_DEBUG="no"
@@ -10,7 +10,7 @@
 DESCRIPTION="GTK2 WGet Frontend"
 HOMEPAGE="http://gnome.org/projects/gwget/"
 
-KEYWORDS="amd64 ~ppc x86"
+KEYWORDS="amd64 ppc x86"
 LICENSE="GPL-2"
 SLOT="0"
 IUSE="epiphany libnotify"






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

* [gentoo-commits] gentoo-x86 commit in net-misc/gwget: ChangeLog gwget-1.0.4.ebuild
@ 2011-02-05 16:41 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 7+ messages in thread
From: Samuli Suominen (ssuominen) @ 2011-02-05 16:41 UTC (permalink / raw
  To: gentoo-commits

ssuominen    11/02/05 16:41:11

  Modified:             ChangeLog gwget-1.0.4.ebuild
  Log:
  Fix building with x11-libs/libnotify >= 0.7.
  
  (Portage version: 2.2.0_alpha19/cvs/Linux x86_64)

Revision  Changes    Path
1.24                 net-misc/gwget/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/gwget/ChangeLog?rev=1.24&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/gwget/ChangeLog?rev=1.24&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/gwget/ChangeLog?r1=1.23&r2=1.24

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/gwget/ChangeLog,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- ChangeLog	14 Oct 2010 18:37:06 -0000	1.23
+++ ChangeLog	5 Feb 2011 16:41:11 -0000	1.24
@@ -1,6 +1,10 @@
 # ChangeLog for net-misc/gwget
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/gwget/ChangeLog,v 1.23 2010/10/14 18:37:06 eva Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-misc/gwget/ChangeLog,v 1.24 2011/02/05 16:41:11 ssuominen Exp $
+
+  05 Feb 2011; Samuli Suominen <ssuominen@gentoo.org> gwget-1.0.4.ebuild,
+  +files/gwget-1.0.4-libnotify-0.7.patch:
+  Fix building with x11-libs/libnotify >= 0.7.
 
   14 Oct 2010; Gilles Dartiguelongue <eva@gentoo.org> -gwget-0.99.ebuild,
   -gwget-1.0.2.ebuild, -gwget-1.0.3.ebuild:



1.5                  net-misc/gwget/gwget-1.0.4.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/gwget/gwget-1.0.4.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/gwget/gwget-1.0.4.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/gwget/gwget-1.0.4.ebuild?r1=1.4&r2=1.5

Index: gwget-1.0.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/gwget/gwget-1.0.4.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- gwget-1.0.4.ebuild	14 Oct 2010 17:02:29 -0000	1.4
+++ gwget-1.0.4.ebuild	5 Feb 2011 16:41:11 -0000	1.5
@@ -1,11 +1,11 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/gwget/gwget-1.0.4.ebuild,v 1.4 2010/10/14 17:02:29 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/gwget/gwget-1.0.4.ebuild,v 1.5 2011/02/05 16:41:11 ssuominen Exp $
 
 EAPI="2"
 GCONF_DEBUG="no"
 
-inherit gnome2
+inherit eutils gnome2
 
 DESCRIPTION="GTK2 WGet Frontend"
 HOMEPAGE="http://gnome.org/projects/gwget/"
@@ -40,6 +40,11 @@
 		--disable-schemas-install"
 }
 
+src_prepare() {
+	epatch "${FILESDIR}"/${P}-libnotify-0.7.patch
+	gnome2_src_prepare
+}
+
 src_install() {
 	gnome2_src_install
 






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

* [gentoo-commits] gentoo-x86 commit in net-misc/gwget: ChangeLog gwget-1.0.4.ebuild
@ 2011-03-27 12:37 Nirbheek Chauhan (nirbheek)
  0 siblings, 0 replies; 7+ messages in thread
From: Nirbheek Chauhan (nirbheek) @ 2011-03-27 12:37 UTC (permalink / raw
  To: gentoo-commits

nirbheek    11/03/27 12:37:00

  Modified:             ChangeLog gwget-1.0.4.ebuild
  Log:
  Fix slot-deps on gnome libs
  
  (Portage version: 2.1.9.44/cvs/Linux x86_64)

Revision  Changes    Path
1.25                 net-misc/gwget/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/gwget/ChangeLog?rev=1.25&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/gwget/ChangeLog?rev=1.25&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/gwget/ChangeLog?r1=1.24&r2=1.25

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/gwget/ChangeLog,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- ChangeLog	5 Feb 2011 16:41:11 -0000	1.24
+++ ChangeLog	27 Mar 2011 12:37:00 -0000	1.25
@@ -1,6 +1,9 @@
 # ChangeLog for net-misc/gwget
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/gwget/ChangeLog,v 1.24 2011/02/05 16:41:11 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/gwget/ChangeLog,v 1.25 2011/03/27 12:37:00 nirbheek Exp $
+
+  27 Mar 2011; Nirbheek Chauhan <nirbheek@gentoo.org> gwget-1.0.4.ebuild:
+  Fix slot-deps on gnome libs
 
   05 Feb 2011; Samuli Suominen <ssuominen@gentoo.org> gwget-1.0.4.ebuild,
   +files/gwget-1.0.4-libnotify-0.7.patch:



1.6                  net-misc/gwget/gwget-1.0.4.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/gwget/gwget-1.0.4.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/gwget/gwget-1.0.4.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/gwget/gwget-1.0.4.ebuild?r1=1.5&r2=1.6

Index: gwget-1.0.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/gwget/gwget-1.0.4.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- gwget-1.0.4.ebuild	5 Feb 2011 16:41:11 -0000	1.5
+++ gwget-1.0.4.ebuild	27 Mar 2011 12:37:00 -0000	1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/gwget/gwget-1.0.4.ebuild,v 1.5 2011/02/05 16:41:11 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/gwget/gwget-1.0.4.ebuild,v 1.6 2011/03/27 12:37:00 nirbheek Exp $
 
 EAPI="2"
 GCONF_DEBUG="no"
@@ -18,9 +18,9 @@
 # FIXME: dbus should be optional
 #        needs patching for linguas/intltool
 RDEPEND="net-misc/wget
-	>=x11-libs/gtk+-2.6
-	>=dev-libs/glib-2.16.0
-	>=gnome-base/gconf-2
+	>=x11-libs/gtk+-2.6:2
+	>=dev-libs/glib-2.16.0:2
+	>=gnome-base/gconf-2:2
 	>=gnome-base/libgnomeui-2
 	>=dev-libs/dbus-glib-0.70
 	epiphany? ( >=www-client/epiphany-1.4 )






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

* [gentoo-commits] gentoo-x86 commit in net-misc/gwget: ChangeLog gwget-1.0.4.ebuild
@ 2012-05-05  3:20 Jeff Horelick (jdhore)
  0 siblings, 0 replies; 7+ messages in thread
From: Jeff Horelick (jdhore) @ 2012-05-05  3:20 UTC (permalink / raw
  To: gentoo-commits

jdhore      12/05/05 03:20:44

  Modified:             ChangeLog gwget-1.0.4.ebuild
  Log:
  dev-util/pkgconfig -> virtual/pkgconfig
  
  (Portage version: 2.2.0_alpha101/cvs/Linux i686)

Revision  Changes    Path
1.26                 net-misc/gwget/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/gwget/ChangeLog?rev=1.26&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/gwget/ChangeLog?rev=1.26&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/gwget/ChangeLog?r1=1.25&r2=1.26

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/gwget/ChangeLog,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- ChangeLog	27 Mar 2011 12:37:00 -0000	1.25
+++ ChangeLog	5 May 2012 03:20:43 -0000	1.26
@@ -1,6 +1,9 @@
 # ChangeLog for net-misc/gwget
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/gwget/ChangeLog,v 1.25 2011/03/27 12:37:00 nirbheek Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-misc/gwget/ChangeLog,v 1.26 2012/05/05 03:20:43 jdhore Exp $
+
+  05 May 2012; Jeff Horelick <jdhore@gentoo.org> gwget-1.0.4.ebuild:
+  dev-util/pkgconfig -> virtual/pkgconfig
 
   27 Mar 2011; Nirbheek Chauhan <nirbheek@gentoo.org> gwget-1.0.4.ebuild:
   Fix slot-deps on gnome libs



1.7                  net-misc/gwget/gwget-1.0.4.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/gwget/gwget-1.0.4.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/gwget/gwget-1.0.4.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/gwget/gwget-1.0.4.ebuild?r1=1.6&r2=1.7

Index: gwget-1.0.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/gwget/gwget-1.0.4.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- gwget-1.0.4.ebuild	27 Mar 2011 12:37:00 -0000	1.6
+++ gwget-1.0.4.ebuild	5 May 2012 03:20:43 -0000	1.7
@@ -1,6 +1,6 @@
-# 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/net-misc/gwget/gwget-1.0.4.ebuild,v 1.6 2011/03/27 12:37:00 nirbheek Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/gwget/gwget-1.0.4.ebuild,v 1.7 2012/05/05 03:20:43 jdhore Exp $
 
 EAPI="2"
 GCONF_DEBUG="no"
@@ -26,7 +26,7 @@
 	epiphany? ( >=www-client/epiphany-1.4 )
 	libnotify? ( >=x11-libs/libnotify-0.2.2 )"
 DEPEND="${RDEPEND}
-	dev-util/pkgconfig
+	virtual/pkgconfig
 	>=dev-util/intltool-0.35.0
 	>=sys-devel/gettext-0.10.4"
 






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

end of thread, other threads:[~2012-05-05  3:22 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-10-10 12:03 [gentoo-commits] gentoo-x86 commit in net-misc/gwget: ChangeLog gwget-1.0.4.ebuild Markos Chandras (hwoarang)
  -- strict thread matches above, loose matches on Subject: below --
2012-05-05  3:20 Jeff Horelick (jdhore)
2011-03-27 12:37 Nirbheek Chauhan (nirbheek)
2011-02-05 16:41 Samuli Suominen (ssuominen)
2010-10-14 17:02 Brent Baude (ranger)
2010-10-10 12:17 PaweA Hajdan (phajdan.jr)
2009-10-22 20:56 Gilles Dartiguelongue (eva)

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