From: "Christoph Junghans" <ottxor@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/sci:master commit in: sci-mathematics/acl2/
Date: Thu, 13 Nov 2014 00:15:50 +0000 (UTC) [thread overview]
Message-ID: <1415801819.2a27e55d9b2a69d07b946d4f97442cf388492c62.ottxor@gentoo> (raw)
commit: 2a27e55d9b2a69d07b946d4f97442cf388492c62
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 12 14:16:59 2014 +0000
Commit: Christoph Junghans <ottxor <AT> gentoo <DOT> org>
CommitDate: Wed Nov 12 14:16:59 2014 +0000
URL: http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=2a27e55d
sci-mathematics/acl2: Drop old
Package-Manager: portage-2.2.14
---
sci-mathematics/acl2/ChangeLog | 6 +++-
sci-mathematics/acl2/acl2-4.2.ebuild | 54 ------------------------------------
sci-mathematics/acl2/acl2-4.3.ebuild | 54 ------------------------------------
3 files changed, 5 insertions(+), 109 deletions(-)
diff --git a/sci-mathematics/acl2/ChangeLog b/sci-mathematics/acl2/ChangeLog
index 4c1c852..995db65 100644
--- a/sci-mathematics/acl2/ChangeLog
+++ b/sci-mathematics/acl2/ChangeLog
@@ -1,7 +1,11 @@
# ChangeLog for sci-mathematics/acl2
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 12 Nov 2014; Justin Lecher <jlec@gentoo.org> -acl2-4.2.ebuild,
+ -acl2-4.3.ebuild:
+ Drop old
+
09 Dec 2013; Justin Lecher <jlec@gentoo.org> acl2-6.3.ebuild, metadata.xml:
Add missing die
diff --git a/sci-mathematics/acl2/acl2-4.2.ebuild b/sci-mathematics/acl2/acl2-4.2.ebuild
deleted file mode 100644
index bc9b946..0000000
--- a/sci-mathematics/acl2/acl2-4.2.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-inherit eutils
-
-DESCRIPTION="ACL2 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"
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="dev-lisp/sbcl"
-RDEPEND="${DEPEND}"
-
-S="${WORKDIR}/${PN}-sources"
-
-src_compile() {
- emake LISP="sbcl --noinform --noprint" || die "emake failed"
-}
-
-src_install() {
- sed -ie "s:${S}:/usr/share/acl2:g" saved_acl2
- insinto /usr/bin
- insopts -m0755
- doins saved_acl2
-
- insinto /usr/share/acl2
- doins TAGS || die
- insopts -m0755
- doins saved_acl2 || die
- doins saved_acl2.core || die
-
- dodir /usr/share/acl2/books
- cp -a books "${D}"/usr/share/acl2
- chmod --recursive a+rx "${D}"/usr/share/acl2/books
-
- dohtml doc/HTML/* || die
-
- doinfo doc/EMACS/* || die
-}
-
-pkg_postinst() {
- local BOOKSDIR="/usr/share/acl2/books"
- cd "${BOOKSDIR}"
- einfo
- einfo "Building certificates in ${BOOKSDIR} ..."
- einfo "(this may take hours to finish)"
- sleep 5
- emake || die
-}
diff --git a/sci-mathematics/acl2/acl2-4.3.ebuild b/sci-mathematics/acl2/acl2-4.3.ebuild
deleted file mode 100644
index bc9b946..0000000
--- a/sci-mathematics/acl2/acl2-4.3.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-inherit eutils
-
-DESCRIPTION="ACL2 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"
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="dev-lisp/sbcl"
-RDEPEND="${DEPEND}"
-
-S="${WORKDIR}/${PN}-sources"
-
-src_compile() {
- emake LISP="sbcl --noinform --noprint" || die "emake failed"
-}
-
-src_install() {
- sed -ie "s:${S}:/usr/share/acl2:g" saved_acl2
- insinto /usr/bin
- insopts -m0755
- doins saved_acl2
-
- insinto /usr/share/acl2
- doins TAGS || die
- insopts -m0755
- doins saved_acl2 || die
- doins saved_acl2.core || die
-
- dodir /usr/share/acl2/books
- cp -a books "${D}"/usr/share/acl2
- chmod --recursive a+rx "${D}"/usr/share/acl2/books
-
- dohtml doc/HTML/* || die
-
- doinfo doc/EMACS/* || die
-}
-
-pkg_postinst() {
- local BOOKSDIR="/usr/share/acl2/books"
- cd "${BOOKSDIR}"
- einfo
- einfo "Building certificates in ${BOOKSDIR} ..."
- einfo "(this may take hours to finish)"
- sleep 5
- emake || die
-}
next reply other threads:[~2014-11-13 0:17 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-11-13 0:15 Christoph Junghans [this message]
-- strict thread matches above, loose matches on Subject: below --
2021-10-07 11:20 [gentoo-commits] proj/sci:master commit in: sci-mathematics/acl2/ Andrew Ammerlaan
2021-09-20 8:52 Andrew Ammerlaan
2021-09-20 8:52 Andrew Ammerlaan
2021-03-20 10:44 Andrew Ammerlaan
2021-01-13 21:06 Andrew Ammerlaan
2020-10-02 15:55 Aisha Tammy
2015-06-16 13:32 Justin Lecher
2015-06-06 10:23 Justin Lecher
2013-12-10 16:41 Justin Lecher
2013-12-09 15:06 Justin Lecher
2011-08-15 18:02 Dongxu Li
2011-08-15 17:52 Dongxu Li
2011-08-15 17:14 Kacper Kowalik
2011-07-07 19:19 Dongxu Li
2011-07-07 19:14 Dongxu Li
2011-06-25 17:21 Justin Lecher
2011-04-13 20:16 Dongxu Li
2011-04-12 17:26 Justin Lecher
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=1415801819.2a27e55d9b2a69d07b946d4f97442cf388492c62.ottxor@gentoo \
--to=ottxor@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