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 1Po2Vo-0006YT-8I for garchives@archives.gentoo.org; Fri, 11 Feb 2011 23:34:52 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A64AB1C071; Fri, 11 Feb 2011 23:34:45 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 670DC1C071 for ; Fri, 11 Feb 2011 23:34:45 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D5EC61B4026 for ; Fri, 11 Feb 2011 23:34:44 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 361958006A for ; Fri, 11 Feb 2011 23:34:44 +0000 (UTC) From: "Sebastian Pipping" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sebastian Pipping" Message-ID: <842c95dbf7868b6ff5a31f72e773378c4e132e27.sping@gentoo> Subject: [gentoo-commits] proj/betagarden:master commit in: net-misc/upnp-router-control/ X-VCS-Repository: proj/betagarden X-VCS-Files: net-misc/upnp-router-control/metadata.xml net-misc/upnp-router-control/upnp-router-control-0.2.ebuild X-VCS-Directories: net-misc/upnp-router-control/ X-VCS-Committer: sping X-VCS-Committer-Name: Sebastian Pipping X-VCS-Revision: 842c95dbf7868b6ff5a31f72e773378c4e132e27 Date: Fri, 11 Feb 2011 23:34:44 +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: 861f88a2842ef747e43e62e4c8c450c6 commit: 842c95dbf7868b6ff5a31f72e773378c4e132e27 Author: Sebastian Pipping pipping org> AuthorDate: Fri Feb 11 23:33:36 2011 +0000 Commit: Sebastian Pipping gentoo org> CommitDate: Fri Feb 11 23:34:23 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/betagarden.gi= t;a=3Dcommit;h=3D842c95db net-misc/upnp-router-control: 0.2 --- net-misc/upnp-router-control/metadata.xml | 9 ++++++ .../upnp-router-control-0.2.ebuild | 30 ++++++++++++++= ++++++ 2 files changed, 39 insertions(+), 0 deletions(-) diff --git a/net-misc/upnp-router-control/metadata.xml b/net-misc/upnp-ro= uter-control/metadata.xml new file mode 100644 index 0000000..328fbd1 --- /dev/null +++ b/net-misc/upnp-router-control/metadata.xml @@ -0,0 +1,9 @@ + + + + no-herd + + sping@gentoo.org + Sebastian Pipping + + diff --git a/net-misc/upnp-router-control/upnp-router-control-0.2.ebuild = b/net-misc/upnp-router-control/upnp-router-control-0.2.ebuild new file mode 100644 index 0000000..6c3242f --- /dev/null +++ b/net-misc/upnp-router-control/upnp-router-control-0.2.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=3D"2" + +DESCRIPTION=3D"Control UPnP of a router" +HOMEPAGE=3D"https://launchpad.net/upnp-router-control" +SRC_URI=3D"http://launchpad.net/${PN}/trunk/${PV}/+download/${P}.tar.gz" + +LICENSE=3D"|| ( GPL-2 GPL-3 )" +SLOT=3D"0" +KEYWORDS=3D"~amd64 ~x86" +IUSE=3D"+curl" + +RDEPEND=3D">=3Dnet-libs/gupnp-0.14.1 + curl? ( net-misc/curl ) + x11-libs/gtk+:2" + +DEPEND=3D"${RDEPEND} + dev-util/intltool" + +src_configure() { + econf $(use_enable curl libcurl) +} + +src_install() { + emake DESTDIR=3D"${D}" install || die + dodoc README ChangeLog || die +}