commit:     94a9144730c9cbc760e736eae535cf4102b2b881
Author:     Zamarin Arthur <arthurzam <AT> gmail <DOT> com>
AuthorDate: Thu Apr 18 17:01:56 2019 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Apr 22 19:43:36 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94a91447

app-cdr/cdw: EAPI=7 bump for live

bump to EAPI=7
fix rebuild on SLOT for dev-libs/libcdio

Package-Manager: Portage-2.3.63, Repoman-2.3.12
Signed-off-by: Zamarin Arthur <arthurzam <AT> gmail.com>
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 app-cdr/cdw/cdw-9999.ebuild | 27 ++++++++++-----------------
 1 file changed, 10 insertions(+), 17 deletions(-)

diff --git a/app-cdr/cdw/cdw-9999.ebuild b/app-cdr/cdw/cdw-9999.ebuild
index e1a1792a140..5013ebb9082 100644
--- a/app-cdr/cdw/cdw-9999.ebuild
+++ b/app-cdr/cdw/cdw-9999.ebuild
@@ -1,32 +1,30 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 ECVS_SERVER="cdw.cvs.sourceforge.net:/cvsroot/cdw"
 ECVS_MODULE="cdw"
 ECVS_TOPDIR="${DISTDIR}/cvs-src/${ECVS_MODULE}"
 
 inherit autotools cvs toolchain-funcs
 
-MY_P=${PN}_${PV}
 DESCRIPTION="An ncurses based console frontend for cdrtools and dvd+rw-tools"
 HOMEPAGE="http://cdw.sourceforge.net";
 
-LICENSE="GPL-2"
+LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS=""
+DOCS=( AUTHORS ChangeLog NEWS README THANKS cdw.conf )
 
 RDEPEND="
-       virtual/cdrtools
        app-cdr/dvd+rw-tools
        dev-libs/libburn
-       dev-libs/libcdio[-minimal]
-       sys-libs/ncurses:*[unicode]
-"
-DEPEND="
-       ${RDEPEND}
-       virtual/pkgconfig
+       dev-libs/libcdio:=[-minimal]
+       sys-libs/ncurses:0=[unicode]
+       virtual/cdrtools
 "
+DEPEND="${RDEPEND}"
+BDEPEND="virtual/pkgconfig"
+
 S=${WORKDIR}/${ECVS_MODULE}
 
 src_prepare() {
@@ -37,8 +35,3 @@ src_prepare() {
 src_configure() {
        econf LIBS="$( $(tc-getPKG_CONFIG) --libs ncurses )"
 }
-
-src_install() {
-       DOCS="AUTHORS ChangeLog NEWS README THANKS cdw.conf" \
-               default
-}

Reply via email to