commit: c979ad6ef08560c9753b6deca3abd546037e7195 Author: Maciej Barć <xgqt <AT> gentoo <DOT> org> AuthorDate: Thu Aug 7 20:51:26 2025 +0000 Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org> CommitDate: Thu Aug 7 20:54:26 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c979ad6e
app-emacs/parsebib: drop old 6.6 Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org> app-emacs/parsebib/Manifest | 1 - app-emacs/parsebib/parsebib-6.6.ebuild | 28 ---------------------------- 2 files changed, 29 deletions(-) diff --git a/app-emacs/parsebib/Manifest b/app-emacs/parsebib/Manifest index 8b3da52b71e8..211a7afda070 100644 --- a/app-emacs/parsebib/Manifest +++ b/app-emacs/parsebib/Manifest @@ -1,2 +1 @@ -DIST parsebib-6.6.gh.tar.gz 30312 BLAKE2B 254087508b80d412ace54511993deec874c141b971eb82c978de15d590ba3d82d056a2d98010c404eb0089f72aa2de6baf524143e741c98b61cf0a07ede3337d SHA512 b622dc8fdc664dae64ce86935d2f84e12e7e4bf6a1f57890277ed38659b0b7d083efebb18fa09914afe308cb6dbb6ae49ddc09b4f161b7ad9b7cfb2b5791cd9b DIST parsebib-6.7.gh.tar.gz 30434 BLAKE2B 55b9baa200b7ed3a013d98fab0989c5d15972e0cf6708fca96b8fa4e013aa0b744d7e8dc0ebf748a6c78b26ae85cb0a95f4f46f953d9a631888f19704665c70e SHA512 11e557c061970507f56d48727a31d11ee62bb47bcb881232b624d1da0f4b6bc3d1708ca1061f079475d3b6763a479c74e81fa9009641b767f5abd7c620fd7b13 diff --git a/app-emacs/parsebib/parsebib-6.6.ebuild b/app-emacs/parsebib/parsebib-6.6.ebuild deleted file mode 100644 index dd59be53bd5c..000000000000 --- a/app-emacs/parsebib/parsebib-6.6.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2025 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}.gh.tar.gz" - - KEYWORDS="amd64 ~x86" -fi - -LICENSE="BSD" -SLOT="0" - -DOCS=( README.md ) -SITEFILE="50${PN}-gentoo.el" - -elisp-enable-tests ert-runner test
