commit:     b1153343b2b76dc5478c5db5d28542696162414c
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 11 13:42:08 2018 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Dec 11 13:45:19 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1153343

dev-embedded/scratchbox2: Remove last-rited pkg

Closes: https://bugs.gentoo.org/639844
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-embedded/scratchbox2/Manifest                  |  1 -
 .../files/scratchbox2-2.0-as-needed.patch          | 22 ------
 .../scratchbox2/files/scratchbox2-2.0-gentoo.patch | 88 ----------------------
 .../files/scratchbox2-2.0-glibc-2.10.patch         | 39 ----------
 .../files/scratchbox2-2.0-use-system-lua.patch     | 77 -------------------
 dev-embedded/scratchbox2/metadata.xml              |  8 --
 dev-embedded/scratchbox2/scratchbox2-2.0-r1.ebuild | 60 ---------------
 profiles/package.mask                              |  4 -
 8 files changed, 299 deletions(-)

diff --git a/dev-embedded/scratchbox2/Manifest 
b/dev-embedded/scratchbox2/Manifest
deleted file mode 100644
index 14d3039a9af..00000000000
--- a/dev-embedded/scratchbox2/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST sbox2-2.0.tar.bz2 371402 BLAKE2B 
bbcf4c88e963275a387eac23480e8aaacc2ad41f3af7cb90ebb61cb0e9f37a0a871c4ee16db7945271fc008db97af288ae9e88fd65d4239c1255abe1e5d2fa5f
 SHA512 
f440c848fc08e825d6dbd978987941a71c087902de152238c31f7d529f5b2256c94aaf1085b5775aa7d66022e5bc83ff8f09bd90a55b32632d60342cd258d209

diff --git a/dev-embedded/scratchbox2/files/scratchbox2-2.0-as-needed.patch 
b/dev-embedded/scratchbox2/files/scratchbox2-2.0-as-needed.patch
deleted file mode 100644
index eaffc158f9f..00000000000
--- a/dev-embedded/scratchbox2/files/scratchbox2-2.0-as-needed.patch
+++ /dev/null
@@ -1,22 +0,0 @@
-diff --git a/utils/Makefile b/utils/Makefile
-index cf9b6c4..6f715d3 100644
---- a/utils/Makefile
-+++ b/utils/Makefile
-@@ -6,7 +6,7 @@ $(D)/sb2-show: CFLAGS := $(CFLAGS) -Wall -W -Werror \
-               -I$(SRCDIR)/include
- 
- $(D)/sb2-show.o: preload/exported.h
--$(D)/sb2-show: preload/libsb2.$(SHLIBEXT) $(D)/sb2-show.o
-+$(D)/sb2-show: $(D)/sb2-show.o preload/libsb2.$(SHLIBEXT)
-       $(MKOUTPUTDIR)
-       $(P)LD
-       $(Q)$(CC) $(CFLAGS) $(LDFLAGS) -o $@ $^
-@@ -25,7 +25,7 @@ $(D)/sb2-interp-wrapper: CFLAGS := $(CFLAGS) -Wall -W 
-Werror \
-               -I$(SRCDIR)/preload -Ipreload/ $(PROTOTYPEWARNINGS) \
-               -I$(SRCDIR)/include
- 
--$(D)/sb2-interp-wrapper: preload/libsb2.$(SHLIBEXT) $(D)/sb2-interp-wrapper.o
-+$(D)/sb2-interp-wrapper: $(D)/sb2-interp-wrapper.o preload/libsb2.$(SHLIBEXT)
-       $(MKOUTPUTDIR)
-       $(P)LD
-       $(Q)$(CC) $(CFLAGS) $(LDFLAGS) -o $@ $^ -ldl

