From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1Qm9B3-00068e-He for garchives@archives.gentoo.org; Wed, 27 Jul 2011 18:49:53 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5B3B621C0BA; Wed, 27 Jul 2011 18:49:45 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 1C1A321C0BA for ; Wed, 27 Jul 2011 18:49:45 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 66B551B4002 for ; Wed, 27 Jul 2011 18:49:44 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id C1F188003D for ; Wed, 27 Jul 2011 18:49:43 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <2977f8053258da1b43beaf25fa4f6be194a2623b.mgorny@gentoo> Subject: [gentoo-commits] dev/mgorny:master commit in: net-misc/autoupnp/ X-VCS-Repository: dev/mgorny X-VCS-Files: net-misc/autoupnp/Manifest net-misc/autoupnp/autoupnp-9999.ebuild net-misc/autoupnp/metadata.xml X-VCS-Directories: net-misc/autoupnp/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 2977f8053258da1b43beaf25fa4f6be194a2623b Date: Wed, 27 Jul 2011 18:49:43 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: 3afebb9e7fe40b48892056bf73de751f commit: 2977f8053258da1b43beaf25fa4f6be194a2623b Author: Micha=C5=82 G=C3=B3rny gentoo org> AuthorDate: Wed Jul 27 18:50:52 2011 +0000 Commit: Micha=C5=82 G=C3=B3rny gentoo org> CommitDate: Wed Jul 27 18:50:52 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Ddev/mgorny.git;a=3D= commit;h=3D2977f805 net-misc/autoupnp: Introduce a live ebuild for autoupnp. (Portage version: 2.2.0_alpha47_p5/git/Linux x86_64, signed Manifest comm= it with key 42B9401D) --- net-misc/autoupnp/Manifest | 14 ++++++++ net-misc/autoupnp/autoupnp-9999.ebuild | 52 ++++++++++++++++++++++++++= ++++++ net-misc/autoupnp/metadata.xml | 16 ++++++++++ 3 files changed, 82 insertions(+), 0 deletions(-) diff --git a/net-misc/autoupnp/Manifest b/net-misc/autoupnp/Manifest new file mode 100644 index 0000000..1aef863 --- /dev/null +++ b/net-misc/autoupnp/Manifest @@ -0,0 +1,14 @@ +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA256 + +EBUILD autoupnp-9999.ebuild 900 RMD160 502c80eb505acfce988392de0aa2e899b= 60be593 SHA1 0ac0506422f94cace138d882c9ef56832df892be SHA256 24d9cf96e723= 18c1c112e02c5c8989904a8cc6cab387f3a6f1ac89ce06c5ba5b +MISC metadata.xml 539 RMD160 3c6e22ccb9af265d63f9d40b8cfe6fb9d2bdd0aa SH= A1 2f8730c12bc15f243483bf044a239b80efce4a2b SHA256 eb121bcefb309db28901da= 9a89fc598df902f1394be709863019830814b67970 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v2.0.17 (GNU/Linux) + +iJwEAQEIAAYFAk4wXgwACgkQfXuS5UK5QB1lEgP/RLf2aTo8jBSVqlIT4N894aJU +5GRkh9qAX2dRRr0zDTDNyxJ4lKK2SHVSjFecEJAbrzZY9oyJZQA+CoPuJQgX46Eb +4PtqMIkAohEv1km5hsFNekKydJuShuoDwMW3snNBOKtO8mv9l4ocP4kuXZpjkeiZ +tmubM2Rtvwm8Fzt5sg4=3D +=3DgODv +-----END PGP SIGNATURE----- diff --git a/net-misc/autoupnp/autoupnp-9999.ebuild b/net-misc/autoupnp/a= utoupnp-9999.ebuild new file mode 100644 index 0000000..6944071 --- /dev/null +++ b/net-misc/autoupnp/autoupnp-9999.ebuild @@ -0,0 +1,52 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=3D4 +inherit autotools-utils + +#if LIVE +EGIT_REPO_URI=3D"git://github.com/mgorny/${PN}.git + http://github.com/mgorny/${PN}.git" +inherit autotools git-2 +#endif + +DESCRIPTION=3D"Automatic open port forwarder using UPnP" +HOMEPAGE=3D"https://github.com/mgorny/autoupnp/" +SRC_URI=3D"http://cloud.github.com/downloads/mgorny/${PN}/${P}.tar.bz2" + +LICENSE=3D"BSD" +SLOT=3D"0" +KEYWORDS=3D"~amd64 ~x86" +IUSE=3D"libnotify" + +RDEPEND=3D"net-libs/miniupnpc + libnotify? ( x11-libs/libnotify )" +DEPEND=3D"${RDEPEND}" + +DOCS=3D( README ) + +#if LIVE +KEYWORDS=3D +SRC_URI=3D +#endif + +src_prepare() { + autotools-utils_src_prepare +#if LIVE + eautoreconf +#endif +} + +src_configure() { + myeconfargs=3D( + $(use_with libnotify) + ) + + autotools-utils_src_configure +} + +src_install() { + autotools-utils_src_install + remove_libtool_files all +} diff --git a/net-misc/autoupnp/metadata.xml b/net-misc/autoupnp/metadata.= xml new file mode 100644 index 0000000..c5bf6c1 --- /dev/null +++ b/net-misc/autoupnp/metadata.xml @@ -0,0 +1,16 @@ + + + + no-herd + + mgorny@gentoo.org + Micha=C5=82 G=C3=B3rny + + + + mgorny@gentoo.org + Micha=C5=82 G=C3=B3rny + + http://bugs.gentoo.org/enter_bug.cgi?product=3DGentoo%20Linux= &component=3DApplications&short_desc=3Dnet-misc/autoupnp:%20 + +