Gentoo Archives: gentoo-commits

From: Austin English <wizardedit@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/regina-rexx/
Date: Tue, 26 Apr 2016 22:27:20
Message-Id: 1461709592.28dddb91233e0d287d29f6af86e4f3f7247e1836.wizardedit@gentoo
1 commit: 28dddb91233e0d287d29f6af86e4f3f7247e1836
2 Author: Austin English <wizardedit <AT> gentoo <DOT> org>
3 AuthorDate: Tue Apr 26 20:52:10 2016 +0000
4 Commit: Austin English <wizardedit <AT> gentoo <DOT> org>
5 CommitDate: Tue Apr 26 22:26:32 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=28dddb91
7
8 dev-lang/regina-rexx: remove regina-rexx-3.6-r2 / regina-rexx-3.9.1
9
10 Package-Manager: portage-2.2.26
11
12 dev-lang/regina-rexx/regina-rexx-3.6-r2.ebuild | 48 --------------------------
13 dev-lang/regina-rexx/regina-rexx-3.9.1.ebuild | 46 ------------------------
14 2 files changed, 94 deletions(-)
15
16 diff --git a/dev-lang/regina-rexx/regina-rexx-3.6-r2.ebuild b/dev-lang/regina-rexx/regina-rexx-3.6-r2.ebuild
17 deleted file mode 100644
18 index 8210874..0000000
19 --- a/dev-lang/regina-rexx/regina-rexx-3.6-r2.ebuild
20 +++ /dev/null
21 @@ -1,48 +0,0 @@
22 -# Copyright 1999-2013 Gentoo Foundation
23 -# Distributed under the terms of the GNU General Public License v2
24 -# $Id$
25 -
26 -EAPI=4
27 -
28 -inherit autotools eutils toolchain-funcs
29 -
30 -DESCRIPTION="Portable Rexx interpreter"
31 -HOMEPAGE="http://regina-rexx.sourceforge.net"
32 -SRC_URI="mirror://sourceforge/${PN}/Regina-REXX-${PV}.tar.gz"
33 -
34 -LICENSE="LGPL-2.1 MPL-1.0"
35 -SLOT="0"
36 -KEYWORDS="~amd64 ppc x86"
37 -IUSE=""
38 -
39 -S=${WORKDIR}/Regina-REXX-${PV}
40 -
41 -MAKEOPTS+=" -j1"
42 -
43 -DOCS=( BUGS HACKERS.txt README.Unix README_SAFE TODO )
44 -
45 -src_prepare() {
46 - sed -e 's/CFLAGS=/UPSTREAM_CFLAGS=/' -i common/incdebug.m4 || die
47 -
48 - epatch "${FILESDIR}"/${PN}-3.6-gentoo.patch
49 -
50 - eautoconf
51 - tc-export CC #don't move it as tc-getCC
52 -}
53 -
54 -src_compile() {
55 - emake LIBEXE="$(tc-getAR)"
56 -}
57 -
58 -src_install() {
59 - default
60 - newinitd "${FILESDIR}"/rxstack-r1 rxstack
61 -}
62 -
63 -pkg_postinst() {
64 - elog "You may want to run"
65 - elog
66 - elog "\trc-update add rxstack default"
67 - elog
68 - elog "to enable Rexx queues (optional)."
69 -}
70
71 diff --git a/dev-lang/regina-rexx/regina-rexx-3.9.1.ebuild b/dev-lang/regina-rexx/regina-rexx-3.9.1.ebuild
72 deleted file mode 100644
73 index 9b932ad..0000000
74 --- a/dev-lang/regina-rexx/regina-rexx-3.9.1.ebuild
75 +++ /dev/null
76 @@ -1,46 +0,0 @@
77 -# Copyright 1999-2013 Gentoo Foundation
78 -# Distributed under the terms of the GNU General Public License v2
79 -# $Id$
80 -
81 -EAPI=4
82 -
83 -inherit autotools eutils toolchain-funcs
84 -
85 -DESCRIPTION="Portable Rexx interpreter"
86 -HOMEPAGE="http://regina-rexx.sourceforge.net"
87 -SRC_URI="mirror://sourceforge/${PN}/Regina-REXX-${PV}.tar.gz"
88 -
89 -LICENSE="LGPL-2.1 MPL-1.0"
90 -SLOT="0"
91 -KEYWORDS="~amd64 ~ppc ~x86"
92 -IUSE=""
93 -
94 -S=${WORKDIR}/Regina-REXX-${PV}
95 -
96 -MAKEOPTS+=" -j1"
97 -
98 -DOCS=( BUGS HACKERS.txt README.Unix README_SAFE TODO )
99 -
100 -src_prepare() {
101 - sed -e 's/CFLAGS=/UPSTREAM_CFLAGS=/' -i common/incdebug.m4 || die
102 -
103 - eautoconf
104 - tc-export CC #don't move it as tc-getCC
105 -}
106 -
107 -src_compile() {
108 - emake LIBEXE="$(tc-getAR)"
109 -}
110 -
111 -src_install() {
112 - default
113 - newinitd "${FILESDIR}"/rxstack-r1 rxstack
114 -}
115 -
116 -pkg_postinst() {
117 - elog "You may want to run"
118 - elog
119 - elog "\trc-update add rxstack default"
120 - elog
121 - elog "to enable Rexx queues (optional)."
122 -}