Gentoo Archives: gentoo-commits

From: Akinori Hattori <hattya@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/oniguruma/
Date: Thu, 20 Jul 2017 15:38:36
Message-Id: 1500565007.d22f36c1fe74be3216920e5d7362b7b38d91e9ff.hattya@gentoo
1 commit: d22f36c1fe74be3216920e5d7362b7b38d91e9ff
2 Author: Akinori Hattori <hattya <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jul 20 15:36:47 2017 +0000
4 Commit: Akinori Hattori <hattya <AT> gentoo <DOT> org>
5 CommitDate: Thu Jul 20 15:36:47 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d22f36c1
7
8 dev-libs/oniguruma: drop old
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.1
11
12 dev-libs/oniguruma/oniguruma-5.9.5-r1.ebuild | 42 ----------------------------
13 dev-libs/oniguruma/oniguruma-5.9.6_p1.ebuild | 42 ----------------------------
14 2 files changed, 84 deletions(-)
15
16 diff --git a/dev-libs/oniguruma/oniguruma-5.9.5-r1.ebuild b/dev-libs/oniguruma/oniguruma-5.9.5-r1.ebuild
17 deleted file mode 100644
18 index 82cd670df12..00000000000
19 --- a/dev-libs/oniguruma/oniguruma-5.9.5-r1.ebuild
20 +++ /dev/null
21 @@ -1,42 +0,0 @@
22 -# Copyright 1999-2016 Gentoo Foundation
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=6
26 -
27 -# Needed for a sane .so versionning on fbsd, please dont drop
28 -inherit autotools multilib-minimal
29 -
30 -MY_P=onig-${PV}
31 -
32 -DESCRIPTION="a regular expression library for different character encodings"
33 -HOMEPAGE="http://www.geocities.jp/kosako3/oniguruma"
34 -SRC_URI="http://www.geocities.jp/kosako3/oniguruma/archive/${MY_P}.tar.gz"
35 -
36 -LICENSE="BSD-2"
37 -SLOT="0"
38 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
39 -IUSE="combination-explosion-check crnl-as-line-terminator static-libs"
40 -
41 -PATCHES=( "${FILESDIR}"/${PN}-5.9.3-makefile.patch )
42 -DOCS=( AUTHORS HISTORY README{,.ja} doc/{API,FAQ,RE}{,.ja} )
43 -
44 -S=${WORKDIR}/${MY_P}
45 -
46 -src_prepare() {
47 - default
48 - mv configure.{in,ac} || die
49 - eautoreconf
50 -}
51 -
52 -multilib_src_configure() {
53 - ECONF_SOURCE=${S} econf \
54 - --enable-shared \
55 - $(use_enable static-libs static) \
56 - $(use_enable combination-explosion-check) \
57 - $(use_enable crnl-as-line-terminator)
58 -}
59 -
60 -multilib_src_install_all() {
61 - einstalldocs
62 - find "${D}" -name '*.la' -delete || die
63 -}
64
65 diff --git a/dev-libs/oniguruma/oniguruma-5.9.6_p1.ebuild b/dev-libs/oniguruma/oniguruma-5.9.6_p1.ebuild
66 deleted file mode 100644
67 index e4476735c06..00000000000
68 --- a/dev-libs/oniguruma/oniguruma-5.9.6_p1.ebuild
69 +++ /dev/null
70 @@ -1,42 +0,0 @@
71 -# Copyright 1999-2016 Gentoo Foundation
72 -# Distributed under the terms of the GNU General Public License v2
73 -
74 -EAPI=6
75 -
76 -# Needed for a sane .so versionning on fbsd, please dont drop
77 -inherit autotools multilib-minimal
78 -
79 -MY_P=onig-${PV}
80 -
81 -DESCRIPTION="a regular expression library for different character encodings"
82 -HOMEPAGE="https://github.com/kkos/oniguruma"
83 -SRC_URI="https://github.com/kkos/${PN}/releases/download/v${PV}/${MY_P}.tar.gz"
84 -
85 -LICENSE="BSD-2"
86 -SLOT="0"
87 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
88 -IUSE="combination-explosion-check crnl-as-line-terminator static-libs"
89 -
90 -PATCHES=( "${FILESDIR}"/${PN}-5.9.3-makefile.patch )
91 -DOCS=( AUTHORS HISTORY README{,.ja} doc/{API,FAQ,RE}{,.ja} )
92 -
93 -S=${WORKDIR}/${MY_P/_p1/}
94 -
95 -src_prepare() {
96 - default
97 - mv configure.{in,ac} || die
98 - eautoreconf
99 -}
100 -
101 -multilib_src_configure() {
102 - ECONF_SOURCE=${S} econf \
103 - --enable-shared \
104 - $(use_enable static-libs static) \
105 - $(use_enable combination-explosion-check) \
106 - $(use_enable crnl-as-line-terminator)
107 -}
108 -
109 -multilib_src_install_all() {
110 - einstalldocs
111 - find "${D}" -name '*.la' -delete || die
112 -}