diff options
author | Ulrich Müller <ulm@gentoo.org> | 2021-04-13 08:02:17 +0200 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2021-04-13 08:02:17 +0200 |
commit | 340fde01b4c2b965ee54f468019db600ff6db29a (patch) | |
tree | abf1b846ca1b585b23138f20feda098acc6c8493 /app-emacs | |
parent | app-emacs/anything: Remove package (diff) | |
download | emacs-340fde01b4c2b965ee54f468019db600ff6db29a.tar.gz emacs-340fde01b4c2b965ee54f468019db600ff6db29a.tar.bz2 emacs-340fde01b4c2b965ee54f468019db600ff6db29a.zip |
app-emacs/bbdb: Bump to EAPI 7
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'app-emacs')
-rw-r--r-- | app-emacs/bbdb/bbdb-3.1.2.ebuild | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/app-emacs/bbdb/bbdb-3.1.2.ebuild b/app-emacs/bbdb/bbdb-3.1.2.ebuild index 97a333b..e8a2220 100644 --- a/app-emacs/bbdb/bbdb-3.1.2.ebuild +++ b/app-emacs/bbdb/bbdb-3.1.2.ebuild @@ -1,17 +1,16 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=7 inherit elisp DESCRIPTION="The Insidious Big Brother Database" -HOMEPAGE="http://savannah.nongnu.org/projects/bbdb/" -SRC_URI="http://download.savannah.gnu.org/releases/${PN}/${P}.tar.gz" +HOMEPAGE="https://savannah.nongnu.org/projects/bbdb/" +SRC_URI="https://download.savannah.gnu.org/releases/${PN}/${P}.tar.gz" LICENSE="GPL-3+ GPL-1+ FDL-1.3+" SLOT="0" -KEYWORDS="" IUSE="tex vm" DEPEND="tex? ( virtual/tex-base ) |