net-print/cups-filters: Switch live ebuild from bzr to git
authorLars Wendler <polynomial-c@gentoo.org>
Wed, 7 Nov 2018 15:07:35 +0000 (16:07 +0100)
committerLars Wendler <polynomial-c@gentoo.org>
Wed, 7 Nov 2018 15:07:50 +0000 (16:07 +0100)
Package-Manager: Portage-2.3.51, Repoman-2.3.12
Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
net-print/cups-filters/cups-filters-9999.ebuild

index 79068417916a82bd1e4adaafc5a2e9f67daa90a9..2a2223f47e1e929f496677559bbcc1127e31faf8 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -8,8 +8,10 @@ GENTOO_DEPEND_ON_PERL=no
 inherit perl-module systemd flag-o-matic
 
 if [[ "${PV}" == "9999" ]] ; then
-       inherit bzr autotools
-       EBZR_REPO_URI="http://bzr.linuxfoundation.org/openprinting/cups-filters"
+       #inherit bzr autotools
+       #EBZR_REPO_URI="http://bzr.linuxfoundation.org/openprinting/cups-filters"
+       inherit autotools git-r3
+       EGIT_REPO_URI="https://github.com/OpenPrinting/cups-filters.git"
 else
        SRC_URI="http://www.openprinting.org/download/${PN}/${P}.tar.xz"
        KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-fbsd ~m68k-mint"