summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2015-06-06 05:41:44 +0000
committerJeroen Roovers <jer@gentoo.org>2015-06-06 05:41:44 +0000
commit5d8ab9db77821074e9125687438e0a81f5cded5e (patch)
treecbe0b311f3b90704285426e2e31ead83b4196339 /dev-python/pyparted
parentVersion bump. (diff)
downloadgentoo-2-5d8ab9db77821074e9125687438e0a81f5cded5e.tar.gz
gentoo-2-5d8ab9db77821074e9125687438e0a81f5cded5e.tar.bz2
gentoo-2-5d8ab9db77821074e9125687438e0a81f5cded5e.zip
Update HOMEPAGE.
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Diffstat (limited to 'dev-python/pyparted')
-rw-r--r--dev-python/pyparted/ChangeLog5
-rw-r--r--dev-python/pyparted/pyparted-3.10.5.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/pyparted/ChangeLog b/dev-python/pyparted/ChangeLog
index 62cbd906cf89..308c46edf2a9 100644
--- a/dev-python/pyparted/ChangeLog
+++ b/dev-python/pyparted/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/pyparted
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyparted/ChangeLog,v 1.102 2015/06/06 05:37:15 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyparted/ChangeLog,v 1.103 2015/06/06 05:41:44 jer Exp $
+
+ 06 Jun 2015; Jeroen Roovers <jer@gentoo.org> pyparted-3.10.5.ebuild:
+ Update HOMEPAGE.
*pyparted-3.10.5 (06 Jun 2015)
diff --git a/dev-python/pyparted/pyparted-3.10.5.ebuild b/dev-python/pyparted/pyparted-3.10.5.ebuild
index c65f315470b6..f2c9ec2640ba 100644
--- a/dev-python/pyparted/pyparted-3.10.5.ebuild
+++ b/dev-python/pyparted/pyparted-3.10.5.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyparted/pyparted-3.10.5.ebuild,v 1.1 2015/06/06 05:37:15 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyparted/pyparted-3.10.5.ebuild,v 1.2 2015/06/06 05:41:44 jer Exp $
EAPI=5
@@ -8,7 +8,7 @@ PYTHON_COMPAT=( python{2_7,3_{3,4}} )
inherit distutils-r1
DESCRIPTION="Python bindings for sys-block/parted"
-HOMEPAGE="https://github.com/dcantrell/pyparted/"
+HOMEPAGE="https://github.com/rhinstaller/pyparted/"
SRC_URI="${HOMEPAGE}archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-2+"