summaryrefslogtreecommitdiff
path: root/app-emacs/biblio/biblio-0.2_p20210418-r1.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-08-11 21:35:53 +0100
committerV3n3RiX <venerix@koprulu.sector>2023-08-11 21:35:53 +0100
commit26ed1f5a5b7138ff40e6ac14e66f198c40831424 (patch)
tree41b0c986a258b43e68bb831a7c2a384d882e0d59 /app-emacs/biblio/biblio-0.2_p20210418-r1.ebuild
parent75949673f38270397841d9c2322dbb774ac41554 (diff)
gentoo auto-resync : 11:08:2023 - 21:35:53
Diffstat (limited to 'app-emacs/biblio/biblio-0.2_p20210418-r1.ebuild')
-rw-r--r--app-emacs/biblio/biblio-0.2_p20210418-r1.ebuild47
1 files changed, 0 insertions, 47 deletions
diff --git a/app-emacs/biblio/biblio-0.2_p20210418-r1.ebuild b/app-emacs/biblio/biblio-0.2_p20210418-r1.ebuild
deleted file mode 100644
index cfe6c3a40471..000000000000
--- a/app-emacs/biblio/biblio-0.2_p20210418-r1.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-# NOTICE: This package contains libraries: biblio-core and biblio
-
-EAPI=8
-
-COMMIT=517ec18f00f91b61481214b178f7ae0b8fbc499b
-
-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/${COMMIT}.tar.gz
- -> ${P}.tar.gz"
-S="${WORKDIR}"/${PN}.el-${COMMIT}
-
-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
-}