public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Ian Whyman" <thev00d00@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libupnp/
Date: Mon, 24 Aug 2020 18:25:25 +0000 (UTC)	[thread overview]
Message-ID: <1598293521.4073dfd4f685b52ad6acdc2456121f1d6140b2f5.thev00d00@gentoo> (raw)

commit:     4073dfd4f685b52ad6acdc2456121f1d6140b2f5
Author:     Ian Whyman <thev00d00 <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 24 18:25:07 2020 +0000
Commit:     Ian Whyman <thev00d00 <AT> gentoo <DOT> org>
CommitDate: Mon Aug 24 18:25:21 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4073dfd4

net-libs/libupnp: Version bump

Package-Manager: Portage-3.0.2, Repoman-2.3.23
Signed-off-by: Ian Whyman <thev00d00 <AT> gentoo.org>

 net-libs/libupnp/Manifest              |  1 +
 net-libs/libupnp/libupnp-1.14.0.ebuild | 43 ++++++++++++++++++++++++++++++++++
 2 files changed, 44 insertions(+)

diff --git a/net-libs/libupnp/Manifest b/net-libs/libupnp/Manifest
index e39fc3d24a7..b419ccc3436 100644
--- a/net-libs/libupnp/Manifest
+++ b/net-libs/libupnp/Manifest
@@ -1,4 +1,5 @@
 DIST libupnp-1.12.1.tar.gz 786818 BLAKE2B e44847dda5a7aeabb22a5b76cdc48d1dc69e70f7ecac85824199bf8d6e9b802cb717f2959f70690cc00babf1b554a0cb031995f80c28246b9eec670ebe7aaa90 SHA512 e4741f9245378529a15b8be7acec5af52d802ce84b82f110dab44c30da65fc2514d51d3bee6311643eb28146ea90bb3c97f44f800edb4f3ccccc1681f3e70f80
+DIST libupnp-1.14.0.tar.gz 788668 BLAKE2B 8e77f49c6eacbaff2d4194f281f73e882d282b1af400b2d8e08111b7cb0b89305f3f06b8e0ebdf8eab35de39bcd2cd30be3ecb575d560c652e96bd7831eade40 SHA512 d7cf50e168aff2ef3ad08b4c383108d5044e4c9d2923088bb93423ee5fc555c32f0254f307cb86ea7c18197612cf2d2c6c681f82d99a6f01a68f86a21c6eecb7
 DIST libupnp-1.6.21.tar.bz2 1245353 BLAKE2B ca9ff07f88cfc77c3e3f7250ec1de6fb8c1ad3a918f556a7d37a6e994b67d825608edd3fd788a5b5979de72e3b25288225af3b5b8c58f54395682eef50bfc2d2 SHA512 65a2989497b941dfa1f7ac09fe44267de4a5231af25a304f0f6e754c7cbb578bdcb3c500188b5ebfbff9f579099db7501817d45e1724ef8e384d6d918bcdcdeb
 DIST libupnp-1.6.25.tar.bz2 722731 BLAKE2B 7f1850a235683ecd19bc377cd5c80c9d7ee8f0ded123dfc00d29551d2fd97fb873ce4c30ce0d26d562c57470c266a573c37fed4c0db159c65c56c673271adf92 SHA512 c1426c2f855f34a56b96761602a35989867918b556ecf9784c9ce9580f6c6083950004909831bad331f3a4dfb70ef1bd287e026c71bbfde2613f77fe05ab9e1f
 DIST libupnp-1.8.7.tar.gz 786079 BLAKE2B 5f7764c1392f881f420f27e21084f5c98a6fce711f82a3e83dd21e22bf01f25348cbea377b2fae2d69133e4926ae3f8bffcd870e31c4f29b0fe20214842765d5 SHA512 c02b82e33e4c4d85257f0d282e3c4fc1b14a9f42eebdf12318ce6fb75e620bb0c103f9531e87be744fe70898aae9f67db4b5a187a23bcace33427a5fe7d3293d

