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/facile: facile-1.1.ebuild ChangeLog
Date: Mon, 19 Aug 2013 13:26:14 +0000 (UTC)	[thread overview]
Message-ID: <20130819132614.9611F2004C@flycatcher.gentoo.org> (raw)

aballier    13/08/19 13:26:14

  Modified:             facile-1.1.ebuild ChangeLog
  Log:
  eapi5, define subslot for ocaml rev deps, add := dep on ocaml
  
  (Portage version: 2.2.0/cvs/Linux x86_64, signed Manifest commit with key 160F534A)

Revision  Changes    Path
1.20                 dev-ml/facile/facile-1.1.ebuild

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

Index: facile-1.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ml/facile/facile-1.1.ebuild,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- facile-1.1.ebuild	10 Oct 2012 13:04:33 -0000	1.19
+++ facile-1.1.ebuild	19 Aug 2013 13:26:14 -0000	1.20
@@ -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/facile/facile-1.1.ebuild,v 1.19 2012/10/10 13:04:33 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/facile/facile-1.1.ebuild,v 1.20 2013/08/19 13:26:14 aballier Exp $
 
-EAPI="2"
+EAPI=5
 
 inherit eutils
 
@@ -11,12 +11,12 @@
 SRC_URI="http://www.recherche.enac.fr/log/facile/distrib/${P}.tar.gz"
 
 LICENSE="LGPL-2.1"
-SLOT="0"
+SLOT="0/${PV}"
 
 KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd"
 IUSE="+ocamlopt"
 
-RDEPEND=">=dev-lang/ocaml-3.10.2[ocamlopt?]"
+RDEPEND=">=dev-lang/ocaml-3.10.2:=[ocamlopt?]"
 DEPEND="${RDEPEND}
 	 sys-apps/sed"
 
@@ -38,15 +38,15 @@
 
 src_configure(){
 	# This is a custom configure script and it does not support standard options
-	./configure --faciledir "${D}"$(ocamlc -where)/facile/
+	./configure --faciledir "${D}"$(ocamlc -where)/facile/ || die
 }
 
 src_test() {
-	emake check || die "emake check failed"
+	emake check
 }
 
 src_install(){
 	dodir $(ocamlc -where)
-	emake install || die "Installation failed"
-	dodoc README || die "installing docs failed"
+	emake install
+	dodoc README
 }



1.20                 dev-ml/facile/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ml/facile/ChangeLog,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- ChangeLog	10 Oct 2012 13:04:33 -0000	1.19
+++ ChangeLog	19 Aug 2013 13:26:14 -0000	1.20
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ml/facile
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/facile/ChangeLog,v 1.19 2012/10/10 13:04:33 aballier Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/facile/ChangeLog,v 1.20 2013/08/19 13:26:14 aballier Exp $
+
+  19 Aug 2013; Alexis Ballier <aballier@gentoo.org> facile-1.1.ebuild:
+  eapi5, define subslot for ocaml rev deps, add := dep on ocaml
 
   10 Oct 2012; Alexis Ballier <aballier@gentoo.org> facile-1.1.ebuild,
   +files/facile-1.1-ocaml4.patch:





             reply	other threads:[~2013-08-19 13:26 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-08-19 13:26 Alexis Ballier (aballier) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2014-08-10 20:42 [gentoo-commits] gentoo-x86 commit in dev-ml/facile: facile-1.1.ebuild ChangeLog Sergei Trofimovich (slyfox)
2012-10-10 13:04 Alexis Ballier (aballier)
2011-01-03 21:12 Andreas HAttel (dilfridge)
2009-09-28 16:34 Petteri Raty (betelgeuse)
2009-09-28 16:31 Petteri Raty (betelgeuse)
2009-01-21 23:27 Alexis Ballier (aballier)
2008-01-31  2:00 Brent Baude (ranger)
2008-01-30  7:37 Christian Faulhammer (opfer)
2008-01-29 14:53 Raul Porcel (armin76)
2008-01-29 12:06 Brent Baude (ranger)
2008-01-28 19:22 Wulf Krueger (philantrop)
2008-01-28 17:07 Jeroen Roovers (jer)
2008-01-06 18:11 Alexis Ballier (aballier)
2007-10-23 21:17 Jeroen Roovers (jer)
2007-10-23 12:21 Roy Marples (uberlord)
2007-10-13 10:26 Markus Rothe (corsair)
2007-09-27 13:51 Raul Porcel (armin76)
2007-09-22 15:27 Gysbert Wassenaar (nixnut)
2007-09-12 14:21 Raul Porcel (armin76)

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=20130819132614.9611F2004C@flycatcher.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