public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] dev/mgorny:master commit in: www-servers/pshs/
Date: Wed,  9 Nov 2011 21:44:35 +0000 (UTC)	[thread overview]
Message-ID: <6c99c965688ead96a613e702186889e8284d83d3.mgorny@gentoo> (raw)

commit:     6c99c965688ead96a613e702186889e8284d83d3
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Nov  9 21:44:39 2011 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Nov  9 21:44:39 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=dev/mgorny.git;a=commit;h=6c99c965

www-servers/pshs: Add flag for UPnP.

(Portage version: 2.2.0_alpha72_p29/git/Linux x86_64, unsigned Manifest commit)

---
 www-servers/pshs/metadata.xml     |    2 ++
 www-servers/pshs/pshs-9999.ebuild |    6 ++++--
 2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/www-servers/pshs/metadata.xml b/www-servers/pshs/metadata.xml
index f2a0bce..3a4252d 100644
--- a/www-servers/pshs/metadata.xml
+++ b/www-servers/pshs/metadata.xml
@@ -8,6 +8,8 @@
 	<use>
 		<flag name='magic'>Enable automatic detection of Content-Type
 			using libmagic (<pkg>sys-apps/file</pkg>)</flag>
+		<flag name='upnp'>Enable port forwarding using UPnP
+			via <pkg>net-libs/miniupnpc</pkg></flag>
 	</use>
 	<upstream>
 		<maintainer status="active">

diff --git a/www-servers/pshs/pshs-9999.ebuild b/www-servers/pshs/pshs-9999.ebuild
index 4544b65..e682195 100644
--- a/www-servers/pshs/pshs-9999.ebuild
+++ b/www-servers/pshs/pshs-9999.ebuild
@@ -18,10 +18,11 @@ SRC_URI="mirror://github/mgorny/${PN}/${P}.tar.bz2"
 LICENSE="BSD"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-IUSE="+magic"
+IUSE="+magic upnp"
 
 RDEPEND=">=dev-libs/libevent-2
-	magic? ( sys-apps/file )"
+	magic? ( sys-apps/file )
+	upnp? ( net-libs/miniupnpc )"
 DEPEND="${RDEPEND}"
 
 #if LIVE
@@ -37,6 +38,7 @@ src_prepare() {
 src_configure() {
 	myeconfargs=(
 		$(use_enable magic libmagic)
+		$(use_enable upnp)
 	)
 
 	autotools-utils_src_configure



             reply	other threads:[~2011-11-09 21:44 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-11-09 21:44 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2012-12-14 15:28 [gentoo-commits] dev/mgorny:master commit in: www-servers/pshs/ Michał Górny
2012-07-08  8:17 Michał Górny
2011-11-15 15:15 Michał Górny
2011-11-09 18:46 Michał Górny

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=6c99c965688ead96a613e702186889e8284d83d3.mgorny@gentoo \
    --to=mgorny@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox