summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>2019-01-30 17:38:03 +0100
committerAaron Bauman <bman@gentoo.org>2019-02-28 19:26:32 -0500
commit9321344ed922a0a7f03edb7ab3d740ca3a8ab6aa (patch)
treec24b1d23c469d4548ccdd49e48cbcf9636b460fb /dev-python/cement/cement-2.0.2.ebuild
parentsys-apps/portage: remove old versions (diff)
downloadgentoo-9321344ed922a0a7f03edb7ab3d740ca3a8ab6aa.tar.gz
gentoo-9321344ed922a0a7f03edb7ab3d740ca3a8ab6aa.tar.bz2
gentoo-9321344ed922a0a7f03edb7ab3d740ca3a8ab6aa.zip
dev-python/cement: use HTTPS, fix SRC_URI
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/10942 Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'dev-python/cement/cement-2.0.2.ebuild')
-rw-r--r--dev-python/cement/cement-2.0.2.ebuild10
1 files changed, 4 insertions, 6 deletions
diff --git a/dev-python/cement/cement-2.0.2.ebuild b/dev-python/cement/cement-2.0.2.ebuild
index c43f43fc72c1..d4a495d01907 100644
--- a/dev-python/cement/cement-2.0.2.ebuild
+++ b/dev-python/cement/cement-2.0.2.ebuild
@@ -1,17 +1,15 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=5
PYTHON_COMPAT=( python2_7 )
-inherit distutils-r1 versionator
-
-PV_MAJOR_MINOR=$(get_version_component_range 1-2)
+inherit distutils-r1
DESCRIPTION="CLI Application Framework for Python"
-HOMEPAGE="http://builtoncement.com/"
-SRC_URI="http://builtoncement.com/${PN}/${PV_MAJOR_MINOR}/source/${P}.tar.gz"
+HOMEPAGE="https://builtoncement.com/"
+SRC_URI="https://github.com/datafolklabs/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="BSD"
SLOT="0"