app-portage/flaggie: Update URLs to GitHub
authorMichał Górny <mgorny@gentoo.org>
Sun, 6 Nov 2016 16:27:48 +0000 (17:27 +0100)
committerMichał Górny <mgorny@gentoo.org>
Sun, 6 Nov 2016 16:29:51 +0000 (17:29 +0100)
app-portage/flaggie/flaggie-0.2.1.ebuild
app-portage/flaggie/flaggie-9999.ebuild
app-portage/flaggie/metadata.xml

index a20938c13ba6920c1bd722c9a37ce21394fb29bc..f2e4670b8814934efea3d6db4193ff46dc80a70d 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -9,8 +9,8 @@ PYTHON_COMPAT=( python{2_7,3_4} pypy )
 inherit bash-completion-r1 distutils-r1
 
 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"
+HOMEPAGE="https://github.com/mgorny/flaggie/"
+SRC_URI="https://github.com/mgorny/flaggie/releases/download/${P}/${P}.tar.bz2"
 
 LICENSE="BSD"
 SLOT="0"
index c46553ddf4ba34c4a759a50bb0bf4c1aae08358a..5c32549d341a5d3ec82e323e26204939826aed41 100644 (file)
@@ -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
index 540e3b651b7393873389e2800d4bd9eaa2018613..5ecf8886a38f2347c155239ebb9820394c661c81 100644 (file)
@@ -10,7 +10,7 @@
       <email>mgorny@gentoo.org</email>
       <name>Michał Górny</name>
     </maintainer>
-    <bugs-to>https://bitbucket.org/mgorny/flaggie/issues/</bugs-to>
-    <remote-id type="bitbucket">mgorny/flaggie</remote-id>
+       <bugs-to>https://github.com/mgorny/flaggie/issues/</bugs-to>
+    <remote-id type="github">mgorny/flaggie</remote-id>
   </upstream>
 </pkgmetadata>