commit: c152538735c7837ed82fe6684de30497da3a3316 Author: Maciej Barć <xgqt <AT> gentoo <DOT> org> AuthorDate: Mon Dec 16 23:17:29 2024 +0000 Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org> CommitDate: Mon Dec 16 23:25:57 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1525387
app-emacs/parsebib: drop old 4.6 Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org> app-emacs/parsebib/Manifest | 1 - app-emacs/parsebib/parsebib-4.6.ebuild | 28 ---------------------------- 2 files changed, 29 deletions(-) diff --git a/app-emacs/parsebib/Manifest b/app-emacs/parsebib/Manifest index ed5f81de11d7..eb4fedc04043 100644 --- a/app-emacs/parsebib/Manifest +++ b/app-emacs/parsebib/Manifest @@ -1,2 +1 @@ -DIST parsebib-4.6.tar.gz 25582 BLAKE2B dfae540f42ba7496a8ddc563963275d30000aba9fb4ca0fc8c61e4eb414cf73546b7643c05c6139e2293880467241ef6a9ab72468758cd7ed68a3fa31a564c98 SHA512 20da02173331f0dd5c2d7dd216357f209c2769dd484d1ac3b55c4a5365b755ec4140d354174a611ed91d1805af36a55c8dc9f7b72cbb277267b6dfce7782d16a DIST parsebib-4.7.tar.gz 26944 BLAKE2B 24d6d8927c5d5d607eb8b53b6cc21653f99cceaf81bcd4c6993082ef8b9bfd648b21c9a7efd4e800184a5a3b0f65b46660e1374cdf3ec5feede9ea05ce00d5fb SHA512 ad50fec3c18d2084761947c0dbca3e47b7f605beb10977bd351ecff492823a5a34c48fea3a839836a32aeb8cd43f2000f91e772790349176634009bf4be6744d diff --git a/app-emacs/parsebib/parsebib-4.6.ebuild b/app-emacs/parsebib/parsebib-4.6.ebuild deleted file mode 100644 index 923544783f24..000000000000 --- a/app-emacs/parsebib/parsebib-4.6.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit elisp - -DESCRIPTION="Emacs Lisp library for reading .bib files" -HOMEPAGE="https://github.com/joostkremers/parsebib/" - -if [[ "${PV}" == *9999* ]] ; then - inherit git-r3 - - EGIT_REPO_URI="https://github.com/joostkremers/${PN}.git" -else - SRC_URI="https://github.com/joostkremers/${PN}/archive/${PV}.tar.gz - -> ${P}.tar.gz" - - KEYWORDS="~amd64 ~x86" -fi - -LICENSE="BSD" -SLOT="0" - -DOCS=( README.md ) -SITEFILE="50${PN}-gentoo.el" - -elisp-enable-tests ert-runner test
