summaryrefslogtreecommitdiff
path: root/app-portage/flaggie/flaggie-9999.ebuild
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2016-11-06 17:27:48 +0100
committerMichał Górny <mgorny@gentoo.org>2016-11-06 17:29:51 +0100
commit5d8eee38d17fcc8b2c82398d2658c2f0a39e9415 (patch)
tree99926dc6fc16c2b7b4206e0627f3397bd18a622a /app-portage/flaggie/flaggie-9999.ebuild
parent6122936ded63cb14471f0402aa75ad96405f7e04 (diff)
downloadgentoo-5d8eee38d17fcc8b2c82398d2658c2f0a39e9415.tar.gz
gentoo-5d8eee38d17fcc8b2c82398d2658c2f0a39e9415.tar.xz
app-portage/flaggie: Update URLs to GitHub
Diffstat (limited to 'app-portage/flaggie/flaggie-9999.ebuild')
-rw-r--r--app-portage/flaggie/flaggie-9999.ebuild21
1 files changed, 6 insertions, 15 deletions
diff --git a/app-portage/flaggie/flaggie-9999.ebuild b/app-portage/flaggie/flaggie-9999.ebuild
index c46553ddf4b..5c32549d341 100644
--- a/app-portage/flaggie/flaggie-9999.ebuild
+++ b/app-portage/flaggie/flaggie-9999.ebuild
@@ -1,33 +1,24 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
-EAPI=5
-PYTHON_COMPAT=( python{2_7,3_4} )
+EAPI=6
+PYTHON_COMPAT=( python{2_7,3_4,3_5} )
-inherit bash-completion-r1 distutils-r1
-
-#if LIVE
EGIT_REPO_URI="https://bitbucket.org/mgorny/${PN}.git"
-inherit git-r3
-#endif
+inherit bash-completion-r1 distutils-r1 git-r3
DESCRIPTION="A smart CLI mangler for package.* files"
HOMEPAGE="https://bitbucket.org/mgorny/flaggie/"
-SRC_URI="https://www.bitbucket.org/mgorny/${PN}/downloads/${P}.tar.bz2"
+SRC_URI=""
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~amd64 ~arm ~hppa ~mips ~ppc64 ~x86 ~amd64-fbsd ~x86-fbsd"
+KEYWORDS=""
IUSE=""
RDEPEND="sys-apps/portage[${PYTHON_USEDEP}]"
-#if LIVE
-KEYWORDS=
-SRC_URI=
-#endif
-
python_install_all() {
newbashcomp contrib/bash-completion/${PN}.bash-completion ${PN}
distutils-r1_python_install_all