public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Alexis Ballier (aballier)" <aballier@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in dev-ml/camomile: ChangeLog camomile-0.7.1.ebuild
Date: Sun, 21 Jun 2009 11:42:13 +0000	[thread overview]
Message-ID: <E1MILR7-0000Kn-O3@stork.gentoo.org> (raw)

aballier    09/06/21 11:42:13

  Modified:             ChangeLog camomile-0.7.1.ebuild
  Log:
  define eapi before inherit and assign rdepend explicitly
  (Portage version: 2.2_rc33/cvs/Linux x86_64)

Revision  Changes    Path
1.14                 dev-ml/camomile/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ml/camomile/ChangeLog?rev=1.14&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ml/camomile/ChangeLog?rev=1.14&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ml/camomile/ChangeLog?r1=1.13&r2=1.14

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ml/camomile/ChangeLog,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ChangeLog	20 Apr 2008 14:18:26 -0000	1.13
+++ ChangeLog	21 Jun 2009 11:42:13 -0000	1.14
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ml/camomile
-# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/camomile/ChangeLog,v 1.13 2008/04/20 14:18:26 aballier Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/camomile/ChangeLog,v 1.14 2009/06/21 11:42:13 aballier Exp $
+
+  21 Jun 2009; Alexis Ballier <aballier@gentoo.org> camomile-0.7.1.ebuild:
+  define eapi before inherit and assign rdepend explicitly
 
   20 Apr 2008; Alexis Ballier <aballier@gentoo.org>
   -camomile-0.5.3-r1.ebuild, -camomile-0.6.0.ebuild:



1.5                  dev-ml/camomile/camomile-0.7.1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ml/camomile/camomile-0.7.1.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ml/camomile/camomile-0.7.1.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ml/camomile/camomile-0.7.1.ebuild?r1=1.4&r2=1.5

Index: camomile-0.7.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ml/camomile/camomile-0.7.1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- camomile-0.7.1.ebuild	20 Apr 2008 14:11:05 -0000	1.4
+++ camomile-0.7.1.ebuild	21 Jun 2009 11:42:13 -0000	1.5
@@ -1,11 +1,11 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/camomile/camomile-0.7.1.ebuild,v 1.4 2008/04/20 14:11:05 maekke Exp $
-
-inherit findlib eutils
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/camomile/camomile-0.7.1.ebuild,v 1.5 2009/06/21 11:42:13 aballier Exp $
 
 EAPI="1"
 
+inherit findlib eutils
+
 DESCRIPTION="Camomile is a comprehensive Unicode library for ocaml."
 HOMEPAGE="http://camomile.sourceforge.net/"
 SRC_URI="mirror://sourceforge/camomile/${P}.tar.bz2"
@@ -15,7 +15,8 @@
 KEYWORDS="~amd64 ppc x86"
 IUSE="debug +ocamlopt"
 
-DEPEND=">=dev-lang/ocaml-3.07"
+RDEPEND=">=dev-lang/ocaml-3.07"
+DEPEND="${RDEPEND}"
 
 pkg_setup() {
 	if use ocamlopt && ! built_with_use --missing true dev-lang/ocaml ocamlopt; then






             reply	other threads:[~2009-06-21 11:42 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-06-21 11:42 Alexis Ballier (aballier) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2009-09-01  8:48 [gentoo-commits] gentoo-x86 commit in dev-ml/camomile: ChangeLog camomile-0.7.1.ebuild Alexis Ballier (aballier)
2008-04-20 14:11 Markus Meier (maekke)
2008-04-19 14:55 Gysbert Wassenaar (nixnut)
2008-01-03 21:10 Alexis Ballier (aballier)

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=E1MILR7-0000Kn-O3@stork.gentoo.org \
    --to=aballier@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox