public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Justin Lecher" <jlec@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/sci:master commit in: sci-mathematics/acl2/
Date: Tue, 12 Apr 2011 17:26:07 +0000 (UTC)	[thread overview]
Message-ID: <b1a5a236fe0625f4493511061d7b67c58521cfe2.jlec@gentoo> (raw)

commit:     b1a5a236fe0625f4493511061d7b67c58521cfe2
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 12 17:25:56 2011 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Tue Apr 12 17:25:56 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=b1a5a236

Slightly streamlined ebuild

(Portage version: 2.2.0_alpha29/git/Linux x86_64, signed Manifest commit with key 70EB7916)

---
 sci-mathematics/acl2/ChangeLog       |    5 ++-
 sci-mathematics/acl2/acl2-4.2.ebuild |   52 ++++++++++++---------------------
 2 files changed, 23 insertions(+), 34 deletions(-)

diff --git a/sci-mathematics/acl2/ChangeLog b/sci-mathematics/acl2/ChangeLog
index 8572e54..65b0eef 100644
--- a/sci-mathematics/acl2/ChangeLog
+++ b/sci-mathematics/acl2/ChangeLog
@@ -1,7 +1,10 @@
 # ChangeLog for sci-mathematics/acl2
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  12 Apr 2011; Justin Lecher <jlec@gentoo.org> acl2-4.2.ebuild:
+  Slightly streamlined ebuild
+
 *acl2-4.2 (13 Apr 2011)
 
   13 Apr 2011; Dongxu Li <dongxuli2011@gmail.com> +acl2-4.2.ebuild +ChangeLog +metadata.xml :

diff --git a/sci-mathematics/acl2/acl2-4.2.ebuild b/sci-mathematics/acl2/acl2-4.2.ebuild
index 65df35b..9d4db97 100644
--- a/sci-mathematics/acl2/acl2-4.2.ebuild
+++ b/sci-mathematics/acl2/acl2-4.2.ebuild
@@ -1,63 +1,49 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
-#EAPI=0
+EAPI=4
 
 inherit eutils
 
-DESCRIPTION="ACL2 industrial strength theorem prover"
-
+DESCRIPTION="Industrial strength theorem prover"
 HOMEPAGE="http://www.cs.utexas.edu/users/moore/acl2/"
-
-SRC_URI="http://www.cs.utexas.edu/users/moore/acl2/v${PV/\./-}/distrib/acl2.tar.gz"
+SRC_URI="http://www.cs.utexas.edu/users/moore/${PN}/v${PV/\./-}/distrib/${PN}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="GPL-2"
-
 SLOT="0"
-
 KEYWORDS="~amd64 ~x86"
-
 IUSE=""
 
-#RESTRICT="strip"
-
 DEPEND="dev-lisp/sbcl"
-
 RDEPEND="${DEPEND}"
 
 S="${WORKDIR}/${PN}-sources"
 
 src_compile() {
 	emake LISP="sbcl --noinform --noprint" || die "emake failed"
+	cd books
+	einfo
+	einfo "Building certificates..."
+	einfo "(this may take hours to finish)"
+	emake
 }
 
 src_install() {
-	sed -ie "s:${S}:/usr/share/acl2:g" saved_acl2
-	insinto /usr/bin
-	insopts -m0755
-	doins saved_acl2
+	sed -ie "s:${S}:${EPREFIX}/usr/share/acl2:g" saved_acl2 || die
+	dobin saved_acl2
 
 	insinto /usr/share/acl2
-	doins TAGS || die
-	insopts -m0755
-	doins saved_acl2 || die
-	doins saved_acl2.core || die
+	doins TAGS
+#	insopts -m0755
+	doins saved_acl2
+	doins saved_acl2.core
 
-	dodir /usr/share/acl2/books
-	cp -a books "${D}"/usr/share/acl2
-	chmod --recursive a+rx "${D}"/usr/share/acl2/books
 
-	#dodoc LICENSE
-	#dodoc ${WORKDIR}/acl2-book.ps
+	insinto /usr/share/acl2/
+	doins -r books
 
-	dohtml doc/HTML/* || die
+	dohtml -r doc/HTML/*
 
-	doinfo doc/EMACS/* || die
-	cd "${D}"/usr/share/acl2/books
-	einfo
-	einfo "Building certificates..."
-	einfo "(this may take hours to finish)"
-	sleep 5
-	emake || die
+	doinfo doc/EMACS/*
 }



             reply	other threads:[~2011-04-12 17:26 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-04-12 17:26 Justin Lecher [this message]
  -- strict thread matches above, loose matches on Subject: below --
2011-04-13 20:16 [gentoo-commits] proj/sci:master commit in: sci-mathematics/acl2/ Dongxu Li
2011-06-25 17:21 Justin Lecher
2011-07-07 19:14 Dongxu Li
2011-07-07 19:19 Dongxu Li
2011-08-15 17:14 Kacper Kowalik
2011-08-15 17:52 Dongxu Li
2011-08-15 18:02 Dongxu Li
2013-12-09 15:06 Justin Lecher
2013-12-10 16:41 Justin Lecher
2014-11-13  0:15 Christoph Junghans
2015-06-06 10:23 Justin Lecher
2015-06-16 13:32 Justin Lecher
2020-10-02 15:55 Aisha Tammy
2021-01-13 21:06 Andrew Ammerlaan
2021-03-20 10:44 Andrew Ammerlaan
2021-09-20  8:52 Andrew Ammerlaan
2021-09-20  8:52 Andrew Ammerlaan
2021-10-07 11:20 Andrew Ammerlaan

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=b1a5a236fe0625f4493511061d7b67c58521cfe2.jlec@gentoo \
    --to=jlec@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