* [gentoo-commits] repo/gentoo:master commit in: sys-fs/yaffs-utils/, sys-fs/yaffs-utils/files/
@ 2018-07-09 19:48 Mikle Kolyada
0 siblings, 0 replies; only message in thread
From: Mikle Kolyada @ 2018-07-09 19:48 UTC (permalink / raw
To: gentoo-commits
commit: 37180689981de73209819b92692cb5616e764021
Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 9 19:46:42 2018 +0000
Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Mon Jul 9 19:48:24 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37180689
sys-fs/yaffs-utils: remove last rited package
.../yaffs-utils/files/yaffs-utils-9999-build.patch | 36 ----------------------
sys-fs/yaffs-utils/metadata.xml | 8 -----
sys-fs/yaffs-utils/yaffs-utils-9999.ebuild | 29 -----------------
3 files changed, 73 deletions(-)
diff --git a/sys-fs/yaffs-utils/files/yaffs-utils-9999-build.patch b/sys-fs/yaffs-utils/files/yaffs-utils-9999-build.patch
deleted file mode 100644
index 901484db999..00000000000
--- a/sys-fs/yaffs-utils/files/yaffs-utils-9999-build.patch
+++ /dev/null
@@ -1,36 +0,0 @@
-diff --git a/utils/Makefile b/utils/Makefile
-index 4929e08..51c4e5f 100644
---- a/utils/Makefile
-+++ b/utils/Makefile
-@@ -16,14 +16,13 @@
-
- #KERNELDIR = /usr/src/kernel-headers-2.4.18
-
--CFLAGS = -I/usr/include -I.. -O2 -Wall -DCONFIG_YAFFS_UTIL
-+CFLAGS+= -I.. -Wall -DCONFIG_YAFFS_UTIL $(CPPFLAGS)
- CFLAGS+= -Wshadow -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -Wmissing-declarations
- CFLAGS+= -Wmissing-prototypes -Wredundant-decls -Wnested-externs -Winline
-
- ## Change if you are using a cross-compiler
- MAKETOOLS =
-
--CC=$(MAKETOOLS)gcc
-
- MKYAFFSOBJS = mkyaffs.o
-
-@@ -36,13 +35,13 @@ $(MKYAFFSIMAGEOBJS): %.o: %.c
- $(CC) -c $(CFLAGS) $< -o $@
-
- mkyaffsimage: $(MKYAFFSIMAGEOBJS)
-- $(CC) -o $@ $(MKYAFFSIMAGEOBJS)
-+ $(CC) $(CFLAGS) -o $@ $(MKYAFFSIMAGEOBJS) $(LDFLAGS)
-
- $(MKYAFFSOBJS): %.o: %.c
- $(CC) -c $(CFLAGS) $< -o $@
-
- mkyaffs: $(MKYAFFSOBJS)
-- $(CC) -o $@ $(MKYAFFSOBJS)
-+ $(CC) $(CFLAGS) -o $@ $(MKYAFFSOBJS) $(LDFLAGS)
-
- yaffs_ecc.c:
- ln -s ../yaffs_ecc.c yaffs_ecc.c
diff --git a/sys-fs/yaffs-utils/metadata.xml b/sys-fs/yaffs-utils/metadata.xml
deleted file mode 100644
index 71b1461e114..00000000000
--- a/sys-fs/yaffs-utils/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<maintainer type="project">
- <email>embedded@gentoo.org</email>
- <name>Embedded Gentoo</name>
-</maintainer>
-</pkgmetadata>
diff --git a/sys-fs/yaffs-utils/yaffs-utils-9999.ebuild b/sys-fs/yaffs-utils/yaffs-utils-9999.ebuild
deleted file mode 100644
index 9606fd88801..00000000000
--- a/sys-fs/yaffs-utils/yaffs-utils-9999.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="2"
-
-EGIT_REPO_URI="git://www.aleph1.co.uk/yaffs"
-EGIT_SOURCEDIR=${WORKDIR}
-
-inherit eutils git-2 toolchain-funcs
-
-DESCRIPTION="tools for generating YAFFS images"
-HOMEPAGE="http://www.aleph1.co.uk/yaffs/"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS=""
-IUSE=""
-
-S=${WORKDIR}/utils
-
-src_prepare() {
- epatch "${FILESDIR}"/${P}-build.patch
- tc-export CC
-}
-
-src_install() {
- dobin mkyaffs || die
- dodoc ../README
-}
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2018-07-09 19:48 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-07-09 19:48 [gentoo-commits] repo/gentoo:master commit in: sys-fs/yaffs-utils/, sys-fs/yaffs-utils/files/ Mikle Kolyada
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox