public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-ml/ocaml-text/
@ 2016-02-07 16:14 Alexis Ballier
  0 siblings, 0 replies; 2+ messages in thread
From: Alexis Ballier @ 2016-02-07 16:14 UTC (permalink / raw
  To: gentoo-commits

commit:     5e7e7f72d3b706c18f9164116b43cb65bfce9c0c
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Sun Feb  7 16:05:05 2016 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Sun Feb  7 16:13:49 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e7e7f72

dev-ml/ocaml-text: remove old

Package-Manager: portage-2.2.27
Signed-off-by: Alexis Ballier <aballier <AT> gentoo.org>

 dev-ml/ocaml-text/Manifest              |  1 -
 dev-ml/ocaml-text/ocaml-text-0.6.ebuild | 31 -------------------------------
 2 files changed, 32 deletions(-)

diff --git a/dev-ml/ocaml-text/Manifest b/dev-ml/ocaml-text/Manifest
index a9a4e0e..6c39dd7 100644
--- a/dev-ml/ocaml-text/Manifest
+++ b/dev-ml/ocaml-text/Manifest
@@ -1,2 +1 @@
-DIST ocaml-text-0.6.tar.gz 253162 SHA256 cfd4d224ec0b776ce462c5ba5cb6e4eae8cf397ede6d3b91add44a05a6520f49 SHA512 83dffe6cb11634e81076d72a0ed4b1621705dae2657706c5629550e3a4a4b912258bb63cb913c5248ecb556c7484ab77be4d1063dc4c216ec680b363f854e305 WHIRLPOOL ac84bd4d7f5c1e8473cfaed4c8a5f47c4d20c38070974f21d6a5859ba8b069788562f911fcb98b607a62263714981efa39c76e811a83687e75dc0c113a9d3a4c
 DIST ocaml-text-0.8.tar.gz 80898 SHA256 bab32ca98a086631a0715d06109ebf09a71d2ac9aa901bc4f4ecd3d84331b746 SHA512 712afd21f615a81dc361ce7f5d89aff0c341ed91cd0e4cce6a2000361023b006b10731ce0cc6c025bde5f5fe7d07fa85ca2af65a8ad4d50647e8dfa8ff7ad81f WHIRLPOOL 1ae59a2cbffa7b9a9ce3a027df7b9eba0db69442ad99666439fc5833f2aa13120dfa18b155a9a11dfc0cce641260b3f1e29e652e61c584627526ffcf4e09d6bf

diff --git a/dev-ml/ocaml-text/ocaml-text-0.6.ebuild b/dev-ml/ocaml-text/ocaml-text-0.6.ebuild
deleted file mode 100644
index d568947..0000000
--- a/dev-ml/ocaml-text/ocaml-text-0.6.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-OASIS_BUILD_DOCS=1
-OASIS_BUILD_TESTS=1
-
-inherit oasis
-
-DESCRIPTION="library for dealing with 'text'"
-HOMEPAGE="http://forge.ocamlcore.org/projects/ocaml-text/"
-SRC_URI="http://forge.ocamlcore.org/frs/download.php/937/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0/${PV}"
-KEYWORDS="~amd64"
-IUSE="pcre"
-
-DEPEND="virtual/libiconv
-	|| ( dev-ml/camlp4:= <dev-lang/ocaml-4.02.0 )
-	pcre? ( dev-ml/pcre-ocaml:=[ocamlopt?] )"
-RDEPEND="${DEPEND}"
-
-DOCS=( "README" "CHANGES" "CHANGES.darcs" )
-
-src_configure() {
-	oasis_configure_opts="$(use_enable pcre)" \
-		oasis_src_configure
-}


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-ml/ocaml-text/
@ 2017-08-02 11:23 Alexis Ballier
  0 siblings, 0 replies; 2+ messages in thread
From: Alexis Ballier @ 2017-08-02 11:23 UTC (permalink / raw
  To: gentoo-commits

commit:     f0d63c0e5a6e0e0e123af03b187a9d4950bedac7
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Wed Aug  2 11:04:13 2017 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Wed Aug  2 11:22:50 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0d63c0e

dev-ml/ocaml-text: assume + for ocamlopt on pcre-ocaml

Package-Manager: Portage-2.3.6, Repoman-2.3.3

 dev-ml/ocaml-text/ocaml-text-0.8.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ml/ocaml-text/ocaml-text-0.8.ebuild b/dev-ml/ocaml-text/ocaml-text-0.8.ebuild
index 685c177ff27..ebcdda2a93f 100644
--- a/dev-ml/ocaml-text/ocaml-text-0.8.ebuild
+++ b/dev-ml/ocaml-text/ocaml-text-0.8.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -19,7 +19,7 @@ IUSE="pcre"
 
 RDEPEND="virtual/libiconv
 	dev-ml/camlp4:=
-	pcre? ( dev-ml/pcre-ocaml:=[ocamlopt?] )"
+	pcre? ( dev-ml/pcre-ocaml:=[ocamlopt(+)?] )"
 DEPEND="${RDEPEND}
 	doc? ( dev-tex/rubber virtual/latex-base )"
 


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-08-02 11:23 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-08-02 11:23 [gentoo-commits] repo/gentoo:master commit in: dev-ml/ocaml-text/ Alexis Ballier
  -- strict thread matches above, loose matches on Subject: below --
2016-02-07 16:14 Alexis Ballier

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox