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 4379B138827 for ; Fri, 2 Oct 2015 08:43:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CF61E21C031; Fri, 2 Oct 2015 08:43:30 +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 55A4B21C031 for ; Fri, 2 Oct 2015 08:43:30 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4F80F34086E for ; Fri, 2 Oct 2015 08:43:29 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id ABEFA1FB for ; Fri, 2 Oct 2015 08:43:26 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1443775398.af73ad4881c33899d4a796aec673d4021e697e22.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/autoupnp/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/autoupnp/Manifest net-misc/autoupnp/autoupnp-0.4.7.ebuild net-misc/autoupnp/autoupnp-9999.ebuild X-VCS-Directories: net-misc/autoupnp/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: af73ad4881c33899d4a796aec673d4021e697e22 X-VCS-Branch: master Date: Fri, 2 Oct 2015 08:43:26 +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: 74d3f29e-0dbe-4a96-aa61-9940440de4d7 X-Archives-Hash: 67181f1a4f2bb4cc1b174574192ec203 commit: af73ad4881c33899d4a796aec673d4021e697e22 Author: Michał Górny gentoo org> AuthorDate: Fri Oct 2 07:49:27 2015 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri Oct 2 08:43:18 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af73ad48 net-misc/autoupnp: Version bump with miniupnpc compat fix Package-Manager: portage-2.2.22 net-misc/autoupnp/Manifest | 1 + ...{autoupnp-9999.ebuild => autoupnp-0.4.7.ebuild} | 25 ++++++++-------------- net-misc/autoupnp/autoupnp-9999.ebuild | 18 ++++++++++------ 3 files changed, 22 insertions(+), 22 deletions(-) diff --git a/net-misc/autoupnp/Manifest b/net-misc/autoupnp/Manifest index 2633bf0..8a8b485 100644 --- a/net-misc/autoupnp/Manifest +++ b/net-misc/autoupnp/Manifest @@ -1 +1,2 @@ DIST autoupnp-0.4.6.tar.bz2 240257 SHA256 a8d0a207074fafdb322510fd29a25eb4bf62da9468ea3dc45e7c9740faeccab7 SHA512 570ae76d940879a375e9336cb62cce8b2e007c57df6cbebee5878cf6a71d1fe5853218166ba0ee794586fa20a7c62b158aae9242b30880f6fe110c9bb1502ba1 WHIRLPOOL 4b2d848f36e3f2848e6f08f71296b5cf3fe7794bdfc9e6495428b3b3ae9283ed15e81de0bec2fdf0b36173d59a4c7dbec5dbef30bf3a0ba24e320de313cb20ab +DIST autoupnp-0.4.7.tar.bz2 264916 SHA256 f68c80ae6e8061417bef2fb2ad554d49f0bf4b5ef2def84600a4b67fa756c703 SHA512 2c6bb3421fecbffea2a63ea1e930b7c789459d4626a0f281abe0e9bb62e5efc772475d4bf0c9f13fe2e9e13417940c6eb17408e6aae28bc24a4fc2e16d4dc8de WHIRLPOOL d08f6011d286f37d70d206cabe148a95e02b71bf9fdc13852da038bb87f4dde99fb206382e12879d81bff3dd5f133aae0b4bfb4c4168f8b76a4a0a2d4fbc4168 diff --git a/net-misc/autoupnp/autoupnp-9999.ebuild b/net-misc/autoupnp/autoupnp-0.4.7.ebuild similarity index 61% copy from net-misc/autoupnp/autoupnp-9999.ebuild copy to net-misc/autoupnp/autoupnp-0.4.7.ebuild index be3f1f8..b7f0665 100644 --- a/net-misc/autoupnp/autoupnp-9999.ebuild +++ b/net-misc/autoupnp/autoupnp-0.4.7.ebuild @@ -4,18 +4,11 @@ EAPI=5 -#if LIVE -AUTOTOOLS_AUTORECONF=yes -EGIT_REPO_URI="https://bitbucket.org/mgorny/${PN}.git" - -inherit git-r3 -#endif - -inherit autotools-utils +inherit eutils DESCRIPTION="Automatic open port forwarder using UPnP" HOMEPAGE="https://bitbucket.org/mgorny/autoupnp/" -SRC_URI="https://www.bitbucket.org/mgorny/${PN}/${P}.tar.bz2" +SRC_URI="https://www.bitbucket.org/mgorny/${PN}/downloads/${P}.tar.bz2" LICENSE="BSD" SLOT="0" @@ -26,15 +19,15 @@ RDEPEND="net-libs/miniupnpc:0= libnotify? ( x11-libs/libtinynotify:0= )" DEPEND="${RDEPEND}" -#if LIVE -KEYWORDS= -SRC_URI= -#endif - src_configure() { - myeconfargs=( + local myconf=( $(use_with libnotify) ) - autotools-utils_src_configure + econf "${myconf[@]}" +} + +src_install() { + default + prune_libtool_files --all } diff --git a/net-misc/autoupnp/autoupnp-9999.ebuild b/net-misc/autoupnp/autoupnp-9999.ebuild index be3f1f8..0dc42ee 100644 --- a/net-misc/autoupnp/autoupnp-9999.ebuild +++ b/net-misc/autoupnp/autoupnp-9999.ebuild @@ -5,17 +5,16 @@ EAPI=5 #if LIVE -AUTOTOOLS_AUTORECONF=yes EGIT_REPO_URI="https://bitbucket.org/mgorny/${PN}.git" -inherit git-r3 +inherit autotools git-r3 #endif -inherit autotools-utils +inherit eutils DESCRIPTION="Automatic open port forwarder using UPnP" HOMEPAGE="https://bitbucket.org/mgorny/autoupnp/" -SRC_URI="https://www.bitbucket.org/mgorny/${PN}/${P}.tar.bz2" +SRC_URI="https://www.bitbucket.org/mgorny/${PN}/downloads/${P}.tar.bz2" LICENSE="BSD" SLOT="0" @@ -29,12 +28,19 @@ DEPEND="${RDEPEND}" #if LIVE KEYWORDS= SRC_URI= + +src_prepare() { eautoreconf; } #endif src_configure() { - myeconfargs=( + local myconf=( $(use_with libnotify) ) - autotools-utils_src_configure + econf "${myconf[@]}" +} + +src_install() { + default + prune_libtool_files --all }