diff options
author | Sebastian Pipping <sping@gentoo.org> | 2020-03-27 01:27:46 +0100 |
---|---|---|
committer | Sebastian Pipping <sping@gentoo.org> | 2020-03-27 02:09:20 +0100 |
commit | 6e6b2084ec6f9c23576f50122e5b07f51520544e (patch) | |
tree | c01def77c1eb97cfbe7062f4d198633bd191eb92 | |
parent | dev-tex/rechnung: EAPI 7 (diff) | |
download | betagarden-6e6b2084ec6f9c23576f50122e5b07f51520544e.tar.gz betagarden-6e6b2084ec6f9c23576f50122e5b07f51520544e.tar.bz2 betagarden-6e6b2084ec6f9c23576f50122e5b07f51520544e.zip |
*/*: Quick-migrate from git-2 eclass to git-r3
Signed-off-by: Sebastian Pipping <sping@gentoo.org>
-rw-r--r-- | dev-vcs/gitscene/gitscene-9999.ebuild | 2 | ||||
-rw-r--r-- | net-dns/luma/luma-9999.ebuild | 2 | ||||
-rw-r--r-- | net-libs/libosmosdr/libosmosdr-9999.ebuild | 4 | ||||
-rw-r--r-- | sys-process/multiwatch/multiwatch-1.0.0.ebuild | 2 | ||||
-rw-r--r-- | x11-misc/accentuate/accentuate-9999.ebuild | 2 | ||||
-rw-r--r-- | x11-misc/i3lock-color/i3lock-color-9999.ebuild | 2 | ||||
-rw-r--r-- | x11-misc/i3lock-fancy/i3lock-fancy-9999.ebuild | 2 |
7 files changed, 8 insertions, 8 deletions
diff --git a/dev-vcs/gitscene/gitscene-9999.ebuild b/dev-vcs/gitscene/gitscene-9999.ebuild index 9bbeae0..273655e 100644 --- a/dev-vcs/gitscene/gitscene-9999.ebuild +++ b/dev-vcs/gitscene/gitscene-9999.ebuild @@ -5,7 +5,7 @@ EAPI=5 PYTHON_COMPAT=( python2_7 ) -inherit git-2 python-r1 +inherit git-r3 python-r1 DESCRIPTION="A GTK based repository browser for git" HOMEPAGE="http://github.com/pta/gitscene" diff --git a/net-dns/luma/luma-9999.ebuild b/net-dns/luma/luma-9999.ebuild index 74faa53..aa5e691 100644 --- a/net-dns/luma/luma-9999.ebuild +++ b/net-dns/luma/luma-9999.ebuild @@ -5,7 +5,7 @@ EAPI=5 PYTHON_COMPAT=( python2_7 ) -inherit distutils-r1 git-2 +inherit distutils-r1 git-r3 DESCRIPTION="LDAP GUI base on PyQt4" HOMEPAGE="http://luma.sourceforge.net/" diff --git a/net-libs/libosmosdr/libosmosdr-9999.ebuild b/net-libs/libosmosdr/libosmosdr-9999.ebuild index 04c8cac..0b7c187 100644 --- a/net-libs/libosmosdr/libosmosdr-9999.ebuild +++ b/net-libs/libosmosdr/libosmosdr-9999.ebuild @@ -3,7 +3,7 @@ EAPI="4" -inherit git-2 autotools +inherit git-r3 autotools DESCRIPTION="Software Defined Radio project" HOMEPAGE="http://sdr.osmocom.org/trac/" @@ -21,7 +21,7 @@ DEPEND="app-doc/doxygen RDEPEND="" src_unpack() { - git-2_src_unpack + git-r3_src_unpack S="${WORKDIR}"/${P}/software/${PN}/ } diff --git a/sys-process/multiwatch/multiwatch-1.0.0.ebuild b/sys-process/multiwatch/multiwatch-1.0.0.ebuild index ba30ab4..ac82e08 100644 --- a/sys-process/multiwatch/multiwatch-1.0.0.ebuild +++ b/sys-process/multiwatch/multiwatch-1.0.0.ebuild @@ -3,7 +3,7 @@ EAPI=5 -inherit autotools git-2 +inherit autotools git-r3 DESCRIPTION="multiwatch forks and watches multiple instances of a program" HOMEPAGE="http://redmine.lighttpd.net/projects/multiwatch" diff --git a/x11-misc/accentuate/accentuate-9999.ebuild b/x11-misc/accentuate/accentuate-9999.ebuild index a5640d2..82ffc7d 100644 --- a/x11-misc/accentuate/accentuate-9999.ebuild +++ b/x11-misc/accentuate/accentuate-9999.ebuild @@ -5,7 +5,7 @@ EAPI=5 PYTHON_COMPAT=( python2_7 ) -inherit git-2 python-r1 +inherit git-r3 python-r1 DESCRIPTION="PDF Slideshow Presentation Software" HOMEPAGE="http://repo.or.cz/w/accentuate.git" diff --git a/x11-misc/i3lock-color/i3lock-color-9999.ebuild b/x11-misc/i3lock-color/i3lock-color-9999.ebuild index 8dba44e..921158f 100644 --- a/x11-misc/i3lock-color/i3lock-color-9999.ebuild +++ b/x11-misc/i3lock-color/i3lock-color-9999.ebuild @@ -3,7 +3,7 @@ EAPI=5 -inherit eutils toolchain-funcs git-2 +inherit eutils toolchain-funcs git-r3 DESCRIPTION="Simple screen locker" HOMEPAGE="https://github.com/Arcaena/i3lock-color" diff --git a/x11-misc/i3lock-fancy/i3lock-fancy-9999.ebuild b/x11-misc/i3lock-fancy/i3lock-fancy-9999.ebuild index 1eac44f..ffbd45e 100644 --- a/x11-misc/i3lock-fancy/i3lock-fancy-9999.ebuild +++ b/x11-misc/i3lock-fancy/i3lock-fancy-9999.ebuild @@ -3,7 +3,7 @@ EAPI=5 -inherit eutils toolchain-funcs git-2 +inherit eutils toolchain-funcs git-r3 DESCRIPTION="Simple screen locker" HOMEPAGE="https://github.com/meskarune/i3lock-fancy" |