app-misc/dvtm: [QA] Port to git-r3
authorDavid Seifert <soap@gentoo.org>
Mon, 25 Dec 2017 14:19:41 +0000 (15:19 +0100)
committerDavid Seifert <soap@gentoo.org>
Mon, 25 Dec 2017 14:42:40 +0000 (15:42 +0100)
Package-Manager: Portage-2.3.19, Repoman-2.3.6

app-misc/dvtm/dvtm-0.14.ebuild
app-misc/dvtm/dvtm-0.15.ebuild
app-misc/dvtm/dvtm-9999.ebuild

index 23b0266b930550eb2144f8d4b6d31ee4a6687760..3c57017af12d061236d8b88c03260908ccfb52a7 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -8,10 +8,9 @@ inherit savedconfig toolchain-funcs
 DESCRIPTION="Dynamic virtual terminal manager"
 HOMEPAGE="http://www.brain-dump.org/projects/dvtm/"
 
-if [[ ${PV} == 9999* ]]; then
-       inherit git-2
+if [[ ${PV} == *9999 ]]; then
+       inherit git-r3
        EGIT_REPO_URI="git://repo.or.cz/dvtm.git"
-       KEYWORDS="arm"
 else
        SRC_URI="http://www.brain-dump.org/projects/${PN}/${P}.tar.gz"
        KEYWORDS="amd64 arm x86"
@@ -21,7 +20,7 @@ LICENSE="MIT"
 SLOT="0"
 IUSE="unicode"
 
-DEPEND="sys-libs/ncurses[unicode?]"
+DEPEND="sys-libs/ncurses:0=[unicode?]"
 RDEPEND=${DEPEND}
 
 src_prepare() {
index 06ed45d168630b44b670cc69d36cb5ea87b75b61..a579a42918d3c5a7529fe5e6c9784d2fecb386b0 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -8,8 +8,8 @@ inherit savedconfig toolchain-funcs
 DESCRIPTION="Dynamic virtual terminal manager"
 HOMEPAGE="http://www.brain-dump.org/projects/dvtm/"
 
-if [[ ${PV} == 9999* ]]; then
-       inherit git-2
+if [[ ${PV} == *9999 ]]; then
+       inherit git-r3
        EGIT_REPO_URI="git://repo.or.cz/dvtm.git"
 else
        SRC_URI="http://www.brain-dump.org/projects/${PN}/${P}.tar.gz"
@@ -20,7 +20,7 @@ LICENSE="MIT"
 SLOT="0"
 IUSE="unicode"
 
-DEPEND="sys-libs/ncurses:0[unicode?]"
+DEPEND="sys-libs/ncurses:0=[unicode?]"
 RDEPEND=${DEPEND}
 
 src_prepare() {
index 77565fbdbd03d1b07dcc2a9ae08ab0e5aaada9c1..a579a42918d3c5a7529fe5e6c9784d2fecb386b0 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -8,10 +8,9 @@ inherit savedconfig toolchain-funcs
 DESCRIPTION="Dynamic virtual terminal manager"
 HOMEPAGE="http://www.brain-dump.org/projects/dvtm/"
 
-if [[ ${PV} == 9999* ]]; then
-       inherit git-2
+if [[ ${PV} == *9999 ]]; then
+       inherit git-r3
        EGIT_REPO_URI="git://repo.or.cz/dvtm.git"
-       KEYWORDS=""
 else
        SRC_URI="http://www.brain-dump.org/projects/${PN}/${P}.tar.gz"
        KEYWORDS="~amd64 ~arm ~x86"
@@ -21,7 +20,7 @@ LICENSE="MIT"
 SLOT="0"
 IUSE="unicode"
 
-DEPEND="sys-libs/ncurses:0[unicode?]"
+DEPEND="sys-libs/ncurses:0=[unicode?]"
 RDEPEND=${DEPEND}
 
 src_prepare() {