dev-lang/regina-rexx: Remove buggy 3.6 version (stable, masked), #515944
authorMichał Górny <mgorny@gentoo.org>
Mon, 31 Oct 2016 16:09:18 +0000 (17:09 +0100)
committerMichał Górny <mgorny@gentoo.org>
Mon, 31 Oct 2016 16:10:11 +0000 (17:10 +0100)
dev-lang/regina-rexx/files/regina-rexx-3.6-gentoo.patch [deleted file]
dev-lang/regina-rexx/regina-rexx-3.6-r3.ebuild [deleted file]
profiles/package.mask

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
deleted file mode 100644 (file)
index af4b024..0000000
+++ /dev/null
@@ -1,28 +0,0 @@
---- a/Makefile.in      2011-12-31 09:50:28.000000000 +0100
-+++ b/Makefile.in      2012-12-15 18:29:37.691579584 +0100
-@@ -92,6 +92,7 @@
- REXX_BINARY_LIBS = @REXX_BINARY_LIBS@
- REGINA_BINARY_LIBS = @REGINA_BINARY_LIBS@
- LIBREGINA_BINARY_LIBS = @LIBREGINA_BINARY_LIBS@
-+LIBREGUTIL_BINARY_LIBS = @LIBREGINA_BINARY_LIBS@ @REXX_BINARY_LIBS@
- THREADER_BINARY_LIBS = @THREADER_BINARY_LIBS@
- EXECISER_BINARY_LIBS = @EXECISER_BINARY_LIBS@
- STACK_BINARY_LIBS = @STACK_BINARY_LIBS@
-@@ -926,7 +927,7 @@
- #     $(CC) -c $(COPT) $(CC2O) $(DYN_COMP) $(regutildir)/regtrig.c
- $(SHLPRE)regutil$(MODPST): $(REGUTILOBJ) $(SHLPRE)$(SHLFILE)$(SHLPST) $(REGUTILEXP)
--      $(LD_RXLIB_UTILA) $(REGUTILEXPORTS) $(REGUTILOBJ) $(LD_RXLIB_UTILB) $(BOTHLIBS)
-+      $(LD_RXLIB_UTILA) $(REGUTILEXPORTS) $(REGUTILOBJ) $(LD_RXLIB_UTILB) $(BOTHLIBS) $(LIBREGUTIL_BINARY_LIBS)
-       $(RANLIB_DYNAMIC)
-@@ -1009,7 +1010,7 @@
-       $(INSTALL) -m 755 -c ./rxqueue$(binarybitprefix)$(EXE) $(DESTDIR)$(bindir)/rxqueue$(binarybitprefix)$(EXE)
-       $(INSTALL) -m 755 -c ./rxstack$(binarybitprefix)$(EXE) $(DESTDIR)$(bindir)/rxstack$(binarybitprefix)$(EXE)
-       $(INSTALL) -m 755 -c ./regina-config $(DESTDIR)$(bindir)/regina-config
--      -$(INSTALL) -m 755 -c ./rxstack.init.d $(DESTDIR)$(sysconfdir)/rc.d/init.d/rxstack
-+      
-       @echo "The system startup/shutdown script; rxstack, may have been installed into $(sysconfdir)/rc.d/init.d"
-       @echo "You need to create the appropriate links to this script to start and stop rxstack automatically."
-       -$(INSTALL) -m 755 -c ./$(LIBPRE)$(LIBFILE)$(LIBPST) $(DESTDIR)$(libdir)/$(LIBPRE)$(LIBFILE)$(LIBPST)
diff --git a/dev-lang/regina-rexx/regina-rexx-3.6-r3.ebuild b/dev-lang/regina-rexx/regina-rexx-3.6-r3.ebuild
deleted file mode 100644 (file)
index b3f9548..0000000
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=4
-
-inherit autotools eutils toolchain-funcs
-
-DESCRIPTION="Portable Rexx interpreter"
-HOMEPAGE="http://regina-rexx.sourceforge.net"
-SRC_URI="mirror://sourceforge/${PN}/Regina-REXX-${PV}.tar.gz"
-
-LICENSE="LGPL-2.1 MPL-1.0"
-SLOT="0"
-KEYWORDS="~amd64 ppc x86"
-IUSE=""
-
-S=${WORKDIR}/Regina-REXX-${PV}
-
-MAKEOPTS+=" -j1"
-
-DOCS=( BUGS HACKERS.txt README.Unix README_SAFE TODO )
-
-src_prepare() {
-       sed -e 's/CFLAGS=/UPSTREAM_CFLAGS=/' -i common/incdebug.m4 || die
-
-       epatch "${FILESDIR}"/${PN}-3.6-gentoo.patch
-
-       eautoconf
-       tc-export CC #don't move it as tc-getCC
-}
-
-src_compile() {
-       emake LIBEXE="$(tc-getAR)"
-}
-
-src_install() {
-       default
-       newinitd "${FILESDIR}"/rxstack-r1 rxstack
-}
-
-pkg_postinst() {
-       elog "You may want to run"
-       elog
-       elog "\trc-update add rxstack default"
-       elog
-       elog "to enable Rexx queues (optional)."
-}
index d0d191eb46a5455c2021f4abeb80199f08325987..2d3984f2df0142a345d3cbc656f0b2065802b476 100644 (file)
@@ -623,11 +623,6 @@ dev-lang/php:5.5
 dev-php/pecl-http:0
 =dev-php/pecl-mailparse-2.1.6-r1
 
-# Pacho Ramos <pacho@gentoo.org> (21 Aug 2016)
-# Needs fixing (#515944), nothing needs this in the tree. Removal in a
-# month.
-dev-lang/regina-rexx
-
 # Pacho Ramos <pacho@gentoo.org> (21 Aug 2016)
 # Security issues (#562898)
 =app-admin/lsyncd-2.1.5