public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: www-servers/pshs/
@ 2020-09-24  6:59 Agostino Sarubbo
  0 siblings, 0 replies; 32+ messages in thread
From: Agostino Sarubbo @ 2020-09-24  6:59 UTC (permalink / raw
  To: gentoo-commits

commit:     53e8b380d9d0cc4680b7f3fec71fd91e627a6959
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 24 06:59:54 2020 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Thu Sep 24 06:59:54 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53e8b380

www-servers/pshs: x86 stable wrt bug #743277

Package-Manager: Portage-2.3.103, Repoman-2.3.23
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 www-servers/pshs/pshs-0.3.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-servers/pshs/pshs-0.3.4.ebuild b/www-servers/pshs/pshs-0.3.4.ebuild
index 249f38ca2e2..1cba5442a19 100644
--- a/www-servers/pshs/pshs-0.3.4.ebuild
+++ b/www-servers/pshs/pshs-0.3.4.ebuild
@@ -9,7 +9,7 @@ SRC_URI="https://github.com/mgorny/${PN}/releases/download/v${PV}/${P}.tar.bz2"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="libressl +magic +netlink qrcode ssl upnp"
 
 RDEPEND=">=dev-libs/libevent-2:0=


^ permalink raw reply related	[flat|nested] 32+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: www-servers/pshs/
@ 2024-06-29 16:58 Michał Górny
  0 siblings, 0 replies; 32+ messages in thread
From: Michał Górny @ 2024-06-29 16:58 UTC (permalink / raw
  To: gentoo-commits

commit:     5e5be1adc634278ff7947c96bee6590a57be2c0e
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 29 15:49:38 2024 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Jun 29 16:58:26 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e5be1ad

www-servers/pshs: Remove old

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 www-servers/pshs/Manifest          |  1 -
 www-servers/pshs/pshs-0.4.1.ebuild | 36 ------------------------------------
 2 files changed, 37 deletions(-)

diff --git a/www-servers/pshs/Manifest b/www-servers/pshs/Manifest
index 6a1a5d84e1c4..4f822f971bc9 100644
--- a/www-servers/pshs/Manifest
+++ b/www-servers/pshs/Manifest
@@ -1,2 +1 @@
-DIST pshs-0.4.1.tar.gz 11758 BLAKE2B b3f9422c8ebd47d3de9993b93ea0438232f3ba037d7433b08875a131f449fab880a205bb62616a057328b7d6fe9c00277fbb2e886a1494d2234ab684b0a1e90f SHA512 7ecd0e5019e9778b5f2eff31b8e2f481972cf6da66e4493cff850aa1ec13a4df46e46782799ab25cecd1cc36122f797c6ae0ac2863ea604477784a79191a62d6
 DIST pshs-0.4.3.gh.tar.gz 12196 BLAKE2B 428b0a49dbbf53efdbfc0b8954035dbd1aea17e13c73a15c2f1e30625f898193beaa641e8dc4d65fac8dc14411a1840475d04ee399814ccacf63634fdad82979 SHA512 1a137f4f4f4f04afb8433843fbf3e9942a97781c3d74d198788ef9d696067984260423601983491c506b95b704255d77ce99b9ffa9def1020073abf6218bedbe

diff --git a/www-servers/pshs/pshs-0.4.1.ebuild b/www-servers/pshs/pshs-0.4.1.ebuild
deleted file mode 100644
index 901d8b2a935b..000000000000
--- a/www-servers/pshs/pshs-0.4.1.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit meson
-
-DESCRIPTION="Pretty small HTTP server -- a command-line tool to share files"
-HOMEPAGE="https://github.com/projg2/pshs/"
-SRC_URI="
-	https://github.com/projg2/pshs/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="+magic qrcode ssl upnp"
-
-RDEPEND=">=dev-libs/libevent-2:0=
-	magic? ( sys-apps/file:0= )
-	qrcode? ( media-gfx/qrencode:0= )
-	ssl? ( >=dev-libs/libevent-2.1:0=[ssl]
-		dev-libs/openssl:0=
-	)
-	upnp? ( <net-libs/miniupnpc-2.2.8:0= )"
-DEPEND="${RDEPEND}"
-
-src_configure() {
-	local emesonargs=(
-		$(meson_feature magic libmagic)
-		$(meson_feature qrcode qrencode)
-		$(meson_feature ssl)
-		$(meson_feature upnp)
-	)
-
-	meson_src_configure
-}


^ permalink raw reply related	[flat|nested] 32+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: www-servers/pshs/
@ 2024-06-29  8:25 Sam James
  0 siblings, 0 replies; 32+ messages in thread
From: Sam James @ 2024-06-29  8:25 UTC (permalink / raw
  To: gentoo-commits

commit:     d768bccfd4d1ed25ec9c80eeab6ba7185c199ea2
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 29 08:24:18 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Jun 29 08:24:18 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d768bccf

www-servers/pshs: Stabilize 0.4.3 x86, #935115

Signed-off-by: Sam James <sam <AT> gentoo.org>

 www-servers/pshs/pshs-0.4.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-servers/pshs/pshs-0.4.3.ebuild b/www-servers/pshs/pshs-0.4.3.ebuild
index 30ed491e6c83..7eff5a6ba2cc 100644
--- a/www-servers/pshs/pshs-0.4.3.ebuild
+++ b/www-servers/pshs/pshs-0.4.3.ebuild
@@ -13,7 +13,7 @@ SRC_URI="
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="+magic qrcode ssl upnp"
 
 DEPEND="


^ permalink raw reply related	[flat|nested] 32+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: www-servers/pshs/
@ 2024-06-29  8:25 Sam James
  0 siblings, 0 replies; 32+ messages in thread
From: Sam James @ 2024-06-29  8:25 UTC (permalink / raw
  To: gentoo-commits

commit:     689af51988dbab7399cfbe0d7655040d59bc9f64
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 29 08:24:17 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Jun 29 08:24:17 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=689af519

www-servers/pshs: Stabilize 0.4.3 amd64, #935115

Signed-off-by: Sam James <sam <AT> gentoo.org>

 www-servers/pshs/pshs-0.4.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-servers/pshs/pshs-0.4.3.ebuild b/www-servers/pshs/pshs-0.4.3.ebuild
index 8fbc89f3a612..30ed491e6c83 100644
--- a/www-servers/pshs/pshs-0.4.3.ebuild
+++ b/www-servers/pshs/pshs-0.4.3.ebuild
@@ -13,7 +13,7 @@ SRC_URI="
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE="+magic qrcode ssl upnp"
 
 DEPEND="


^ permalink raw reply related	[flat|nested] 32+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: www-servers/pshs/
@ 2024-06-11 18:04 Michał Górny
  0 siblings, 0 replies; 32+ messages in thread
From: Michał Górny @ 2024-06-11 18:04 UTC (permalink / raw
  To: gentoo-commits

commit:     bc1eeead011aff4a495d1392139d154d0027aede
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 11 18:02:22 2024 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Jun 11 18:04:17 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc1eeead

www-servers/pshs: Remove old

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 www-servers/pshs/Manifest          |  1 -
 www-servers/pshs/pshs-0.4.2.ebuild | 42 --------------------------------------
 2 files changed, 43 deletions(-)

diff --git a/www-servers/pshs/Manifest b/www-servers/pshs/Manifest
index 02352830014b..6a1a5d84e1c4 100644
--- a/www-servers/pshs/Manifest
+++ b/www-servers/pshs/Manifest
@@ -1,3 +1,2 @@
 DIST pshs-0.4.1.tar.gz 11758 BLAKE2B b3f9422c8ebd47d3de9993b93ea0438232f3ba037d7433b08875a131f449fab880a205bb62616a057328b7d6fe9c00277fbb2e886a1494d2234ab684b0a1e90f SHA512 7ecd0e5019e9778b5f2eff31b8e2f481972cf6da66e4493cff850aa1ec13a4df46e46782799ab25cecd1cc36122f797c6ae0ac2863ea604477784a79191a62d6
-DIST pshs-0.4.2.gh.tar.gz 11908 BLAKE2B 34afa32fe8cdb9212bcc22ec8b33e149b703cb2c5d12d4655732ce6e1400850a42770f2a5855c826bbcc1fb31e6f891a7e06fbf34bc8695933a39c8fe0b3f871 SHA512 0ec5c030fcc8b2073a3c524a5611e9861416523c73639aa3859d6c4bc1e69e2452c9e883f535129313db724b6bd48f00592d94321405450dbd9f4a9fdc3edb5b
 DIST pshs-0.4.3.gh.tar.gz 12196 BLAKE2B 428b0a49dbbf53efdbfc0b8954035dbd1aea17e13c73a15c2f1e30625f898193beaa641e8dc4d65fac8dc14411a1840475d04ee399814ccacf63634fdad82979 SHA512 1a137f4f4f4f04afb8433843fbf3e9942a97781c3d74d198788ef9d696067984260423601983491c506b95b704255d77ce99b9ffa9def1020073abf6218bedbe

diff --git a/www-servers/pshs/pshs-0.4.2.ebuild b/www-servers/pshs/pshs-0.4.2.ebuild
deleted file mode 100644
index 867099a0f011..000000000000
--- a/www-servers/pshs/pshs-0.4.2.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit meson
-
-DESCRIPTION="Pretty small HTTP server -- a command-line tool to share files"
-HOMEPAGE="https://github.com/projg2/pshs/"
-SRC_URI="
-	https://github.com/projg2/pshs/archive/v${PV}.tar.gz -> ${P}.gh.tar.gz
-"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS=""
-IUSE="+magic qrcode ssl upnp"
-
-DEPEND="
-	>=dev-libs/libevent-2.2:0=
-	magic? ( sys-apps/file:0= )
-	qrcode? ( media-gfx/qrencode:0= )
-	ssl? (
-		>=dev-libs/libevent-2.1:0=[ssl]
-		dev-libs/openssl:0=
-	)
-	upnp? ( net-libs/miniupnpc:0= )
-"
-RDEPEND="
-	${DEPEND}
-"
-
-src_configure() {
-	local emesonargs=(
-		$(meson_feature magic libmagic)
-		$(meson_feature qrcode qrencode)
-		$(meson_feature ssl)
-		$(meson_feature upnp)
-	)
-
-	meson_src_configure
-}


^ permalink raw reply related	[flat|nested] 32+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: www-servers/pshs/
@ 2024-06-11 18:04 Michał Górny
  0 siblings, 0 replies; 32+ messages in thread
From: Michał Górny @ 2024-06-11 18:04 UTC (permalink / raw
  To: gentoo-commits

commit:     52cb2020ea62f113f0cebf2fc4a5c5b6ca25f013
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 11 18:02:04 2024 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Jun 11 18:04:16 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52cb2020

www-servers/pshs: Bump to 0.4.3

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 www-servers/pshs/Manifest          |  1 +
 www-servers/pshs/pshs-0.4.3.ebuild | 42 ++++++++++++++++++++++++++++++++++++++
 2 files changed, 43 insertions(+)

diff --git a/www-servers/pshs/Manifest b/www-servers/pshs/Manifest
index c2a944a38aa7..02352830014b 100644
--- a/www-servers/pshs/Manifest
+++ b/www-servers/pshs/Manifest
@@ -1,2 +1,3 @@
 DIST pshs-0.4.1.tar.gz 11758 BLAKE2B b3f9422c8ebd47d3de9993b93ea0438232f3ba037d7433b08875a131f449fab880a205bb62616a057328b7d6fe9c00277fbb2e886a1494d2234ab684b0a1e90f SHA512 7ecd0e5019e9778b5f2eff31b8e2f481972cf6da66e4493cff850aa1ec13a4df46e46782799ab25cecd1cc36122f797c6ae0ac2863ea604477784a79191a62d6
 DIST pshs-0.4.2.gh.tar.gz 11908 BLAKE2B 34afa32fe8cdb9212bcc22ec8b33e149b703cb2c5d12d4655732ce6e1400850a42770f2a5855c826bbcc1fb31e6f891a7e06fbf34bc8695933a39c8fe0b3f871 SHA512 0ec5c030fcc8b2073a3c524a5611e9861416523c73639aa3859d6c4bc1e69e2452c9e883f535129313db724b6bd48f00592d94321405450dbd9f4a9fdc3edb5b
+DIST pshs-0.4.3.gh.tar.gz 12196 BLAKE2B 428b0a49dbbf53efdbfc0b8954035dbd1aea17e13c73a15c2f1e30625f898193beaa641e8dc4d65fac8dc14411a1840475d04ee399814ccacf63634fdad82979 SHA512 1a137f4f4f4f04afb8433843fbf3e9942a97781c3d74d198788ef9d696067984260423601983491c506b95b704255d77ce99b9ffa9def1020073abf6218bedbe

diff --git a/www-servers/pshs/pshs-0.4.3.ebuild b/www-servers/pshs/pshs-0.4.3.ebuild
new file mode 100644
index 000000000000..8fbc89f3a612
--- /dev/null
+++ b/www-servers/pshs/pshs-0.4.3.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit meson
+
+DESCRIPTION="Pretty small HTTP server -- a command-line tool to share files"
+HOMEPAGE="https://github.com/projg2/pshs/"
+SRC_URI="
+	https://github.com/projg2/pshs/archive/v${PV}.tar.gz -> ${P}.gh.tar.gz
+"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="+magic qrcode ssl upnp"
+
+DEPEND="
+	>=dev-libs/libevent-2.1:=
+	magic? ( sys-apps/file:= )
+	qrcode? ( media-gfx/qrencode:= )
+	ssl? (
+		>=dev-libs/libevent-2.1:=[ssl]
+		dev-libs/openssl:0=
+	)
+	upnp? ( net-libs/miniupnpc:= )
+"
+RDEPEND="
+	${DEPEND}
+"
+
+src_configure() {
+	local emesonargs=(
+		$(meson_feature magic libmagic)
+		$(meson_feature qrcode qrencode)
+		$(meson_feature ssl)
+		$(meson_feature upnp)
+	)
+
+	meson_src_configure
+}


^ permalink raw reply related	[flat|nested] 32+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: www-servers/pshs/
@ 2024-06-11 18:04 Michał Górny
  0 siblings, 0 replies; 32+ messages in thread
From: Michał Górny @ 2024-06-11 18:04 UTC (permalink / raw
  To: gentoo-commits

commit:     a1f5d6e278beb81d519e3b25feeee7db6196dcd8
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 11 18:03:10 2024 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Jun 11 18:04:19 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1f5d6e2

www-servers/pshs: Require <net-libs/miniupnpc-2.2.8 in 0.4.1

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 www-servers/pshs/pshs-0.4.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/www-servers/pshs/pshs-0.4.1.ebuild b/www-servers/pshs/pshs-0.4.1.ebuild
index e5d49211cbf2..901d8b2a935b 100644
--- a/www-servers/pshs/pshs-0.4.1.ebuild
+++ b/www-servers/pshs/pshs-0.4.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -21,7 +21,7 @@ RDEPEND=">=dev-libs/libevent-2:0=
 	ssl? ( >=dev-libs/libevent-2.1:0=[ssl]
 		dev-libs/openssl:0=
 	)
-	upnp? ( net-libs/miniupnpc:0= )"
+	upnp? ( <net-libs/miniupnpc-2.2.8:0= )"
 DEPEND="${RDEPEND}"
 
 src_configure() {


^ permalink raw reply related	[flat|nested] 32+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: www-servers/pshs/
@ 2023-07-25 21:00 Conrad Kostecki
  0 siblings, 0 replies; 32+ messages in thread
From: Conrad Kostecki @ 2023-07-25 21:00 UTC (permalink / raw
  To: gentoo-commits

commit:     8f3c689e2e162fe887bf2a399dfaa24f4d14ac1a
Author:     Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Sat Jun 17 08:53:44 2023 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Tue Jul 25 20:50:58 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f3c689e

www-servers/pshs: update HOMEPAGE

Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/31503
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 www-servers/pshs/pshs-0.4.1.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/www-servers/pshs/pshs-0.4.1.ebuild b/www-servers/pshs/pshs-0.4.1.ebuild
index 55ef2adeb61a..e5d49211cbf2 100644
--- a/www-servers/pshs/pshs-0.4.1.ebuild
+++ b/www-servers/pshs/pshs-0.4.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -6,9 +6,9 @@ EAPI=7
 inherit meson
 
 DESCRIPTION="Pretty small HTTP server -- a command-line tool to share files"
-HOMEPAGE="https://github.com/mgorny/pshs/"
+HOMEPAGE="https://github.com/projg2/pshs/"
 SRC_URI="
-	https://github.com/mgorny/pshs/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+	https://github.com/projg2/pshs/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"


^ permalink raw reply related	[flat|nested] 32+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: www-servers/pshs/
@ 2023-05-26 11:23 Michał Górny
  0 siblings, 0 replies; 32+ messages in thread
From: Michał Górny @ 2023-05-26 11:23 UTC (permalink / raw
  To: gentoo-commits

commit:     9847bc6856f0748847e6b43cf8e2533bc7b7a205
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri May 26 11:22:37 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri May 26 11:23:18 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9847bc68

www-servers/pshs: 0.4.2 works only with libevent-2.2 API

Closes: https://bugs.gentoo.org/907195
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 www-servers/pshs/pshs-0.4.2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/www-servers/pshs/pshs-0.4.2.ebuild b/www-servers/pshs/pshs-0.4.2.ebuild
index 3af2af814cfd..867099a0f011 100644
--- a/www-servers/pshs/pshs-0.4.2.ebuild
+++ b/www-servers/pshs/pshs-0.4.2.ebuild
@@ -13,11 +13,11 @@ SRC_URI="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS=""
 IUSE="+magic qrcode ssl upnp"
 
 DEPEND="
-	>=dev-libs/libevent-2:0=
+	>=dev-libs/libevent-2.2:0=
 	magic? ( sys-apps/file:0= )
 	qrcode? ( media-gfx/qrencode:0= )
 	ssl? (


^ permalink raw reply related	[flat|nested] 32+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: www-servers/pshs/
@ 2023-05-26  3:39 Michał Górny
  0 siblings, 0 replies; 32+ messages in thread
From: Michał Górny @ 2023-05-26  3:39 UTC (permalink / raw
  To: gentoo-commits

commit:     f861d7c1408bbabc6ee19f4ca584758f8b390de8
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu May 25 18:30:11 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri May 26 03:39:07 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f861d7c1

www-servers/pshs: Bump to 0.4.2

Closes: https://bugs.gentoo.org/906973
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 www-servers/pshs/Manifest          |  1 +
 www-servers/pshs/metadata.xml      |  4 ++--
 www-servers/pshs/pshs-0.4.2.ebuild | 42 ++++++++++++++++++++++++++++++++++++++
 3 files changed, 45 insertions(+), 2 deletions(-)

diff --git a/www-servers/pshs/Manifest b/www-servers/pshs/Manifest
index d7b0b1140eab..c2a944a38aa7 100644
--- a/www-servers/pshs/Manifest
+++ b/www-servers/pshs/Manifest
@@ -1 +1,2 @@
 DIST pshs-0.4.1.tar.gz 11758 BLAKE2B b3f9422c8ebd47d3de9993b93ea0438232f3ba037d7433b08875a131f449fab880a205bb62616a057328b7d6fe9c00277fbb2e886a1494d2234ab684b0a1e90f SHA512 7ecd0e5019e9778b5f2eff31b8e2f481972cf6da66e4493cff850aa1ec13a4df46e46782799ab25cecd1cc36122f797c6ae0ac2863ea604477784a79191a62d6
+DIST pshs-0.4.2.gh.tar.gz 11908 BLAKE2B 34afa32fe8cdb9212bcc22ec8b33e149b703cb2c5d12d4655732ce6e1400850a42770f2a5855c826bbcc1fb31e6f891a7e06fbf34bc8695933a39c8fe0b3f871 SHA512 0ec5c030fcc8b2073a3c524a5611e9861416523c73639aa3859d6c4bc1e69e2452c9e883f535129313db724b6bd48f00592d94321405450dbd9f4a9fdc3edb5b

diff --git a/www-servers/pshs/metadata.xml b/www-servers/pshs/metadata.xml
index d91d4566c345..7de6acc6c6af 100644
--- a/www-servers/pshs/metadata.xml
+++ b/www-servers/pshs/metadata.xml
@@ -15,7 +15,7 @@
 			<email>mgorny@gentoo.org</email>
 			<name>Michał Górny</name>
 		</maintainer>
-		<bugs-to>https://github.com/mgorny/pshs/issues/</bugs-to>
-		<remote-id type="github">mgorny/pshs</remote-id>
+		<bugs-to>https://github.com/projg2/pshs/issues/</bugs-to>
+		<remote-id type="github">projg2/pshs</remote-id>
 	</upstream>
 </pkgmetadata>

diff --git a/www-servers/pshs/pshs-0.4.2.ebuild b/www-servers/pshs/pshs-0.4.2.ebuild
new file mode 100644
index 000000000000..3af2af814cfd
--- /dev/null
+++ b/www-servers/pshs/pshs-0.4.2.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit meson
+
+DESCRIPTION="Pretty small HTTP server -- a command-line tool to share files"
+HOMEPAGE="https://github.com/projg2/pshs/"
+SRC_URI="
+	https://github.com/projg2/pshs/archive/v${PV}.tar.gz -> ${P}.gh.tar.gz
+"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="+magic qrcode ssl upnp"
+
+DEPEND="
+	>=dev-libs/libevent-2:0=
+	magic? ( sys-apps/file:0= )
+	qrcode? ( media-gfx/qrencode:0= )
+	ssl? (
+		>=dev-libs/libevent-2.1:0=[ssl]
+		dev-libs/openssl:0=
+	)
+	upnp? ( net-libs/miniupnpc:0= )
+"
+RDEPEND="
+	${DEPEND}
+"
+
+src_configure() {
+	local emesonargs=(
+		$(meson_feature magic libmagic)
+		$(meson_feature qrcode qrencode)
+		$(meson_feature ssl)
+		$(meson_feature upnp)
+	)
+
+	meson_src_configure
+}


^ permalink raw reply related	[flat|nested] 32+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: www-servers/pshs/
@ 2021-05-02 20:26 Mikle Kolyada
  0 siblings, 0 replies; 32+ messages in thread
From: Mikle Kolyada @ 2021-05-02 20:26 UTC (permalink / raw
  To: gentoo-commits

commit:     2d9d8b5d2eb4f1c49425c2b463acdeb3157bcdf3
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Sun May  2 20:22:25 2021 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Sun May  2 20:26:37 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d9d8b5d

www-servers/pshs: remove libressl support

Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>

 www-servers/pshs/pshs-0.4.1.ebuild | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/www-servers/pshs/pshs-0.4.1.ebuild b/www-servers/pshs/pshs-0.4.1.ebuild
index 1d7ddf7a595..55ef2adeb61 100644
--- a/www-servers/pshs/pshs-0.4.1.ebuild
+++ b/www-servers/pshs/pshs-0.4.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -13,14 +13,13 @@ SRC_URI="
 LICENSE="BSD"
 SLOT="0"
 KEYWORDS="amd64 x86"
-IUSE="libressl +magic qrcode ssl upnp"
+IUSE="+magic qrcode ssl upnp"
 
 RDEPEND=">=dev-libs/libevent-2:0=
 	magic? ( sys-apps/file:0= )
 	qrcode? ( media-gfx/qrencode:0= )
 	ssl? ( >=dev-libs/libevent-2.1:0=[ssl]
-		!libressl? ( dev-libs/openssl:0= )
-		libressl? ( dev-libs/libressl:= )
+		dev-libs/openssl:0=
 	)
 	upnp? ( net-libs/miniupnpc:0= )"
 DEPEND="${RDEPEND}"


^ permalink raw reply related	[flat|nested] 32+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: www-servers/pshs/
@ 2020-11-18  9:12 Michał Górny
  0 siblings, 0 replies; 32+ messages in thread
From: Michał Górny @ 2020-11-18  9:12 UTC (permalink / raw
  To: gentoo-commits

commit:     65b6f29a253f22408829b4ed775c09da5c41f43b
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 18 08:54:33 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Nov 18 09:12:54 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65b6f29a

www-servers/pshs: Remove old

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 www-servers/pshs/Manifest          |  2 --
 www-servers/pshs/metadata.xml      |  2 --
 www-servers/pshs/pshs-0.3.4.ebuild | 38 --------------------------------------
 www-servers/pshs/pshs-0.3.5.ebuild | 34 ----------------------------------
 4 files changed, 76 deletions(-)

diff --git a/www-servers/pshs/Manifest b/www-servers/pshs/Manifest
index 39271b1ded9..d7b0b1140ea 100644
--- a/www-servers/pshs/Manifest
+++ b/www-servers/pshs/Manifest
@@ -1,3 +1 @@
-DIST pshs-0.3.4.tar.bz2 81435 BLAKE2B e5a72c02efbaa95f0069d2533ce4434da88a5eaf33b7025b5d83bd0679631d6ee0b1faf31a5f3b0ed3bf2e23d4500bf6f473d997cabf99d8b769f4a2c662d32f SHA512 d264b46ad54286d5c4fac601e3353c1029af75ad59f28fea5a2970dc7e9b00327a08dfdd82141c76656f07047cfce1fa35b485b2f69f0728bcf74c835def917d
-DIST pshs-0.3.5.tar.bz2 79871 BLAKE2B 07322ce82d80ecc0db166672d1694902a3ae743fd5d43d79261fab66a2f08e58f990d3c5a47dd39c9d041f195cacf31d5db3546336ccc3d961709d17712adf53 SHA512 5cb0cd8950f708f0c4d7b9281e2863440c579557c285fdfda1082eebf849bfb7cd25965de05c7f7b96527eed94b95c635f8cd2d397ebfd4af12195f70b3c5648
 DIST pshs-0.4.1.tar.gz 11758 BLAKE2B b3f9422c8ebd47d3de9993b93ea0438232f3ba037d7433b08875a131f449fab880a205bb62616a057328b7d6fe9c00277fbb2e886a1494d2234ab684b0a1e90f SHA512 7ecd0e5019e9778b5f2eff31b8e2f481972cf6da66e4493cff850aa1ec13a4df46e46782799ab25cecd1cc36122f797c6ae0ac2863ea604477784a79191a62d6

diff --git a/www-servers/pshs/metadata.xml b/www-servers/pshs/metadata.xml
index f2777ef196c..7e3e8077f4b 100644
--- a/www-servers/pshs/metadata.xml
+++ b/www-servers/pshs/metadata.xml
@@ -8,8 +8,6 @@
 	<use>
 		<flag name="magic">Enable automatic detection of Content-Type
 			using libmagic (<pkg>sys-apps/file</pkg>)</flag>
-		<flag name="netlink">Use libnetlink (<pkg>sys-apps/iproute2</pkg>) to
-			get network interface addresses</flag>
 		<flag name="qrcode">Enable generating QRCodes for server URL</flag>
 	</use>
 	<upstream>

diff --git a/www-servers/pshs/pshs-0.3.4.ebuild b/www-servers/pshs/pshs-0.3.4.ebuild
deleted file mode 100644
index 1cba5442a19..00000000000
--- a/www-servers/pshs/pshs-0.3.4.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="Pretty small HTTP server -- a command-line tool to share files"
-HOMEPAGE="https://github.com/mgorny/pshs/"
-SRC_URI="https://github.com/mgorny/${PN}/releases/download/v${PV}/${P}.tar.bz2"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="libressl +magic +netlink qrcode ssl upnp"
-
-RDEPEND=">=dev-libs/libevent-2:0=
-	magic? ( sys-apps/file:0= )
-	qrcode? ( media-gfx/qrencode:0= )
-	ssl? ( >=dev-libs/libevent-2.1:0=[ssl]
-		!libressl? ( dev-libs/openssl:0= )
-		libressl? ( dev-libs/libressl:= )
-	)
-	upnp? ( net-libs/miniupnpc:0= )"
-DEPEND="${RDEPEND}
-	netlink? ( sys-apps/iproute2[-minimal]
-		>=sys-kernel/linux-headers-2.6.27 )"
-# libnetlink is static only ATM
-
-src_configure() {
-	local myconf=(
-		$(use_enable magic libmagic)
-		$(use_enable netlink)
-		$(use_enable qrcode qrencode)
-		$(use_enable ssl)
-		$(use_enable upnp)
-	)
-
-	econf "${myconf[@]}"
-}

diff --git a/www-servers/pshs/pshs-0.3.5.ebuild b/www-servers/pshs/pshs-0.3.5.ebuild
deleted file mode 100644
index 6b3e6429596..00000000000
--- a/www-servers/pshs/pshs-0.3.5.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="Pretty small HTTP server -- a command-line tool to share files"
-HOMEPAGE="https://github.com/mgorny/pshs/"
-SRC_URI="https://github.com/mgorny/${PN}/releases/download/v${PV}/${P}.tar.bz2"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="libressl +magic qrcode ssl upnp"
-
-RDEPEND=">=dev-libs/libevent-2:0=
-	magic? ( sys-apps/file:0= )
-	qrcode? ( media-gfx/qrencode:0= )
-	ssl? ( >=dev-libs/libevent-2.1:0=[ssl]
-		!libressl? ( dev-libs/openssl:0= )
-		libressl? ( dev-libs/libressl:= )
-	)
-	upnp? ( net-libs/miniupnpc:0= )"
-DEPEND="${RDEPEND}"
-
-src_configure() {
-	local myconf=(
-		$(use_enable magic libmagic)
-		$(use_enable qrcode qrencode)
-		$(use_enable ssl)
-		$(use_enable upnp)
-	)
-
-	econf "${myconf[@]}"
-}


^ permalink raw reply related	[flat|nested] 32+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: www-servers/pshs/
@ 2020-11-17 19:17 Agostino Sarubbo
  0 siblings, 0 replies; 32+ messages in thread
From: Agostino Sarubbo @ 2020-11-17 19:17 UTC (permalink / raw
  To: gentoo-commits

commit:     c0d9365d235f1e426162d109a5d89dc038e4a1eb
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 17 19:15:31 2020 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Tue Nov 17 19:15:31 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c0d9365d

www-servers/pshs: x86 stable wrt bug #754828

Package-Manager: Portage-3.0.8, Repoman-3.0.2
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 www-servers/pshs/pshs-0.4.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-servers/pshs/pshs-0.4.1.ebuild b/www-servers/pshs/pshs-0.4.1.ebuild
index d7fda003a4b..1d7ddf7a595 100644
--- a/www-servers/pshs/pshs-0.4.1.ebuild
+++ b/www-servers/pshs/pshs-0.4.1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="libressl +magic qrcode ssl upnp"
 
 RDEPEND=">=dev-libs/libevent-2:0=


^ permalink raw reply related	[flat|nested] 32+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: www-servers/pshs/
@ 2020-11-16 22:51 Sam James
  0 siblings, 0 replies; 32+ messages in thread
From: Sam James @ 2020-11-16 22:51 UTC (permalink / raw
  To: gentoo-commits

commit:     8e0e268bfe6ba886a15fc922144edc3e9207eb6a
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 16 22:50:27 2020 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Nov 16 22:50:27 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e0e268b

www-servers/pshs: Stabilize 0.4.1 amd64, #754828

Signed-off-by: Sam James <sam <AT> gentoo.org>

 www-servers/pshs/pshs-0.4.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-servers/pshs/pshs-0.4.1.ebuild b/www-servers/pshs/pshs-0.4.1.ebuild
index e20baa15b0c..d7fda003a4b 100644
--- a/www-servers/pshs/pshs-0.4.1.ebuild
+++ b/www-servers/pshs/pshs-0.4.1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE="libressl +magic qrcode ssl upnp"
 
 RDEPEND=">=dev-libs/libevent-2:0=


^ permalink raw reply related	[flat|nested] 32+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: www-servers/pshs/
@ 2020-09-26 11:37 Michał Górny
  0 siblings, 0 replies; 32+ messages in thread
From: Michał Górny @ 2020-09-26 11:37 UTC (permalink / raw
  To: gentoo-commits

commit:     e8b05e8f8c424ce41ac5e757188035d9548d5ae0
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 26 11:26:45 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Sep 26 11:26:45 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8b05e8f

www-servers/pshs: Remove the live ebuild

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 www-servers/pshs/pshs-9999.ebuild | 43 ---------------------------------------
 1 file changed, 43 deletions(-)

diff --git a/www-servers/pshs/pshs-9999.ebuild b/www-servers/pshs/pshs-9999.ebuild
deleted file mode 100644
index 51c8476b255..00000000000
--- a/www-servers/pshs/pshs-9999.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-EGIT_REPO_URI="https://github.com/mgorny/${PN}.git"
-
-inherit autotools git-r3
-
-DESCRIPTION="Pretty small HTTP server -- a command-line tool to share files"
-HOMEPAGE="https://github.com/mgorny/pshs/"
-SRC_URI=""
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS=""
-IUSE="libressl +magic qrcode ssl upnp"
-
-RDEPEND=">=dev-libs/libevent-2:0=
-	magic? ( sys-apps/file:0= )
-	qrcode? ( media-gfx/qrencode:0= )
-	ssl? ( >=dev-libs/libevent-2.1:0=[ssl]
-		!libressl? ( dev-libs/openssl:0= )
-		libressl? ( dev-libs/libressl:= )
-	)
-	upnp? ( net-libs/miniupnpc:0= )"
-DEPEND="${RDEPEND}"
-
-src_prepare() {
-	default
-	eautoreconf
-}
-
-src_configure() {
-	local myconf=(
-		$(use_enable magic libmagic)
-		$(use_enable qrcode qrencode)
-		$(use_enable ssl)
-		$(use_enable upnp)
-	)
-
-	econf "${myconf[@]}"
-}


^ permalink raw reply related	[flat|nested] 32+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: www-servers/pshs/
@ 2020-09-26 11:37 Michał Górny
  0 siblings, 0 replies; 32+ messages in thread
From: Michał Górny @ 2020-09-26 11:37 UTC (permalink / raw
  To: gentoo-commits

commit:     1d61eee5afb638efa5a49e535bebac1007e7213d
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 26 11:30:07 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Sep 26 11:36:54 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d61eee5

www-servers/pshs: Bump to 0.4.1

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 www-servers/pshs/Manifest          |  1 +
 www-servers/pshs/pshs-0.4.1.ebuild | 37 +++++++++++++++++++++++++++++++++++++
 2 files changed, 38 insertions(+)

diff --git a/www-servers/pshs/Manifest b/www-servers/pshs/Manifest
index 36125932ed1..39271b1ded9 100644
--- a/www-servers/pshs/Manifest
+++ b/www-servers/pshs/Manifest
@@ -1,2 +1,3 @@
 DIST pshs-0.3.4.tar.bz2 81435 BLAKE2B e5a72c02efbaa95f0069d2533ce4434da88a5eaf33b7025b5d83bd0679631d6ee0b1faf31a5f3b0ed3bf2e23d4500bf6f473d997cabf99d8b769f4a2c662d32f SHA512 d264b46ad54286d5c4fac601e3353c1029af75ad59f28fea5a2970dc7e9b00327a08dfdd82141c76656f07047cfce1fa35b485b2f69f0728bcf74c835def917d
 DIST pshs-0.3.5.tar.bz2 79871 BLAKE2B 07322ce82d80ecc0db166672d1694902a3ae743fd5d43d79261fab66a2f08e58f990d3c5a47dd39c9d041f195cacf31d5db3546336ccc3d961709d17712adf53 SHA512 5cb0cd8950f708f0c4d7b9281e2863440c579557c285fdfda1082eebf849bfb7cd25965de05c7f7b96527eed94b95c635f8cd2d397ebfd4af12195f70b3c5648
+DIST pshs-0.4.1.tar.gz 11758 BLAKE2B b3f9422c8ebd47d3de9993b93ea0438232f3ba037d7433b08875a131f449fab880a205bb62616a057328b7d6fe9c00277fbb2e886a1494d2234ab684b0a1e90f SHA512 7ecd0e5019e9778b5f2eff31b8e2f481972cf6da66e4493cff850aa1ec13a4df46e46782799ab25cecd1cc36122f797c6ae0ac2863ea604477784a79191a62d6

diff --git a/www-servers/pshs/pshs-0.4.1.ebuild b/www-servers/pshs/pshs-0.4.1.ebuild
new file mode 100644
index 00000000000..e20baa15b0c
--- /dev/null
+++ b/www-servers/pshs/pshs-0.4.1.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit meson
+
+DESCRIPTION="Pretty small HTTP server -- a command-line tool to share files"
+HOMEPAGE="https://github.com/mgorny/pshs/"
+SRC_URI="
+	https://github.com/mgorny/pshs/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="libressl +magic qrcode ssl upnp"
+
+RDEPEND=">=dev-libs/libevent-2:0=
+	magic? ( sys-apps/file:0= )
+	qrcode? ( media-gfx/qrencode:0= )
+	ssl? ( >=dev-libs/libevent-2.1:0=[ssl]
+		!libressl? ( dev-libs/openssl:0= )
+		libressl? ( dev-libs/libressl:= )
+	)
+	upnp? ( net-libs/miniupnpc:0= )"
+DEPEND="${RDEPEND}"
+
+src_configure() {
+	local emesonargs=(
+		$(meson_feature magic libmagic)
+		$(meson_feature qrcode qrencode)
+		$(meson_feature ssl)
+		$(meson_feature upnp)
+	)
+
+	meson_src_configure
+}


^ permalink raw reply related	[flat|nested] 32+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: www-servers/pshs/
@ 2020-09-26 10:55 Michał Górny
  0 siblings, 0 replies; 32+ messages in thread
From: Michał Górny @ 2020-09-26 10:55 UTC (permalink / raw
  To: gentoo-commits

commit:     2c40799ef7b6973875b616e0469238f6024462b6
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 26 09:37:32 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Sep 26 10:55:42 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c40799e

www-servers/pshs: -9999 no longer requires libnetlink

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 www-servers/pshs/pshs-9999.ebuild | 10 +++-------
 1 file changed, 3 insertions(+), 7 deletions(-)

diff --git a/www-servers/pshs/pshs-9999.ebuild b/www-servers/pshs/pshs-9999.ebuild
index 7f31015204b..51c8476b255 100644
--- a/www-servers/pshs/pshs-9999.ebuild
+++ b/www-servers/pshs/pshs-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -14,7 +14,7 @@ SRC_URI=""
 LICENSE="BSD"
 SLOT="0"
 KEYWORDS=""
-IUSE="libressl +magic +netlink qrcode ssl upnp"
+IUSE="libressl +magic qrcode ssl upnp"
 
 RDEPEND=">=dev-libs/libevent-2:0=
 	magic? ( sys-apps/file:0= )
@@ -24,10 +24,7 @@ RDEPEND=">=dev-libs/libevent-2:0=
 		libressl? ( dev-libs/libressl:= )
 	)
 	upnp? ( net-libs/miniupnpc:0= )"
-DEPEND="${RDEPEND}
-	netlink? ( sys-apps/iproute2
-		>=sys-kernel/linux-headers-2.6.27 )"
-# libnetlink is static only ATM
+DEPEND="${RDEPEND}"
 
 src_prepare() {
 	default
@@ -37,7 +34,6 @@ src_prepare() {
 src_configure() {
 	local myconf=(
 		$(use_enable magic libmagic)
-		$(use_enable netlink)
 		$(use_enable qrcode qrencode)
 		$(use_enable ssl)
 		$(use_enable upnp)


^ permalink raw reply related	[flat|nested] 32+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: www-servers/pshs/
@ 2020-09-26 10:55 Michał Górny
  0 siblings, 0 replies; 32+ messages in thread
From: Michał Górny @ 2020-09-26 10:55 UTC (permalink / raw
  To: gentoo-commits

commit:     150e69f513bfb2640e503cbbf61bd4dec8bc8fc9
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 26 10:52:14 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Sep 26 10:55:43 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=150e69f5

www-servers/pshs: Bump to 0.3.5

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 www-servers/pshs/Manifest          |  1 +
 www-servers/pshs/pshs-0.3.5.ebuild | 34 ++++++++++++++++++++++++++++++++++
 2 files changed, 35 insertions(+)

diff --git a/www-servers/pshs/Manifest b/www-servers/pshs/Manifest
index ac8a72f797e..36125932ed1 100644
--- a/www-servers/pshs/Manifest
+++ b/www-servers/pshs/Manifest
@@ -1 +1,2 @@
 DIST pshs-0.3.4.tar.bz2 81435 BLAKE2B e5a72c02efbaa95f0069d2533ce4434da88a5eaf33b7025b5d83bd0679631d6ee0b1faf31a5f3b0ed3bf2e23d4500bf6f473d997cabf99d8b769f4a2c662d32f SHA512 d264b46ad54286d5c4fac601e3353c1029af75ad59f28fea5a2970dc7e9b00327a08dfdd82141c76656f07047cfce1fa35b485b2f69f0728bcf74c835def917d
+DIST pshs-0.3.5.tar.bz2 79871 BLAKE2B 07322ce82d80ecc0db166672d1694902a3ae743fd5d43d79261fab66a2f08e58f990d3c5a47dd39c9d041f195cacf31d5db3546336ccc3d961709d17712adf53 SHA512 5cb0cd8950f708f0c4d7b9281e2863440c579557c285fdfda1082eebf849bfb7cd25965de05c7f7b96527eed94b95c635f8cd2d397ebfd4af12195f70b3c5648

diff --git a/www-servers/pshs/pshs-0.3.5.ebuild b/www-servers/pshs/pshs-0.3.5.ebuild
new file mode 100644
index 00000000000..6b3e6429596
--- /dev/null
+++ b/www-servers/pshs/pshs-0.3.5.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Pretty small HTTP server -- a command-line tool to share files"
+HOMEPAGE="https://github.com/mgorny/pshs/"
+SRC_URI="https://github.com/mgorny/${PN}/releases/download/v${PV}/${P}.tar.bz2"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="libressl +magic qrcode ssl upnp"
+
+RDEPEND=">=dev-libs/libevent-2:0=
+	magic? ( sys-apps/file:0= )
+	qrcode? ( media-gfx/qrencode:0= )
+	ssl? ( >=dev-libs/libevent-2.1:0=[ssl]
+		!libressl? ( dev-libs/openssl:0= )
+		libressl? ( dev-libs/libressl:= )
+	)
+	upnp? ( net-libs/miniupnpc:0= )"
+DEPEND="${RDEPEND}"
+
+src_configure() {
+	local myconf=(
+		$(use_enable magic libmagic)
+		$(use_enable qrcode qrencode)
+		$(use_enable ssl)
+		$(use_enable upnp)
+	)
+
+	econf "${myconf[@]}"
+}


^ permalink raw reply related	[flat|nested] 32+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: www-servers/pshs/
@ 2020-09-23 10:58 Agostino Sarubbo
  0 siblings, 0 replies; 32+ messages in thread
From: Agostino Sarubbo @ 2020-09-23 10:58 UTC (permalink / raw
  To: gentoo-commits

commit:     08be570ba52c8dfc4104e85ddaaf8599a24f20f6
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 23 10:58:02 2020 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Wed Sep 23 10:58:02 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=08be570b

www-servers/pshs: amd64 stable wrt bug #743277

Package-Manager: Portage-2.3.103, Repoman-2.3.23
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 www-servers/pshs/pshs-0.3.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-servers/pshs/pshs-0.3.4.ebuild b/www-servers/pshs/pshs-0.3.4.ebuild
index 8f78da41580..249f38ca2e2 100644
--- a/www-servers/pshs/pshs-0.3.4.ebuild
+++ b/www-servers/pshs/pshs-0.3.4.ebuild
@@ -9,7 +9,7 @@ SRC_URI="https://github.com/mgorny/${PN}/releases/download/v${PV}/${P}.tar.bz2"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE="libressl +magic +netlink qrcode ssl upnp"
 
 RDEPEND=">=dev-libs/libevent-2:0=


^ permalink raw reply related	[flat|nested] 32+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: www-servers/pshs/
@ 2020-09-18  9:38 Michał Górny
  0 siblings, 0 replies; 32+ messages in thread
From: Michał Górny @ 2020-09-18  9:38 UTC (permalink / raw
  To: gentoo-commits

commit:     aaf89a596217346ffa20d894e190650edaa0e128
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 18 09:33:19 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Sep 18 09:38:11 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aaf89a59

www-servers/pshs: Remove old

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 www-servers/pshs/Manifest          |  1 -
 www-servers/pshs/pshs-0.3.3.ebuild | 38 --------------------------------------
 2 files changed, 39 deletions(-)

diff --git a/www-servers/pshs/Manifest b/www-servers/pshs/Manifest
index af3fb047428..ac8a72f797e 100644
--- a/www-servers/pshs/Manifest
+++ b/www-servers/pshs/Manifest
@@ -1,2 +1 @@
-DIST pshs-0.3.3.tar.bz2 81109 BLAKE2B c73aa8390257de4ffd616ecb08b570273075e72473a7e506a4ab4ca59a3ebf9f4c1467eabd1ef45b88d0d3422b14f55108c94d2e92222b186606b8b5cf8ab8c4 SHA512 c9c6dd854319153350a6e7ef245af8f89c0d50f783507211a34994d375f2ae442b22959e4a2fb1bcc02f976a8ff6f41545b176a32ea70174af0850cf1eaf77d9
 DIST pshs-0.3.4.tar.bz2 81435 BLAKE2B e5a72c02efbaa95f0069d2533ce4434da88a5eaf33b7025b5d83bd0679631d6ee0b1faf31a5f3b0ed3bf2e23d4500bf6f473d997cabf99d8b769f4a2c662d32f SHA512 d264b46ad54286d5c4fac601e3353c1029af75ad59f28fea5a2970dc7e9b00327a08dfdd82141c76656f07047cfce1fa35b485b2f69f0728bcf74c835def917d

diff --git a/www-servers/pshs/pshs-0.3.3.ebuild b/www-servers/pshs/pshs-0.3.3.ebuild
deleted file mode 100644
index cafb509f384..00000000000
--- a/www-servers/pshs/pshs-0.3.3.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="Pretty small HTTP server -- a command-line tool to share files"
-HOMEPAGE="https://github.com/mgorny/pshs/"
-SRC_URI="https://github.com/mgorny/${PN}/releases/download/v${PV}/${P}.tar.bz2"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="libressl +magic +netlink qrcode ssl upnp"
-
-RDEPEND=">=dev-libs/libevent-2:0=
-	magic? ( sys-apps/file:0= )
-	qrcode? ( media-gfx/qrencode:0= )
-	ssl? ( >=dev-libs/libevent-2.1:0=[ssl]
-		!libressl? ( dev-libs/openssl:0= )
-		libressl? ( dev-libs/libressl:= )
-	)
-	upnp? ( net-libs/miniupnpc:0= )"
-DEPEND="${RDEPEND}
-	netlink? ( sys-apps/iproute2[-minimal]
-		>=sys-kernel/linux-headers-2.6.27 )"
-# libnetlink is static only ATM
-
-src_configure() {
-	local myconf=(
-		$(use_enable magic libmagic)
-		$(use_enable netlink)
-		$(use_enable qrcode qrencode)
-		$(use_enable ssl)
-		$(use_enable upnp)
-	)
-
-	econf "${myconf[@]}"
-}


^ permalink raw reply related	[flat|nested] 32+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: www-servers/pshs/
@ 2020-07-11 20:15 Michał Górny
  0 siblings, 0 replies; 32+ messages in thread
From: Michał Górny @ 2020-07-11 20:15 UTC (permalink / raw
  To: gentoo-commits

commit:     6c3e706eab7e037426c5b9b9693c2086c46974ff
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 11 20:13:50 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Jul 11 20:15:16 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c3e706e

www-servers/pshs: Bump to 0.3.4

Closes: https://bugs.gentoo.org/732244
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 www-servers/pshs/Manifest          |  1 +
 www-servers/pshs/pshs-0.3.4.ebuild | 38 ++++++++++++++++++++++++++++++++++++++
 2 files changed, 39 insertions(+)

diff --git a/www-servers/pshs/Manifest b/www-servers/pshs/Manifest
index fed92c3f8f0..af3fb047428 100644
--- a/www-servers/pshs/Manifest
+++ b/www-servers/pshs/Manifest
@@ -1 +1,2 @@
 DIST pshs-0.3.3.tar.bz2 81109 BLAKE2B c73aa8390257de4ffd616ecb08b570273075e72473a7e506a4ab4ca59a3ebf9f4c1467eabd1ef45b88d0d3422b14f55108c94d2e92222b186606b8b5cf8ab8c4 SHA512 c9c6dd854319153350a6e7ef245af8f89c0d50f783507211a34994d375f2ae442b22959e4a2fb1bcc02f976a8ff6f41545b176a32ea70174af0850cf1eaf77d9
+DIST pshs-0.3.4.tar.bz2 81435 BLAKE2B e5a72c02efbaa95f0069d2533ce4434da88a5eaf33b7025b5d83bd0679631d6ee0b1faf31a5f3b0ed3bf2e23d4500bf6f473d997cabf99d8b769f4a2c662d32f SHA512 d264b46ad54286d5c4fac601e3353c1029af75ad59f28fea5a2970dc7e9b00327a08dfdd82141c76656f07047cfce1fa35b485b2f69f0728bcf74c835def917d

diff --git a/www-servers/pshs/pshs-0.3.4.ebuild b/www-servers/pshs/pshs-0.3.4.ebuild
new file mode 100644
index 00000000000..8f78da41580
--- /dev/null
+++ b/www-servers/pshs/pshs-0.3.4.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="Pretty small HTTP server -- a command-line tool to share files"
+HOMEPAGE="https://github.com/mgorny/pshs/"
+SRC_URI="https://github.com/mgorny/${PN}/releases/download/v${PV}/${P}.tar.bz2"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="libressl +magic +netlink qrcode ssl upnp"
+
+RDEPEND=">=dev-libs/libevent-2:0=
+	magic? ( sys-apps/file:0= )
+	qrcode? ( media-gfx/qrencode:0= )
+	ssl? ( >=dev-libs/libevent-2.1:0=[ssl]
+		!libressl? ( dev-libs/openssl:0= )
+		libressl? ( dev-libs/libressl:= )
+	)
+	upnp? ( net-libs/miniupnpc:0= )"
+DEPEND="${RDEPEND}
+	netlink? ( sys-apps/iproute2[-minimal]
+		>=sys-kernel/linux-headers-2.6.27 )"
+# libnetlink is static only ATM
+
+src_configure() {
+	local myconf=(
+		$(use_enable magic libmagic)
+		$(use_enable netlink)
+		$(use_enable qrcode qrencode)
+		$(use_enable ssl)
+		$(use_enable upnp)
+	)
+
+	econf "${myconf[@]}"
+}


^ permalink raw reply related	[flat|nested] 32+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: www-servers/pshs/
@ 2018-03-26 16:14 Michał Górny
  0 siblings, 0 replies; 32+ messages in thread
From: Michał Górny @ 2018-03-26 16:14 UTC (permalink / raw
  To: gentoo-commits

commit:     e9a0309240888ada8ee1e36dffd7afc3a516a93d
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 26 15:09:55 2018 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Mar 26 16:13:56 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9a03092

www-servers/pshs: Drop old

 www-servers/pshs/Manifest          |  1 -
 www-servers/pshs/pshs-0.3.2.ebuild | 38 --------------------------------------
 2 files changed, 39 deletions(-)

diff --git a/www-servers/pshs/Manifest b/www-servers/pshs/Manifest
index ac55ff8d122..fed92c3f8f0 100644
--- a/www-servers/pshs/Manifest
+++ b/www-servers/pshs/Manifest
@@ -1,2 +1 @@
-DIST pshs-0.3.2.tar.bz2 80103 BLAKE2B 884355e3cb621ce0367e3fe8f7697e68a5725e24fc4f5e977035cac1442eeecc1463cd5bccecc071d45250730a746c121d7b636a2b9db775e6ea174f1efb8406 SHA512 82eb0e0ff76ad6d5651b789ca59b654558562501f9f4b89a562773f5c60e80c6d43a86fca35a41a313952d8134b83fe6a11d1085c8c35cb9bbffd6d2a243964a
 DIST pshs-0.3.3.tar.bz2 81109 BLAKE2B c73aa8390257de4ffd616ecb08b570273075e72473a7e506a4ab4ca59a3ebf9f4c1467eabd1ef45b88d0d3422b14f55108c94d2e92222b186606b8b5cf8ab8c4 SHA512 c9c6dd854319153350a6e7ef245af8f89c0d50f783507211a34994d375f2ae442b22959e4a2fb1bcc02f976a8ff6f41545b176a32ea70174af0850cf1eaf77d9

diff --git a/www-servers/pshs/pshs-0.3.2.ebuild b/www-servers/pshs/pshs-0.3.2.ebuild
deleted file mode 100644
index fc0cb0facdc..00000000000
--- a/www-servers/pshs/pshs-0.3.2.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="Pretty small HTTP server -- a command-line tool to share files"
-HOMEPAGE="https://github.com/mgorny/pshs/"
-SRC_URI="https://github.com/mgorny/${PN}/releases/download/v${PV}/${P}.tar.bz2"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="libressl +magic +netlink qrcode ssl upnp"
-
-RDEPEND=">=dev-libs/libevent-2:0=
-	magic? ( sys-apps/file:0= )
-	qrcode? ( media-gfx/qrencode:0= )
-	ssl? ( >=dev-libs/libevent-2.1:0=[ssl]
-		!libressl? ( dev-libs/openssl:0= )
-		libressl? ( dev-libs/libressl:= )
-	)
-	upnp? ( net-libs/miniupnpc:0= )"
-DEPEND="${RDEPEND}
-	netlink? ( sys-apps/iproute2
-		>=sys-kernel/linux-headers-2.6.27 )"
-# libnetlink is static only ATM
-
-src_configure() {
-	local myconf=(
-		$(use_enable magic libmagic)
-		$(use_enable netlink)
-		$(use_enable qrcode qrencode)
-		$(use_enable ssl)
-		$(use_enable upnp)
-	)
-
-	econf "${myconf[@]}"
-}


^ permalink raw reply related	[flat|nested] 32+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: www-servers/pshs/
@ 2018-02-27 16:19 Michał Górny
  0 siblings, 0 replies; 32+ messages in thread
From: Michał Górny @ 2018-02-27 16:19 UTC (permalink / raw
  To: gentoo-commits

commit:     0c6d92e104174577fd9ae2e857c0c27cbcfe7f3d
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 27 16:18:54 2018 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Feb 27 16:19:12 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c6d92e1

www-servers/pshs: Bump to 0.3.3

Bump to new 0.3.3 release that fixes OpenSSL-1.1 compatibility (thanks,
Quentin!) and linking to new libnetlink.

Closes: https://bugs.gentoo.org/648910

 www-servers/pshs/Manifest          |  1 +
 www-servers/pshs/pshs-0.3.3.ebuild | 38 ++++++++++++++++++++++++++++++++++++++
 2 files changed, 39 insertions(+)

diff --git a/www-servers/pshs/Manifest b/www-servers/pshs/Manifest
index 1fee0628469..ac55ff8d122 100644
--- a/www-servers/pshs/Manifest
+++ b/www-servers/pshs/Manifest
@@ -1 +1,2 @@
 DIST pshs-0.3.2.tar.bz2 80103 BLAKE2B 884355e3cb621ce0367e3fe8f7697e68a5725e24fc4f5e977035cac1442eeecc1463cd5bccecc071d45250730a746c121d7b636a2b9db775e6ea174f1efb8406 SHA512 82eb0e0ff76ad6d5651b789ca59b654558562501f9f4b89a562773f5c60e80c6d43a86fca35a41a313952d8134b83fe6a11d1085c8c35cb9bbffd6d2a243964a
+DIST pshs-0.3.3.tar.bz2 81109 BLAKE2B c73aa8390257de4ffd616ecb08b570273075e72473a7e506a4ab4ca59a3ebf9f4c1467eabd1ef45b88d0d3422b14f55108c94d2e92222b186606b8b5cf8ab8c4 SHA512 c9c6dd854319153350a6e7ef245af8f89c0d50f783507211a34994d375f2ae442b22959e4a2fb1bcc02f976a8ff6f41545b176a32ea70174af0850cf1eaf77d9

diff --git a/www-servers/pshs/pshs-0.3.3.ebuild b/www-servers/pshs/pshs-0.3.3.ebuild
new file mode 100644
index 00000000000..cafb509f384
--- /dev/null
+++ b/www-servers/pshs/pshs-0.3.3.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="Pretty small HTTP server -- a command-line tool to share files"
+HOMEPAGE="https://github.com/mgorny/pshs/"
+SRC_URI="https://github.com/mgorny/${PN}/releases/download/v${PV}/${P}.tar.bz2"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="libressl +magic +netlink qrcode ssl upnp"
+
+RDEPEND=">=dev-libs/libevent-2:0=
+	magic? ( sys-apps/file:0= )
+	qrcode? ( media-gfx/qrencode:0= )
+	ssl? ( >=dev-libs/libevent-2.1:0=[ssl]
+		!libressl? ( dev-libs/openssl:0= )
+		libressl? ( dev-libs/libressl:= )
+	)
+	upnp? ( net-libs/miniupnpc:0= )"
+DEPEND="${RDEPEND}
+	netlink? ( sys-apps/iproute2[-minimal]
+		>=sys-kernel/linux-headers-2.6.27 )"
+# libnetlink is static only ATM
+
+src_configure() {
+	local myconf=(
+		$(use_enable magic libmagic)
+		$(use_enable netlink)
+		$(use_enable qrcode qrencode)
+		$(use_enable ssl)
+		$(use_enable upnp)
+	)
+
+	econf "${myconf[@]}"
+}


^ permalink raw reply related	[flat|nested] 32+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: www-servers/pshs/
@ 2017-05-21 19:20 Michał Górny
  0 siblings, 0 replies; 32+ messages in thread
From: Michał Górny @ 2017-05-21 19:20 UTC (permalink / raw
  To: gentoo-commits

commit:     e6eb690ffb5a238cdc950ba94dfd574278fc461c
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun May 21 19:17:57 2017 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun May 21 19:20:02 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e6eb690f

www-servers/pshs: Bump to 0.3.2 (getopt bugfix)

 www-servers/pshs/Manifest          |  1 +
 www-servers/pshs/pshs-0.3.2.ebuild | 38 ++++++++++++++++++++++++++++++++++++++
 2 files changed, 39 insertions(+)

diff --git a/www-servers/pshs/Manifest b/www-servers/pshs/Manifest
index 6705107a1b0..b2f144f993a 100644
--- a/www-servers/pshs/Manifest
+++ b/www-servers/pshs/Manifest
@@ -1,2 +1,3 @@
 DIST pshs-0.3.1.tar.bz2 80022 SHA256 842a60bd0451c5ad86566d5d42a83eeccd9c5d91118d62f7483f6be4c483bfa8 SHA512 a82c2a3e6fa64e521d77fafc48d1d9a6799d62c16cef3f01b3c11ba17e4e98cedafd200abaa97a45563f6d78efcfc6dbef4c5fa84ba39e9857fdc9ea2b1dc2c2 WHIRLPOOL ac4dd540182687a7be1b711a7b5895fadc6cb650d6b5c540442e33569c5fd6ea7ddc921f8b5e1e7be3b9d0544183c31f58400970bfac7d4690986304fa9df2e4
+DIST pshs-0.3.2.tar.bz2 80103 SHA256 a46ff74422c27eb50e4885d519275b0c410c5e38707bc15e6bea84e5594ac32d SHA512 82eb0e0ff76ad6d5651b789ca59b654558562501f9f4b89a562773f5c60e80c6d43a86fca35a41a313952d8134b83fe6a11d1085c8c35cb9bbffd6d2a243964a WHIRLPOOL 4acb5d2538e47b57d29aa1b7c43c228da532354d7dac9278c0db09b0c0004fc747134cf4b2e0388b27cd2f814f5d802cd068ab26e467c489b21a66686d4aa0a0
 DIST pshs-0.3.tar.bz2 81622 SHA256 c3c4d2abc7f3ee9ef80eff2dd4811d542ab5b4b229e3a0615c50ae2a530d7e63 SHA512 17dd21603ea36ecbe69923a2c476f6f41fea026b654a9d4819132047bad67f60a797cd0008afc85ab27ed3538681cfe8d79f9f33fc60823fd425337138723d45 WHIRLPOOL 515e551f41aee68729594f00bad4a9b48974103897d3e9a31e9ac77fe5dec62284cedac78759513b198d3638c3529842e517a903ee09b1aabb265dce6eeb92d2

diff --git a/www-servers/pshs/pshs-0.3.2.ebuild b/www-servers/pshs/pshs-0.3.2.ebuild
new file mode 100644
index 00000000000..fc0cb0facdc
--- /dev/null
+++ b/www-servers/pshs/pshs-0.3.2.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="Pretty small HTTP server -- a command-line tool to share files"
+HOMEPAGE="https://github.com/mgorny/pshs/"
+SRC_URI="https://github.com/mgorny/${PN}/releases/download/v${PV}/${P}.tar.bz2"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="libressl +magic +netlink qrcode ssl upnp"
+
+RDEPEND=">=dev-libs/libevent-2:0=
+	magic? ( sys-apps/file:0= )
+	qrcode? ( media-gfx/qrencode:0= )
+	ssl? ( >=dev-libs/libevent-2.1:0=[ssl]
+		!libressl? ( dev-libs/openssl:0= )
+		libressl? ( dev-libs/libressl:= )
+	)
+	upnp? ( net-libs/miniupnpc:0= )"
+DEPEND="${RDEPEND}
+	netlink? ( sys-apps/iproute2
+		>=sys-kernel/linux-headers-2.6.27 )"
+# libnetlink is static only ATM
+
+src_configure() {
+	local myconf=(
+		$(use_enable magic libmagic)
+		$(use_enable netlink)
+		$(use_enable qrcode qrencode)
+		$(use_enable ssl)
+		$(use_enable upnp)
+	)
+
+	econf "${myconf[@]}"
+}


^ permalink raw reply related	[flat|nested] 32+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: www-servers/pshs/
@ 2017-05-21 19:20 Michał Górny
  0 siblings, 0 replies; 32+ messages in thread
From: Michał Górny @ 2017-05-21 19:20 UTC (permalink / raw
  To: gentoo-commits

commit:     f0bf13ee4a2c59919d0e45f7bc64dad92f9f6c52
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun May 21 19:19:21 2017 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun May 21 19:20:03 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0bf13ee

www-servers/pshs: Drop old

 www-servers/pshs/Manifest           |  2 --
 www-servers/pshs/pshs-0.3-r1.ebuild | 38 -------------------------------------
 www-servers/pshs/pshs-0.3.1.ebuild  | 38 -------------------------------------
 3 files changed, 78 deletions(-)

diff --git a/www-servers/pshs/Manifest b/www-servers/pshs/Manifest
index b2f144f993a..07ad7f0aac9 100644
--- a/www-servers/pshs/Manifest
+++ b/www-servers/pshs/Manifest
@@ -1,3 +1 @@
-DIST pshs-0.3.1.tar.bz2 80022 SHA256 842a60bd0451c5ad86566d5d42a83eeccd9c5d91118d62f7483f6be4c483bfa8 SHA512 a82c2a3e6fa64e521d77fafc48d1d9a6799d62c16cef3f01b3c11ba17e4e98cedafd200abaa97a45563f6d78efcfc6dbef4c5fa84ba39e9857fdc9ea2b1dc2c2 WHIRLPOOL ac4dd540182687a7be1b711a7b5895fadc6cb650d6b5c540442e33569c5fd6ea7ddc921f8b5e1e7be3b9d0544183c31f58400970bfac7d4690986304fa9df2e4
 DIST pshs-0.3.2.tar.bz2 80103 SHA256 a46ff74422c27eb50e4885d519275b0c410c5e38707bc15e6bea84e5594ac32d SHA512 82eb0e0ff76ad6d5651b789ca59b654558562501f9f4b89a562773f5c60e80c6d43a86fca35a41a313952d8134b83fe6a11d1085c8c35cb9bbffd6d2a243964a WHIRLPOOL 4acb5d2538e47b57d29aa1b7c43c228da532354d7dac9278c0db09b0c0004fc747134cf4b2e0388b27cd2f814f5d802cd068ab26e467c489b21a66686d4aa0a0
-DIST pshs-0.3.tar.bz2 81622 SHA256 c3c4d2abc7f3ee9ef80eff2dd4811d542ab5b4b229e3a0615c50ae2a530d7e63 SHA512 17dd21603ea36ecbe69923a2c476f6f41fea026b654a9d4819132047bad67f60a797cd0008afc85ab27ed3538681cfe8d79f9f33fc60823fd425337138723d45 WHIRLPOOL 515e551f41aee68729594f00bad4a9b48974103897d3e9a31e9ac77fe5dec62284cedac78759513b198d3638c3529842e517a903ee09b1aabb265dce6eeb92d2

diff --git a/www-servers/pshs/pshs-0.3-r1.ebuild b/www-servers/pshs/pshs-0.3-r1.ebuild
deleted file mode 100644
index ac49010405c..00000000000
--- a/www-servers/pshs/pshs-0.3-r1.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-DESCRIPTION="Pretty small HTTP server -- a command-line tool to share files"
-HOMEPAGE="https://github.com/mgorny/pshs/"
-SRC_URI="https://github.com/mgorny/${PN}/releases/download/v${PV}/${P}.tar.bz2"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="libressl +magic +netlink qrcode ssl upnp"
-
-RDEPEND=">=dev-libs/libevent-2:0=
-	magic? ( sys-apps/file:0= )
-	qrcode? ( media-gfx/qrencode:0= )
-	ssl? ( >=dev-libs/libevent-2.1:0=[ssl]
-		!libressl? ( dev-libs/openssl:0= )
-		libressl? ( dev-libs/libressl:= )
-	)
-	upnp? ( net-libs/miniupnpc:0= )"
-DEPEND="${RDEPEND}
-	netlink? ( sys-apps/iproute2
-		>=sys-kernel/linux-headers-2.6.27 )"
-# libnetlink is static only ATM
-
-src_configure() {
-	local myconf=(
-		$(use_enable magic libmagic)
-		$(use_enable netlink)
-		$(use_enable qrcode qrencode)
-		$(use_enable ssl)
-		$(use_enable upnp)
-	)
-
-	econf "${myconf[@]}"
-}

diff --git a/www-servers/pshs/pshs-0.3.1.ebuild b/www-servers/pshs/pshs-0.3.1.ebuild
deleted file mode 100644
index fc0cb0facdc..00000000000
--- a/www-servers/pshs/pshs-0.3.1.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="Pretty small HTTP server -- a command-line tool to share files"
-HOMEPAGE="https://github.com/mgorny/pshs/"
-SRC_URI="https://github.com/mgorny/${PN}/releases/download/v${PV}/${P}.tar.bz2"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="libressl +magic +netlink qrcode ssl upnp"
-
-RDEPEND=">=dev-libs/libevent-2:0=
-	magic? ( sys-apps/file:0= )
-	qrcode? ( media-gfx/qrencode:0= )
-	ssl? ( >=dev-libs/libevent-2.1:0=[ssl]
-		!libressl? ( dev-libs/openssl:0= )
-		libressl? ( dev-libs/libressl:= )
-	)
-	upnp? ( net-libs/miniupnpc:0= )"
-DEPEND="${RDEPEND}
-	netlink? ( sys-apps/iproute2
-		>=sys-kernel/linux-headers-2.6.27 )"
-# libnetlink is static only ATM
-
-src_configure() {
-	local myconf=(
-		$(use_enable magic libmagic)
-		$(use_enable netlink)
-		$(use_enable qrcode qrencode)
-		$(use_enable ssl)
-		$(use_enable upnp)
-	)
-
-	econf "${myconf[@]}"
-}


^ permalink raw reply related	[flat|nested] 32+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: www-servers/pshs/
@ 2016-07-10  7:49 Michał Górny
  0 siblings, 0 replies; 32+ messages in thread
From: Michał Górny @ 2016-07-10  7:49 UTC (permalink / raw
  To: gentoo-commits

commit:     2e5d86583cacecd2ea81b56420181f7d966e81e4
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 10 07:40:07 2016 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Jul 10 07:48:01 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e5d8658

www-servers/pshs: Update homepage and URIs

 www-servers/pshs/metadata.xml       |  4 ++--
 www-servers/pshs/pshs-0.3-r1.ebuild |  6 +++---
 www-servers/pshs/pshs-9999.ebuild   | 21 ++++++++-------------
 3 files changed, 13 insertions(+), 18 deletions(-)

diff --git a/www-servers/pshs/metadata.xml b/www-servers/pshs/metadata.xml
index 50e170d..f2777ef 100644
--- a/www-servers/pshs/metadata.xml
+++ b/www-servers/pshs/metadata.xml
@@ -17,7 +17,7 @@
 			<email>mgorny@gentoo.org</email>
 			<name>Michał Górny</name>
 		</maintainer>
-		<bugs-to>https://bitbucket.org/mgorny/pshs/issues/</bugs-to>
-		<remote-id type="bitbucket">mgorny/pshs</remote-id>
+		<bugs-to>https://github.com/mgorny/pshs/issues/</bugs-to>
+		<remote-id type="github">mgorny/pshs</remote-id>
 	</upstream>
 </pkgmetadata>

diff --git a/www-servers/pshs/pshs-0.3-r1.ebuild b/www-servers/pshs/pshs-0.3-r1.ebuild
index d07609f..93ca8eb 100644
--- a/www-servers/pshs/pshs-0.3-r1.ebuild
+++ b/www-servers/pshs/pshs-0.3-r1.ebuild
@@ -1,12 +1,12 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 EAPI=5
 
 DESCRIPTION="Pretty small HTTP server -- a command-line tool to share files"
-HOMEPAGE="https://bitbucket.org/mgorny/pshs/"
-SRC_URI="https://www.bitbucket.org/mgorny/${PN}/downloads/${P}.tar.bz2"
+HOMEPAGE="https://github.com/mgorny/pshs/"
+SRC_URI="https://github.com/mgorny/${PN}/releases/download/v${PV}/${P}.tar.bz2"
 
 LICENSE="BSD"
 SLOT="0"

diff --git a/www-servers/pshs/pshs-9999.ebuild b/www-servers/pshs/pshs-9999.ebuild
index 8e23ff2..e8c93d2 100644
--- a/www-servers/pshs/pshs-9999.ebuild
+++ b/www-servers/pshs/pshs-9999.ebuild
@@ -1,22 +1,20 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 EAPI=5
 
-#if LIVE
-EGIT_REPO_URI="https://bitbucket.org/mgorny/${PN}.git"
+EGIT_REPO_URI="https://github.com/mgorny/${PN}.git"
 
 inherit autotools git-r3
-#endif
 
 DESCRIPTION="Pretty small HTTP server -- a command-line tool to share files"
-HOMEPAGE="https://bitbucket.org/mgorny/pshs/"
-SRC_URI="https://www.bitbucket.org/mgorny/${PN}/downloads/${P}.tar.bz2"
+HOMEPAGE="https://github.com/mgorny/pshs/"
+SRC_URI=""
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS=""
 IUSE="libressl +magic +netlink qrcode ssl upnp"
 
 RDEPEND=">=dev-libs/libevent-2:0=
@@ -32,12 +30,9 @@ DEPEND="${RDEPEND}
 		>=sys-kernel/linux-headers-2.6.27 )"
 # libnetlink is static only ATM
 
-#if LIVE
-KEYWORDS=
-SRC_URI=
-
-src_prepare() { eautoreconf; }
-#endif
+src_prepare() {
+	eautoreconf
+}
 
 src_configure() {
 	local myconf=(


^ permalink raw reply related	[flat|nested] 32+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: www-servers/pshs/
@ 2016-07-10  7:49 Michał Górny
  0 siblings, 0 replies; 32+ messages in thread
From: Michał Górny @ 2016-07-10  7:49 UTC (permalink / raw
  To: gentoo-commits

commit:     e1b62949f93557280aa2260db47c126e83dd0b53
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 10 07:43:50 2016 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Jul 10 07:48:21 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1b62949

www-servers/pshs: Bump to 0.3.1

 www-servers/pshs/Manifest          |  1 +
 www-servers/pshs/pshs-0.3.1.ebuild | 39 ++++++++++++++++++++++++++++++++++++++
 2 files changed, 40 insertions(+)

diff --git a/www-servers/pshs/Manifest b/www-servers/pshs/Manifest
index d04f9aa..6705107 100644
--- a/www-servers/pshs/Manifest
+++ b/www-servers/pshs/Manifest
@@ -1 +1,2 @@
+DIST pshs-0.3.1.tar.bz2 80022 SHA256 842a60bd0451c5ad86566d5d42a83eeccd9c5d91118d62f7483f6be4c483bfa8 SHA512 a82c2a3e6fa64e521d77fafc48d1d9a6799d62c16cef3f01b3c11ba17e4e98cedafd200abaa97a45563f6d78efcfc6dbef4c5fa84ba39e9857fdc9ea2b1dc2c2 WHIRLPOOL ac4dd540182687a7be1b711a7b5895fadc6cb650d6b5c540442e33569c5fd6ea7ddc921f8b5e1e7be3b9d0544183c31f58400970bfac7d4690986304fa9df2e4
 DIST pshs-0.3.tar.bz2 81622 SHA256 c3c4d2abc7f3ee9ef80eff2dd4811d542ab5b4b229e3a0615c50ae2a530d7e63 SHA512 17dd21603ea36ecbe69923a2c476f6f41fea026b654a9d4819132047bad67f60a797cd0008afc85ab27ed3538681cfe8d79f9f33fc60823fd425337138723d45 WHIRLPOOL 515e551f41aee68729594f00bad4a9b48974103897d3e9a31e9ac77fe5dec62284cedac78759513b198d3638c3529842e517a903ee09b1aabb265dce6eeb92d2

diff --git a/www-servers/pshs/pshs-0.3.1.ebuild b/www-servers/pshs/pshs-0.3.1.ebuild
new file mode 100644
index 0000000..e6275ad
--- /dev/null
+++ b/www-servers/pshs/pshs-0.3.1.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DESCRIPTION="Pretty small HTTP server -- a command-line tool to share files"
+HOMEPAGE="https://github.com/mgorny/pshs/"
+SRC_URI="https://github.com/mgorny/${PN}/releases/download/v${PV}/${P}.tar.bz2"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="libressl +magic +netlink qrcode ssl upnp"
+
+RDEPEND=">=dev-libs/libevent-2:0=
+	magic? ( sys-apps/file:0= )
+	qrcode? ( media-gfx/qrencode:0= )
+	ssl? ( >=dev-libs/libevent-2.1:0=[ssl]
+		!libressl? ( dev-libs/openssl:0= )
+		libressl? ( dev-libs/libressl:= )
+	)
+	upnp? ( net-libs/miniupnpc:0= )"
+DEPEND="${RDEPEND}
+	netlink? ( sys-apps/iproute2
+		>=sys-kernel/linux-headers-2.6.27 )"
+# libnetlink is static only ATM
+
+src_configure() {
+	local myconf=(
+		$(use_enable magic libmagic)
+		$(use_enable netlink)
+		$(use_enable qrcode qrencode)
+		$(use_enable ssl)
+		$(use_enable upnp)
+	)
+
+	econf "${myconf[@]}"
+}


^ permalink raw reply related	[flat|nested] 32+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: www-servers/pshs/
@ 2016-07-10  7:49 Michał Górny
  0 siblings, 0 replies; 32+ messages in thread
From: Michał Górny @ 2016-07-10  7:49 UTC (permalink / raw
  To: gentoo-commits

commit:     0388cb38d44d177fd69c205037398114312cff29
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 10 07:36:52 2016 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Jul 10 07:46:34 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0388cb38

www-servers/pshs: Prune old

 www-servers/pshs/Manifest          |  1 -
 www-servers/pshs/pshs-0.2.6.ebuild | 39 --------------------------------------
 www-servers/pshs/pshs-0.3.ebuild   | 37 ------------------------------------
 3 files changed, 77 deletions(-)

diff --git a/www-servers/pshs/Manifest b/www-servers/pshs/Manifest
index 83f18e6..d04f9aa 100644
--- a/www-servers/pshs/Manifest
+++ b/www-servers/pshs/Manifest
@@ -1,2 +1 @@
-DIST pshs-0.2.6.tar.bz2 82150 SHA256 8f3cf95e82de21ae6ffee1b50a1517ef5a63475a70bc2f01af124b6ea52e1459 SHA512 d61addeb3ff1b347d333f0a625ff11c99ae8d2b6d47f980e2983847b85cdc0ac827bdc5a6f9044030016df4104b00a63eebc491b01e630f4f242154d064ec1d6 WHIRLPOOL b11a7c2533895c9a9006562fb87018462498346c7ddb748804ca84891a2bdc643de27e30ff041169d5782b52199375675933222f3aa01cb2e92f5c0e555382c4
 DIST pshs-0.3.tar.bz2 81622 SHA256 c3c4d2abc7f3ee9ef80eff2dd4811d542ab5b4b229e3a0615c50ae2a530d7e63 SHA512 17dd21603ea36ecbe69923a2c476f6f41fea026b654a9d4819132047bad67f60a797cd0008afc85ab27ed3538681cfe8d79f9f33fc60823fd425337138723d45 WHIRLPOOL 515e551f41aee68729594f00bad4a9b48974103897d3e9a31e9ac77fe5dec62284cedac78759513b198d3638c3529842e517a903ee09b1aabb265dce6eeb92d2

diff --git a/www-servers/pshs/pshs-0.2.6.ebuild b/www-servers/pshs/pshs-0.2.6.ebuild
deleted file mode 100644
index 32e3cd1..0000000
--- a/www-servers/pshs/pshs-0.2.6.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit autotools-utils
-
-DESCRIPTION="Pretty small HTTP server - a command-line tool to share files"
-HOMEPAGE="https://bitbucket.org/mgorny/pshs/"
-SRC_URI="https://www.bitbucket.org/mgorny/${PN}/downloads/${P}.tar.bz2"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="+magic +netlink qrcode ssl upnp"
-
-RDEPEND=">=dev-libs/libevent-2:0=
-	magic? ( sys-apps/file:0= )
-	qrcode? ( media-gfx/qrencode:0= )
-	ssl? ( >=dev-libs/libevent-2.1:0=[ssl]
-		dev-libs/openssl:0= )
-	upnp? ( net-libs/miniupnpc:0= )"
-DEPEND="${RDEPEND}
-	netlink? ( sys-apps/iproute2
-		>=sys-kernel/linux-headers-2.6.27 )"
-# libnetlink is static only ATM
-
-src_configure() {
-	myeconfargs=(
-		$(use_enable magic libmagic)
-		$(use_enable netlink)
-		$(use_enable qrcode qrencode)
-		$(use_enable ssl)
-		$(use_enable upnp)
-	)
-
-	autotools-utils_src_configure
-}

diff --git a/www-servers/pshs/pshs-0.3.ebuild b/www-servers/pshs/pshs-0.3.ebuild
deleted file mode 100644
index d195a4c..0000000
--- a/www-servers/pshs/pshs-0.3.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-DESCRIPTION="Pretty small HTTP server -- a command-line tool to share files"
-HOMEPAGE="https://bitbucket.org/mgorny/pshs/"
-SRC_URI="https://www.bitbucket.org/mgorny/${PN}/downloads/${P}.tar.bz2"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="+magic +netlink qrcode ssl upnp"
-
-RDEPEND=">=dev-libs/libevent-2:0=
-	magic? ( sys-apps/file:0= )
-	qrcode? ( media-gfx/qrencode:0= )
-	ssl? ( >=dev-libs/libevent-2.1:0=[ssl]
-		dev-libs/openssl:0= )
-	upnp? ( net-libs/miniupnpc:0= )"
-DEPEND="${RDEPEND}
-	netlink? ( sys-apps/iproute2
-		>=sys-kernel/linux-headers-2.6.27 )"
-# libnetlink is static only ATM
-
-src_configure() {
-	local myconf=(
-		$(use_enable magic libmagic)
-		$(use_enable netlink)
-		$(use_enable qrcode qrencode)
-		$(use_enable ssl)
-		$(use_enable upnp)
-	)
-
-	econf "${myconf[@]}"
-}


^ permalink raw reply related	[flat|nested] 32+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: www-servers/pshs/
@ 2016-07-10  7:49 Michał Górny
  0 siblings, 0 replies; 32+ messages in thread
From: Michał Górny @ 2016-07-10  7:49 UTC (permalink / raw
  To: gentoo-commits

commit:     b01758541926bdcabd823bc65a4da314211b38cd
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 10 07:42:00 2016 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Jul 10 07:48:11 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b0175854

www-servers/pshs: Bump the live ebuild to EAPI=6

 www-servers/pshs/pshs-9999.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/www-servers/pshs/pshs-9999.ebuild b/www-servers/pshs/pshs-9999.ebuild
index e8c93d2..2169be4 100644
--- a/www-servers/pshs/pshs-9999.ebuild
+++ b/www-servers/pshs/pshs-9999.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=5
+EAPI=6
 
 EGIT_REPO_URI="https://github.com/mgorny/${PN}.git"
 
@@ -31,6 +31,7 @@ DEPEND="${RDEPEND}
 # libnetlink is static only ATM
 
 src_prepare() {
+	default
 	eautoreconf
 }
 


^ permalink raw reply related	[flat|nested] 32+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: www-servers/pshs/
@ 2015-10-12  1:23 Anthony G. Basile
  0 siblings, 0 replies; 32+ messages in thread
From: Anthony G. Basile @ 2015-10-12  1:23 UTC (permalink / raw
  To: gentoo-commits

commit:     5943c110287a4ce78de8e7a58448c6d4f2f0e64c
Author:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 12 01:28:36 2015 +0000
Commit:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Mon Oct 12 01:28:36 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5943c110

www-servers/pshs: add libressl support

Package-Manager: portage-2.2.20.1

 .../pshs/{pshs-9999.ebuild => pshs-0.3-r1.ebuild}   | 21 +++++----------------
 www-servers/pshs/pshs-9999.ebuild                   |  8 +++++---
 2 files changed, 10 insertions(+), 19 deletions(-)

diff --git a/www-servers/pshs/pshs-9999.ebuild b/www-servers/pshs/pshs-0.3-r1.ebuild
similarity index 75%
copy from www-servers/pshs/pshs-9999.ebuild
copy to www-servers/pshs/pshs-0.3-r1.ebuild
index 6d71ea0..d07609f 100644
--- a/www-servers/pshs/pshs-9999.ebuild
+++ b/www-servers/pshs/pshs-0.3-r1.ebuild
@@ -1,15 +1,9 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 EAPI=5
 
-#if LIVE
-EGIT_REPO_URI="https://bitbucket.org/mgorny/${PN}.git"
-
-inherit autotools git-r3
-#endif
-
 DESCRIPTION="Pretty small HTTP server -- a command-line tool to share files"
 HOMEPAGE="https://bitbucket.org/mgorny/pshs/"
 SRC_URI="https://www.bitbucket.org/mgorny/${PN}/downloads/${P}.tar.bz2"
@@ -17,26 +11,21 @@ SRC_URI="https://www.bitbucket.org/mgorny/${PN}/downloads/${P}.tar.bz2"
 LICENSE="BSD"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-IUSE="+magic +netlink qrcode ssl upnp"
+IUSE="libressl +magic +netlink qrcode ssl upnp"
 
 RDEPEND=">=dev-libs/libevent-2:0=
 	magic? ( sys-apps/file:0= )
 	qrcode? ( media-gfx/qrencode:0= )
 	ssl? ( >=dev-libs/libevent-2.1:0=[ssl]
-		dev-libs/openssl:0= )
+		!libressl? ( dev-libs/openssl:0= )
+		libressl? ( dev-libs/libressl:= )
+	)
 	upnp? ( net-libs/miniupnpc:0= )"
 DEPEND="${RDEPEND}
 	netlink? ( sys-apps/iproute2
 		>=sys-kernel/linux-headers-2.6.27 )"
 # libnetlink is static only ATM
 
-#if LIVE
-KEYWORDS=
-SRC_URI=
-
-src_prepare() { eautoreconf; }
-#endif
-
 src_configure() {
 	local myconf=(
 		$(use_enable magic libmagic)

diff --git a/www-servers/pshs/pshs-9999.ebuild b/www-servers/pshs/pshs-9999.ebuild
index 6d71ea0..8e23ff2 100644
--- a/www-servers/pshs/pshs-9999.ebuild
+++ b/www-servers/pshs/pshs-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -17,13 +17,15 @@ SRC_URI="https://www.bitbucket.org/mgorny/${PN}/downloads/${P}.tar.bz2"
 LICENSE="BSD"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-IUSE="+magic +netlink qrcode ssl upnp"
+IUSE="libressl +magic +netlink qrcode ssl upnp"
 
 RDEPEND=">=dev-libs/libevent-2:0=
 	magic? ( sys-apps/file:0= )
 	qrcode? ( media-gfx/qrencode:0= )
 	ssl? ( >=dev-libs/libevent-2.1:0=[ssl]
-		dev-libs/openssl:0= )
+		!libressl? ( dev-libs/openssl:0= )
+		libressl? ( dev-libs/libressl:= )
+	)
 	upnp? ( net-libs/miniupnpc:0= )"
 DEPEND="${RDEPEND}
 	netlink? ( sys-apps/iproute2


^ permalink raw reply related	[flat|nested] 32+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: www-servers/pshs/
@ 2015-10-02  8:43 Michał Górny
  0 siblings, 0 replies; 32+ messages in thread
From: Michał Górny @ 2015-10-02  8:43 UTC (permalink / raw
  To: gentoo-commits

commit:     0fa2428af279ab042b6e562729d8098ff9786fcc
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Oct  2 07:52:25 2015 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Oct  2 08:43:18 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0fa2428a

www-servers/pshs: Version bump with miniupnpc compat & UPnP fix

Package-Manager: portage-2.2.22

 www-servers/pshs/Manifest                          |  1 +
 .../pshs/{pshs-9999.ebuild => pshs-0.3.ebuild}     | 22 ++++------------------
 www-servers/pshs/pshs-9999.ebuild                  | 13 ++++++-------
 3 files changed, 11 insertions(+), 25 deletions(-)

diff --git a/www-servers/pshs/Manifest b/www-servers/pshs/Manifest
index ecfcecd..83f18e6 100644
--- a/www-servers/pshs/Manifest
+++ b/www-servers/pshs/Manifest
@@ -1 +1,2 @@
 DIST pshs-0.2.6.tar.bz2 82150 SHA256 8f3cf95e82de21ae6ffee1b50a1517ef5a63475a70bc2f01af124b6ea52e1459 SHA512 d61addeb3ff1b347d333f0a625ff11c99ae8d2b6d47f980e2983847b85cdc0ac827bdc5a6f9044030016df4104b00a63eebc491b01e630f4f242154d064ec1d6 WHIRLPOOL b11a7c2533895c9a9006562fb87018462498346c7ddb748804ca84891a2bdc643de27e30ff041169d5782b52199375675933222f3aa01cb2e92f5c0e555382c4
+DIST pshs-0.3.tar.bz2 81622 SHA256 c3c4d2abc7f3ee9ef80eff2dd4811d542ab5b4b229e3a0615c50ae2a530d7e63 SHA512 17dd21603ea36ecbe69923a2c476f6f41fea026b654a9d4819132047bad67f60a797cd0008afc85ab27ed3538681cfe8d79f9f33fc60823fd425337138723d45 WHIRLPOOL 515e551f41aee68729594f00bad4a9b48974103897d3e9a31e9ac77fe5dec62284cedac78759513b198d3638c3529842e517a903ee09b1aabb265dce6eeb92d2

diff --git a/www-servers/pshs/pshs-9999.ebuild b/www-servers/pshs/pshs-0.3.ebuild
similarity index 69%
copy from www-servers/pshs/pshs-9999.ebuild
copy to www-servers/pshs/pshs-0.3.ebuild
index 892184e..d195a4c 100644
--- a/www-servers/pshs/pshs-9999.ebuild
+++ b/www-servers/pshs/pshs-0.3.ebuild
@@ -1,19 +1,10 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 EAPI=5
 
-#if LIVE
-AUTOTOOLS_AUTORECONF=yes
-EGIT_REPO_URI="https://bitbucket.org/mgorny/${PN}.git"
-
-inherit git-r3
-#endif
-
-inherit autotools-utils
-
-DESCRIPTION="Pretty small HTTP server - a command-line tool to share files"
+DESCRIPTION="Pretty small HTTP server -- a command-line tool to share files"
 HOMEPAGE="https://bitbucket.org/mgorny/pshs/"
 SRC_URI="https://www.bitbucket.org/mgorny/${PN}/downloads/${P}.tar.bz2"
 
@@ -33,13 +24,8 @@ DEPEND="${RDEPEND}
 		>=sys-kernel/linux-headers-2.6.27 )"
 # libnetlink is static only ATM
 
-#if LIVE
-KEYWORDS=
-SRC_URI=
-#endif
-
 src_configure() {
-	myeconfargs=(
+	local myconf=(
 		$(use_enable magic libmagic)
 		$(use_enable netlink)
 		$(use_enable qrcode qrencode)
@@ -47,5 +33,5 @@ src_configure() {
 		$(use_enable upnp)
 	)
 
-	autotools-utils_src_configure
+	econf "${myconf[@]}"
 }

diff --git a/www-servers/pshs/pshs-9999.ebuild b/www-servers/pshs/pshs-9999.ebuild
index 892184e..6d71ea0 100644
--- a/www-servers/pshs/pshs-9999.ebuild
+++ b/www-servers/pshs/pshs-9999.ebuild
@@ -5,15 +5,12 @@
 EAPI=5
 
 #if LIVE
-AUTOTOOLS_AUTORECONF=yes
 EGIT_REPO_URI="https://bitbucket.org/mgorny/${PN}.git"
 
-inherit git-r3
+inherit autotools git-r3
 #endif
 
-inherit autotools-utils
-
-DESCRIPTION="Pretty small HTTP server - a command-line tool to share files"
+DESCRIPTION="Pretty small HTTP server -- a command-line tool to share files"
 HOMEPAGE="https://bitbucket.org/mgorny/pshs/"
 SRC_URI="https://www.bitbucket.org/mgorny/${PN}/downloads/${P}.tar.bz2"
 
@@ -36,10 +33,12 @@ DEPEND="${RDEPEND}
 #if LIVE
 KEYWORDS=
 SRC_URI=
+
+src_prepare() { eautoreconf; }
 #endif
 
 src_configure() {
-	myeconfargs=(
+	local myconf=(
 		$(use_enable magic libmagic)
 		$(use_enable netlink)
 		$(use_enable qrcode qrencode)
@@ -47,5 +46,5 @@ src_configure() {
 		$(use_enable upnp)
 	)
 
-	autotools-utils_src_configure
+	econf "${myconf[@]}"
 }


^ permalink raw reply related	[flat|nested] 32+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: www-servers/pshs/
@ 2015-08-12 20:36 Michał Górny
  0 siblings, 0 replies; 32+ messages in thread
From: Michał Górny @ 2015-08-12 20:36 UTC (permalink / raw
  To: gentoo-commits

commit:     be192bbb13f1aac068323bb2132a7111a556e215
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 12 20:22:15 2015 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Aug 12 20:36:53 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be192bbb

www-servers/pshs: drop old

Package-Manager: portage-2.2.20

 www-servers/pshs/Manifest          |  5 -----
 www-servers/pshs/pshs-0.2.1.ebuild | 34 ---------------------------------
 www-servers/pshs/pshs-0.2.3.ebuild | 36 -----------------------------------
 www-servers/pshs/pshs-0.2.4.ebuild | 36 -----------------------------------
 www-servers/pshs/pshs-0.2.5.ebuild | 39 --------------------------------------
 www-servers/pshs/pshs-0.2.ebuild   | 33 --------------------------------
 6 files changed, 183 deletions(-)

diff --git a/www-servers/pshs/Manifest b/www-servers/pshs/Manifest
index f8004c0..ecfcecd 100644
--- a/www-servers/pshs/Manifest
+++ b/www-servers/pshs/Manifest
@@ -1,6 +1 @@
-DIST pshs-0.2.1.tar.bz2 73754 SHA256 3219a824a508ba4305e83900368e460c248bf23765ae6f126b980cdc939138af SHA512 5684f6dea087b2a91265437eefd59baf9ee3052adc120a5d1cbc9fe06c471fcc484320359bd0dd0b68806916a1135e11f9a51dd87b1ffebf64602e6e938fe553 WHIRLPOOL 73891f2527116c0e85dae7a126963726f71b422d3d14e4932e3dfeb4cc34b1e6572e2d7eb33aade498debb851080e297607b0f757b5e3b62475a137ce51b32b1
-DIST pshs-0.2.3.tar.bz2 79531 SHA256 ccacf43f0067cd8d8ebea736d45d6b7af774a8d01ca49967f605cf5fe07d7e13 SHA512 883d620fc470534ec15ed309b8f7b5b86c8fbed38a4bd0df2ddfc17259cbde2334dbb56826e77606b1245b24f1f986d25375f189e924affd168f3ca9cb8b910d WHIRLPOOL 5437826800dd711165a33f2b169760443f9697ffe069d2c25ca204c8ebd30495187e30f7edc670e91438685713fdda285de7079d788c27cd7539348fbd050d97
-DIST pshs-0.2.4.tar.bz2 79751 SHA256 39e6d9e8b5eab27972aba2e2b61235d9cdc034335dafae77005b33941e0af748 SHA512 cf0368785c3c5b30b03dc4a87187ccfa4ec2ac8a3f6ba0831afcd264e2d88fc54b4e9bf56db6435d6b563c43d0b63050d7bf7a02c1f3f4410885ab09efa8dc96 WHIRLPOOL 07ac292593ade22aca06b9e4b4bc6687834f4d7dbd73e082117d0dc4732ca7f32cdd5771838defe77d3d5aeae3623958214f519fc24007f032bfc0abe482db3f
-DIST pshs-0.2.5.tar.bz2 81740 SHA256 d06f2dd1be534157e75159cd638634a601bfb0e125c498b54e8a9c95385f7ed1 SHA512 9e6fce3d97aad3f1131a6f2de6c79d8d24d1af2806c5daa57482a7514c6d51467ffd071efe2c3f2d691afc3d832f463df206452bca91e9d6b1f515f39ef6b726 WHIRLPOOL b7f72a08a0dc2b9e60302155ff4417efaf249414387016a4d5d79b3eb92bec4ce1f91ba96562d49607d0594f4193b5ffc4566db0ae61369e2dcd938367dd9ff8
 DIST pshs-0.2.6.tar.bz2 82150 SHA256 8f3cf95e82de21ae6ffee1b50a1517ef5a63475a70bc2f01af124b6ea52e1459 SHA512 d61addeb3ff1b347d333f0a625ff11c99ae8d2b6d47f980e2983847b85cdc0ac827bdc5a6f9044030016df4104b00a63eebc491b01e630f4f242154d064ec1d6 WHIRLPOOL b11a7c2533895c9a9006562fb87018462498346c7ddb748804ca84891a2bdc643de27e30ff041169d5782b52199375675933222f3aa01cb2e92f5c0e555382c4
-DIST pshs-0.2.tar.bz2 71756 SHA256 9e02ffb80aaa6e2d736999298ce7788dd4d549b407ae49a1964505153d2a46ac SHA512 7dffea2759531d889eebf4c311bcb92eb4c40bd4600c5b548dc0717de134a4cc445f31d89d29edc2d1588388659b8f5271190df689a3ec2349b2ae1b749f3ea5 WHIRLPOOL 71d2ff9936c7c83a32a9d606f2acce84d0701ab582e69afd3d11384e370e433631076571e9e874087f6e21d9cbad6ac891fbeb587c276add2196dec56798c08e

diff --git a/www-servers/pshs/pshs-0.2.1.ebuild b/www-servers/pshs/pshs-0.2.1.ebuild
deleted file mode 100644
index a76856e..0000000
--- a/www-servers/pshs/pshs-0.2.1.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=4
-
-inherit autotools-utils
-
-DESCRIPTION="Pretty small HTTP server - a command-line tool to share files"
-HOMEPAGE="https://bitbucket.org/mgorny/pshs/"
-SRC_URI="https://www.bitbucket.org/mgorny/${PN}/downloads/${P}.tar.bz2"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="+magic +netlink upnp"
-
-RDEPEND=">=dev-libs/libevent-2
-	magic? ( sys-apps/file )
-	upnp? ( net-libs/miniupnpc )"
-DEPEND="${RDEPEND}
-	netlink? ( sys-apps/iproute2
-		>=sys-kernel/linux-headers-2.6.27 )"
-# libnetlink is static only ATM
-
-src_configure() {
-	myeconfargs=(
-		$(use_enable magic libmagic)
-		$(use_enable netlink)
-		$(use_enable upnp)
-	)
-
-	autotools-utils_src_configure
-}

diff --git a/www-servers/pshs/pshs-0.2.3.ebuild b/www-servers/pshs/pshs-0.2.3.ebuild
deleted file mode 100644
index a78f6fe..0000000
--- a/www-servers/pshs/pshs-0.2.3.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit autotools-utils
-
-DESCRIPTION="Pretty small HTTP server - a command-line tool to share files"
-HOMEPAGE="https://bitbucket.org/mgorny/pshs/"
-SRC_URI="https://www.bitbucket.org/mgorny/${PN}/downloads/${P}.tar.bz2"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="+magic +netlink qrcode upnp"
-
-RDEPEND=">=dev-libs/libevent-2:0=
-	magic? ( sys-apps/file:0= )
-	qrcode? ( media-gfx/qrencode:0= )
-	upnp? ( net-libs/miniupnpc:0= )"
-DEPEND="${RDEPEND}
-	netlink? ( sys-apps/iproute2
-		>=sys-kernel/linux-headers-2.6.27 )"
-# libnetlink is static only ATM
-
-src_configure() {
-	myeconfargs=(
-		$(use_enable magic libmagic)
-		$(use_enable netlink)
-		$(use_enable qrcode qrencode)
-		$(use_enable upnp)
-	)
-
-	autotools-utils_src_configure
-}

diff --git a/www-servers/pshs/pshs-0.2.4.ebuild b/www-servers/pshs/pshs-0.2.4.ebuild
deleted file mode 100644
index a78f6fe..0000000
--- a/www-servers/pshs/pshs-0.2.4.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit autotools-utils
-
-DESCRIPTION="Pretty small HTTP server - a command-line tool to share files"
-HOMEPAGE="https://bitbucket.org/mgorny/pshs/"
-SRC_URI="https://www.bitbucket.org/mgorny/${PN}/downloads/${P}.tar.bz2"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="+magic +netlink qrcode upnp"
-
-RDEPEND=">=dev-libs/libevent-2:0=
-	magic? ( sys-apps/file:0= )
-	qrcode? ( media-gfx/qrencode:0= )
-	upnp? ( net-libs/miniupnpc:0= )"
-DEPEND="${RDEPEND}
-	netlink? ( sys-apps/iproute2
-		>=sys-kernel/linux-headers-2.6.27 )"
-# libnetlink is static only ATM
-
-src_configure() {
-	myeconfargs=(
-		$(use_enable magic libmagic)
-		$(use_enable netlink)
-		$(use_enable qrcode qrencode)
-		$(use_enable upnp)
-	)
-
-	autotools-utils_src_configure
-}

diff --git a/www-servers/pshs/pshs-0.2.5.ebuild b/www-servers/pshs/pshs-0.2.5.ebuild
deleted file mode 100644
index 3fcfada..0000000
--- a/www-servers/pshs/pshs-0.2.5.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit autotools-utils
-
-DESCRIPTION="Pretty small HTTP server - a command-line tool to share files"
-HOMEPAGE="https://bitbucket.org/mgorny/pshs/"
-SRC_URI="https://www.bitbucket.org/mgorny/${PN}/downloads/${P}.tar.bz2"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="+magic +netlink qrcode ssl upnp"
-
-RDEPEND=">=dev-libs/libevent-2:0=
-	magic? ( sys-apps/file:0= )
-	qrcode? ( media-gfx/qrencode:0= )
-	ssl? ( >=dev-libs/libevent-2.1:0=[ssl]
-		dev-libs/openssl:0= )
-	upnp? ( net-libs/miniupnpc:0= )"
-DEPEND="${RDEPEND}
-	netlink? ( sys-apps/iproute2
-		>=sys-kernel/linux-headers-2.6.27 )"
-# libnetlink is static only ATM
-
-src_configure() {
-	myeconfargs=(
-		$(use_enable magic libmagic)
-		$(use_enable netlink)
-		$(use_enable qrcode qrencode)
-		$(use_enable ssl)
-		$(use_enable upnp)
-	)
-
-	autotools-utils_src_configure
-}

diff --git a/www-servers/pshs/pshs-0.2.ebuild b/www-servers/pshs/pshs-0.2.ebuild
deleted file mode 100644
index f9c9609..0000000
--- a/www-servers/pshs/pshs-0.2.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=4
-inherit autotools-utils
-
-DESCRIPTION="Pretty small HTTP server - a command-line tool to share files"
-HOMEPAGE="https://github.com/mgorny/pshs/"
-SRC_URI="mirror://github/mgorny/${PN}/${P}.tar.bz2"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="+magic +netlink upnp"
-
-RDEPEND=">=dev-libs/libevent-2
-	magic? ( sys-apps/file )
-	upnp? ( net-libs/miniupnpc )"
-DEPEND="${RDEPEND}
-	netlink? ( sys-apps/iproute2
-		>=sys-kernel/linux-headers-2.6.27 )"
-# libnetlink is static only ATM
-
-src_configure() {
-	myeconfargs=(
-		$(use_enable magic libmagic)
-		$(use_enable netlink)
-		$(use_enable upnp)
-	)
-
-	autotools-utils_src_configure
-}


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

end of thread, other threads:[~2024-06-29 16:59 UTC | newest]

Thread overview: 32+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-09-24  6:59 [gentoo-commits] repo/gentoo:master commit in: www-servers/pshs/ Agostino Sarubbo
  -- strict thread matches above, loose matches on Subject: below --
2024-06-29 16:58 Michał Górny
2024-06-29  8:25 Sam James
2024-06-29  8:25 Sam James
2024-06-11 18:04 Michał Górny
2024-06-11 18:04 Michał Górny
2024-06-11 18:04 Michał Górny
2023-07-25 21:00 Conrad Kostecki
2023-05-26 11:23 Michał Górny
2023-05-26  3:39 Michał Górny
2021-05-02 20:26 Mikle Kolyada
2020-11-18  9:12 Michał Górny
2020-11-17 19:17 Agostino Sarubbo
2020-11-16 22:51 Sam James
2020-09-26 11:37 Michał Górny
2020-09-26 11:37 Michał Górny
2020-09-26 10:55 Michał Górny
2020-09-26 10:55 Michał Górny
2020-09-23 10:58 Agostino Sarubbo
2020-09-18  9:38 Michał Górny
2020-07-11 20:15 Michał Górny
2018-03-26 16:14 Michał Górny
2018-02-27 16:19 Michał Górny
2017-05-21 19:20 Michał Górny
2017-05-21 19:20 Michał Górny
2016-07-10  7:49 Michał Górny
2016-07-10  7:49 Michał Górny
2016-07-10  7:49 Michał Górny
2016-07-10  7:49 Michał Górny
2015-10-12  1:23 Anthony G. Basile
2015-10-02  8:43 Michał Górny
2015-08-12 20:36 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