diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2024-03-26 20:05:25 +0100 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-04-13 10:18:33 +0300 |
commit | 44f0c6826031d2850cfc4c799e42c851ce71af50 (patch) | |
tree | a9b5617e89406c6cf578bd51eb6ee4dac4707b84 /dev-lang/logtalk | |
parent | media-gfx/gnuclad: EAPI8, fix LICENSE (diff) | |
download | gentoo-44f0c6826031d2850cfc4c799e42c851ce71af50.tar.gz gentoo-44f0c6826031d2850cfc4c799e42c851ce71af50.tar.bz2 gentoo-44f0c6826031d2850cfc4c799e42c851ce71af50.zip |
dev-lang/logtalk: EAPI8 bump, minor improvements
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/35934
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-lang/logtalk')
-rw-r--r-- | dev-lang/logtalk/logtalk-3.47.0-r1.ebuild (renamed from dev-lang/logtalk/logtalk-3.47.0.ebuild) | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/dev-lang/logtalk/logtalk-3.47.0.ebuild b/dev-lang/logtalk/logtalk-3.47.0-r1.ebuild index 962a886f27d5..a7a012192b80 100644 --- a/dev-lang/logtalk/logtalk-3.47.0.ebuild +++ b/dev-lang/logtalk/logtalk-3.47.0-r1.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=8 inherit xdg-utils @@ -14,8 +14,7 @@ SLOT="0" KEYWORDS="~amd64 ~ppc ~x86" IUSE="fop xslt" -DEPEND="" -RDEPEND="${DEPEND} +RDEPEND=" xslt? ( dev-libs/libxslt ) fop? ( dev-java/fop )" @@ -26,7 +25,7 @@ PATCHES=( src_install() { # Look at scripts/install.sh for upstream installation process. # Install logtalk base - mv scripts/logtalk_user_setup.sh integration/ + mv scripts/logtalk_user_setup.sh integration/ || die mkdir -p "${ED}/usr/share/${P}" || die cp -r adapters coding contributions core docs examples integration \ library manuals paths scratch tests tools VERSION.txt \ @@ -44,8 +43,8 @@ src_install() { CUSTOMIZE.md INSTALL.md LICENSE.txt QUICK_START.md \ README.md RELEASE_NOTES.md UPGRADING.md VERSION.txt - rm -f man/man1/logtalk_backend_select.1 - rm -f man/man1/logtalk_version_select.1 + rm -f man/man1/logtalk_backend_select.1 || die + rm -f man/man1/logtalk_version_select.1 || die doman man/man1/*.1 # Integration symlinks |