diff options
-rw-r--r-- | dev-python/pyparted/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/pyparted/pyparted-3.10.5.ebuild | 4 |
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+" |