diff --git a/dev-embedded/scratchbox2/files/scratchbox2-2.0-gentoo.patch 
b/dev-embedded/scratchbox2/files/scratchbox2-2.0-gentoo.patch
deleted file mode 100644
index 32dcdd1e2e3..00000000000
--- a/dev-embedded/scratchbox2/files/scratchbox2-2.0-gentoo.patch
+++ /dev/null
@@ -1,88 +0,0 @@
-diff --git a/Makefile b/Makefile
-index 23a13b3..c5b26cc 100644
---- a/Makefile
-+++ b/Makefile
-@@ -59,7 +59,6 @@ subdirs = luaif preload utils
- 
- -include config.mak
- 
--CFLAGS += -O2 -g -Wall -W
- CFLAGS += -I$(OBJDIR)/include -I$(SRCDIR)/include
- CFLAGS += -I$(SRCDIR)/luaif/lua-5.1.4/src
- CFLAGS += -D_GNU_SOURCE=1 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1
-@@ -145,6 +144,9 @@ install-noarch: regular
-       else install -d -m 755 $(prefix)/share/man/man1 ; \
-       fi
-       $(Q)echo "$(PACKAGE_VERSION)" > $(prefix)/share/scratchbox2/version
-+      $(Q)install -c -m 755 $(OBJDIR)/utils/sb2-show $(prefix)/bin/sb2-show
-+      $(Q)install -c -m 755 $(OBJDIR)/utils/sb2-monitor 
$(prefix)/bin/sb2-monitor
-+      $(Q)install -c -m 755 $(OBJDIR)/utils/sb2-interp-wrapper 
$(prefix)/bin/sb2-interp-wrapper
-       $(Q)install -c -m 755 $(SRCDIR)/utils/sb2 $(prefix)/bin/sb2
-       $(Q)install -c -m 755 $(SRCDIR)/utils/sb2-init $(prefix)/bin/sb2-init
-       $(Q)install -c -m 755 $(SRCDIR)/utils/sb2-config 
$(prefix)/bin/sb2-config
-@@ -210,10 +212,10 @@ install-noarch: regular
- ifeq ($(MACH),x86_64)
- install: install-multilib
- else
--install: do-install
-+install: install-singlelib
- endif
- 
--do-install: install-noarch
-+install-singlelib: install-noarch
-       $(P)INSTALL
-       @if [ -d $(prefix)/lib ] ; \
-       then echo "$(prefix)/lib present" ; \
-@@ -221,9 +223,6 @@ do-install: install-noarch
-       fi
-       $(Q)install -d -m 755 $(prefix)/lib/libsb2
-       $(Q)install -c -m 755 $(OBJDIR)/preload/libsb2.$(SHLIBEXT) 
$(prefix)/lib/libsb2/libsb2.so.$(PACKAGE_VERSION)
--      $(Q)install -c -m 755 $(OBJDIR)/utils/sb2-show $(prefix)/bin/sb2-show
--      $(Q)install -c -m 755 $(OBJDIR)/utils/sb2-monitor 
$(prefix)/bin/sb2-monitor
--      $(Q)install -c -m 755 $(OBJDIR)/utils/sb2-interp-wrapper 
$(prefix)/bin/sb2-interp-wrapper
- ifeq ($(OS),Linux)
-       $(Q)/sbin/ldconfig -n $(prefix)/lib/libsb2
- endif
-@@ -232,9 +231,9 @@ multilib_prefix=$(prefix)
- 
- install-multilib: multilib
-       @$(MAKE) -C obj-32 --include-dir=.. -f ../Makefile SRCDIR=.. 
do-install-multilib bitness=32
--      @$(MAKE) -C obj-64 --include-dir=.. -f ../Makefile SRCDIR=.. do-install
-+      @$(MAKE) -C obj-64 --include-dir=.. -f ../Makefile SRCDIR=.. 
do-install-multilib bitness=64
- 
--do-install-multilib:
-+do-install-multilib: install-noarch
-       $(P)INSTALL
-       @if [ -d $(multilib_prefix)/lib$(bitness) ] ; \
-       then echo "$(prefix)/lib$(bitness) present" ; \
-diff --git a/utils/Makefile b/utils/Makefile
-index cf9b6c4..79304fc 100644
---- a/utils/Makefile
-+++ b/utils/Makefile
-@@ -1,7 +1,7 @@
- # beware of namespace collisions, all subdir makefiles are included
- # into the top-level Makefile
- 
--$(D)/sb2-show: CFLAGS := $(CFLAGS) -Wall -W -Werror \
-+$(D)/sb2-show: CFLAGS := $(CFLAGS) -Wall -W \
-               -I$(SRCDIR)/preload -Ipreload/ $(PROTOTYPEWARNINGS) \
-               -I$(SRCDIR)/include
- 
-@@ -12,7 +12,7 @@ $(D)/sb2-show: preload/libsb2.$(SHLIBEXT) $(D)/sb2-show.o
-       $(Q)$(CC) $(CFLAGS) $(LDFLAGS) -o $@ $^
- 
- 
--$(D)/sb2-monitor: CFLAGS := $(CFLAGS) -Wall -W -Werror \
-+$(D)/sb2-monitor: CFLAGS := $(CFLAGS) -Wall -W \
-               -I$(SRCDIR)/preload -Ipreload/ $(PROTOTYPEWARNINGS) \
-               -I$(SRCDIR)/include
- 
-@@ -21,7 +21,7 @@ $(D)/sb2-monitor: $(D)/sb2-monitor.o
-       $(P)LD
-       $(Q)$(CC) $(CFLAGS) $(LDFLAGS) -o $@ $^
- 
--$(D)/sb2-interp-wrapper: CFLAGS := $(CFLAGS) -Wall -W -Werror \
-+$(D)/sb2-interp-wrapper: CFLAGS := $(CFLAGS) -Wall -W \
-               -I$(SRCDIR)/preload -Ipreload/ $(PROTOTYPEWARNINGS) \
-               -I$(SRCDIR)/include
- 