diff --git a/net-libs/libupnp/libupnp-1.14.0.ebuild b/net-libs/libupnp/libupnp-1.14.0.ebuild
new file mode 100644
index 00000000000..79c4ade3f90
--- /dev/null
+++ b/net-libs/libupnp/libupnp-1.14.0.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit eutils flag-o-matic autotools vcs-snapshot
+
+DESCRIPTION="An Portable Open Source UPnP Development Kit"
+HOMEPAGE="http://pupnp.sourceforge.net/"
+SRC_URI="https://github.com/mrjimenez/pupnp/archive/release-${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux"
+IUSE="blocking-tcp debug doc ipv6 +reuseaddr samples static-libs"
+
+DOCS="ChangeLog"
+
+src_prepare() {
+	default
+
+	# fix tests
+	chmod +x ixml/test/test_document.sh || die
+
+	eautoreconf
+}
+
+src_configure() {
+	use x86-fbsd &&	append-flags -O1
+	# w/o docdir to avoid sandbox violations
+	econf $(use_enable debug) \
+		$(use_enable blocking-tcp blocking-tcp-connections) \
+		$(use_enable ipv6) \
+		$(use_enable reuseaddr) \
+		$(use_enable static-libs static) \
+		$(use_enable samples)
+}
+
+src_install() {
+	default
+
+	use static-libs || find "${D}" -name '*.la' -delete || die
+}


             reply	other threads:[~2020-08-24 18:25 UTC|newest]

