Gentoo Archives: gentoo-commits

From: Pacho Ramos <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-cdr/cdw/, app-cdr/cdw/files/
Date: Sat, 16 Feb 2019 09:45:58
Message-Id: 1550310342.7863c8435e86a676f9d1707e457cb6f2257684a1.pacho@gentoo
1 commit: 7863c8435e86a676f9d1707e457cb6f2257684a1
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Sat Feb 16 09:40:22 2019 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 16 09:45:42 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7863c843
7
8 app-cdr/cdw: Drop old
9
10 Package-Manager: Portage-2.3.58, Repoman-2.3.12
11 Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>
12
13 app-cdr/cdw/Manifest | 1 -
14 app-cdr/cdw/cdw-0.8.0.ebuild | 37 --------------------------------
15 app-cdr/cdw/files/cdw-0.8.0-uclibc.patch | 32 ---------------------------
16 3 files changed, 70 deletions(-)
17
18 diff --git a/app-cdr/cdw/Manifest b/app-cdr/cdw/Manifest
19 index 71e6298b0ac..36883d5ef74 100644
20 --- a/app-cdr/cdw/Manifest
21 +++ b/app-cdr/cdw/Manifest
22 @@ -1,2 +1 @@
23 -DIST cdw-0.8.0.tar.gz 849851 BLAKE2B 395a8cf527c676da6056dd5b887625c2d6a7ac214651351e6412e846cb435c179785c406a9e4306a72c9a7982eb8e1a0600719ca481307a8efdee5da6e626089 SHA512 67fd9e397800187baafff425fd77ae9ba679a7b396736004f305accea3c3c9ca215d70dac0410fd8ef9ed016f7ce11c3859c84bfa04e3234cee84201605175d0
24 DIST cdw-0.8.1.tar.gz 858791 BLAKE2B 971a5c69ef1452bb4fd02e74bb2a81492de5dc16c024d185c43bb19aa0e293b727e74f72ce73ef3aebcdb941500f95433dc6243f1171f68943b2dbe7bdc176f7 SHA512 08f6bac823f534987835f434190601d0a72df2246ff78bfe1af98fd30dda25edb8cf2e09161b3a0bc55e9efefbc453b409cc95fd3c117d447f07e49f79072e33
25
26 diff --git a/app-cdr/cdw/cdw-0.8.0.ebuild b/app-cdr/cdw/cdw-0.8.0.ebuild
27 deleted file mode 100644
28 index e716ed75db5..00000000000
29 --- a/app-cdr/cdw/cdw-0.8.0.ebuild
30 +++ /dev/null
31 @@ -1,37 +0,0 @@
32 -# Copyright 1999-2018 Gentoo Authors
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=6
36 -inherit toolchain-funcs
37 -
38 -DESCRIPTION="An ncurses based console frontend for cdrtools and dvd+rw-tools"
39 -HOMEPAGE="http://cdw.sourceforge.net"
40 -SRC_URI="mirror://sourceforge/cdw/${P}.tar.gz"
41 -
42 -LICENSE="GPL-2"
43 -SLOT="0"
44 -KEYWORDS="amd64 ~ppc x86"
45 -
46 -RDEPEND="
47 - virtual/cdrtools
48 - app-cdr/dvd+rw-tools
49 - dev-libs/libburn
50 - dev-libs/libcdio[-minimal]
51 - sys-libs/ncurses:*[unicode]
52 -"
53 -DEPEND="
54 - ${RDEPEND}
55 - virtual/pkgconfig
56 -"
57 -PATCHES=(
58 - "${FILESDIR}"/${P}-uclibc.patch
59 -)
60 -
61 -src_configure() {
62 - econf LIBS="$( $(tc-getPKG_CONFIG) --libs ncurses )"
63 -}
64 -
65 -src_install() {
66 - DOCS="AUTHORS ChangeLog NEWS README THANKS cdw.conf" \
67 - default
68 -}
69
70 diff --git a/app-cdr/cdw/files/cdw-0.8.0-uclibc.patch b/app-cdr/cdw/files/cdw-0.8.0-uclibc.patch
71 deleted file mode 100644
72 index a639e21713d..00000000000
73 --- a/app-cdr/cdw/files/cdw-0.8.0-uclibc.patch
74 +++ /dev/null
75 @@ -1,32 +0,0 @@
76 ---- a/src/main.c
77 -+++ b/src/main.c
78 -@@ -44,7 +44,9 @@
79 - #include <stdio.h>
80 - #include <stdlib.h>
81 - #include <string.h>
82 -+#ifndef __UCLIBC__
83 - #include <mcheck.h>
84 -+#endif
85 - #include <signal.h> /* sig_atomic_t */
86 -
87 - #include <dirent.h> /* PATH_MAX */
88 ---- a/src/tasks/cdw_create_image.c
89 -+++ b/src/tasks/cdw_create_image.c
90 -@@ -21,6 +21,7 @@
91 -
92 - #include <inttypes.h>
93 - #include <stdlib.h>
94 -+#include <unistd.h>
95 -
96 - #include "cdw_file_manager.h"
97 - #include "gettext.h"
98 ---- a/src/utilities/cdw_utils.c
99 -+++ b/src/utilities/cdw_utils.c
100 -@@ -28,6 +28,7 @@
101 - #include <sys/types.h>
102 - #include <sys/stat.h>
103 - #include <fcntl.h>
104 -+#include <unistd.h>
105 -
106 - #include "cdw_logging.h"
107 - #include "gettext.h"