diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2016-08-06 16:36:17 +0200 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2016-08-06 16:36:31 +0200 |
commit | 167929cf70d7614b06ef57c14b49b2dbbb9a588b (patch) | |
tree | a8d0d93564a94f600e6bd5047be9d98ef7ba2a8d /media-sound/umurmur | |
parent | app-emulation/docker-compose: remove version 1.7.1 (diff) | |
download | gentoo-167929cf70d7614b06ef57c14b49b2dbbb9a588b.tar.gz gentoo-167929cf70d7614b06ef57c14b49b2dbbb9a588b.tar.bz2 gentoo-167929cf70d7614b06ef57c14b49b2dbbb9a588b.zip |
media-sound/umurmur: Adjusted HOMEPAGE variable.
Package-Manager: portage-2.3.0
Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
Diffstat (limited to 'media-sound/umurmur')
-rw-r--r-- | media-sound/umurmur/umurmur-0.2.16a-r1.ebuild | 9 | ||||
-rw-r--r-- | media-sound/umurmur/umurmur-0.2.16a.ebuild | 4 |
2 files changed, 7 insertions, 6 deletions
diff --git a/media-sound/umurmur/umurmur-0.2.16a-r1.ebuild b/media-sound/umurmur/umurmur-0.2.16a-r1.ebuild index 958ee0dbaa1c..0c83413c1e5c 100644 --- a/media-sound/umurmur/umurmur-0.2.16a-r1.ebuild +++ b/media-sound/umurmur/umurmur-0.2.16a-r1.ebuild @@ -1,13 +1,13 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI=5 +EAPI=6 -inherit autotools systemd eutils readme.gentoo user +inherit autotools systemd eutils readme.gentoo-r1 user DESCRIPTION="Minimalistic Murmur (Mumble server)" -HOMEPAGE="https://code.google.com/p/umurmur/ https://github.com/umurmur/umurmur" +HOMEPAGE="https://github.com/umurmur/umurmur" SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="BSD" @@ -49,6 +49,7 @@ pkg_setup() { } src_prepare() { + default eautoreconf } diff --git a/media-sound/umurmur/umurmur-0.2.16a.ebuild b/media-sound/umurmur/umurmur-0.2.16a.ebuild index 9ba2e3b8599e..d1d3947d5854 100644 --- a/media-sound/umurmur/umurmur-0.2.16a.ebuild +++ b/media-sound/umurmur/umurmur-0.2.16a.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -7,7 +7,7 @@ EAPI=5 inherit autotools systemd eutils readme.gentoo user DESCRIPTION="Minimalistic Murmur (Mumble server)" -HOMEPAGE="https://code.google.com/p/umurmur/ https://github.com/umurmur/umurmur" +HOMEPAGE="https://github.com/umurmur/umurmur" SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="BSD" |