sys-apps/chname: migrate away from google code #544092

Package-Manager: portage-2.3.0
This commit is contained in:
Göktürk Yüksek
2017-01-07 20:39:54 -05:00
parent 91c5f3a722
commit fbc687cccb
2 changed files with 2 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2016 Gentoo Foundation
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -8,7 +8,7 @@ inherit toolchain-funcs
DESCRIPTION="Run a command with a new system hostname"
HOMEPAGE="https://github.com/marineam/chname"
SRC_URI="https://chname.googlecode.com/files/chname-1.0.tar.gz"
SRC_URI="https://github.com/marineam/${PN}/archive/v1.0.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"

View File

@@ -4,7 +4,6 @@
<!-- maintainer-needed -->
<longdescription lang="en">Run a command with a new system hostname. Requires utsname namespaces.</longdescription>
<upstream>
<remote-id type="google-code">chname</remote-id>
<remote-id type="github">marineam/chname</remote-id>
</upstream>
</pkgmetadata>