public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
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.7831d671492a692010c1278694613fa9bed510b6.xgqt@gentoo> (raw)

commit:     7831d671492a692010c1278694613fa9bed510b6
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 11 16:31:15 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=7831d671

app-emacs/proofgeneral: drop old 4.5_pre20220228

Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>

 app-emacs/proofgeneral/Manifest                    |  1 -
 .../proofgeneral-4.5_pre20220228.ebuild            | 58 ----------------------
 2 files changed, 59 deletions(-)

diff --git a/app-emacs/proofgeneral/Manifest b/app-emacs/proofgeneral/Manifest
index 36bd720f4ef6..1f4f7e2da28c 100644
--- a/app-emacs/proofgeneral/Manifest
+++ b/app-emacs/proofgeneral/Manifest
@@ -1,2 +1 @@
 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.5_pre20220228.ebuild b/app-emacs/proofgeneral/proofgeneral-4.5_pre20220228.ebuild
deleted file mode 100644
index 62df3fe03de3..000000000000
--- a/app-emacs/proofgeneral/proofgeneral-4.5_pre20220228.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-COMMIT=fe8b9fccb3690178be7fc455202c941c4c674ac3
-
-inherit wrapper elisp
-
-DESCRIPTION="A generic interface for proof assistants"
-HOMEPAGE="https://proofgeneral.github.io/"
-SRC_URI="https://github.com/ProofGeneral/PG/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
-S="${WORKDIR}/PG-${COMMIT}"
-
-LICENSE="GPL-2+ GPL-2 GPL-3+ HPND CC-BY-SA-3.0"
-SLOT="0"
-KEYWORDS="amd64 ppc x86"
-
-PATCHES=(
-	"${FILESDIR}"/${PN}-4.4-desktop.patch
-	"${FILESDIR}"/${PN}-4.5-paths.patch
-)
-DOCS=( AUTHORS BUGS CHANGES COMPATIBILITY FAQ.md INSTALL README.md )
-SITEFILE="50${PN}-gentoo.el"
-
-src_prepare() {
-	elisp_src_prepare
-
-	sed -e "s|@EPREFIX@|${EPREFIX}|" \
-		-e "s|@SITEETC@|${EPREFIX}${SITEETC}/${PN}|" \
-		-i generic/proof-site.el || die
-}
-
-src_compile() {
-	emake compile doc.info
-}
-
-src_install() {
-	emake install-elisp install-bin install-desktop \
-		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
-
-	# Create missing script, loosely translated from 4.4 version
-	make_wrapper ${PN} "${EMACS} \
-		-eval '(load \"${SITELISP}/${PN}/generic/proof-site.el\")' \
-		-f proofgeneral \
-		-f proof-splash-display-screen"
-
-	doinfo doc/*.info*
-	doman doc/proofgeneral.1
-	einstalldocs
-}


             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.7831d671492a692010c1278694613fa9bed510b6.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