public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-misc/wget: ChangeLog wget-1.11.1.ebuild
@ 2008-03-26 20:57 Mike Frysinger (vapier)
  0 siblings, 0 replies; 5+ messages in thread
From: Mike Frysinger (vapier) @ 2008-03-26 20:57 UTC (permalink / raw
  To: gentoo-commits

vapier      08/03/26 20:57:25

  Modified:             ChangeLog
  Added:                wget-1.11.1.ebuild
  Log:
  Version bump.
  (Portage version: 2.2_pre5)

Revision  Changes    Path
1.93                 net-misc/wget/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/wget/ChangeLog,v
retrieving revision 1.92
retrieving revision 1.93
diff -u -r1.92 -r1.93
--- ChangeLog	16 Feb 2008 22:12:23 -0000	1.92
+++ ChangeLog	26 Mar 2008 20:57:24 -0000	1.93
@@ -1,6 +1,11 @@
 # ChangeLog for net-misc/wget
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/wget/ChangeLog,v 1.92 2008/02/16 22:12:23 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/wget/ChangeLog,v 1.93 2008/03/26 20:57:24 vapier Exp $
+
+*wget-1.11.1 (26 Mar 2008)
+
+  26 Mar 2008; Mike Frysinger <vapier@gentoo.org> +wget-1.11.1.ebuild:
+  Version bump.
 
 *wget-1.11-r1 (16 Feb 2008)
 



1.1                  net-misc/wget/wget-1.11.1.ebuild

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

Index: wget-1.11.1.ebuild
===================================================================
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-misc/wget/wget-1.11.1.ebuild,v 1.1 2008/03/26 20:57:24 vapier Exp $

inherit eutils flag-o-matic

DESCRIPTION="Network utility to retrieve files from the WWW"
HOMEPAGE="http://www.gnu.org/software/wget/"
SRC_URI="mirror://gnu/wget/${P}.tar.bz2"

LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~sparc-fbsd ~x86 ~x86-fbsd"
IUSE="debug ipv6 nls socks5 ssl static"

RDEPEND="ssl? ( >=dev-libs/openssl-0.9.6b )
	socks5? ( net-proxy/dante )"
DEPEND="${RDEPEND}
	nls? ( sys-devel/gettext )"

src_unpack() {
	unpack ${A}
	cd "${S}"
	epatch "${FILESDIR}"/${PN}-1.11-linking.patch
}

src_compile() {
	# openssl-0.9.8 now builds with -pthread on the BSD's
	use elibc_FreeBSD && use ssl && append-ldflags -pthread

	use static && append-ldflags -static
	econf \
		$(use_with ssl) $(use_enable ssl opie) $(use_enable ssl digest) \
		$(use_enable ipv6) \
		$(use_enable nls) \
		$(use_enable debug) \
		$(use_with socks5 socks) \
		|| die
	emake || die
}

src_install() {
	emake DESTDIR="${D}" install || die
	dodoc AUTHORS ChangeLog* MAILING-LIST NEWS README
	dodoc doc/sample.wgetrc

	use ipv6 && cat "${FILESDIR}"/wgetrc-ipv6 >> "${D}"/etc/wgetrc

	sed -i \
		-e 's:/usr/local/etc:/etc:g' \
		"${D}"/etc/wgetrc \
		"${D}"/usr/share/man/man1/wget.1 \
		"${D}"/usr/share/info/wget.info
}

pkg_preinst() {
	ewarn "The /etc/wget/wgetrc file has been relocated to /etc/wgetrc"
	if [[ -e ${ROOT}/etc/wget/wgetrc ]] ; then
		if [[ -e ${ROOT}/etc/wgetrc ]] ; then
			ewarn "You have both /etc/wget/wgetrc and /etc/wgetrc ... you should delete the former"
		else
			einfo "Moving /etc/wget/wgetrc to /etc/wgetrc for you"
			mv "${ROOT}"/etc/wget/wgetrc "${ROOT}"/etc/wgetrc
			rmdir "${ROOT}"/etc/wget 2>/dev/null
		fi
	fi
}



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



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

* [gentoo-commits] gentoo-x86 commit in net-misc/wget: ChangeLog wget-1.11.1.ebuild
@ 2008-05-06 15:50 Jeroen Roovers (jer)
  0 siblings, 0 replies; 5+ messages in thread
From: Jeroen Roovers (jer) @ 2008-05-06 15:50 UTC (permalink / raw
  To: gentoo-commits

jer         08/05/06 15:50:26

  Modified:             ChangeLog wget-1.11.1.ebuild
  Log:
  Stable for HPPA (bug #220569).
  (Portage version: 2.1.5_rc6)

Revision  Changes    Path
1.95                 net-misc/wget/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/wget/ChangeLog,v
retrieving revision 1.94
retrieving revision 1.95
diff -u -r1.94 -r1.95
--- ChangeLog	6 May 2008 11:40:30 -0000	1.94
+++ ChangeLog	6 May 2008 15:50:26 -0000	1.95
@@ -1,6 +1,9 @@
 # ChangeLog for net-misc/wget
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/wget/ChangeLog,v 1.94 2008/05/06 11:40:30 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/wget/ChangeLog,v 1.95 2008/05/06 15:50:26 jer Exp $
+
+  06 May 2008; Jeroen Roovers <jer@gentoo.org> wget-1.11.1.ebuild:
+  Stable for HPPA (bug #220569).
 
 *wget-1.11.2 (06 May 2008)
 



1.2                  net-misc/wget/wget-1.11.1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/wget/wget-1.11.1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/wget/wget-1.11.1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/wget/wget-1.11.1.ebuild?r1=1.1&r2=1.2

Index: wget-1.11.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/wget/wget-1.11.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- wget-1.11.1.ebuild	26 Mar 2008 20:57:24 -0000	1.1
+++ wget-1.11.1.ebuild	6 May 2008 15:50:26 -0000	1.2
@@ -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/wget/wget-1.11.1.ebuild,v 1.1 2008/03/26 20:57:24 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/wget/wget-1.11.1.ebuild,v 1.2 2008/05/06 15:50:26 jer Exp $
 
 inherit eutils flag-o-matic
 
@@ -10,7 +10,7 @@
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~sparc-fbsd ~x86 ~x86-fbsd"
+KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~sparc-fbsd ~x86 ~x86-fbsd"
 IUSE="debug ipv6 nls socks5 ssl static"
 
 RDEPEND="ssl? ( >=dev-libs/openssl-0.9.6b )



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



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

* [gentoo-commits] gentoo-x86 commit in net-misc/wget: ChangeLog wget-1.11.1.ebuild
@ 2008-05-06 15:57 Raul Porcel (armin76)
  0 siblings, 0 replies; 5+ messages in thread
From: Raul Porcel (armin76) @ 2008-05-06 15:57 UTC (permalink / raw
  To: gentoo-commits

armin76     08/05/06 15:57:12

  Modified:             ChangeLog wget-1.11.1.ebuild
  Log:
  alpha/ia64/sparc/x86 stable wrt #220569
  (Portage version: 2.1.4.4)

Revision  Changes    Path
1.96                 net-misc/wget/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/wget/ChangeLog,v
retrieving revision 1.95
retrieving revision 1.96
diff -u -r1.95 -r1.96
--- ChangeLog	6 May 2008 15:50:26 -0000	1.95
+++ ChangeLog	6 May 2008 15:57:12 -0000	1.96
@@ -1,6 +1,9 @@
 # ChangeLog for net-misc/wget
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/wget/ChangeLog,v 1.95 2008/05/06 15:50:26 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/wget/ChangeLog,v 1.96 2008/05/06 15:57:12 armin76 Exp $
+
+  06 May 2008; Raúl Porcel <armin76@gentoo.org> wget-1.11.1.ebuild:
+  alpha/ia64/sparc/x86 stable wrt #220569
 
   06 May 2008; Jeroen Roovers <jer@gentoo.org> wget-1.11.1.ebuild:
   Stable for HPPA (bug #220569).



1.3                  net-misc/wget/wget-1.11.1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/wget/wget-1.11.1.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/wget/wget-1.11.1.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/wget/wget-1.11.1.ebuild?r1=1.2&r2=1.3

Index: wget-1.11.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/wget/wget-1.11.1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- wget-1.11.1.ebuild	6 May 2008 15:50:26 -0000	1.2
+++ wget-1.11.1.ebuild	6 May 2008 15:57:12 -0000	1.3
@@ -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/wget/wget-1.11.1.ebuild,v 1.2 2008/05/06 15:50:26 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/wget/wget-1.11.1.ebuild,v 1.3 2008/05/06 15:57:12 armin76 Exp $
 
 inherit eutils flag-o-matic
 
@@ -10,7 +10,7 @@
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~sparc-fbsd ~x86 ~x86-fbsd"
+KEYWORDS="alpha ~amd64 ~arm hppa ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh sparc ~sparc-fbsd x86 ~x86-fbsd"
 IUSE="debug ipv6 nls socks5 ssl static"
 
 RDEPEND="ssl? ( >=dev-libs/openssl-0.9.6b )



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



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

* [gentoo-commits] gentoo-x86 commit in net-misc/wget: ChangeLog wget-1.11.1.ebuild
@ 2008-05-06 16:02 Brent Baude (ranger)
  0 siblings, 0 replies; 5+ messages in thread
From: Brent Baude (ranger) @ 2008-05-06 16:02 UTC (permalink / raw
  To: gentoo-commits

ranger      08/05/06 16:02:48

  Modified:             ChangeLog wget-1.11.1.ebuild
  Log:
  stable ppc, bug 220569
  (Portage version: 2.1.4.4)

Revision  Changes    Path
1.97                 net-misc/wget/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/wget/ChangeLog,v
retrieving revision 1.96
retrieving revision 1.97
diff -u -r1.96 -r1.97
--- ChangeLog	6 May 2008 15:57:12 -0000	1.96
+++ ChangeLog	6 May 2008 16:02:47 -0000	1.97
@@ -1,6 +1,9 @@
 # ChangeLog for net-misc/wget
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/wget/ChangeLog,v 1.96 2008/05/06 15:57:12 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/wget/ChangeLog,v 1.97 2008/05/06 16:02:47 ranger Exp $
+
+  06 May 2008; Brent Baude <ranger@gentoo.org> wget-1.11.1.ebuild:
+  stable ppc, bug 220569
 
   06 May 2008; Raúl Porcel <armin76@gentoo.org> wget-1.11.1.ebuild:
   alpha/ia64/sparc/x86 stable wrt #220569



1.4                  net-misc/wget/wget-1.11.1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/wget/wget-1.11.1.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/wget/wget-1.11.1.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/wget/wget-1.11.1.ebuild?r1=1.3&r2=1.4

Index: wget-1.11.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/wget/wget-1.11.1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- wget-1.11.1.ebuild	6 May 2008 15:57:12 -0000	1.3
+++ wget-1.11.1.ebuild	6 May 2008 16:02:47 -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/wget/wget-1.11.1.ebuild,v 1.3 2008/05/06 15:57:12 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/wget/wget-1.11.1.ebuild,v 1.4 2008/05/06 16:02:47 ranger Exp $
 
 inherit eutils flag-o-matic
 
@@ -10,7 +10,7 @@
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="alpha ~amd64 ~arm hppa ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh sparc ~sparc-fbsd x86 ~x86-fbsd"
+KEYWORDS="alpha ~amd64 ~arm hppa ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh sparc ~sparc-fbsd x86 ~x86-fbsd"
 IUSE="debug ipv6 nls socks5 ssl static"
 
 RDEPEND="ssl? ( >=dev-libs/openssl-0.9.6b )



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



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

* [gentoo-commits] gentoo-x86 commit in net-misc/wget: ChangeLog wget-1.11.1.ebuild
@ 2008-05-07 20:54 Markus Meier (maekke)
  0 siblings, 0 replies; 5+ messages in thread
From: Markus Meier (maekke) @ 2008-05-07 20:54 UTC (permalink / raw
  To: gentoo-commits

maekke      08/05/07 20:54:14

  Modified:             ChangeLog wget-1.11.1.ebuild
  Log:
  amd64 stable, bug #220569
  (Portage version: 2.1.5_rc7)

Revision  Changes    Path
1.98                 net-misc/wget/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/wget/ChangeLog,v
retrieving revision 1.97
retrieving revision 1.98
diff -u -r1.97 -r1.98
--- ChangeLog	6 May 2008 16:02:47 -0000	1.97
+++ ChangeLog	7 May 2008 20:54:13 -0000	1.98
@@ -1,6 +1,9 @@
 # ChangeLog for net-misc/wget
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/wget/ChangeLog,v 1.97 2008/05/06 16:02:47 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/wget/ChangeLog,v 1.98 2008/05/07 20:54:13 maekke Exp $
+
+  07 May 2008; Markus Meier <maekke@gentoo.org> wget-1.11.1.ebuild:
+  amd64 stable, bug #220569
 
   06 May 2008; Brent Baude <ranger@gentoo.org> wget-1.11.1.ebuild:
   stable ppc, bug 220569



1.6                  net-misc/wget/wget-1.11.1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/wget/wget-1.11.1.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/wget/wget-1.11.1.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/wget/wget-1.11.1.ebuild?r1=1.5&r2=1.6

Index: wget-1.11.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/wget/wget-1.11.1.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- wget-1.11.1.ebuild	6 May 2008 16:04:28 -0000	1.5
+++ wget-1.11.1.ebuild	7 May 2008 20:54:13 -0000	1.6
@@ -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/wget/wget-1.11.1.ebuild,v 1.5 2008/05/06 16:04:28 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/wget/wget-1.11.1.ebuild,v 1.6 2008/05/07 20:54:13 maekke Exp $
 
 inherit eutils flag-o-matic
 
@@ -10,7 +10,7 @@
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="alpha ~amd64 ~arm hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc ~sparc-fbsd x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 ~arm hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc ~sparc-fbsd x86 ~x86-fbsd"
 IUSE="debug ipv6 nls socks5 ssl static"
 
 RDEPEND="ssl? ( >=dev-libs/openssl-0.9.6b )



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



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

end of thread, other threads:[~2008-05-07 20:54 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-05-07 20:54 [gentoo-commits] gentoo-x86 commit in net-misc/wget: ChangeLog wget-1.11.1.ebuild Markus Meier (maekke)
  -- strict thread matches above, loose matches on Subject: below --
2008-05-06 16:02 Brent Baude (ranger)
2008-05-06 15:57 Raul Porcel (armin76)
2008-05-06 15:50 Jeroen Roovers (jer)
2008-03-26 20:57 Mike Frysinger (vapier)

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