* [gentoo-commits] gentoo-x86 commit in dev-ml/ocamldap: ocamldap-2.2.ebuild ChangeLog
@ 2012-10-10 12:08 Alexis Ballier (aballier)
0 siblings, 0 replies; 3+ messages in thread
From: Alexis Ballier (aballier) @ 2012-10-10 12:08 UTC (permalink / raw
To: gentoo-commits
aballier 12/10/10 12:08:30
Modified: ChangeLog
Added: ocamldap-2.2.ebuild
Log:
version bump, by Jacques-Pascal Deplaix, bug #436580
(Portage version: 2.2.0_alpha136/cvs/Linux x86_64)
Revision Changes Path
1.2 dev-ml/ocamldap/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/ocamldap/ChangeLog?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/ocamldap/ChangeLog?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/ocamldap/ChangeLog?r1=1.1&r2=1.2
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ml/ocamldap/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog 15 Sep 2012 15:13:57 -0000 1.1
+++ ChangeLog 10 Oct 2012 12:08:29 -0000 1.2
@@ -1,6 +1,11 @@
# ChangeLog for dev-ml/ocamldap
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocamldap/ChangeLog,v 1.1 2012/09/15 15:13:57 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocamldap/ChangeLog,v 1.2 2012/10/10 12:08:29 aballier Exp $
+
+*ocamldap-2.2 (10 Oct 2012)
+
+ 10 Oct 2012; Alexis Ballier <aballier@gentoo.org> +ocamldap-2.2.ebuild:
+ version bump, by Jacques-Pascal Deplaix, bug #436580
*ocamldap-2.1.8 (15 Sep 2012)
1.1 dev-ml/ocamldap/ocamldap-2.2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/ocamldap/ocamldap-2.2.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/ocamldap/ocamldap-2.2.ebuild?rev=1.1&content-type=text/plain
Index: ocamldap-2.2.ebuild
===================================================================
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocamldap/ocamldap-2.2.ebuild,v 1.1 2012/10/10 12:08:29 aballier Exp $
EAPI=4
inherit oasis
DESCRIPTION="an implementation of the Light Weight Directory Access Protocol"
HOMEPAGE="http://git-jpdeplaix.dyndns.org/libs/ocamldap.git/"
SRC_URI="http://bitbucket.org/deplai_j/${PN}/downloads/${P}.tar.gz"
LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~amd64"
IUSE="doc"
DEPEND="dev-ml/pcre-ocaml
dev-ml/ocaml-ssl
dev-ml/ocamlnet"
RDEPEND="${DEPEND}"
DOCS=( AUTHORS.txt Changelog INSTALL.txt README.txt )
src_install() {
oasis_src_install
use doc && dohtml -r doc/ocamldap/html
}
^ permalink raw reply [flat|nested] 3+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-ml/ocamldap: ocamldap-2.2.ebuild ChangeLog
@ 2013-03-03 14:31 Alexis Ballier (aballier)
0 siblings, 0 replies; 3+ messages in thread
From: Alexis Ballier (aballier) @ 2013-03-03 14:31 UTC (permalink / raw
To: gentoo-commits
aballier 13/03/03 14:31:19
Modified: ocamldap-2.2.ebuild ChangeLog
Log:
eapi5, use slotdeps and define subslot
(Portage version: 2.2.0_alpha164/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
Revision Changes Path
1.2 dev-ml/ocamldap/ocamldap-2.2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/ocamldap/ocamldap-2.2.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/ocamldap/ocamldap-2.2.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/ocamldap/ocamldap-2.2.ebuild?r1=1.1&r2=1.2
Index: ocamldap-2.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ml/ocamldap/ocamldap-2.2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ocamldap-2.2.ebuild 10 Oct 2012 12:08:29 -0000 1.1
+++ ocamldap-2.2.ebuild 3 Mar 2013 14:31:19 -0000 1.2
@@ -1,8 +1,8 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocamldap/ocamldap-2.2.ebuild,v 1.1 2012/10/10 12:08:29 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocamldap/ocamldap-2.2.ebuild,v 1.2 2013/03/03 14:31:19 aballier Exp $
-EAPI=4
+EAPI=5
inherit oasis
@@ -10,13 +10,13 @@
HOMEPAGE="http://git-jpdeplaix.dyndns.org/libs/ocamldap.git/"
SRC_URI="http://bitbucket.org/deplai_j/${PN}/downloads/${P}.tar.gz"
LICENSE="LGPL-2.1"
-SLOT="0"
+SLOT="0/${PV}"
KEYWORDS="~amd64"
IUSE="doc"
-DEPEND="dev-ml/pcre-ocaml
- dev-ml/ocaml-ssl
- dev-ml/ocamlnet"
+DEPEND="dev-ml/pcre-ocaml:=
+ dev-ml/ocaml-ssl:=
+ dev-ml/ocamlnet:="
RDEPEND="${DEPEND}"
DOCS=( AUTHORS.txt Changelog INSTALL.txt README.txt )
1.3 dev-ml/ocamldap/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/ocamldap/ChangeLog?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/ocamldap/ChangeLog?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/ocamldap/ChangeLog?r1=1.2&r2=1.3
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ml/ocamldap/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog 10 Oct 2012 12:08:29 -0000 1.2
+++ ChangeLog 3 Mar 2013 14:31:19 -0000 1.3
@@ -1,6 +1,9 @@
# ChangeLog for dev-ml/ocamldap
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocamldap/ChangeLog,v 1.2 2012/10/10 12:08:29 aballier Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocamldap/ChangeLog,v 1.3 2013/03/03 14:31:19 aballier Exp $
+
+ 03 Mar 2013; Alexis Ballier <aballier@gentoo.org> ocamldap-2.2.ebuild:
+ eapi5, use slotdeps and define subslot
*ocamldap-2.2 (10 Oct 2012)
^ permalink raw reply [flat|nested] 3+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-ml/ocamldap: ocamldap-2.2.ebuild ChangeLog
@ 2014-12-01 9:05 Alexis Ballier (aballier)
0 siblings, 0 replies; 3+ messages in thread
From: Alexis Ballier (aballier) @ 2014-12-01 9:05 UTC (permalink / raw
To: gentoo-commits
aballier 14/12/01 09:05:20
Modified: ocamldap-2.2.ebuild ChangeLog
Log:
import ocaml 4.02 fix from opam
Signed-off-by: aballier@gentoo.org
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
Revision Changes Path
1.3 dev-ml/ocamldap/ocamldap-2.2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/ocamldap/ocamldap-2.2.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/ocamldap/ocamldap-2.2.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/ocamldap/ocamldap-2.2.ebuild?r1=1.2&r2=1.3
Index: ocamldap-2.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ml/ocamldap/ocamldap-2.2.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ocamldap-2.2.ebuild 3 Mar 2013 14:31:19 -0000 1.2
+++ ocamldap-2.2.ebuild 1 Dec 2014 09:05:20 -0000 1.3
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocamldap/ocamldap-2.2.ebuild,v 1.2 2013/03/03 14:31:19 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocamldap/ocamldap-2.2.ebuild,v 1.3 2014/12/01 09:05:20 aballier Exp $
EAPI=5
@@ -21,6 +21,8 @@
DOCS=( AUTHORS.txt Changelog INSTALL.txt README.txt )
+PATCHES=( "${FILESDIR}/ocaml-4.02.patch" )
+
src_install() {
oasis_src_install
use doc && dohtml -r doc/ocamldap/html
1.5 dev-ml/ocamldap/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/ocamldap/ChangeLog?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/ocamldap/ChangeLog?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/ocamldap/ChangeLog?r1=1.4&r2=1.5
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ml/ocamldap/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog 3 Mar 2013 14:32:02 -0000 1.4
+++ ChangeLog 1 Dec 2014 09:05:20 -0000 1.5
@@ -1,6 +1,10 @@
# ChangeLog for dev-ml/ocamldap
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocamldap/ChangeLog,v 1.4 2013/03/03 14:32:02 aballier Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocamldap/ChangeLog,v 1.5 2014/12/01 09:05:20 aballier Exp $
+
+ 01 Dec 2014; Alexis Ballier <aballier@gentoo.org> ocamldap-2.2.ebuild,
+ +files/ocaml-4.02.patch:
+ import ocaml 4.02 fix from opam
03 Mar 2013; Alexis Ballier <aballier@gentoo.org> -ocamldap-2.1.8.ebuild:
remove old
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2014-12-01 9:05 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-03-03 14:31 [gentoo-commits] gentoo-x86 commit in dev-ml/ocamldap: ocamldap-2.2.ebuild ChangeLog Alexis Ballier (aballier)
-- strict thread matches above, loose matches on Subject: below --
2014-12-01 9:05 Alexis Ballier (aballier)
2012-10-10 12:08 Alexis Ballier (aballier)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox