diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2021-04-18 21:09:55 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2021-04-18 21:09:55 +0200 |
commit | 08313dfd0b96acfe8740dcff7b54136c12824bf3 (patch) | |
tree | de36bec0c033497ab4ec6501ab134008a10715cc /app-cdr | |
parent | x11-misc/wdm: Fix EAPI-7 version bump (BDEPEND) (diff) | |
download | gentoo-08313dfd0b96acfe8740dcff7b54136c12824bf3.tar.gz gentoo-08313dfd0b96acfe8740dcff7b54136c12824bf3.tar.bz2 gentoo-08313dfd0b96acfe8740dcff7b54136c12824bf3.zip |
app-cdr/cdw: Style, minor
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'app-cdr')
-rw-r--r-- | app-cdr/cdw/cdw-0.8.1-r1.ebuild | 3 | ||||
-rw-r--r-- | app-cdr/cdw/cdw-9999.ebuild | 4 |
2 files changed, 4 insertions, 3 deletions
diff --git a/app-cdr/cdw/cdw-0.8.1-r1.ebuild b/app-cdr/cdw/cdw-0.8.1-r1.ebuild index 317cc629ee9f..1e2af67dd460 100644 --- a/app-cdr/cdw/cdw-0.8.1-r1.ebuild +++ b/app-cdr/cdw/cdw-0.8.1-r1.ebuild @@ -1,7 +1,8 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 + inherit autotools toolchain-funcs DESCRIPTION="An ncurses based console frontend for cdrtools and dvd+rw-tools" diff --git a/app-cdr/cdw/cdw-9999.ebuild b/app-cdr/cdw/cdw-9999.ebuild index 1e52c861c848..0c9539fc86eb 100644 --- a/app-cdr/cdw/cdw-9999.ebuild +++ b/app-cdr/cdw/cdw-9999.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 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 DESCRIPTION="An ncurses based console frontend for cdrtools and dvd+rw-tools" |