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: dev-lang/regina-rexx/files/, profiles/, dev-lang/regina-rexx/
Date: Mon, 31 Oct 2016 16:10:19
Message-Id: 1477930211.27b468288bbff5dbcec12c7786efdf4ef5b9bd3e.mgorny@gentoo
1 commit: 27b468288bbff5dbcec12c7786efdf4ef5b9bd3e
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Mon Oct 31 16:09:18 2016 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon Oct 31 16:10:11 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27b46828
7
8 dev-lang/regina-rexx: Remove buggy 3.6 version (stable, masked), #515944
9
10 .../regina-rexx/files/regina-rexx-3.6-gentoo.patch | 28 -------------
11 dev-lang/regina-rexx/regina-rexx-3.6-r3.ebuild | 48 ----------------------
12 profiles/package.mask | 5 ---
13 3 files changed, 81 deletions(-)
14
15 diff --git a/dev-lang/regina-rexx/files/regina-rexx-3.6-gentoo.patch b/dev-lang/regina-rexx/files/regina-rexx-3.6-gentoo.patch
16 deleted file mode 100644
17 index af4b024..00000000
18 --- a/dev-lang/regina-rexx/files/regina-rexx-3.6-gentoo.patch
19 +++ /dev/null
20 @@ -1,28 +0,0 @@
21 ---- a/Makefile.in 2011-12-31 09:50:28.000000000 +0100
22 -+++ b/Makefile.in 2012-12-15 18:29:37.691579584 +0100
23 -@@ -92,6 +92,7 @@
24 - REXX_BINARY_LIBS = @REXX_BINARY_LIBS@
25 - REGINA_BINARY_LIBS = @REGINA_BINARY_LIBS@
26 - LIBREGINA_BINARY_LIBS = @LIBREGINA_BINARY_LIBS@
27 -+LIBREGUTIL_BINARY_LIBS = @LIBREGINA_BINARY_LIBS@ @REXX_BINARY_LIBS@
28 - THREADER_BINARY_LIBS = @THREADER_BINARY_LIBS@
29 - EXECISER_BINARY_LIBS = @EXECISER_BINARY_LIBS@
30 - STACK_BINARY_LIBS = @STACK_BINARY_LIBS@
31 -@@ -926,7 +927,7 @@
32 - # $(CC) -c $(COPT) $(CC2O) $(DYN_COMP) $(regutildir)/regtrig.c
33 -
34 - $(SHLPRE)regutil$(MODPST): $(REGUTILOBJ) $(SHLPRE)$(SHLFILE)$(SHLPST) $(REGUTILEXP)
35 -- $(LD_RXLIB_UTILA) $(REGUTILEXPORTS) $(REGUTILOBJ) $(LD_RXLIB_UTILB) $(BOTHLIBS)
36 -+ $(LD_RXLIB_UTILA) $(REGUTILEXPORTS) $(REGUTILOBJ) $(LD_RXLIB_UTILB) $(BOTHLIBS) $(LIBREGUTIL_BINARY_LIBS)
37 - $(RANLIB_DYNAMIC)
38 -
39 -
40 -@@ -1009,7 +1010,7 @@
41 - $(INSTALL) -m 755 -c ./rxqueue$(binarybitprefix)$(EXE) $(DESTDIR)$(bindir)/rxqueue$(binarybitprefix)$(EXE)
42 - $(INSTALL) -m 755 -c ./rxstack$(binarybitprefix)$(EXE) $(DESTDIR)$(bindir)/rxstack$(binarybitprefix)$(EXE)
43 - $(INSTALL) -m 755 -c ./regina-config $(DESTDIR)$(bindir)/regina-config
44 -- -$(INSTALL) -m 755 -c ./rxstack.init.d $(DESTDIR)$(sysconfdir)/rc.d/init.d/rxstack
45 -+
46 - @echo "The system startup/shutdown script; rxstack, may have been installed into $(sysconfdir)/rc.d/init.d"
47 - @echo "You need to create the appropriate links to this script to start and stop rxstack automatically."
48 - -$(INSTALL) -m 755 -c ./$(LIBPRE)$(LIBFILE)$(LIBPST) $(DESTDIR)$(libdir)/$(LIBPRE)$(LIBFILE)$(LIBPST)
49
50 diff --git a/dev-lang/regina-rexx/regina-rexx-3.6-r3.ebuild b/dev-lang/regina-rexx/regina-rexx-3.6-r3.ebuild
51 deleted file mode 100644
52 index b3f9548..00000000
53 --- a/dev-lang/regina-rexx/regina-rexx-3.6-r3.ebuild
54 +++ /dev/null
55 @@ -1,48 +0,0 @@
56 -# Copyright 1999-2016 Gentoo Foundation
57 -# Distributed under the terms of the GNU General Public License v2
58 -# $Id$
59 -
60 -EAPI=4
61 -
62 -inherit autotools eutils toolchain-funcs
63 -
64 -DESCRIPTION="Portable Rexx interpreter"
65 -HOMEPAGE="http://regina-rexx.sourceforge.net"
66 -SRC_URI="mirror://sourceforge/${PN}/Regina-REXX-${PV}.tar.gz"
67 -
68 -LICENSE="LGPL-2.1 MPL-1.0"
69 -SLOT="0"
70 -KEYWORDS="~amd64 ppc x86"
71 -IUSE=""
72 -
73 -S=${WORKDIR}/Regina-REXX-${PV}
74 -
75 -MAKEOPTS+=" -j1"
76 -
77 -DOCS=( BUGS HACKERS.txt README.Unix README_SAFE TODO )
78 -
79 -src_prepare() {
80 - sed -e 's/CFLAGS=/UPSTREAM_CFLAGS=/' -i common/incdebug.m4 || die
81 -
82 - epatch "${FILESDIR}"/${PN}-3.6-gentoo.patch
83 -
84 - eautoconf
85 - tc-export CC #don't move it as tc-getCC
86 -}
87 -
88 -src_compile() {
89 - emake LIBEXE="$(tc-getAR)"
90 -}
91 -
92 -src_install() {
93 - default
94 - newinitd "${FILESDIR}"/rxstack-r1 rxstack
95 -}
96 -
97 -pkg_postinst() {
98 - elog "You may want to run"
99 - elog
100 - elog "\trc-update add rxstack default"
101 - elog
102 - elog "to enable Rexx queues (optional)."
103 -}
104
105 diff --git a/profiles/package.mask b/profiles/package.mask
106 index d0d191e..2d3984f 100644
107 --- a/profiles/package.mask
108 +++ b/profiles/package.mask
109 @@ -624,11 +624,6 @@ dev-php/pecl-http:0
110 =dev-php/pecl-mailparse-2.1.6-r1
111
112 # Pacho Ramos <pacho@g.o> (21 Aug 2016)
113 -# Needs fixing (#515944), nothing needs this in the tree. Removal in a
114 -# month.
115 -dev-lang/regina-rexx
116 -
117 -# Pacho Ramos <pacho@g.o> (21 Aug 2016)
118 # Security issues (#562898)
119 =app-admin/lsyncd-2.1.5