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>[email protected]</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=(

Reply via email to