Thread overview: 126+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-08-24 18:25 Ian Whyman [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-06-22 20:01 [gentoo-commits] repo/gentoo:master commit in: net-libs/libupnp/ Conrad Kostecki
2024-05-25 17:31 Arthur Zamarin
2024-05-25  5:05 Arthur Zamarin
2024-05-25  2:03 Sam James
2024-05-25  2:03 Sam James
2024-05-25  0:49 Sam James
2024-05-25  0:49 Sam James
2024-05-25  0:49 Sam James
2024-04-23 22:09 Conrad Kostecki
2024-04-23 22:09 Conrad Kostecki
2023-10-04 18:32 Arthur Zamarin
2023-10-03  1:51 Sam James
2023-10-03  1:41 Sam James
2023-10-03  1:41 Sam James
2023-10-03  1:41 Sam James
2023-10-03  1:41 Sam James
2023-10-02 19:28 Arthur Zamarin
2023-08-26 23:42 Conrad Kostecki
2023-08-26 23:42 Conrad Kostecki
2023-06-03 19:45 Arthur Zamarin
2023-06-02 11:54 Arthur Zamarin
2023-06-02 11:54 Arthur Zamarin
2023-06-02 11:07 Arthur Zamarin
2023-06-02 11:07 Arthur Zamarin
2023-06-02 11:07 Arthur Zamarin
2023-06-02 11:07 Arthur Zamarin
2023-05-05  9:30 Arthur Zamarin
2023-05-05  9:30 Arthur Zamarin
2023-05-03  6:29 Sam James
2023-05-02 22:53 Sam James
2023-05-02 22:53 Sam James
2023-05-02 22:53 Sam James
2023-05-02 22:53 Sam James
2023-05-02 21:57 Conrad Kostecki
2023-04-01 19:39 Conrad Kostecki
2022-12-20 22:03 Conrad Kostecki
2022-12-20 18:55 Sam James
2022-12-20 18:55 Sam James
2022-12-20 16:53 Arthur Zamarin
2022-12-20 16:53 Arthur Zamarin
2022-12-20 16:53 Arthur Zamarin
2022-12-20 14:20 Arthur Zamarin
2022-12-20 14:20 Arthur Zamarin
2022-11-19 21:52 Conrad Kostecki
2022-11-06 13:00 Conrad Kostecki
2022-11-06  8:05 Agostino Sarubbo
2022-11-06  5:52 Sam James
2022-11-06  5:52 Sam James
2022-11-06  5:52 Sam James
2022-11-06  4:00 Sam James
2022-11-06  4:00 Sam James
2022-11-06  4:00 Sam James
2022-10-06 21:15 Conrad Kostecki
2022-09-03 12:46 Conrad Kostecki
2022-09-03  5:16 Sam James
2022-09-03  5:16 Sam James
2022-09-03  4:42 Arthur Zamarin
2022-09-03  4:42 Arthur Zamarin
2022-09-03  4:42 Arthur Zamarin
2022-09-03  4:42 Arthur Zamarin
2022-09-03  4:42 Arthur Zamarin
2022-08-03 20:08 Conrad Kostecki
2022-06-28  4:18 WANG Xuerui
2022-01-05 10:01 David Seifert
2021-11-05 17:38 Sam James
2021-11-05 17:38 Sam James
2021-11-04 21:44 Sam James
2021-11-04 15:30 Sam James
2021-11-04  7:40 Agostino Sarubbo
2021-11-04  7:40 Agostino Sarubbo
2021-11-04  0:42 Jakov Smolić
2021-10-04 19:01 Conrad Kostecki
2021-10-04 18:28 Conrad Kostecki
2021-10-03 17:13 Conrad Kostecki
2021-08-21  8:44 Marek Szuba
2021-08-20  1:50 Sam James
2021-07-26  3:25 John Helmert III
2021-06-21  7:19 Sam James
2021-06-18 22:38 Sam James
2021-06-18  6:28 Agostino Sarubbo
2021-06-18  6:27 Agostino Sarubbo
2021-06-17 20:24 Sam James
2021-06-17 20:23 Sam James
2021-06-17  7:23 Agostino Sarubbo
2021-06-02 12:25 Thomas Deutschmann
2021-04-11 12:05 Ian Whyman
2021-03-12 16:27 John Helmert III
2020-09-20 20:21 Agostino Sarubbo
2020-09-12  8:06 Sergei Trofimovich
2020-09-07 21:21 Sam James
2020-09-07 21:21 Sam James
2020-09-07 19:54 Thomas Deutschmann
2020-09-07 19:51 Thomas Deutschmann
2020-09-07 19:51 Thomas Deutschmann
2020-09-07 17:39 Sergei Trofimovich
2020-04-10  8:33 Ian Whyman
2020-01-30 22:08 Ian Whyman
2020-01-23 20:13 Ian Whyman
2019-11-21 19:34 Ian Whyman
2019-11-17 18:14 Ian Whyman
2019-11-02 21:07 Ian Whyman
2019-07-27 12:54 Aaron Bauman
2018-10-25 18:21 Ian Whyman
2018-10-25 17:21 Ian Whyman
2018-03-13 11:59 Pacho Ramos
2017-12-16 10:27 Ian Whyman
2017-12-04 20:46 Ian Whyman
2017-08-20 12:24 Ian Whyman
2017-07-14 14:09 Ian Whyman
2017-07-08  9:20 Alexis Ballier
2017-05-28 12:19 Ian Whyman
2017-05-25 17:15 Ian Whyman
2017-01-23 18:37 Ian Whyman
2017-01-16  8:49 Tobias Klausmann
2017-01-15  0:30 Jeroen Roovers
2017-01-13 16:54 Markus Meier
2017-01-10 12:34 Aaron Bauman
2016-12-30 21:39 Ian Whyman
2016-12-30 21:34 Ian Whyman
2016-11-29 17:39 Markus Meier
2016-11-23 13:12 Tobias Klausmann
2016-11-19 13:55 Agostino Sarubbo
2016-11-19 13:53 Agostino Sarubbo
2016-09-15 20:10 Ian Whyman
2016-09-15 19:53 Ian Whyman

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=1598293521.4073dfd4f685b52ad6acdc2456121f1d6140b2f5.thev00d00@gentoo \
    --to=thev00d00@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