commit: f3c6c0bb71f5faddea7cb0adccf20370d5341f4f Author: Maciej Barć <xgqt <AT> gentoo <DOT> org> AuthorDate: Thu Jan 23 09:21:05 2025 +0000 Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org> CommitDate: Thu Jan 23 10:17:33 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3c6c0bb
app-emacs/parsebib: drop old 6.3 Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org> app-emacs/parsebib/Manifest | 1 - app-emacs/parsebib/parsebib-6.3.ebuild | 28 ---------------------------- 2 files changed, 29 deletions(-) diff --git a/app-emacs/parsebib/Manifest b/app-emacs/parsebib/Manifest index 8b2514525df6..996a2013adee 100644 --- a/app-emacs/parsebib/Manifest +++ b/app-emacs/parsebib/Manifest @@ -1,2 +1 @@ -DIST parsebib-6.3.gh.tar.gz 29686 BLAKE2B 7bc1e3514420e2e04b3fb933ce835daee64eb80a3a1bdd4e945751c247aa4334e78f6ee9fe6508b8eda8160ef63b148bd73b3bd50dacb5471801358399f765de SHA512 fffe46b025ec07969945751a16fd473c7c955d68764a50a66d3dd8c7183be05c79be01eb77268c18e4071881b09f5e7d74cf7a01175655e101f087b1dc7d1cce DIST parsebib-6.4.gh.tar.gz 29833 BLAKE2B a7ab75df71adb991aa7b58729a54a9169e84de0d435b7a6ed23cd2b48df31cbf798dca996c0c9ff0964057296e0086fe4df6846b225786b893a0e0ccf7f7916f SHA512 ef54f99da612f1514af17a8e673d2dabfdf091c24b759f2fc09f398faadaf35713ddafffb5aa76ba1aad8ddbeb43571c426bfb07df9d27e197601adfcf39c8e7 diff --git a/app-emacs/parsebib/parsebib-6.3.ebuild b/app-emacs/parsebib/parsebib-6.3.ebuild deleted file mode 100644 index 221165cae481..000000000000 --- a/app-emacs/parsebib/parsebib-6.3.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}.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