diff --git a/dev-embedded/scratchbox2/files/scratchbox2-2.0-glibc-2.10.patch 
b/dev-embedded/scratchbox2/files/scratchbox2-2.0-glibc-2.10.patch
deleted file mode 100644
index c5ec6aea434..00000000000
--- a/dev-embedded/scratchbox2/files/scratchbox2-2.0-glibc-2.10.patch
+++ /dev/null
@@ -1,39 +0,0 @@
-diff --git a/preload/interface.master b/preload/interface.master
-index 55a9481..4ba22b2 100644
---- a/preload/interface.master
-+++ b/preload/interface.master
-@@ -406,20 +406,34 @@ WRAP: int rmdir(const char *pathname) : \
- 
- #ifdef HAVE_SCANDIR
- #ifdef HAVE_LINUX_SCANDIR
-+#if _POSIX_C_SOURCE == 200809L
-+WRAP: int scandir(const char *dir, struct dirent ***namelist, \
-+      SCANDIR_TYPE_ARG3, \
-+      int(*compar)(const struct dirent **, const struct dirent **)) : \
-+      map(dir) hardcode_param(3,filter)
-+#else
- WRAP: int scandir(const char *dir, struct dirent ***namelist, \
-       SCANDIR_TYPE_ARG3, int(*compar)(const void *, const void *)) : \
-       map(dir) hardcode_param(3,filter)
- #endif
-+#endif
- #ifdef HAVE_OSX_SCANDIR
- WRAP: int scandir(const char *dirname, struct dirent ***namelist, int 
(*select)(struct dirent *), int (*compar)(const void *, const void *)): 
map(dirname)
- #endif
- #endif
- #ifdef HAVE_SCANDIR64
-+#if _POSIX_C_SOURCE == 200809L
-+WRAP: int scandir64(const char *dir, struct dirent64 ***namelist, \
-+      int(*filter)(const struct dirent64 *), \
-+      int(*compar)(const struct dirent64 **, const struct dirent64 **)) : \
-+      map(dir)
-+#else
- WRAP: int scandir64(const char *dir, struct dirent64 ***namelist, \
-       int(*filter)(const struct dirent64 *), \
-       int(*compar)(const void *, const void *)) : \
-       map(dir)
- #endif
-+#endif
- #ifdef HAVE_SETXATTR
- #ifdef HAVE_LINUX_XATTRS
- WRAP: int setxattr(const char *path, const char *name, const void *value, \

diff --git 
a/dev-embedded/scratchbox2/files/scratchbox2-2.0-use-system-lua.patch 
b/dev-embedded/scratchbox2/files/scratchbox2-2.0-use-system-lua.patch
deleted file mode 100644
index d4c231c74db..00000000000
--- a/dev-embedded/scratchbox2/files/scratchbox2-2.0-use-system-lua.patch
+++ /dev/null
@@ -1,77 +0,0 @@
-diff --git a/Makefile b/Makefile
-index c5b26cc..da48ea0 100644
---- a/Makefile
-+++ b/Makefile
-@@ -60,7 +60,7 @@ subdirs = luaif preload utils
- -include config.mak
- 
- CFLAGS += -I$(OBJDIR)/include -I$(SRCDIR)/include
--CFLAGS += -I$(SRCDIR)/luaif/lua-5.1.4/src
-+# CFLAGS += -I$(SRCDIR)/luaif/lua-5.1.4/src
- CFLAGS += -D_GNU_SOURCE=1 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1
- CFLAGS += -DSCRATCHBOX_ROOT="$(prefix)"
- CFLAGS += $(MACH_CFLAG)
-@@ -103,10 +103,7 @@ regular: .configure .version
-       @$(MAKE) -f $(SRCDIR)/Makefile --include-dir=$(SRCDIR) SRCDIR=$(SRCDIR) 
do-all
- 
- multilib:
--      @mkdir -p obj-32
--      @mkdir -p obj-64
--      @$(MAKE) MACH_CFLAG=-m32 -C obj-32 --include-dir=.. -f ../Makefile 
SRCDIR=.. regular
--      @$(MAKE) MACH_CFLAG=-m64 -C obj-64 --include-dir=.. -f ../Makefile 
SRCDIR=.. regular
-+      @$(MAKE) MACH_CFLAG=-m64 regular
- 
- 
- gcc_bins = addr2line ar as cc c++ c++filt cpp g++ gcc gcov gdb gdbtui gprof 
ld nm objcopy objdump ranlib rdi-stub readelf run size strings strip
-@@ -230,8 +227,7 @@ endif
- multilib_prefix=$(prefix)
- 
- install-multilib: multilib
--      @$(MAKE) -C obj-32 --include-dir=.. -f ../Makefile SRCDIR=.. 
do-install-multilib bitness=32
--      @$(MAKE) -C obj-64 --include-dir=.. -f ../Makefile SRCDIR=.. 
do-install-multilib bitness=64
-+      @$(MAKE) do-install-multilib bitness=64
- 
- do-install-multilib: install-noarch
-       $(P)INSTALL
-diff --git a/luaif/Makefile b/luaif/Makefile
-index 28e8885..5e1af6f 100644
---- a/luaif/Makefile
-+++ b/luaif/Makefile
-@@ -5,7 +5,7 @@ objs := $(D)/luaif.o $(D)/sb_log.o $(D)/paths.o $(D)/argvenvp.o
- $(D)/sb_log.o: preload/exported.h
- 
- luaif/libluaif.a: $(objs)
--luaif/libluaif.a: override CFLAGS := $(CFLAGS) -O2 -g -fPIC -Wall -W 
-I$(SRCDIR)/$(LUASRC) -I$(OBJDIR)/preload -I$(SRCDIR)/preload
-+luaif/libluaif.a: override CFLAGS := $(CFLAGS) -O2 -g -fPIC -Wall -W 
-I$(OBJDIR)/preload -I$(SRCDIR)/preload
- luaif/libluaif.a: override LDFLAGS := $(LDFLAGS)
- luaif/libluaif.a: override LIBS := 
- 
-@@ -24,5 +24,5 @@ luaif/liblua.a: override CFLAGS := -O2 -g -fPIC -Wall -W 
$(CFLAGS)
- luaif/liblua.a: override LDFLAGS := $(LDFLAGS)
- luaif/liblua.a: override LIBS :=
- 
--targets := $(targets) $(D)/libluaif.a $(D)/liblua.a
-+targets := $(targets) $(D)/libluaif.a
- 
-diff --git a/preload/Makefile b/preload/Makefile
-index 9f785ba..5094dbc 100644
---- a/preload/Makefile
-+++ b/preload/Makefile
-@@ -8,7 +8,7 @@ LIBSB2_LDFLAGS = -Wl,-soname=$(LIBSB2_SONAME) \
- # DO NOT add any libraries that depend on libpthread to
- # LIBSB2_LIBS or LIBS!! see the comments in luaif.c.
- 
--LIBSB2_LIBS =
-+LIBSB2_LIBS = -llua
- SHLIBEXT = so
- else
- LIBSB2_LIBS =
-@@ -17,7 +17,7 @@ endif
- 
- 
- $(D)/libsb2.$(SHLIBEXT): $(call O,$(objs))
--$(D)/libsb2.$(SHLIBEXT): luaif/libluaif.a luaif/liblua.a
-+$(D)/libsb2.$(SHLIBEXT): luaif/libluaif.a
- $(D)/libsb2.$(SHLIBEXT): CFLAGS := $(CFLAGS) -fPIC -Wall -W \
-               -I$(SRCDIR)/preload -Ipreload/ $(PROTOTYPEWARNINGS)
- $(D)/libsb2.$(SHLIBEXT): LDFLAGS := $(LDFLAGS) $(LIBSB2_LDFLAGS)

diff --git a/dev-embedded/scratchbox2/metadata.xml 
b/dev-embedded/scratchbox2/metadata.xml
deleted file mode 100644
index e248196b07c..00000000000
--- a/dev-embedded/scratchbox2/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>[email protected]</email>
-               <name>Embedded Gentoo</name>
-       </maintainer>
-</pkgmetadata>

diff --git a/dev-embedded/scratchbox2/scratchbox2-2.0-r1.ebuild 
b/dev-embedded/scratchbox2/scratchbox2-2.0-r1.ebuild
deleted file mode 100644
index 9fd9257fb6c..00000000000
--- a/dev-embedded/scratchbox2/scratchbox2-2.0-r1.ebuild
+++ /dev/null
@@ -1,60 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="2"
-
-inherit autotools eutils multilib toolchain-funcs
-
-MY_PN="${PN/cratch}"
-MY_P="${MY_PN}-${PV}"
-
-DESCRIPTION="A cross-compilation toolkit for embedded Linux application 
development"
-HOMEPAGE="https://www.freedesktop.org/wiki/Software/sbox2";
-SRC_URI="https://cgit.freedesktop.org/${MY_PN}/snapshot/${MY_P}.tar.bz2";
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND=">=dev-lang/lua-5.1.4"
-RDEPEND="${DEPEND}"
-
-S="${WORKDIR}/${MY_P}"
-
-src_prepare() {
-       epatch "${FILESDIR}/${P}-glibc-2.10.patch"
-       epatch "${FILESDIR}/${P}-gentoo.patch"
-       # bug 296552
-       epatch "${FILESDIR}/${P}-use-system-lua.patch"
-       # bug 296550
-       epatch "${FILESDIR}/${P}-as-needed.patch"
-
-       sed -e "s/^\(CC = \).*/\1$(tc-getCC)/" \
-               -e "s/^\(CXX = \).*/\1$(tc-getCXX)/" \
-               -e "s/^\(LD = \).*/\1$(tc-getLD)/" \
-               -i Makefile || die "sed Makefile failed"
-
-       eautoreconf
-}
-
-src_compile() {
-       emake prefix="${D}/usr" || die "emake failed"
-}
-
-src_install() {
-       emake prefix="${D}/usr" install || die "emake install failed"
-
-       # List all the multilib libdirs
-       local libdirs=
-       for libdir in $(get_all_libdirs); do
-                       libdirs="${libdirs}:/usr/${libdir}/libsb2"
-       done
-
-       cat <<-EOF > "${T}/55scratchbox2"
-       LDPATH=${libdirs:1}
-       EOF
-       doenvd "${T}/55scratchbox2" || die "doenvd failed"
-
-       dodoc AUTHORS README TODO || die "dodoc failed"
-}

diff --git a/profiles/package.mask b/profiles/package.mask
index 519ee16418b..f97e77c0437 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -205,10 +205,6 @@ app-emulation/vpcs
 # Fails to build with current glibc (#638840). Removal in a month.
 sys-devel/heirloom-devtools
 
-# Pacho Ramos <[email protected]> (11 Nov 2018)
-# Fails to build for a long time (#639844). Removal in a month.
-dev-embedded/scratchbox2
-
 # Pacho Ramos <[email protected]> (11 Nov 2018)
 # Fails to build (#662000), not compatible with kernel-4, use kernel driver 
rtsx_pci
 # instead. Removal in a month.

Reply via email to