public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Jonathan-Christofer Demay" <jcdemay@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/sci:master commit in: sci-mathematics/gappalib-coq/
Date: Mon,  6 Feb 2012 14:33:14 +0000 (UTC)	[thread overview]
Message-ID: <cae14105085c3f64ee8a34a3d95547c150a5fe88.jcdemay@gentoo> (raw)

commit:     cae14105085c3f64ee8a34a3d95547c150a5fe88
Author:     Jonathan-Christofer Demay <jcdemay <AT> gmail <DOT> com>
AuthorDate: Mon Feb  6 14:32:50 2012 +0000
Commit:     Jonathan-Christofer Demay <jcdemay <AT> gmail <DOT> com>
CommitDate: Mon Feb  6 14:32:50 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=cae14105

sci-mathematics/gappalib-coq: version bump

---
 sci-mathematics/gappalib-coq/ChangeLog             |   10 ++----
 .../gappalib-coq/gappalib-coq-0.16.0.ebuild        |   31 ++++++++++---------
 sci-mathematics/gappalib-coq/metadata.xml          |    2 +-
 3 files changed, 21 insertions(+), 22 deletions(-)

diff --git a/sci-mathematics/gappalib-coq/ChangeLog b/sci-mathematics/gappalib-coq/ChangeLog
index b4d3309..234b590 100644
--- a/sci-mathematics/gappalib-coq/ChangeLog
+++ b/sci-mathematics/gappalib-coq/ChangeLog
@@ -1,12 +1,10 @@
 # ChangeLog for sci-mathematics/gappalib-coq
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
-*gappalib-coq-0.16.0 (25 Jun 2011)
-
-  25 Jun 2011; Justin Lecher <jlec@gentoo.org> -gappalib-coq-0.14.1.ebuild,
-  +gappalib-coq-0.16.0.ebuild:
-  Version Bump
+  12 Dec 2011; J.-C. Demay <jcdemay@gmail.com>
+  +gappalib-coq-0.16.0.ebuild, -gappalib-coq-0.14.1.ebuild:
+  version bump
 
   04 Jul 2010; J.-C. Demay <jcdemay@gmail.com>
   +gappalib-coq-0.14.1.ebuild, -gappalib-coq-0.13.ebuild:

diff --git a/sci-mathematics/gappalib-coq/gappalib-coq-0.16.0.ebuild b/sci-mathematics/gappalib-coq/gappalib-coq-0.16.0.ebuild
index f0b130c..db8faf3 100644
--- a/sci-mathematics/gappalib-coq/gappalib-coq-0.16.0.ebuild
+++ b/sci-mathematics/gappalib-coq/gappalib-coq-0.16.0.ebuild
@@ -1,33 +1,34 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
-EAPI=4
+EAPI="2"
 
-ID=28596
-
-DESCRIPTION="Gappa certificate generator to be imported by the Coq"
+DESCRIPTION="This library allows the certificates Gappa generates to be imported by the Coq."
 HOMEPAGE="http://gappa.gforge.inria.fr/"
-SRC_URI="http://gforge.inria.fr/frs/download.php/${ID}/${P}.tar.gz"
+SRC_URI="http://gforge.inria.fr/frs/download.php/28596/${P}.tar.gz"
 
 LICENSE="LGPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="~amd64 ~ppc ~sparc ~x86"
 IUSE=""
 
-DEPEND="
-	sci-mathematics/gappa
-	sci-mathematics/coq
-	sci-mathematics/flocq"
+DEPEND="sci-mathematics/gappa
+		sci-mathematics/coq
+		sci-mathematics/flocq"
 RDEPEND="${DEPEND}"
 
 src_prepare(){
-	sed \
-		-i configure \
-		-e "s/if test \"\$libdir\" = '\${exec_prefix}\/lib';/ \
+	sed -i configure -e "s/if test \"\$libdir\" = '\${exec_prefix}\/lib';/ \
 		if test \"\$libdir\" = '\${exec_prefix}\/lib' -o "\$libdir" = \"\${prefix}\/lib64\";/g"
 }
 
 src_compile(){
-	emake DESTDIR="/"
+	emake DESTDIR="/" || die "emake failed"
+}
+
+src_install(){
+	emake install DESTDIR="${D}" || die "emake install failed"
+	dodoc NEWS README AUTHORS
 }
+

diff --git a/sci-mathematics/gappalib-coq/metadata.xml b/sci-mathematics/gappalib-coq/metadata.xml
index babbea2..67a0fb5 100644
--- a/sci-mathematics/gappalib-coq/metadata.xml
+++ b/sci-mathematics/gappalib-coq/metadata.xml
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-	<herd>sci-mathematics</herd>
+	<herd>sci</herd>
 	<longdescription>
 		While Gappa is intended to be used directly, it can also act as a
 		backend prover for the Why software verification plateform or as an



             reply	other threads:[~2012-02-06 14:33 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-02-06 14:33 Jonathan-Christofer Demay [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-01-03 19:09 [gentoo-commits] proj/sci:master commit in: sci-mathematics/gappalib-coq/ Andrew Ammerlaan
2021-03-04 12:09 Andrew Ammerlaan
2021-03-04 12:09 Andrew Ammerlaan
2014-09-16 17:01 Christoph Junghans
2014-01-18  7:39 Justin Lecher
2014-01-18  7:38 Justin Lecher
2011-06-25 17:22 Justin Lecher
2011-02-17  5:53 Jonathan-Christofer Demay
2011-02-13 18:02 Jonathan-Christofer Demay

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=cae14105085c3f64ee8a34a3d95547c150a5fe88.jcdemay@gentoo \
    --to=jcdemay@gmail.com \
    --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