Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/, app-cdr/mode2cdmaker/files/, app-cdr/mode2cdmaker/
Date: Tue, 05 Nov 2019 22:33:59
Message-Id: 1572993202.68b72f74324fca91e14b27179748464f1defcc05.mgorny@gentoo
1 commit: 68b72f74324fca91e14b27179748464f1defcc05
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue Nov 5 22:33:22 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue Nov 5 22:33:22 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=68b72f74
7
8 app-cdr/mode2cdmaker: Remove last-rited pkg
9
10 Bug: https://bugs.gentoo.org/696252
11 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
12
13 app-cdr/mode2cdmaker/Manifest | 1 -
14 .../files/mode2cdmaker-1.5.1-gentoo.patch | 46 ----------------------
15 app-cdr/mode2cdmaker/metadata.xml | 5 ---
16 app-cdr/mode2cdmaker/mode2cdmaker-1.5.1.ebuild | 36 -----------------
17 profiles/package.mask | 1 -
18 5 files changed, 89 deletions(-)
19
20 diff --git a/app-cdr/mode2cdmaker/Manifest b/app-cdr/mode2cdmaker/Manifest
21 deleted file mode 100644
22 index fbeeca1cd7a..00000000000
23 --- a/app-cdr/mode2cdmaker/Manifest
24 +++ /dev/null
25 @@ -1 +0,0 @@
26 -DIST mode2cdmaker-1.5.1-src.zip 57049 BLAKE2B f314dcd862732598a6c0035dc50fcbbebb14da3c8941d9d34ebc8c012add030040b9a8465c2b5bf526da792738119c570eb98ab840d9b376c7fd7f602f6c2388 SHA512 854aea23ae83521f689c5e4d91e6b3aba3e0977a987eb5a88fd340bb2b3f795ba76bf227a84727f3792b4f2453b4a4710d5e3782ccbfda79569506c23e77302f
27
28 diff --git a/app-cdr/mode2cdmaker/files/mode2cdmaker-1.5.1-gentoo.patch b/app-cdr/mode2cdmaker/files/mode2cdmaker-1.5.1-gentoo.patch
29 deleted file mode 100644
30 index 502819c11df..00000000000
31 --- a/app-cdr/mode2cdmaker/files/mode2cdmaker-1.5.1-gentoo.patch
32 +++ /dev/null
33 @@ -1,46 +0,0 @@
34 -diff -ur mode2cdmaker-1.5.1.orig/Makefile.linux mode2cdmaker-1.5.1/Makefile.linux
35 ---- mode2cdmaker-1.5.1.orig/Makefile.linux 2003-02-01 16:27:18.000000000 +0200
36 -+++ mode2cdmaker-1.5.1/Makefile.linux 2008-06-15 19:24:14.000000000 +0300
37 -@@ -4,8 +4,8 @@
38 - output=mode2cdmaker
39 -
40 - all:
41 -- gcc -c $(srcs)
42 -- gcc -o $(output) $(objs)
43 -+ $(CC) ${CFLAGS} -DMAX_PATH=512 -c $(srcs)
44 -+ $(CC) ${LDFLAGS} -o $(output) $(objs)
45 -
46 - clean:
47 - -rm -f $(objs) $(output)
48 -diff -ur mode2cdmaker-1.5.1.orig/mkvcdfs.c mode2cdmaker-1.5.1/mkvcdfs.c
49 ---- mode2cdmaker-1.5.1.orig/mkvcdfs.c 2003-03-14 19:57:38.000000000 +0200
50 -+++ mode2cdmaker-1.5.1/mkvcdfs.c 2008-06-15 19:23:25.000000000 +0300
51 -@@ -120,6 +120,7 @@
52 - #endif
53 - #endif
54 - #include <stdio.h>
55 -+#include <stdlib.h>
56 - #include <fcntl.h>
57 - #include <string.h>
58 - #include <ctype.h>
59 -@@ -629,7 +630,7 @@
60 - next_command[1]=(char*)malloc(256);
61 - while (fgets(next_command[1],256,pf))
62 - {
63 -- next_command[1][lstrlen(next_command[1])-1]=0;
64 -+ next_command[1][strlen(next_command[1])-1]=0;
65 - parse_params(2,next_command,idepth+1);
66 - }
67 - fclose(pf);
68 -diff -ur mode2cdmaker-1.5.1.orig/vcdisofs.c mode2cdmaker-1.5.1/vcdisofs.c
69 ---- mode2cdmaker-1.5.1.orig/vcdisofs.c 2003-02-02 00:02:44.000000000 +0200
70 -+++ mode2cdmaker-1.5.1/vcdisofs.c 2008-06-15 19:19:59.000000000 +0300
71 -@@ -80,6 +80,8 @@
72 - #include <windows.h>
73 - #endif
74 - #include <stdio.h>
75 -+#include <stdlib.h>
76 -+#include <string.h>
77 - #include <time.h>
78 - #include "defaults.h"
79 -
80
81 diff --git a/app-cdr/mode2cdmaker/metadata.xml b/app-cdr/mode2cdmaker/metadata.xml
82 deleted file mode 100644
83 index 6f49eba8f49..00000000000
84 --- a/app-cdr/mode2cdmaker/metadata.xml
85 +++ /dev/null
86 @@ -1,5 +0,0 @@
87 -<?xml version="1.0" encoding="UTF-8"?>
88 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
89 -<pkgmetadata>
90 -<!-- maintainer-needed -->
91 -</pkgmetadata>
92
93 diff --git a/app-cdr/mode2cdmaker/mode2cdmaker-1.5.1.ebuild b/app-cdr/mode2cdmaker/mode2cdmaker-1.5.1.ebuild
94 deleted file mode 100644
95 index d3f0bde8ee9..00000000000
96 --- a/app-cdr/mode2cdmaker/mode2cdmaker-1.5.1.ebuild
97 +++ /dev/null
98 @@ -1,36 +0,0 @@
99 -# Copyright 1999-2018 Gentoo Foundation
100 -# Distributed under the terms of the GNU General Public License v2
101 -
102 -EAPI=0
103 -
104 -inherit eutils toolchain-funcs
105 -
106 -DESCRIPTION="Utility to create mode-2 CDs, for example XCDs"
107 -HOMEPAGE="https://www.gentoo.org/"
108 -SRC_URI="mirror://gentoo/${P}-src.zip"
109 -
110 -LICENSE="GPL-2"
111 -SLOT="0"
112 -KEYWORDS="~amd64 ~ppc ~x86"
113 -IUSE=""
114 -
115 -DEPEND="app-arch/unzip"
116 -RDEPEND=""
117 -
118 -S=${WORKDIR}
119 -
120 -src_unpack() {
121 - unpack ${A}
122 - cd "${S}"
123 - epatch "${FILESDIR}"/${P}-gentoo.patch
124 -}
125 -
126 -src_compile() {
127 - tc-export CC
128 - emake -f Makefile.linux || die
129 -}
130 -
131 -src_install() {
132 - dobin mode2cdmaker || die
133 - dodoc {bugs,compatibility,readme}.txt
134 -}
135
136 diff --git a/profiles/package.mask b/profiles/package.mask
137 index 80f40f46efc..35586683519 100644
138 --- a/profiles/package.mask
139 +++ b/profiles/package.mask
140 @@ -379,7 +379,6 @@ net-libs/openslp
141 # the maintainer.
142 # Removal in 30 days. Bug #696252.
143 app-benchmarks/volanomark
144 -app-cdr/mode2cdmaker
145 mail-filter/clamsmtp
146 sys-auth/pam_require