Skip to content

Commit

Permalink
media-sound/umurmur: Adjusted HOMEPAGE variable.
Browse files Browse the repository at this point in the history
Package-Manager: portage-2.3.0
Signed-off-by: Lars Wendler <[email protected]>
  • Loading branch information
Lars Wendler committed Aug 6, 2016
1 parent 9dd01e0 commit 167929c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
9 changes: 5 additions & 4 deletions media-sound/umurmur/umurmur-0.2.16a-r1.ebuild
Original file line number Diff line number Diff line change
@@ -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"
Expand Down Expand Up @@ -49,6 +49,7 @@ pkg_setup() {
}

src_prepare() {
default
eautoreconf
}

Expand Down
4 changes: 2 additions & 2 deletions media-sound/umurmur/umurmur-0.2.16a.ebuild
Original file line number Diff line number Diff line change
@@ -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$

Expand All @@ -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"
Expand Down

0 comments on commit 167929c

Please sign in to comment.