From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 8A38D1395E2 for ; Sun, 6 Nov 2016 16:29:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CFAC5E08BA; Sun, 6 Nov 2016 16:29:58 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A6140E08BA for ; Sun, 6 Nov 2016 16:29:58 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3851834184A for ; Sun, 6 Nov 2016 16:29:57 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CC9C2306 for ; Sun, 6 Nov 2016 16:29:55 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1478449791.5d8eee38d17fcc8b2c82398d2658c2f0a39e9415.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-portage/flaggie/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-portage/flaggie/flaggie-0.2.1.ebuild app-portage/flaggie/flaggie-9999.ebuild app-portage/flaggie/metadata.xml X-VCS-Directories: app-portage/flaggie/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 5d8eee38d17fcc8b2c82398d2658c2f0a39e9415 X-VCS-Branch: master Date: Sun, 6 Nov 2016 16:29:55 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 3a7d84e7-f8b5-48d1-b675-902a85ea0d01 X-Archives-Hash: 7f2dbb5d40a7549a3fc0a242068109d8 commit: 5d8eee38d17fcc8b2c82398d2658c2f0a39e9415 Author: Michał Górny gentoo org> AuthorDate: Sun Nov 6 16:27:48 2016 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Nov 6 16:29:51 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d8eee38 app-portage/flaggie: Update URLs to GitHub app-portage/flaggie/flaggie-0.2.1.ebuild | 6 +++--- app-portage/flaggie/flaggie-9999.ebuild | 21 ++++++--------------- app-portage/flaggie/metadata.xml | 4 ++-- 3 files changed, 11 insertions(+), 20 deletions(-) diff --git a/app-portage/flaggie/flaggie-0.2.1.ebuild b/app-portage/flaggie/flaggie-0.2.1.ebuild index a20938c..f2e4670 100644 --- a/app-portage/flaggie/flaggie-0.2.1.ebuild +++ b/app-portage/flaggie/flaggie-0.2.1.ebuild @@ -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" diff --git a/app-portage/flaggie/flaggie-9999.ebuild b/app-portage/flaggie/flaggie-9999.ebuild index c46553d..5c32549 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 diff --git a/app-portage/flaggie/metadata.xml b/app-portage/flaggie/metadata.xml index 540e3b6..5ecf888 100644 --- a/app-portage/flaggie/metadata.xml +++ b/app-portage/flaggie/metadata.xml @@ -10,7 +10,7 @@ mgorny@gentoo.org Michał Górny - https://bitbucket.org/mgorny/flaggie/issues/ - mgorny/flaggie + https://github.com/mgorny/flaggie/issues/ + mgorny/flaggie