public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] dev/mgorny:master commit in: net-misc/autoupnp/
@ 2011-07-27 18:49 Michał Górny
  0 siblings, 0 replies; 5+ messages in thread
From: Michał Górny @ 2011-07-27 18:49 UTC (permalink / raw
  To: gentoo-commits

commit:     2977f8053258da1b43beaf25fa4f6be194a2623b
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 27 18:50:52 2011 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Jul 27 18:50:52 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=dev/mgorny.git;a=commit;h=2977f805

net-misc/autoupnp: Introduce a live ebuild for autoupnp.

(Portage version: 2.2.0_alpha47_p5/git/Linux x86_64, signed Manifest commit 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 502c80eb505acfce988392de0aa2e899b60be593 SHA1 0ac0506422f94cace138d882c9ef56832df892be SHA256 24d9cf96e72318c1c112e02c5c8989904a8cc6cab387f3a6f1ac89ce06c5ba5b
+MISC metadata.xml 539 RMD160 3c6e22ccb9af265d63f9d40b8cfe6fb9d2bdd0aa SHA1 2f8730c12bc15f243483bf044a239b80efce4a2b SHA256 eb121bcefb309db28901da9a89fc598df902f1394be709863019830814b67970
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v2.0.17 (GNU/Linux)
+
+iJwEAQEIAAYFAk4wXgwACgkQfXuS5UK5QB1lEgP/RLf2aTo8jBSVqlIT4N894aJU
+5GRkh9qAX2dRRr0zDTDNyxJ4lKK2SHVSjFecEJAbrzZY9oyJZQA+CoPuJQgX46Eb
+4PtqMIkAohEv1km5hsFNekKydJuShuoDwMW3snNBOKtO8mv9l4ocP4kuXZpjkeiZ
+tmubM2Rtvwm8Fzt5sg4=
+=gODv
+-----END PGP SIGNATURE-----

diff --git a/net-misc/autoupnp/autoupnp-9999.ebuild b/net-misc/autoupnp/autoupnp-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=4
+inherit autotools-utils
+
+#if LIVE
+EGIT_REPO_URI="git://github.com/mgorny/${PN}.git
+	http://github.com/mgorny/${PN}.git"
+inherit autotools git-2
+#endif
+
+DESCRIPTION="Automatic open port forwarder using UPnP"
+HOMEPAGE="https://github.com/mgorny/autoupnp/"
+SRC_URI="http://cloud.github.com/downloads/mgorny/${PN}/${P}.tar.bz2"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="libnotify"
+
+RDEPEND="net-libs/miniupnpc
+	libnotify? ( x11-libs/libnotify )"
+DEPEND="${RDEPEND}"
+
+DOCS=( README )
+
+#if LIVE
+KEYWORDS=
+SRC_URI=
+#endif
+
+src_prepare() {
+	autotools-utils_src_prepare
+#if LIVE
+	eautoreconf
+#endif
+}
+
+src_configure() {
+	myeconfargs=(
+		$(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 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<herd>no-herd</herd>
+	<maintainer>
+		<email>mgorny@gentoo.org</email>
+		<name>Michał Górny</name>
+	</maintainer>
+	<upstream>
+		<maintainer status="active">
+			<email>mgorny@gentoo.org</email>
+			<name>Michał Górny</name>
+		</maintainer>
+		<bugs-to>http://bugs.gentoo.org/enter_bug.cgi?product=Gentoo%20Linux&amp;component=Applications&amp;short_desc=net-misc/autoupnp:%20</bugs-to>
+	</upstream>
+</pkgmetadata>



^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [gentoo-commits] dev/mgorny:master commit in: net-misc/autoupnp/
@ 2011-08-17 20:35 Michał Górny
  0 siblings, 0 replies; 5+ messages in thread
From: Michał Górny @ 2011-08-17 20:35 UTC (permalink / raw
  To: gentoo-commits

commit:     125f7fcb885fdc4019d4dd793501619cf3de4f4a
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 17 20:37:25 2011 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Aug 17 20:37:25 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=dev/mgorny.git;a=commit;h=125f7fcb

net-misc/autoupnp: Update deps to use libtinynotify.

(Portage version: 2.2.0_alpha51_p4/git/Linux x86_64, signed Manifest commit with key 42B9401D)

---
 net-misc/autoupnp/Manifest             |   14 +++++++-------
 net-misc/autoupnp/autoupnp-9999.ebuild |    2 +-
 2 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/net-misc/autoupnp/Manifest b/net-misc/autoupnp/Manifest
index 1aef863..d1c93ee 100644
--- a/net-misc/autoupnp/Manifest
+++ b/net-misc/autoupnp/Manifest
@@ -1,14 +1,14 @@
 -----BEGIN PGP SIGNED MESSAGE-----
 Hash: SHA256
 
-EBUILD autoupnp-9999.ebuild 900 RMD160 502c80eb505acfce988392de0aa2e899b60be593 SHA1 0ac0506422f94cace138d882c9ef56832df892be SHA256 24d9cf96e72318c1c112e02c5c8989904a8cc6cab387f3a6f1ac89ce06c5ba5b
+EBUILD autoupnp-9999.ebuild 904 RMD160 e3e4a97225a87e7aacd7db90bb7bfe9c04060305 SHA1 6fc56f2f7efc2327d8ed1e7ead7ac77c0ac96fed SHA256 beb79a18188c930b059b34aa3c369e5b5bdb1acf0066a7efa36bb210c8b525d4
 MISC metadata.xml 539 RMD160 3c6e22ccb9af265d63f9d40b8cfe6fb9d2bdd0aa SHA1 2f8730c12bc15f243483bf044a239b80efce4a2b SHA256 eb121bcefb309db28901da9a89fc598df902f1394be709863019830814b67970
 -----BEGIN PGP SIGNATURE-----
-Version: GnuPG v2.0.17 (GNU/Linux)
+Version: GnuPG v2.0.18 (GNU/Linux)
 
-iJwEAQEIAAYFAk4wXgwACgkQfXuS5UK5QB1lEgP/RLf2aTo8jBSVqlIT4N894aJU
-5GRkh9qAX2dRRr0zDTDNyxJ4lKK2SHVSjFecEJAbrzZY9oyJZQA+CoPuJQgX46Eb
-4PtqMIkAohEv1km5hsFNekKydJuShuoDwMW3snNBOKtO8mv9l4ocP4kuXZpjkeiZ
-tmubM2Rtvwm8Fzt5sg4=
-=gODv
+iJwEAQEIAAYFAk5MJoUACgkQfXuS5UK5QB2yQAP+IyyAsYBtXuql8Q3qwcIpFduT
+qAhMUxSBL/xf1g5qAGeFyPZiYmwyFwIY5LcmFBG1VfWInpYD9QI8Q9dRXbEtuEBk
+MVPrexZn9bG9iB6lLQzmYRz/rnyXKrKu96MTCFLf04veNpcrvhin0/owtR5SDbuj
+em9L1m8Erj2S18Pyvzs=
+=kpqv
 -----END PGP SIGNATURE-----

diff --git a/net-misc/autoupnp/autoupnp-9999.ebuild b/net-misc/autoupnp/autoupnp-9999.ebuild
index 6944071..1ca3df6 100644
--- a/net-misc/autoupnp/autoupnp-9999.ebuild
+++ b/net-misc/autoupnp/autoupnp-9999.ebuild
@@ -21,7 +21,7 @@ KEYWORDS="~amd64 ~x86"
 IUSE="libnotify"
 
 RDEPEND="net-libs/miniupnpc
-	libnotify? ( x11-libs/libnotify )"
+	libnotify? ( x11-libs/libtinynotify )"
 DEPEND="${RDEPEND}"
 
 DOCS=( README )



^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [gentoo-commits] dev/mgorny:master commit in: net-misc/autoupnp/
@ 2011-09-16 21:59 Michał Górny
  0 siblings, 0 replies; 5+ messages in thread
From: Michał Górny @ 2011-09-16 21:59 UTC (permalink / raw
  To: gentoo-commits

commit:     c1c7f6e62722c8d42fb9a9bc3b174b1b96832369
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 15 10:28:49 2011 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Sep 15 10:28:49 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=dev/mgorny.git;a=commit;h=c1c7f6e6

net-misc/autoupnp: Fix #if LIVE range.

(Portage version: 2.2.0_alpha55_p39/git/Linux x86_64, signed Manifest commit with key 42B9401D)

---
 net-misc/autoupnp/Manifest             |   12 ++++++------
 net-misc/autoupnp/autoupnp-9999.ebuild |    4 +---
 2 files changed, 7 insertions(+), 9 deletions(-)

diff --git a/net-misc/autoupnp/Manifest b/net-misc/autoupnp/Manifest
index d1c93ee..e8c5f5b 100644
--- a/net-misc/autoupnp/Manifest
+++ b/net-misc/autoupnp/Manifest
@@ -1,14 +1,14 @@
 -----BEGIN PGP SIGNED MESSAGE-----
 Hash: SHA256
 
-EBUILD autoupnp-9999.ebuild 904 RMD160 e3e4a97225a87e7aacd7db90bb7bfe9c04060305 SHA1 6fc56f2f7efc2327d8ed1e7ead7ac77c0ac96fed SHA256 beb79a18188c930b059b34aa3c369e5b5bdb1acf0066a7efa36bb210c8b525d4
+EBUILD autoupnp-9999.ebuild 888 RMD160 e14216ab44ee82d05d8ce2eb703a7985fd5de133 SHA1 50a46c1ae3127bd1bbb387afeb1b5e6383a102ad SHA256 5dc025670e6ab10190f8d7c3688d7329f448fef53164dbbe49cb73114047a910
 MISC metadata.xml 539 RMD160 3c6e22ccb9af265d63f9d40b8cfe6fb9d2bdd0aa SHA1 2f8730c12bc15f243483bf044a239b80efce4a2b SHA256 eb121bcefb309db28901da9a89fc598df902f1394be709863019830814b67970
 -----BEGIN PGP SIGNATURE-----
 Version: GnuPG v2.0.18 (GNU/Linux)
 
-iJwEAQEIAAYFAk5MJoUACgkQfXuS5UK5QB2yQAP+IyyAsYBtXuql8Q3qwcIpFduT
-qAhMUxSBL/xf1g5qAGeFyPZiYmwyFwIY5LcmFBG1VfWInpYD9QI8Q9dRXbEtuEBk
-MVPrexZn9bG9iB6lLQzmYRz/rnyXKrKu96MTCFLf04veNpcrvhin0/owtR5SDbuj
-em9L1m8Erj2S18Pyvzs=
-=kpqv
+iJwEAQEIAAYFAk5x02EACgkQfXuS5UK5QB1CXQP+PvA0N7WNZ2rMH83HyfGnGOJy
+SE1q35wTwM2gY+Cg8n0Sl68OQEZ0mj6dI4kk/PMgurVXxlKUoBlLtodN7Y0BRvHv
+GLbNPxV2838vaOsWQ1n+8AeeNKB5/J8Rc9wytsuS+PmtSt5ZB1lqcbvyfowhuslV
+V3swsvGleaoHHTvpxp8=
+=+avI
 -----END PGP SIGNATURE-----

diff --git a/net-misc/autoupnp/autoupnp-9999.ebuild b/net-misc/autoupnp/autoupnp-9999.ebuild
index 1ca3df6..28aa127 100644
--- a/net-misc/autoupnp/autoupnp-9999.ebuild
+++ b/net-misc/autoupnp/autoupnp-9999.ebuild
@@ -29,14 +29,12 @@ DOCS=( README )
 #if LIVE
 KEYWORDS=
 SRC_URI=
-#endif
 
 src_prepare() {
 	autotools-utils_src_prepare
-#if LIVE
 	eautoreconf
-#endif
 }
+#endif
 
 src_configure() {
 	myeconfargs=(



^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [gentoo-commits] dev/mgorny:master commit in: net-misc/autoupnp/
@ 2012-08-30  9:54 Michał Górny
  0 siblings, 0 replies; 5+ messages in thread
From: Michał Górny @ 2012-08-30  9:54 UTC (permalink / raw
  To: gentoo-commits

commit:     9fbc4cff0f5736cfd72d5c73ab1319453e6e73e6
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 30 09:28:52 2012 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Aug 30 09:28:52 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=dev/mgorny.git;a=commit;h=9fbc4cff

net-misc/autoupnp: Update URIs.

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

---
 net-misc/autoupnp/autoupnp-9999.ebuild |    7 +++----
 net-misc/autoupnp/metadata.xml         |    2 +-
 2 files changed, 4 insertions(+), 5 deletions(-)

diff --git a/net-misc/autoupnp/autoupnp-9999.ebuild b/net-misc/autoupnp/autoupnp-9999.ebuild
index e054eb2..01c5381 100644
--- a/net-misc/autoupnp/autoupnp-9999.ebuild
+++ b/net-misc/autoupnp/autoupnp-9999.ebuild
@@ -6,8 +6,7 @@ EAPI=4
 
 #if LIVE
 AUTOTOOLS_AUTORECONF=yes
-EGIT_REPO_URI="git://github.com/mgorny/${PN}.git
-	http://github.com/mgorny/${PN}.git"
+EGIT_REPO_URI="http://bitbucket.org/mgorny/${PN}.git"
 
 inherit git-2
 #endif
@@ -15,8 +14,8 @@ inherit git-2
 inherit autotools-utils
 
 DESCRIPTION="Automatic open port forwarder using UPnP"
-HOMEPAGE="https://github.com/mgorny/autoupnp/"
-SRC_URI="mirror://github/mgorny/${PN}/${P}.tar.bz2"
+HOMEPAGE="https://bitbucket.org/mgorny/autoupnp/"
+SRC_URI="mirror://bitbucket/mgorny/${PN}/${P}.tar.bz2"
 
 LICENSE="BSD"
 SLOT="0"

diff --git a/net-misc/autoupnp/metadata.xml b/net-misc/autoupnp/metadata.xml
index 1b5079f..2c1b429 100644
--- a/net-misc/autoupnp/metadata.xml
+++ b/net-misc/autoupnp/metadata.xml
@@ -10,6 +10,6 @@
 			<email>mgorny@gentoo.org</email>
 			<name>Michał Górny</name>
 		</maintainer>
-		<bugs-to>https://github.com/mgorny/autoupnp/issues/</bugs-to>
+		<bugs-to>https://bitbucket.org/mgorny/autoupnp/issues/</bugs-to>
 	</upstream>
 </pkgmetadata>


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [gentoo-commits] dev/mgorny:master commit in: net-misc/autoupnp/
@ 2012-08-31  9:15 Michał Górny
  0 siblings, 0 replies; 5+ messages in thread
From: Michał Górny @ 2012-08-31  9:15 UTC (permalink / raw
  To: gentoo-commits

commit:     2fa36a5261820b58c61d2053bf8c7941315d1693
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 31 08:55:26 2012 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Aug 31 08:55:26 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=dev/mgorny.git;a=commit;h=2fa36a52

net-misc/autoupnp: Remove explicit remove_libtool_files(), it is no longer necesssary.

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

---
 net-misc/autoupnp/autoupnp-9999.ebuild |    5 -----
 1 files changed, 0 insertions(+), 5 deletions(-)

diff --git a/net-misc/autoupnp/autoupnp-9999.ebuild b/net-misc/autoupnp/autoupnp-9999.ebuild
index 2c8b51a..7cab51b 100644
--- a/net-misc/autoupnp/autoupnp-9999.ebuild
+++ b/net-misc/autoupnp/autoupnp-9999.ebuild
@@ -38,8 +38,3 @@ src_configure() {
 
 	autotools-utils_src_configure
 }
-
-src_install() {
-	autotools-utils_src_install
-	remove_libtool_files all
-}


^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2012-08-31  9:16 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-08-30  9:54 [gentoo-commits] dev/mgorny:master commit in: net-misc/autoupnp/ Michał Górny
  -- strict thread matches above, loose matches on Subject: below --
2012-08-31  9:15 Michał Górny
2011-09-16 21:59 Michał Górny
2011-08-17 20:35 Michał Górny
2011-07-27 18:49 Michał Górny

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox