public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-ml/odns: ChangeLog odns-0.3.ebuild
@ 2011-03-04 12:33 Alexis Ballier (aballier)
  0 siblings, 0 replies; 5+ messages in thread
From: Alexis Ballier (aballier) @ 2011-03-04 12:33 UTC (permalink / raw
  To: gentoo-commits

aballier    11/03/04 12:33:02

  Modified:             ChangeLog
  Added:                odns-0.3.ebuild
  Log:
  version bump
  
  (Portage version: 2.2.0_alpha26/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  dev-ml/odns/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/odns/ChangeLog?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/odns/ChangeLog?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/odns/ChangeLog?r1=1.1&r2=1.2

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ml/odns/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog	4 Feb 2011 12:59:30 -0000	1.1
+++ ChangeLog	4 Mar 2011 12:33:02 -0000	1.2
@@ -1,6 +1,11 @@
 # ChangeLog for dev-ml/odns
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/odns/ChangeLog,v 1.1 2011/02/04 12:59:30 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/odns/ChangeLog,v 1.2 2011/03/04 12:33:02 aballier Exp $
+
+*odns-0.3 (04 Mar 2011)
+
+  04 Mar 2011; Alexis Ballier <aballier@gentoo.org> +odns-0.3.ebuild:
+  version bump
 
 *odns-0.2 (04 Feb 2011)
 



1.1                  dev-ml/odns/odns-0.3.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/odns/odns-0.3.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/odns/odns-0.3.ebuild?rev=1.1&content-type=text/plain

Index: odns-0.3.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ml/odns/odns-0.3.ebuild,v 1.1 2011/03/04 12:33:02 aballier Exp $

EAPI=3

inherit findlib

DESCRIPTION="OCaml library to query DNS servers"
HOMEPAGE="http://odns.tuxfamily.org/"
SRC_URI="http://download.tuxfamily.org/${PN}/${P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64"
IUSE=""

RDEPEND=">=dev-lang/ocaml-3.10.2[ocamlopt]"
DEPEND="${RDEPEND}"

src_prepare() {
	sed -i -e "s/version=\"0.2\"/version=\"${PV}\"/" META || die
}

src_install() {
	findlib_src_preinst
	PREFIX="${D}/usr" emake install || die
	dodoc AUTHORS README || die
}






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

* [gentoo-commits] gentoo-x86 commit in dev-ml/odns: ChangeLog odns-0.3.ebuild
@ 2012-07-04 21:38 Alexis Ballier (aballier)
  0 siblings, 0 replies; 5+ messages in thread
From: Alexis Ballier (aballier) @ 2012-07-04 21:38 UTC (permalink / raw
  To: gentoo-commits

aballier    12/07/04 21:38:25

  Modified:             ChangeLog odns-0.3.ebuild
  Log:
  fix parallel build, bug #422683
  
  (Portage version: 2.2.0_alpha115/cvs/Linux x86_64)

Revision  Changes    Path
1.4                  dev-ml/odns/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/odns/ChangeLog?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/odns/ChangeLog?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/odns/ChangeLog?r1=1.3&r2=1.4

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ml/odns/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog	6 Jul 2011 18:34:50 -0000	1.3
+++ ChangeLog	4 Jul 2012 21:38:25 -0000	1.4
@@ -1,6 +1,10 @@
 # ChangeLog for dev-ml/odns
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/odns/ChangeLog,v 1.3 2011/07/06 18:34:50 aballier Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/odns/ChangeLog,v 1.4 2012/07/04 21:38:25 aballier Exp $
+
+  04 Jul 2012; Alexis Ballier <aballier@gentoo.org> odns-0.3.ebuild,
+  +files/odns-0.3-parmake.patch:
+  fix parallel build, bug #422683
 
   06 Jul 2011; Alexis Ballier <aballier@gentoo.org> -odns-0.2.ebuild:
   remove old



1.2                  dev-ml/odns/odns-0.3.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/odns/odns-0.3.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/odns/odns-0.3.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/odns/odns-0.3.ebuild?r1=1.1&r2=1.2

Index: odns-0.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ml/odns/odns-0.3.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- odns-0.3.ebuild	4 Mar 2011 12:33:02 -0000	1.1
+++ odns-0.3.ebuild	4 Jul 2012 21:38:25 -0000	1.2
@@ -1,10 +1,10 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/odns/odns-0.3.ebuild,v 1.1 2011/03/04 12:33:02 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/odns/odns-0.3.ebuild,v 1.2 2012/07/04 21:38:25 aballier Exp $
 
 EAPI=3
 
-inherit findlib
+inherit findlib eutils
 
 DESCRIPTION="OCaml library to query DNS servers"
 HOMEPAGE="http://odns.tuxfamily.org/"
@@ -20,6 +20,7 @@
 
 src_prepare() {
 	sed -i -e "s/version=\"0.2\"/version=\"${PV}\"/" META || die
+	epatch "${FILESDIR}/${P}-parmake.patch"
 }
 
 src_install() {






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

* [gentoo-commits] gentoo-x86 commit in dev-ml/odns: ChangeLog odns-0.3.ebuild
@ 2012-08-22 14:26 Alexis Ballier (aballier)
  0 siblings, 0 replies; 5+ messages in thread
From: Alexis Ballier (aballier) @ 2012-08-22 14:26 UTC (permalink / raw
  To: gentoo-commits

aballier    12/08/22 14:26:16

  Modified:             ChangeLog odns-0.3.ebuild
  Log:
  set empty CLIBS, fixing bug #422683
  
  (Portage version: 2.2.0_alpha121/cvs/Linux x86_64)

Revision  Changes    Path
1.5                  dev-ml/odns/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/odns/ChangeLog?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/odns/ChangeLog?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/odns/ChangeLog?r1=1.4&r2=1.5

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ml/odns/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog	4 Jul 2012 21:38:25 -0000	1.4
+++ ChangeLog	22 Aug 2012 14:26:16 -0000	1.5
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ml/odns
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/odns/ChangeLog,v 1.4 2012/07/04 21:38:25 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/odns/ChangeLog,v 1.5 2012/08/22 14:26:16 aballier Exp $
+
+  22 Aug 2012; Alexis Ballier <aballier@gentoo.org> odns-0.3.ebuild:
+  set empty CLIBS, fixing bug #422683
 
   04 Jul 2012; Alexis Ballier <aballier@gentoo.org> odns-0.3.ebuild,
   +files/odns-0.3-parmake.patch:



1.3                  dev-ml/odns/odns-0.3.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/odns/odns-0.3.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/odns/odns-0.3.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/odns/odns-0.3.ebuild?r1=1.2&r2=1.3

Index: odns-0.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ml/odns/odns-0.3.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- odns-0.3.ebuild	4 Jul 2012 21:38:25 -0000	1.2
+++ odns-0.3.ebuild	22 Aug 2012 14:26:16 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/odns/odns-0.3.ebuild,v 1.2 2012/07/04 21:38:25 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/odns/odns-0.3.ebuild,v 1.3 2012/08/22 14:26:16 aballier Exp $
 
 EAPI=3
 
@@ -18,6 +18,8 @@
 RDEPEND=">=dev-lang/ocaml-3.10.2[ocamlopt]"
 DEPEND="${RDEPEND}"
 
+CLIBS="" # Workaround for bug #422683
+
 src_prepare() {
 	sed -i -e "s/version=\"0.2\"/version=\"${PV}\"/" META || die
 	epatch "${FILESDIR}/${P}-parmake.patch"





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

* [gentoo-commits] gentoo-x86 commit in dev-ml/odns: ChangeLog odns-0.3.ebuild
@ 2013-03-10 10:54 Alexis Ballier (aballier)
  0 siblings, 0 replies; 5+ messages in thread
From: Alexis Ballier (aballier) @ 2013-03-10 10:54 UTC (permalink / raw
  To: gentoo-commits

aballier    13/03/10 10:54:56

  Modified:             ChangeLog odns-0.3.ebuild
  Log:
  eapi5: define subslot, slot dep on ocaml, remove useless || die
  
  (Portage version: 2.2.0_alpha166/cvs/Linux x86_64, signed Manifest commit with key 160F534A)

Revision  Changes    Path
1.6                  dev-ml/odns/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/odns/ChangeLog?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/odns/ChangeLog?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/odns/ChangeLog?r1=1.5&r2=1.6

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ml/odns/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog	22 Aug 2012 14:26:16 -0000	1.5
+++ ChangeLog	10 Mar 2013 10:54:56 -0000	1.6
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ml/odns
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/odns/ChangeLog,v 1.5 2012/08/22 14:26:16 aballier Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/odns/ChangeLog,v 1.6 2013/03/10 10:54:56 aballier Exp $
+
+  10 Mar 2013; Alexis Ballier <aballier@gentoo.org> odns-0.3.ebuild:
+  eapi5: define subslot, slot dep on ocaml, remove useless || die
 
   22 Aug 2012; Alexis Ballier <aballier@gentoo.org> odns-0.3.ebuild:
   set empty CLIBS, fixing bug #422683



1.4                  dev-ml/odns/odns-0.3.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/odns/odns-0.3.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/odns/odns-0.3.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/odns/odns-0.3.ebuild?r1=1.3&r2=1.4

Index: odns-0.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ml/odns/odns-0.3.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- odns-0.3.ebuild	22 Aug 2012 14:26:16 -0000	1.3
+++ odns-0.3.ebuild	10 Mar 2013 10:54:56 -0000	1.4
@@ -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/odns/odns-0.3.ebuild,v 1.3 2012/08/22 14:26:16 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/odns/odns-0.3.ebuild,v 1.4 2013/03/10 10:54:56 aballier Exp $
 
-EAPI=3
+EAPI=5
 
 inherit findlib eutils
 
@@ -11,11 +11,11 @@
 SRC_URI="http://download.tuxfamily.org/${PN}/${P}.tar.gz"
 
 LICENSE="GPL-2"
-SLOT="0"
+SLOT="0/${PV}"
 KEYWORDS="~amd64"
 IUSE=""
 
-RDEPEND=">=dev-lang/ocaml-3.10.2[ocamlopt]"
+RDEPEND=">=dev-lang/ocaml-3.10.2:=[ocamlopt]"
 DEPEND="${RDEPEND}"
 
 CLIBS="" # Workaround for bug #422683
@@ -27,6 +27,6 @@
 
 src_install() {
 	findlib_src_preinst
-	PREFIX="${D}/usr" emake install || die
-	dodoc AUTHORS README || die
+	PREFIX="${D}/usr" emake install
+	dodoc AUTHORS README
 }





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

* [gentoo-commits] gentoo-x86 commit in dev-ml/odns: ChangeLog odns-0.3.ebuild
@ 2013-07-23 18:49 Alexis Ballier (aballier)
  0 siblings, 0 replies; 5+ messages in thread
From: Alexis Ballier (aballier) @ 2013-07-23 18:49 UTC (permalink / raw
  To: gentoo-commits

aballier    13/07/23 18:49:35

  Modified:             ChangeLog odns-0.3.ebuild
  Log:
  disable parallel build, bug #453434
  
  (Portage version: 2.2.0_alpha188/cvs/Linux x86_64, signed Manifest commit with key 160F534A)

Revision  Changes    Path
1.7                  dev-ml/odns/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/odns/ChangeLog?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/odns/ChangeLog?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/odns/ChangeLog?r1=1.6&r2=1.7

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ml/odns/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog	10 Mar 2013 10:54:56 -0000	1.6
+++ ChangeLog	23 Jul 2013 18:49:35 -0000	1.7
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ml/odns
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/odns/ChangeLog,v 1.6 2013/03/10 10:54:56 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/odns/ChangeLog,v 1.7 2013/07/23 18:49:35 aballier Exp $
+
+  23 Jul 2013; Alexis Ballier <aballier@gentoo.org> odns-0.3.ebuild:
+  disable parallel build, bug #453434
 
   10 Mar 2013; Alexis Ballier <aballier@gentoo.org> odns-0.3.ebuild:
   eapi5: define subslot, slot dep on ocaml, remove useless || die



1.5                  dev-ml/odns/odns-0.3.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/odns/odns-0.3.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/odns/odns-0.3.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/odns/odns-0.3.ebuild?r1=1.4&r2=1.5

Index: odns-0.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ml/odns/odns-0.3.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- odns-0.3.ebuild	10 Mar 2013 10:54:56 -0000	1.4
+++ odns-0.3.ebuild	23 Jul 2013 18:49:35 -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/odns/odns-0.3.ebuild,v 1.4 2013/03/10 10:54:56 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/odns/odns-0.3.ebuild,v 1.5 2013/07/23 18:49:35 aballier Exp $
 
 EAPI=5
 
@@ -25,6 +25,10 @@
 	epatch "${FILESDIR}/${P}-parmake.patch"
 }
 
+src_compile() {
+	emake -j1 #453434
+}
+
 src_install() {
 	findlib_src_preinst
 	PREFIX="${D}/usr" emake install





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

end of thread, other threads:[~2013-07-23 18:49 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-08-22 14:26 [gentoo-commits] gentoo-x86 commit in dev-ml/odns: ChangeLog odns-0.3.ebuild Alexis Ballier (aballier)
  -- strict thread matches above, loose matches on Subject: below --
2013-07-23 18:49 Alexis Ballier (aballier)
2013-03-10 10:54 Alexis Ballier (aballier)
2012-07-04 21:38 Alexis Ballier (aballier)
2011-03-04 12:33 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