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: sys-fs/yaffs2-utils/, sys-fs/yaffs2-utils/files/, profiles/
Date: Mon, 03 Feb 2020 05:45:51
Message-Id: 1580708479.6a01b8758617087b4b9212c9650f8ddfd8933673.mgorny@gentoo
1 commit: 6a01b8758617087b4b9212c9650f8ddfd8933673
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 3 05:41:19 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 3 05:41:19 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a01b875
7
8 sys-fs/yaffs2-utils: Remove last-rited pkg
9
10 Closes: https://bugs.gentoo.org/703040
11 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
12
13 profiles/package.mask | 7 ----
14 .../files/yaffs2-utils-9999-build.patch | 46 ----------------------
15 sys-fs/yaffs2-utils/metadata.xml | 8 ----
16 sys-fs/yaffs2-utils/yaffs2-utils-9999.ebuild | 29 --------------
17 4 files changed, 90 deletions(-)
18
19 diff --git a/profiles/package.mask b/profiles/package.mask
20 index d3c37448d9c..bed38c339e1 100644
21 --- a/profiles/package.mask
22 +++ b/profiles/package.mask
23 @@ -825,13 +825,6 @@ sci-calculators/calculator
24 x11-misc/pathfinder
25 x11-misc/shutterbug
26
27 -# Michał Górny <mgorny@g.o> (2019-12-15)
28 -# Live ebuild only. Not touched since 2012. Unsurprisingly,
29 -# the included patch no longer applies. Actually, there's
30 -# sys-fs/yaffs2utils duplicate which is a release.
31 -# Removal in 14 days. Bug #703040.
32 -sys-fs/yaffs2-utils
33 -
34 # David Seifert <soap@g.o> (2019-12-08)
35 # Unmaintained, build hangs, tons of other build failures, missing
36 # dependencies. Bug #663794, #666916, #666922, #667062, #678068,
37
38 diff --git a/sys-fs/yaffs2-utils/files/yaffs2-utils-9999-build.patch b/sys-fs/yaffs2-utils/files/yaffs2-utils-9999-build.patch
39 deleted file mode 100644
40 index ecbb958d434..00000000000
41 --- a/sys-fs/yaffs2-utils/files/yaffs2-utils-9999-build.patch
42 +++ /dev/null
43 @@ -1,46 +0,0 @@
44 -From 3f4b0661b63efaca78791612ce9be84271d784a5 Mon Sep 17 00:00:00 2001
45 -From: Mike Frysinger <vapier@g.o>
46 -Date: Mon, 5 Nov 2012 02:08:27 -0500
47 -Subject: [PATCH] fix build build system
48 -
49 -Signed-off-by: Mike Frysinger <vapier@g.o>
50 ----
51 - utils/Makefile | 7 +++----
52 - 1 file changed, 3 insertions(+), 4 deletions(-)
53 -
54 -diff --git a/utils/Makefile b/utils/Makefile
55 -index 710ebbf..26aea6b 100644
56 ---- a/utils/Makefile
57 -+++ b/utils/Makefile
58 -@@ -16,14 +16,13 @@
59 -
60 - #KERNELDIR = /usr/src/kernel-headers-2.4.18
61 -
62 --CFLAGS = -O2 -Wall -DCONFIG_YAFFS_UTIL
63 -+CFLAGS+= -Wall -DCONFIG_YAFFS_UTIL -DCONFIG_YAFFS_DEFINES_TYPES
64 - CFLAGS+= -Wshadow -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -Wmissing-declarations
65 - CFLAGS+= -Wmissing-prototypes -Wredundant-decls -Wnested-externs -Winline
66 -
67 - ## Change if you are using a cross-compiler
68 - MAKETOOLS =
69 -
70 --CC=$(MAKETOOLS)gcc
71 -
72 - COMMON_BASE_C_LINKS = yaffs_ecc.c
73 - COMMON_BASE_LINKS = $(COMMON_BASE_C_LINKS) yaffs_ecc.h yaffs_guts.h yaffs_packedtags2.h yaffs_trace.h
74 -@@ -57,10 +56,10 @@ $(COMMONOBJS) $(MKYAFFSIMAGEOBJS) $(MKYAFFS2IMAGEOBJS) : %.o: %.c
75 - $(CC) -c $(CFLAGS) $< -o $@
76 -
77 - mkyaffsimage: $(MKYAFFSIMAGEOBJS) $(COMMONOBJS)
78 -- $(CC) -o $@ $^
79 -+ $(CC) $(CFLAGS) -o $@ $^ $(LDFLAGS)
80 -
81 - mkyaffs2image: $(MKYAFFS2IMAGEOBJS) $(COMMONOBJS)
82 -- $(CC) -o $@ $^
83 -+ $(CC) $(CFLAGS) -o $@ $^ $(LDFLAGS)
84 -
85 -
86 - clean:
87 ---
88 -1.7.12.4
89 -
90
91 diff --git a/sys-fs/yaffs2-utils/metadata.xml b/sys-fs/yaffs2-utils/metadata.xml
92 deleted file mode 100644
93 index 71b1461e114..00000000000
94 --- a/sys-fs/yaffs2-utils/metadata.xml
95 +++ /dev/null
96 @@ -1,8 +0,0 @@
97 -<?xml version="1.0" encoding="UTF-8"?>
98 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
99 -<pkgmetadata>
100 -<maintainer type="project">
101 - <email>embedded@g.o</email>
102 - <name>Embedded Gentoo</name>
103 -</maintainer>
104 -</pkgmetadata>
105
106 diff --git a/sys-fs/yaffs2-utils/yaffs2-utils-9999.ebuild b/sys-fs/yaffs2-utils/yaffs2-utils-9999.ebuild
107 deleted file mode 100644
108 index dc90c933a62..00000000000
109 --- a/sys-fs/yaffs2-utils/yaffs2-utils-9999.ebuild
110 +++ /dev/null
111 @@ -1,29 +0,0 @@
112 -# Copyright 1999-2012 Gentoo Foundation
113 -# Distributed under the terms of the GNU General Public License v2
114 -
115 -EAPI="4"
116 -
117 -EGIT_REPO_URI="git://www.aleph1.co.uk/yaffs2"
118 -EGIT_SOURCEDIR=${WORKDIR}
119 -
120 -inherit eutils git-2 toolchain-funcs
121 -
122 -DESCRIPTION="tools for generating YAFFS images"
123 -HOMEPAGE="http://www.aleph1.co.uk/yaffs/"
124 -
125 -LICENSE="GPL-2"
126 -SLOT="0"
127 -KEYWORDS=""
128 -IUSE=""
129 -
130 -S=${WORKDIR}/utils
131 -
132 -src_prepare() {
133 - epatch "${FILESDIR}"/${P}-build.patch
134 - tc-export CC
135 -}
136 -
137 -src_install() {
138 - dobin mkyaffsimage mkyaffs2image
139 - dodoc ../README-linux
140 -}