git-2 -> git-r3

master
Kolan Sh 2015-10-12 19:44:08 +03:00
parent bd87d882e0
commit b69c667879
15 changed files with 12 additions and 17 deletions

View File

@ -8,7 +8,7 @@ inherit eutils
if [[ ${PV} == "9999" ]] ; then
EGIT_REPO_URI=${EGIT_REPO_URI:-"git://github.com/backbone/gentoo-upgrade.git"}
inherit git-2
inherit git-r3
KEYWORDS=""
else
SRC_URI="ftp://backbone.ws/projects/gentoo-upgrade/${P}.tar.bz2"

View File

@ -8,7 +8,7 @@ inherit eutils
if [[ ${PV} == "9999" ]] ; then
EGIT_REPO_URI=${EGIT_REPO_URI:-"git://github.com/backbone/htpasswd.git"}
inherit git-2
inherit git-r3
KEYWORDS=""
else
SRC_URI="ftp://backbone.ws/projects/htpasswd/${P}.tar.bz2"

View File

@ -1 +0,0 @@
EBUILD network-profile-9999.ebuild 826 SHA256 ffdcbd68f2171bf93be4eb7787c3c8cbcef3a34c4ed77df934bc2bf63e8eab61 SHA512 f87d63c7316d170730dbe6f3b0d8f783867981fdfbfe541cf502305f932dcaec868827fafca8bd3f39791781df688fd1738492ed3cc8c08436c3bd1a8f3c7d9d WHIRLPOOL 97436a44a08a43534a705f249590106284d6bd952f140346789cb6b8efb1fc7cdbcf91d0e73c732ffabcd14220cad868b0a07edf1275b3302367b92399703002

View File

@ -8,7 +8,7 @@ inherit eutils
if [[ ${PV} == "9999" ]] ; then
EGIT_REPO_URI=${EGIT_REPO_URI:-"git://github.com/backbone/network-profile.git"}
inherit git-2
inherit git-r3
KEYWORDS=""
else
SRC_URI="ftp://backbone.ws/projects/network-profile/${P}.tar.bz2"

View File

@ -1 +0,0 @@
EBUILD stderred-9999.ebuild 985 RMD160 f4bd51845a855e21920bf71513f1d7200d63c71b SHA1 e2e14c3d32219036aa4f414553508d31c39cc955 SHA256 6d91768b2f486de739d8c71123a71b7ddbff4b414e63c3e41ad4d25e549ab248

View File

@ -8,7 +8,7 @@ inherit eutils
if [[ ${PV} == "9999" ]] ; then
EGIT_REPO_URI=${EGIT_REPO_URI:-"git://github.com/albinoloverats/stderred.git"}
inherit git-2
inherit git-r3
KEYWORDS=""
else
SRC_URI=""

View File

@ -8,7 +8,7 @@ inherit eutils
if [[ ${PV} == "9999" ]] ; then
EGIT_REPO_URI=${EGIT_REPO_URI:-"git://github.com/backbone/findcruftfiles.git"}
inherit git-2
inherit git-r3
KEYWORDS=""
else
SRC_URI="ftp://backbone.ws/projects/findcruftfiles/${P}.tar.bz2"

View File

@ -8,8 +8,7 @@ inherit cmake-utils
if [[ ${PV} == "9999" ]] ; then
EGIT_REPO_URI=${EGIT_REPO_URI:-"git://git.backbone.ws/gobject/plugin.git"}
EGIT_HAS_SUBMODULES=true
inherit git-2
inherit git-r3
KEYWORDS=""
else
#SRC_URI="ftp://ftp.backbone.ws/projects/gobject-plugin/${P}.tar.bz2"

View File

@ -1 +0,0 @@
EBUILD charley-9999.ebuild 1029 SHA256 b8990a04083407ca40df3200837bfe5fdb876eb13df462ed76bb14c94252bd46 SHA512 5d65224494cca4de5c8f2ab6799bafd24bd9a51b00849ed912d06a7194e62209947acb608b36f552e2e3c69127e179c55bdbdc2b98f0afa05c6c2e8bef2b9df2 WHIRLPOOL c4676986b61f58651c6c6cff983bbf45dd5079420349cb6310def1f49cb149f4420482f4d4460836bb38b09464c95ffa4ba7fe991b7fd36f27d55200d1c20fcf

View File

@ -6,7 +6,7 @@ EAPI=4
if [[ ${PV} == "9999" ]] ; then
EGIT_REPO_URI=${EGIT_REPO_URI:-"git://github.com/masterfri/Charley.git"}
inherit git-2
inherit git-r3
KEYWORDS=""
else
SRC_URI="https://github.com/masterfri/charley/archive/${P}.zip"

View File

@ -8,7 +8,7 @@ inherit eutils
if [[ ${PV} == "9999" ]] ; then
EGIT_REPO_URI=${EGIT_REPO_URI:-"git://git.backbone.ws/linux-fonts/corefonts-lucon.git"}
inherit git-2
inherit git-r3
KEYWORDS=""
else
SRC_URI="https://git.backbone.ws/linux-fonts/corefonts-lucon/archive-tarball/v${PV} -> corefonts-lucon-${PV}.tar.gz"

View File

@ -6,7 +6,7 @@ EAPI=4
EGIT_REPO_URI="git://github.com/inish777/hardinform.git"
[[ 9999 == ${PV} ]] && vcs=git-2
[[ 9999 == ${PV} ]] && vcs=git-r3
inherit eutils cmake-utils $vcs

View File

@ -3,11 +3,10 @@
# $Header: $
EAPI=4
inherit git-2 cmake-utils
inherit git-r3 cmake-utils
DESCRIPTION="Small tool to show UKSM statistics."
HOMEPAGE="http://github.com/pfactum/uksmstat"
EGIT_REPO_URI="https://github.com/pfactum/uksmstat.git"
EGIT_HAS_SUBMODULES=true
LICENSE="GPL-3"
SLOT="0"

View File

@ -6,7 +6,7 @@ EAPI=4
EGIT_REPO_URI="git://github.com/backbone/snail.git"
[[ 9999 == ${PV} ]] && vcs=git-2
[[ 9999 == ${PV} ]] && vcs=git-r3
inherit $vcs eutils

View File

@ -4,7 +4,7 @@
EAPI=5
inherit multilib-build git-2
inherit multilib-build git-r3
DESCRIPTION="Faster OpenGL offloading for Bumblebee"
HOMEPAGE="https://github.com/amonakov/primus"