Gentoo Archives: gentoo-commits

From: Alexis Ballier <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/pcre-ocaml/
Date: Tue, 24 Jan 2017 11:32:37
Message-Id: 1485257324.22e68075a213d0415e0dfd859f4af5f25b1beeb7.aballier@gentoo
1 commit: 22e68075a213d0415e0dfd859f4af5f25b1beeb7
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jan 24 11:28:44 2017 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 24 11:28:44 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=22e68075
7
8 dev-ml/pcre-ocaml: remove old
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11
12 dev-ml/pcre-ocaml/Manifest | 2 --
13 dev-ml/pcre-ocaml/pcre-ocaml-7.1.6.ebuild | 31 -------------------------------
14 dev-ml/pcre-ocaml/pcre-ocaml-7.2.2.ebuild | 31 -------------------------------
15 3 files changed, 64 deletions(-)
16
17 diff --git a/dev-ml/pcre-ocaml/Manifest b/dev-ml/pcre-ocaml/Manifest
18 index ac83744..4b2c6d5 100644
19 --- a/dev-ml/pcre-ocaml/Manifest
20 +++ b/dev-ml/pcre-ocaml/Manifest
21 @@ -1,4 +1,2 @@
22 DIST pcre-ocaml-6.2.5.tar.gz 60724 SHA256 f1774028a4525d22d1f4cf4ce0121c99d85a75aed7a498c3e8ab0f5e39888e47 SHA512 9665643165beea8515f22d90a6a0f079108826ec46ce89248c795e982f9b4ddecc0e882a32a9893acac1001d810aad7f3bc7d7b6162ab1260fa4f698c91e04b9 WHIRLPOOL c99da092f8e78de19ea624a021a088b3e19b1accd2b33bc084179f7c1b88e8ac2b51c143321a792067e325568d6ea4c059fc57ac9da477e998cda3936140567c
23 -DIST pcre-ocaml-7.1.6.tar.gz 88104 SHA256 7f88d1fb44a394026f20c692170d36f7331cbeea20ca95b841334b8c188efbef SHA512 604bf27324eab3548c8320bee91cd8c8d0c6459aa7c02b576149b6a2beb43ddd9733e7e344c20c100241cabc84be61ef8c4a5515cdd994a7c3105dd3da74782d WHIRLPOOL 25ba4642e4d10300d849993dd5cb18cb9c8216ba17b07756bca866b46460b8cc7399c91cc6390e44250765d40aa81a5ff3c0372bb3ead614c27c9b4a4f3da3d2
24 -DIST pcre-ocaml-7.2.2.tar.gz 88275 SHA256 64b2956c638f3428e72c481de766d977a86cab9e7f158bb745469b740f2db786 SHA512 99d8f9fce7d7e05a86dc1c6280dd0718d904ccbfaa0a858a2d97c2cbff94156c39b3875c29032582dafae3b11c01ee13af3896181dad1d8843843d8625721083 WHIRLPOOL eb4e1734478c5037efe72dddd6b8903d8ff29848218808c2ad54bcad1869e8897cf746c65c365f9cb523f36feb70d5191865d255fd5dbc913b13c9f3c7249b23
25 DIST pcre-ocaml-7.2.3.tar.gz 88307 SHA256 6339694dbeb706c5097180ed1d79b2dae681bf155a4780a7909af49b0e6f4666 SHA512 3df4bdbbed5e1ecf4bdf15fc461f2ea65e1556af9c1683e194c8824e21da5274dd80c22c1f6676fca203305ec4244d47e09f0ef8c601bfa95f7237bb07c1ee65 WHIRLPOOL 5835811cc1aecfffa9a49704db545ff20a30089ad7bb2b9394cf20dc9c657b0f102d12e48c8eaab9d8e95eee3ca756b60a17e1715e0aca05b7a9665d6dcc558f
26
27 diff --git a/dev-ml/pcre-ocaml/pcre-ocaml-7.1.6.ebuild b/dev-ml/pcre-ocaml/pcre-ocaml-7.1.6.ebuild
28 deleted file mode 100644
29 index 4eea14f..00000000
30 --- a/dev-ml/pcre-ocaml/pcre-ocaml-7.1.6.ebuild
31 +++ /dev/null
32 @@ -1,31 +0,0 @@
33 -# Copyright 1999-2014 Gentoo Foundation
34 -# Distributed under the terms of the GNU General Public License v2
35 -# $Id$
36 -
37 -EAPI=5
38 -
39 -OASIS_BUILD_DOCS=1
40 -
41 -inherit oasis
42 -
43 -DESCRIPTION="Perl Compatibility Regular Expressions for O'Caml"
44 -HOMEPAGE="http://mmottl.github.io/pcre-ocaml/ https://github.com/mmottl/pcre-ocaml"
45 -SRC_URI="https://github.com/mmottl/pcre-ocaml/releases/download/v${PV}/${P}.tar.gz"
46 -LICENSE="LGPL-2.1-with-linking-exception"
47 -IUSE="examples"
48 -SLOT="0/${PV}"
49 -KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd"
50 -
51 -RDEPEND=">=dev-libs/libpcre-4.5
52 - >=dev-lang/ocaml-4:="
53 -DEPEND="${RDEPEND}"
54 -
55 -DOCS=( "AUTHORS.txt" "CHANGES.txt" "README.md" )
56 -
57 -src_install() {
58 - oasis_src_install
59 - if use examples ; then
60 - insinto /usr/share/doc/${PF}
61 - doins -r examples
62 - fi
63 -}
64
65 diff --git a/dev-ml/pcre-ocaml/pcre-ocaml-7.2.2.ebuild b/dev-ml/pcre-ocaml/pcre-ocaml-7.2.2.ebuild
66 deleted file mode 100644
67 index 4eea14f..00000000
68 --- a/dev-ml/pcre-ocaml/pcre-ocaml-7.2.2.ebuild
69 +++ /dev/null
70 @@ -1,31 +0,0 @@
71 -# Copyright 1999-2014 Gentoo Foundation
72 -# Distributed under the terms of the GNU General Public License v2
73 -# $Id$
74 -
75 -EAPI=5
76 -
77 -OASIS_BUILD_DOCS=1
78 -
79 -inherit oasis
80 -
81 -DESCRIPTION="Perl Compatibility Regular Expressions for O'Caml"
82 -HOMEPAGE="http://mmottl.github.io/pcre-ocaml/ https://github.com/mmottl/pcre-ocaml"
83 -SRC_URI="https://github.com/mmottl/pcre-ocaml/releases/download/v${PV}/${P}.tar.gz"
84 -LICENSE="LGPL-2.1-with-linking-exception"
85 -IUSE="examples"
86 -SLOT="0/${PV}"
87 -KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd"
88 -
89 -RDEPEND=">=dev-libs/libpcre-4.5
90 - >=dev-lang/ocaml-4:="
91 -DEPEND="${RDEPEND}"
92 -
93 -DOCS=( "AUTHORS.txt" "CHANGES.txt" "README.md" )
94 -
95 -src_install() {
96 - oasis_src_install
97 - if use examples ; then
98 - insinto /usr/share/doc/${PF}
99 - doins -r examples
100 - fi
101 -}