From 90bc458247cc7ddbc6a3af067153c62c536dea65 Mon Sep 17 00:00:00 2001 From: Maciej Barć Date: Sun, 26 Jun 2022 20:03:26 +0200 Subject: app-emacs/biblio: silence the autoloads load message MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Maciej Barć --- app-emacs/biblio/biblio-0.2_p20210418-r1.ebuild | 48 +++++++++++++++++++++++++ app-emacs/biblio/biblio-0.2_p20210418.ebuild | 48 ------------------------- app-emacs/biblio/files/50biblio-gentoo.el | 2 +- 3 files changed, 49 insertions(+), 49 deletions(-) create mode 100644 app-emacs/biblio/biblio-0.2_p20210418-r1.ebuild delete mode 100644 app-emacs/biblio/biblio-0.2_p20210418.ebuild (limited to 'app-emacs/biblio') diff --git a/app-emacs/biblio/biblio-0.2_p20210418-r1.ebuild b/app-emacs/biblio/biblio-0.2_p20210418-r1.ebuild new file mode 100644 index 000000000000..af3f87de6b95 --- /dev/null +++ b/app-emacs/biblio/biblio-0.2_p20210418-r1.ebuild @@ -0,0 +1,48 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +# NOTICE: This package contains libraries: biblio-core and biblio + +EAPI=8 + +H=517ec18f00f91b61481214b178f7ae0b8fbc499b +NEED_EMACS=24.4 + +inherit elisp + +DESCRIPTION="Browse and import bibliographic references with Emacs" +HOMEPAGE="https://github.com/cpitclaudel/biblio.el/" +SRC_URI="https://github.com/cpitclaudel/${PN}.el/archive/${H}.tar.gz + -> ${P}.tar.gz" +S="${WORKDIR}"/${PN}.el-${H} + +LICENSE="GPL-3+" +KEYWORDS="~amd64 ~x86" +SLOT="0" +IUSE="test" +RESTRICT="!test? ( test )" + +RDEPEND="app-emacs/dash" +BDEPEND=" + ${RDEPEND} + test? ( + app-emacs/buttercup + app-emacs/noflet + app-emacs/undercover + ) +" + +DOCS=( README.md etc ) +PATCHES=( "${FILESDIR}"/${PN}-0.2-tests.patch ) + +ELISP_REMOVE="${PN}-pkg.el" +SITEFILE="50${PN}-gentoo.el" + +src_compile() { + elisp_src_compile + elisp-make-autoload-file +} + +src_test() { + buttercup -L . -L tests --traceback full tests || die +} diff --git a/app-emacs/biblio/biblio-0.2_p20210418.ebuild b/app-emacs/biblio/biblio-0.2_p20210418.ebuild deleted file mode 100644 index af3f87de6b95..000000000000 --- a/app-emacs/biblio/biblio-0.2_p20210418.ebuild +++ /dev/null @@ -1,48 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -# NOTICE: This package contains libraries: biblio-core and biblio - -EAPI=8 - -H=517ec18f00f91b61481214b178f7ae0b8fbc499b -NEED_EMACS=24.4 - -inherit elisp - -DESCRIPTION="Browse and import bibliographic references with Emacs" -HOMEPAGE="https://github.com/cpitclaudel/biblio.el/" -SRC_URI="https://github.com/cpitclaudel/${PN}.el/archive/${H}.tar.gz - -> ${P}.tar.gz" -S="${WORKDIR}"/${PN}.el-${H} - -LICENSE="GPL-3+" -KEYWORDS="~amd64 ~x86" -SLOT="0" -IUSE="test" -RESTRICT="!test? ( test )" - -RDEPEND="app-emacs/dash" -BDEPEND=" - ${RDEPEND} - test? ( - app-emacs/buttercup - app-emacs/noflet - app-emacs/undercover - ) -" - -DOCS=( README.md etc ) -PATCHES=( "${FILESDIR}"/${PN}-0.2-tests.patch ) - -ELISP_REMOVE="${PN}-pkg.el" -SITEFILE="50${PN}-gentoo.el" - -src_compile() { - elisp_src_compile - elisp-make-autoload-file -} - -src_test() { - buttercup -L . -L tests --traceback full tests || die -} diff --git a/app-emacs/biblio/files/50biblio-gentoo.el b/app-emacs/biblio/files/50biblio-gentoo.el index f052d94c1528..c107edfe34b6 100644 --- a/app-emacs/biblio/files/50biblio-gentoo.el +++ b/app-emacs/biblio/files/50biblio-gentoo.el @@ -1,2 +1,2 @@ (add-to-list 'load-path "@SITELISP@") -(load "@SITELISP@/biblio-autoloads") +(load "@SITELISP@/biblio-autoloads" nil t) -- cgit v1.2.3-65-gdbad