diff options
author | Peter Volkov <pva@gentoo.org> | 2008-01-28 17:36:04 +0000 |
---|---|---|
committer | Peter Volkov <pva@gentoo.org> | 2008-01-28 17:36:04 +0000 |
commit | e6bc770adbe973a7da3668281a5680fc3b46e3c1 (patch) | |
tree | 14408505a7b7dbf50e5490aa24b2b4aba847bb72 /net-misc | |
parent | Remove generation 1 ebuild. (diff) | |
download | gentoo-2-e6bc770adbe973a7da3668281a5680fc3b46e3c1.tar.gz gentoo-2-e6bc770adbe973a7da3668281a5680fc3b46e3c1.tar.bz2 gentoo-2-e6bc770adbe973a7da3668281a5680fc3b46e3c1.zip |
License changed to GPL-3, thank you Winterheart for report, quotation fix.
(Portage version: 2.1.3.19)
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/wget/ChangeLog | 5 | ||||
-rw-r--r-- | net-misc/wget/wget-1.10.2.ebuild | 6 | ||||
-rw-r--r-- | net-misc/wget/wget-1.11.ebuild | 4 |
3 files changed, 9 insertions, 6 deletions
diff --git a/net-misc/wget/ChangeLog b/net-misc/wget/ChangeLog index 60bab15bb3ed..3b13c12f17b7 100644 --- a/net-misc/wget/ChangeLog +++ b/net-misc/wget/ChangeLog @@ -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.90 2008/01/28 14:03:21 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/wget/ChangeLog,v 1.91 2008/01/28 17:36:04 pva Exp $ + + 28 Jan 2008; <pva@gentoo.org> wget-1.10.2.ebuild, wget-1.11.ebuild: + License changed to GPL-3, thank you Winterheart for report, quotation fix. *wget-1.11 (28 Jan 2008) diff --git a/net-misc/wget/wget-1.10.2.ebuild b/net-misc/wget/wget-1.10.2.ebuild index 9bd37a38b77a..ae3c8ad19aeb 100644 --- a/net-misc/wget/wget-1.10.2.ebuild +++ b/net-misc/wget/wget-1.10.2.ebuild @@ -1,6 +1,6 @@ -# 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/net-misc/wget/wget-1.10.2.ebuild,v 1.17 2007/10/22 21:06:47 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/wget/wget-1.10.2.ebuild,v 1.18 2008/01/28 17:36:04 pva Exp $ inherit eutils flag-o-matic @@ -60,7 +60,7 @@ src_install() { if use ipv6 ; then ebegin "Adding a note about ipv6 in the config file" - cat ${FILESDIR}/wgetrc-ipv6 >> ${D}/etc/wget/wgetrc + cat "${FILESDIR}"/wgetrc-ipv6 >> "${D}"/etc/wget/wgetrc eend $? fi diff --git a/net-misc/wget/wget-1.11.ebuild b/net-misc/wget/wget-1.11.ebuild index f9bf8aa906af..86cfa9633b87 100644 --- a/net-misc/wget/wget-1.11.ebuild +++ b/net-misc/wget/wget-1.11.ebuild @@ -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.ebuild,v 1.1 2008/01/28 14:03:21 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/wget/wget-1.11.ebuild,v 1.2 2008/01/28 17:36:04 pva Exp $ inherit eutils flag-o-matic @@ -8,7 +8,7 @@ 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-2" +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" |