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 21:31:33
Message-Id: 1618781480.bd853f47c8e290216d68dc19a1ebaa2a32e43107.asturm@gentoo
1 commit: bd853f47c8e290216d68dc19a1ebaa2a32e43107
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sun Apr 18 21:31:06 2021 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sun Apr 18 21:31:20 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd853f47
7
8 app-cdr/cdw: Drop 0.8.1 (r0)
9
10 Closes: https://bugs.gentoo.org/783882
11 Package-Manager: Portage-3.0.18, Repoman-3.0.3
12 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
13
14 app-cdr/cdw/cdw-0.8.1.ebuild | 34 ----------------------------------
15 1 file changed, 34 deletions(-)
16
17 diff --git a/app-cdr/cdw/cdw-0.8.1.ebuild b/app-cdr/cdw/cdw-0.8.1.ebuild
18 deleted file mode 100644
19 index b4597335f09..00000000000
20 --- a/app-cdr/cdw/cdw-0.8.1.ebuild
21 +++ /dev/null
22 @@ -1,34 +0,0 @@
23 -# Copyright 1999-2020 Gentoo Authors
24 -# Distributed under the terms of the GNU General Public License v2
25 -
26 -EAPI=6
27 -inherit toolchain-funcs
28 -
29 -DESCRIPTION="An ncurses based console frontend for cdrtools and dvd+rw-tools"
30 -HOMEPAGE="http://cdw.sourceforge.net"
31 -SRC_URI="mirror://sourceforge/cdw/${P}.tar.gz"
32 -
33 -LICENSE="GPL-2+"
34 -SLOT="0"
35 -KEYWORDS="amd64 ~ppc x86"
36 -
37 -RDEPEND="
38 - app-cdr/cdrtools
39 - app-cdr/dvd+rw-tools
40 - dev-libs/libburn
41 - dev-libs/libcdio[-minimal]
42 - sys-libs/ncurses:*[unicode]
43 -"
44 -DEPEND="
45 - ${RDEPEND}
46 - virtual/pkgconfig
47 -"
48 -
49 -src_configure() {
50 - econf LIBS="$( $(tc-getPKG_CONFIG) --libs ncurses )"
51 -}
52 -
53 -src_install() {
54 - DOCS="AUTHORS ChangeLog NEWS README THANKS cdw.conf" \
55 - default
56 -}