From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 93D5E13881B for ; Wed, 23 Sep 2015 02:40:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7A0F1E0852; Wed, 23 Sep 2015 02:39:59 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C247BE0818 for ; Wed, 23 Sep 2015 02:39:58 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id F0F9134087C for ; Wed, 23 Sep 2015 02:39:57 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 359A222E for ; Wed, 23 Sep 2015 02:39:56 +0000 (UTC) From: "Mike Frysinger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Frysinger" Message-ID: <1442975910.92ab8f84c4446dde6feb41e659d3043171baf9fe.vapier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/wget/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/wget/wget-1.16.2.ebuild net-misc/wget/wget-1.16.3-r1.ebuild net-misc/wget/wget-1.16.3-r2.ebuild net-misc/wget/wget-1.16.3.ebuild X-VCS-Directories: net-misc/wget/ X-VCS-Committer: vapier X-VCS-Committer-Name: Mike Frysinger X-VCS-Revision: 92ab8f84c4446dde6feb41e659d3043171baf9fe X-VCS-Branch: master Date: Wed, 23 Sep 2015 02:39:56 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: ede8ea65-b160-4d65-8dce-84e1b576d93a X-Archives-Hash: b88cdf28811e585b55feaf19eb4611e0 commit: 92ab8f84c4446dde6feb41e659d3043171baf9fe Author: Mike Frysinger gentoo org> AuthorDate: Wed Sep 23 02:38:30 2015 +0000 Commit: Mike Frysinger gentoo org> CommitDate: Wed Sep 23 02:38:30 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=92ab8f84 net-misc/wget: drop unused autotools eclass net-misc/wget/wget-1.16.2.ebuild | 2 +- net-misc/wget/wget-1.16.3-r1.ebuild | 2 +- net-misc/wget/wget-1.16.3-r2.ebuild | 2 +- net-misc/wget/wget-1.16.3.ebuild | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/net-misc/wget/wget-1.16.2.ebuild b/net-misc/wget/wget-1.16.2.ebuild index c879bae..30bebcc 100644 --- a/net-misc/wget/wget-1.16.2.ebuild +++ b/net-misc/wget/wget-1.16.2.ebuild @@ -5,7 +5,7 @@ EAPI="4" PYTHON_COMPAT=( python{3_3,3_4} ) -inherit flag-o-matic python-any-r1 toolchain-funcs autotools +inherit flag-o-matic python-any-r1 toolchain-funcs DESCRIPTION="Network utility to retrieve files from the WWW" HOMEPAGE="https://www.gnu.org/software/wget/" diff --git a/net-misc/wget/wget-1.16.3-r1.ebuild b/net-misc/wget/wget-1.16.3-r1.ebuild index e6896b4..87b9d09 100644 --- a/net-misc/wget/wget-1.16.3-r1.ebuild +++ b/net-misc/wget/wget-1.16.3-r1.ebuild @@ -5,7 +5,7 @@ EAPI="4" PYTHON_COMPAT=( python{3_3,3_4} ) -inherit flag-o-matic python-any-r1 toolchain-funcs autotools +inherit flag-o-matic python-any-r1 toolchain-funcs DESCRIPTION="Network utility to retrieve files from the WWW" HOMEPAGE="https://www.gnu.org/software/wget/" diff --git a/net-misc/wget/wget-1.16.3-r2.ebuild b/net-misc/wget/wget-1.16.3-r2.ebuild index 91c2436..26d60ba 100644 --- a/net-misc/wget/wget-1.16.3-r2.ebuild +++ b/net-misc/wget/wget-1.16.3-r2.ebuild @@ -5,7 +5,7 @@ EAPI="4" PYTHON_COMPAT=( python{3_3,3_4} ) -inherit flag-o-matic python-any-r1 toolchain-funcs autotools +inherit flag-o-matic python-any-r1 toolchain-funcs DESCRIPTION="Network utility to retrieve files from the WWW" HOMEPAGE="https://www.gnu.org/software/wget/" diff --git a/net-misc/wget/wget-1.16.3.ebuild b/net-misc/wget/wget-1.16.3.ebuild index c879bae..30bebcc 100644 --- a/net-misc/wget/wget-1.16.3.ebuild +++ b/net-misc/wget/wget-1.16.3.ebuild @@ -5,7 +5,7 @@ EAPI="4" PYTHON_COMPAT=( python{3_3,3_4} ) -inherit flag-o-matic python-any-r1 toolchain-funcs autotools +inherit flag-o-matic python-any-r1 toolchain-funcs DESCRIPTION="Network utility to retrieve files from the WWW" HOMEPAGE="https://www.gnu.org/software/wget/"