[gentoo-commits] repo/gentoo:master commit in: dev-embedded/scratchbox2/files/, dev-embedded/scratchbox2/, profiles/

2018-12-11 Thread Michał Górny
commit: b1153343b2b76dc5478c5db5d28542696162414c
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Dec 11 13:42:08 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Dec 11 13:45:19 2018 +
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  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..000
--- 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..000
--- 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..000
--- 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 

[gentoo-commits] repo/gentoo:master commit in: dev-embedded/scratchbox2/

2017-03-23 Thread David Seifert
commit: 08c60c87225be69fc36b4e3fdfe9709e3860cbb4
Author: Harri Nieminen  gmail  com>
AuthorDate: Mon Mar 20 09:38:56 2017 +
Commit: David Seifert  gentoo  org>
CommitDate: Thu Mar 23 20:52:27 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=08c60c87

dev-embedded/scratchbox2: Fix toolong DESCRIPTION

Package-Manager: Portage-2.3.5, Repoman-2.3.2
Closes: https://github.com/gentoo/gentoo/pull/4253

 dev-embedded/scratchbox2/scratchbox2-2.0-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-embedded/scratchbox2/scratchbox2-2.0-r1.ebuild 
b/dev-embedded/scratchbox2/scratchbox2-2.0-r1.ebuild
index 7cd85ce8cb4..9fd9257fb6c 100644
--- a/dev-embedded/scratchbox2/scratchbox2-2.0-r1.ebuild
+++ b/dev-embedded/scratchbox2/scratchbox2-2.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="2"
@@ -8,7 +8,7 @@ inherit autotools eutils multilib toolchain-funcs
 MY_PN="${PN/cratch}"
 MY_P="${MY_PN}-${PV}"
 
-DESCRIPTION="A cross-compilation toolkit designed to make embedded Linux 
application development easier"
+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;