From: "Maciej Barć" <xgqt@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/proofgeneral/
Date: Fri, 11 Aug 2023 16:41:54 +0000 (UTC) [thread overview]
Message-ID: <1691772106.d6b2302a1603939a6f795ca48a4be4702f4d90e4.xgqt@gentoo> (raw)
commit: d6b2302a1603939a6f795ca48a4be4702f4d90e4
Author: Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 11 16:31:11 2023 +0000
Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Fri Aug 11 16:41:46 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d6b2302a
app-emacs/proofgeneral: drop old 4.4
Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>
app-emacs/proofgeneral/Manifest | 1 -
app-emacs/proofgeneral/proofgeneral-4.4.ebuild | 59 --------------------------
2 files changed, 60 deletions(-)
diff --git a/app-emacs/proofgeneral/Manifest b/app-emacs/proofgeneral/Manifest
index 4732338ccefc..36bd720f4ef6 100644
--- a/app-emacs/proofgeneral/Manifest
+++ b/app-emacs/proofgeneral/Manifest
@@ -1,3 +1,2 @@
-DIST proofgeneral-4.4.tar.gz 14105056 BLAKE2B 8d45218cde620411d14ab3c703fea37f0482c0e1f6fc8d104b4de7506140d4d0491b5e23ddbf458bfa3aeb683b71f6e4deea31c2a46b902342fc686c2945162a SHA512 8be7f78b61a225fa4770698bbbb251424a0afe093efc3229f74f3a764317dc8cc00a72cb29e751f755dc5fdab59983906c9185f7828a1644a87d160265f12061
DIST proofgeneral-4.5.tar.gz 1198535 BLAKE2B 24f93200d01752fb358ac88531b4b34392b7b968c7dbd7a7b3dcedfe71fa985ca893465bff503e3fc0efd267faeb3f5d8bd3d35f68847a4c90252e3a0bdd456b SHA512 ab2eed43053e3b6749e840a8d742058eaa91bfff7edbe12ea67bc492ffab07e1d77cf6a7772cb8c42ac73cae2cce65b48898b1cd10a77b906089768f8055b366
DIST proofgeneral-4.5_pre20220228.tar.gz 1195172 BLAKE2B fe128039d35a46035e3d266871e558e5a65879b04f979d32bd835842683b23645fdcaf2bbe88b62ead675fc7553f83a145a44b926cacf2ef75d8cd0276ea693b SHA512 630f869f8dee90cecd8b61f011d4d8b87681f153f82d8ceda062c234702c098ef9e90cb07590e2c33849103495f84529763084367d68712fe4672ac2f62c7fca
diff --git a/app-emacs/proofgeneral/proofgeneral-4.4.ebuild b/app-emacs/proofgeneral/proofgeneral-4.4.ebuild
deleted file mode 100644
index 4580a379c0a5..000000000000
--- a/app-emacs/proofgeneral/proofgeneral-4.4.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit elisp
-
-DESCRIPTION="A generic interface for proof assistants"
-HOMEPAGE="https://proofgeneral.github.io/"
-SRC_URI="https://github.com/ProofGeneral/PG/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-2+ GPL-2 GPL-3+ HPND CC-BY-SA-3.0"
-SLOT="0"
-KEYWORDS="amd64 ppc x86"
-
-RDEPEND=">=app-emacs/mmm-mode-0.4.8-r2"
-BDEPEND="${RDEPEND}"
-
-S="${WORKDIR}/PG-${PV}"
-ELISP_PATCHES="${P}-images-dir.patch
- ${P}-desktop.patch"
-SITEFILE="50${PN}-gentoo.el"
-
-src_prepare() {
- elisp_src_prepare
- sed -i -e "s:@SITEETC@:${EPREFIX}${SITEETC}/${PN}:" \
- generic/proof-site.el || die
- sed -i -e '/^OTHER_ELISP/s:contrib/mmm::' Makefile || die
-}
-
-src_compile() {
- #emake clean # remove precompiled lisp files
- emake -j1 compile doc.info EMACS=emacs
-}
-
-src_install() {
- emake -j1 install-elisp install-bin install-desktop \
- EMACS=emacs \
- PREFIX="${ED}"/usr \
- ELISP="${ED}${SITELISP}"/${PN} \
- DEST_ELISP="${EPREFIX}${SITELISP}"/${PN}
- elisp-site-file-install "${FILESDIR}/${SITEFILE}"
-
- # move images out of elisp dir
- mkdir -p "${ED}${SITEETC}"/${PN}/ || die
- mv "${ED}${SITELISP}"/${PN}/images "${ED}${SITEETC}"/${PN}/ || die
-
- doinfo doc/*.info*
- doman doc/proofgeneral.1
- dodoc AUTHORS BUGS CHANGES COMPATIBILITY FAQ.md INSTALL README.md REGISTER
-}
-
-pkg_postinst() {
- elisp-site-regen
- # Already in REGISTER, so no need to install README.gentoo
- elog "Please register your use of Proof General on the web at:"
- elog " http://proofgeneral.inf.ed.ac.uk/register"
- elog "(see the REGISTER file for more information)"
-}
next reply other threads:[~2023-08-11 16:42 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-08-11 16:41 Maciej Barć [this message]
-- strict thread matches above, loose matches on Subject: below --
2023-08-11 16:41 [gentoo-commits] repo/gentoo:master commit in: app-emacs/proofgeneral/ Maciej Barć
2022-08-16 7:46 Agostino Sarubbo
2022-07-14 14:38 Maciej Barć
2022-06-02 13:33 Maciej Barć
2022-05-11 9:33 Jakov Smolić
2019-10-11 12:08 Agostino Sarubbo
2019-10-11 10:09 Agostino Sarubbo
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=1691772106.d6b2302a1603939a6f795ca48a4be4702f4d90e4.xgqt@gentoo \
--to=xgqt@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