* [gentoo-commits] gentoo-x86 commit in dev-ml/ocurl: ocurl-0.5.3.ebuild ChangeLog
@ 2010-04-09 13:15 Alexis Ballier (aballier)
0 siblings, 0 replies; 5+ messages in thread
From: Alexis Ballier (aballier) @ 2010-04-09 13:15 UTC (permalink / raw
To: gentoo-commits
aballier 10/04/09 13:15:39
Modified: ChangeLog
Added: ocurl-0.5.3.ebuild
Log:
version bump
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Revision Changes Path
1.9 dev-ml/ocurl/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ml/ocurl/ChangeLog?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ml/ocurl/ChangeLog?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ml/ocurl/ChangeLog?r1=1.8&r2=1.9
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ml/ocurl/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog 21 Jun 2009 13:26:01 -0000 1.8
+++ ChangeLog 9 Apr 2010 13:15:39 -0000 1.9
@@ -1,6 +1,11 @@
# ChangeLog for dev-ml/ocurl
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocurl/ChangeLog,v 1.8 2009/06/21 13:26:01 aballier Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocurl/ChangeLog,v 1.9 2010/04/09 13:15:39 aballier Exp $
+
+*ocurl-0.5.3 (09 Apr 2010)
+
+ 09 Apr 2010; Alexis Ballier <aballier@gentoo.org> +ocurl-0.5.3.ebuild:
+ version bump
*ocurl-0.5.1 (21 Jun 2009)
1.1 dev-ml/ocurl/ocurl-0.5.3.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ml/ocurl/ocurl-0.5.3.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ml/ocurl/ocurl-0.5.3.ebuild?rev=1.1&content-type=text/plain
Index: ocurl-0.5.3.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocurl/ocurl-0.5.3.ebuild,v 1.1 2010/04/09 13:15:39 aballier Exp $
EAPI=2
inherit eutils findlib autotools
DESCRIPTION="OCaml interface to the libcurl library"
HOMEPAGE="http://sourceforge.net/projects/ocurl"
LICENSE="MIT"
SRC_URI="mirror://sourceforge/ocurl/${P}.tgz"
SLOT="0"
IUSE="examples"
DEPEND=">=net-misc/curl-7.9.8
dev-libs/openssl"
RDEPEND="$DEPEND"
KEYWORDS="~amd64 ~ppc ~x86"
S=${WORKDIR}/${PN}
src_prepare() {
epatch "${FILESDIR}/${PN}-0.5.1-asneeded.patch"
eautoreconf
}
src_configure() {
econf --with-findlib
}
src_compile()
{
emake -j1 all || die
}
src_install()
{
findlib_src_install
if use examples; then
insinto /usr/share/doc/${PF}
doins -r examples
fi
}
^ permalink raw reply [flat|nested] 5+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-ml/ocurl: ocurl-0.5.3.ebuild ChangeLog
@ 2011-12-16 14:23 Agostino Sarubbo (ago)
0 siblings, 0 replies; 5+ messages in thread
From: Agostino Sarubbo (ago) @ 2011-12-16 14:23 UTC (permalink / raw
To: gentoo-commits
ago 11/12/16 14:23:23
Modified: ocurl-0.5.3.ebuild ChangeLog
Log:
Stable for AMD64, wrt bug #393761
(Portage version: 2.1.10.40/cvs/Linux i686)
Revision Changes Path
1.2 dev-ml/ocurl/ocurl-0.5.3.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/ocurl/ocurl-0.5.3.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/ocurl/ocurl-0.5.3.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/ocurl/ocurl-0.5.3.ebuild?r1=1.1&r2=1.2
Index: ocurl-0.5.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ml/ocurl/ocurl-0.5.3.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ocurl-0.5.3.ebuild 9 Apr 2010 13:15:39 -0000 1.1
+++ ocurl-0.5.3.ebuild 16 Dec 2011 14:23:23 -0000 1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocurl/ocurl-0.5.3.ebuild,v 1.1 2010/04/09 13:15:39 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocurl/ocurl-0.5.3.ebuild,v 1.2 2011/12/16 14:23:23 ago Exp $
EAPI=2
@@ -17,7 +17,7 @@
DEPEND=">=net-misc/curl-7.9.8
dev-libs/openssl"
RDEPEND="$DEPEND"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc ~x86"
S=${WORKDIR}/${PN}
1.10 dev-ml/ocurl/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/ocurl/ChangeLog?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/ocurl/ChangeLog?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/ocurl/ChangeLog?r1=1.9&r2=1.10
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ml/ocurl/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog 9 Apr 2010 13:15:39 -0000 1.9
+++ ChangeLog 16 Dec 2011 14:23:23 -0000 1.10
@@ -1,6 +1,9 @@
# ChangeLog for dev-ml/ocurl
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocurl/ChangeLog,v 1.9 2010/04/09 13:15:39 aballier Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocurl/ChangeLog,v 1.10 2011/12/16 14:23:23 ago Exp $
+
+ 16 Dec 2011; Agostino Sarubbo <ago@gentoo.org> ocurl-0.5.3.ebuild:
+ Stable for AMD64, wrt bug #393761
*ocurl-0.5.3 (09 Apr 2010)
^ permalink raw reply [flat|nested] 5+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-ml/ocurl: ocurl-0.5.3.ebuild ChangeLog
@ 2011-12-18 19:54 PaweA Hajdan (phajdan.jr)
0 siblings, 0 replies; 5+ messages in thread
From: PaweA Hajdan (phajdan.jr) @ 2011-12-18 19:54 UTC (permalink / raw
To: gentoo-commits
phajdan.jr 11/12/18 19:54:08
Modified: ocurl-0.5.3.ebuild ChangeLog
Log:
x86 stable wrt bug #393761
(Portage version: 2.1.10.11/cvs/Linux i686)
Revision Changes Path
1.3 dev-ml/ocurl/ocurl-0.5.3.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/ocurl/ocurl-0.5.3.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/ocurl/ocurl-0.5.3.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/ocurl/ocurl-0.5.3.ebuild?r1=1.2&r2=1.3
Index: ocurl-0.5.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ml/ocurl/ocurl-0.5.3.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ocurl-0.5.3.ebuild 16 Dec 2011 14:23:23 -0000 1.2
+++ ocurl-0.5.3.ebuild 18 Dec 2011 19:54:08 -0000 1.3
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocurl/ocurl-0.5.3.ebuild,v 1.2 2011/12/16 14:23:23 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocurl/ocurl-0.5.3.ebuild,v 1.3 2011/12/18 19:54:08 phajdan.jr Exp $
EAPI=2
@@ -17,7 +17,7 @@
DEPEND=">=net-misc/curl-7.9.8
dev-libs/openssl"
RDEPEND="$DEPEND"
-KEYWORDS="amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc x86"
S=${WORKDIR}/${PN}
1.11 dev-ml/ocurl/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/ocurl/ChangeLog?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/ocurl/ChangeLog?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/ocurl/ChangeLog?r1=1.10&r2=1.11
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ml/ocurl/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog 16 Dec 2011 14:23:23 -0000 1.10
+++ ChangeLog 18 Dec 2011 19:54:08 -0000 1.11
@@ -1,6 +1,9 @@
# ChangeLog for dev-ml/ocurl
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocurl/ChangeLog,v 1.10 2011/12/16 14:23:23 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocurl/ChangeLog,v 1.11 2011/12/18 19:54:08 phajdan.jr Exp $
+
+ 18 Dec 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org> ocurl-0.5.3.ebuild:
+ x86 stable wrt bug #393761
16 Dec 2011; Agostino Sarubbo <ago@gentoo.org> ocurl-0.5.3.ebuild:
Stable for AMD64, wrt bug #393761
^ permalink raw reply [flat|nested] 5+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-ml/ocurl: ocurl-0.5.3.ebuild ChangeLog
@ 2013-03-10 10:33 Alexis Ballier (aballier)
0 siblings, 0 replies; 5+ messages in thread
From: Alexis Ballier (aballier) @ 2013-03-10 10:33 UTC (permalink / raw
To: gentoo-commits
aballier 13/03/10 10:33:58
Modified: ocurl-0.5.3.ebuild ChangeLog
Log:
eapi5: define subslot and add missing dep on ocaml:=[ocamlopt]
(Portage version: 2.2.0_alpha166/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
Revision Changes Path
1.4 dev-ml/ocurl/ocurl-0.5.3.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/ocurl/ocurl-0.5.3.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/ocurl/ocurl-0.5.3.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/ocurl/ocurl-0.5.3.ebuild?r1=1.3&r2=1.4
Index: ocurl-0.5.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ml/ocurl/ocurl-0.5.3.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ocurl-0.5.3.ebuild 18 Dec 2011 19:54:08 -0000 1.3
+++ ocurl-0.5.3.ebuild 10 Mar 2013 10:33:58 -0000 1.4
@@ -1,8 +1,8 @@
-# Copyright 1999-2011 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/ocurl/ocurl-0.5.3.ebuild,v 1.3 2011/12/18 19:54:08 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocurl/ocurl-0.5.3.ebuild,v 1.4 2013/03/10 10:33:58 aballier Exp $
-EAPI=2
+EAPI=5
inherit eutils findlib autotools
@@ -11,12 +11,13 @@
LICENSE="MIT"
SRC_URI="mirror://sourceforge/ocurl/${P}.tgz"
-SLOT="0"
+SLOT="0/${PV}"
IUSE="examples"
DEPEND=">=net-misc/curl-7.9.8
-dev-libs/openssl"
-RDEPEND="$DEPEND"
+ dev-libs/openssl
+ >=dev-lang/ocaml-3.12:=[ocamlopt]"
+RDEPEND="${DEPEND}"
KEYWORDS="amd64 ~ppc x86"
S=${WORKDIR}/${PN}
@@ -39,7 +40,7 @@
{
findlib_src_install
if use examples; then
- insinto /usr/share/doc/${PF}
- doins -r examples
+ dodoc -r examples
+ docompress -x /usr/share/doc/${PF}/examples
fi
}
1.12 dev-ml/ocurl/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/ocurl/ChangeLog?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/ocurl/ChangeLog?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/ocurl/ChangeLog?r1=1.11&r2=1.12
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ml/ocurl/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog 18 Dec 2011 19:54:08 -0000 1.11
+++ ChangeLog 10 Mar 2013 10:33:58 -0000 1.12
@@ -1,6 +1,9 @@
# ChangeLog for dev-ml/ocurl
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocurl/ChangeLog,v 1.11 2011/12/18 19:54:08 phajdan.jr Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocurl/ChangeLog,v 1.12 2013/03/10 10:33:58 aballier Exp $
+
+ 10 Mar 2013; Alexis Ballier <aballier@gentoo.org> ocurl-0.5.3.ebuild:
+ eapi5: define subslot and add missing dep on ocaml:=[ocamlopt]
18 Dec 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org> ocurl-0.5.3.ebuild:
x86 stable wrt bug #393761
^ permalink raw reply [flat|nested] 5+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-ml/ocurl: ocurl-0.5.3.ebuild ChangeLog
@ 2013-07-10 13:53 Vicente Olivert Riera (vincent)
0 siblings, 0 replies; 5+ messages in thread
From: Vicente Olivert Riera (vincent) @ 2013-07-10 13:53 UTC (permalink / raw
To: gentoo-commits
vincent 13/07/10 13:53:34
Modified: ocurl-0.5.3.ebuild ChangeLog
Log:
ppc stable, bug #460110
(Portage version: 2.1.12.2/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 5AE9E7B2E9BBCBA8)
Revision Changes Path
1.5 dev-ml/ocurl/ocurl-0.5.3.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/ocurl/ocurl-0.5.3.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/ocurl/ocurl-0.5.3.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/ocurl/ocurl-0.5.3.ebuild?r1=1.4&r2=1.5
Index: ocurl-0.5.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ml/ocurl/ocurl-0.5.3.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ocurl-0.5.3.ebuild 10 Mar 2013 10:33:58 -0000 1.4
+++ ocurl-0.5.3.ebuild 10 Jul 2013 13:53:34 -0000 1.5
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocurl/ocurl-0.5.3.ebuild,v 1.4 2013/03/10 10:33:58 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocurl/ocurl-0.5.3.ebuild,v 1.5 2013/07/10 13:53:34 vincent Exp $
EAPI=5
@@ -18,7 +18,7 @@
dev-libs/openssl
>=dev-lang/ocaml-3.12:=[ocamlopt]"
RDEPEND="${DEPEND}"
-KEYWORDS="amd64 ~ppc x86"
+KEYWORDS="amd64 ppc x86"
S=${WORKDIR}/${PN}
1.13 dev-ml/ocurl/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/ocurl/ChangeLog?rev=1.13&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/ocurl/ChangeLog?rev=1.13&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/ocurl/ChangeLog?r1=1.12&r2=1.13
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ml/ocurl/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog 10 Mar 2013 10:33:58 -0000 1.12
+++ ChangeLog 10 Jul 2013 13:53:34 -0000 1.13
@@ -1,6 +1,9 @@
# ChangeLog for dev-ml/ocurl
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocurl/ChangeLog,v 1.12 2013/03/10 10:33:58 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocurl/ChangeLog,v 1.13 2013/07/10 13:53:34 vincent Exp $
+
+ 10 Jul 2013; Vicente Olivert Riera <vincent@gentoo.org> ocurl-0.5.3.ebuild:
+ ppc stable, bug #460110
10 Mar 2013; Alexis Ballier <aballier@gentoo.org> ocurl-0.5.3.ebuild:
eapi5: define subslot and add missing dep on ocaml:=[ocamlopt]
@@ -48,4 +51,3 @@
09 Mar 2005; Matthieu Sozeau <mattam@gentoo.org>
+files/0.1.6-curl-helper.patch, +ocurl-0.1.6.ebuild:
curl binding for ocaml.
-
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2013-07-10 13:53 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-07-10 13:53 [gentoo-commits] gentoo-x86 commit in dev-ml/ocurl: ocurl-0.5.3.ebuild ChangeLog Vicente Olivert Riera (vincent)
-- strict thread matches above, loose matches on Subject: below --
2013-03-10 10:33 Alexis Ballier (aballier)
2011-12-18 19:54 PaweA Hajdan (phajdan.jr)
2011-12-16 14:23 Agostino Sarubbo (ago)
2010-04-09 13:15 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