summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey Shvetsov <alexxy@gentoo.org>2024-10-30 23:57:34 +0300
committerAlexey Shvetsov <alexxy@gentoo.org>2024-10-30 23:57:34 +0300
commitb55746e1a4e79d2ac6c8d07722b47b2cdd5afe96 (patch)
treef5953bd2ab0c1ab2b1c9c965095362b46c093c26
parentx11-misc/xaut: update EAPI 7 -> 8 (diff)
downloadalexxy-b55746e1a4e79d2ac6c8d07722b47b2cdd5afe96.tar.gz
alexxy-b55746e1a4e79d2ac6c8d07722b47b2cdd5afe96.tar.bz2
alexxy-b55746e1a4e79d2ac6c8d07722b47b2cdd5afe96.zip
dev-tex/BibTool: EAPI 6->8HEADmaster
Signed-off-by: Alexey Shvetsov <alexxy@gentoo.org>
-rw-r--r--dev-tex/BibTool/BibTool-2.68.ebuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/dev-tex/BibTool/BibTool-2.68.ebuild b/dev-tex/BibTool/BibTool-2.68.ebuild
index e5610ca..2fb8c3a 100644
--- a/dev-tex/BibTool/BibTool-2.68.ebuild
+++ b/dev-tex/BibTool/BibTool-2.68.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=8
inherit flag-o-matic
@@ -9,6 +9,8 @@ DESCRIPTION="BibTool is a powerful command-line tool to manipulate BibTeX databa
HOMEPAGE="http://www.gerd-neugebauer.de/software/TeX/BibTool.en.html"
SRC_URI="http://mirror.ctan.org/biblio/bibtex/utils/bibtool/${P}.tar.gz"
+S="${WORKDIR}/${PN}"
+
LICENSE="GPL-1"
SLOT="0"
KEYWORDS="~amd64 ~x86"
@@ -19,8 +21,6 @@ DEPEND="
doc? ( app-text/texlive )"
RDEPEND="$DEPEND"
-S="${WORKDIR}/${PN}"
-
src_prepare()
{
sed -e 's,^INSTALL_DIR.*\./mkdirchain,INSTALL_DIR = install -d,g' \