Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-cdr/cdw/
Date: Sun, 18 Apr 2021 19:10:17
Message-Id: 1618772995.08313dfd0b96acfe8740dcff7b54136c12824bf3.asturm@gentoo
1 commit: 08313dfd0b96acfe8740dcff7b54136c12824bf3
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sun Apr 18 19:09:55 2021 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sun Apr 18 19:09:55 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=08313dfd
7
8 app-cdr/cdw: Style, minor
9
10 Package-Manager: Portage-3.0.18, Repoman-3.0.3
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 app-cdr/cdw/cdw-0.8.1-r1.ebuild | 3 ++-
14 app-cdr/cdw/cdw-9999.ebuild | 4 ++--
15 2 files changed, 4 insertions(+), 3 deletions(-)
16
17 diff --git a/app-cdr/cdw/cdw-0.8.1-r1.ebuild b/app-cdr/cdw/cdw-0.8.1-r1.ebuild
18 index 317cc629ee9..1e2af67dd46 100644
19 --- a/app-cdr/cdw/cdw-0.8.1-r1.ebuild
20 +++ b/app-cdr/cdw/cdw-0.8.1-r1.ebuild
21 @@ -1,7 +1,8 @@
22 -# Copyright 1999-2020 Gentoo Authors
23 +# Copyright 1999-2021 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=7
27 +
28 inherit autotools toolchain-funcs
29
30 DESCRIPTION="An ncurses based console frontend for cdrtools and dvd+rw-tools"
31
32 diff --git a/app-cdr/cdw/cdw-9999.ebuild b/app-cdr/cdw/cdw-9999.ebuild
33 index 1e52c861c84..0c9539fc86e 100644
34 --- a/app-cdr/cdw/cdw-9999.ebuild
35 +++ b/app-cdr/cdw/cdw-9999.ebuild
36 @@ -1,11 +1,11 @@
37 -# Copyright 1999-2020 Gentoo Authors
38 +# Copyright 1999-2021 Gentoo Authors
39 # Distributed under the terms of the GNU General Public License v2
40
41 EAPI=7
42 +
43 ECVS_SERVER="cdw.cvs.sourceforge.net:/cvsroot/cdw"
44 ECVS_MODULE="cdw"
45 ECVS_TOPDIR="${DISTDIR}/cvs-src/${ECVS_MODULE}"
46 -
47 inherit autotools cvs toolchain-funcs
48
49 DESCRIPTION="An ncurses based console frontend for cdrtools and dvd+rw-tools"