From 2e5d86583cacecd2ea81b56420181f7d966e81e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Sun, 10 Jul 2016 09:40:07 +0200 Subject: 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 50e170dc732..f2777ef196c 100644 --- a/www-servers/pshs/metadata.xml +++ b/www-servers/pshs/metadata.xml @@ -17,7 +17,7 @@ mgorny@gentoo.org Michał Górny - https://bitbucket.org/mgorny/pshs/issues/ - mgorny/pshs + https://github.com/mgorny/pshs/issues/ + mgorny/pshs diff --git a/www-servers/pshs/pshs-0.3-r1.ebuild b/www-servers/pshs/pshs-0.3-r1.ebuild index d07609f7153..93ca8eb6e95 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 8e23ff2e77a..e8c93d216b9 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=( -- cgit v1.2.1