diff options
author | V3n3RiX <venerix@koprulu.sector> | 2024-04-25 23:59:45 +0100 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2024-04-25 23:59:45 +0100 |
commit | 6243676c91946098c06d42bc87b5eb99aac40bf0 (patch) | |
tree | e6de308ba22148b4898b67b049c7f017ece8fea2 /sci-libs/libtifiles2 | |
parent | b987a550f067c3da93b0664cf1fdc8a624c0aa38 (diff) |
gentoo auto-resync : 25:04:2024 - 23:59:45
Diffstat (limited to 'sci-libs/libtifiles2')
-rw-r--r-- | sci-libs/libtifiles2/Manifest | 2 | ||||
-rw-r--r-- | sci-libs/libtifiles2/libtifiles2-1.1.7-r1.ebuild (renamed from sci-libs/libtifiles2/libtifiles2-1.1.7.ebuild) | 18 |
2 files changed, 11 insertions, 9 deletions
diff --git a/sci-libs/libtifiles2/Manifest b/sci-libs/libtifiles2/Manifest index acfcb8f20182..de777285bbd8 100644 --- a/sci-libs/libtifiles2/Manifest +++ b/sci-libs/libtifiles2/Manifest @@ -1,3 +1,3 @@ DIST libtifiles2-1.1.7.tar.bz2 122454 BLAKE2B 1ae51ccde4a5a9127b015b6fa5ad4d446e56b473330a3d220c6a6b7cb333161e9e9d80cae7ac8985beb0e844ce21ffdc4713847d69986b6d7f5506a5a6b1545f SHA512 e2ef4de0ce8c78f0da4098ec618a7194f9b94a028f9cb54a0ea1c29c00028d7cf144a067d8aaf8010ad094378b6426d05621d530cfbfa05f793f6c1ed41fcaef -EBUILD libtifiles2-1.1.7.ebuild 902 BLAKE2B 3abac43d194cb3d05af02c4e65ab75293278e54b532ffaaefdcf590924327811a0d13bbe70b001d17dfae86588df6a146b381b3ec6729ab1e75c380efcc2c786 SHA512 023447c2ab16041bb8c638c17c26ae2ee504869b2d5bcc1a5e5b4b7538bcd8c7484ac79ff5da3495e4f752720479e93558a2659886e9d4b290905d7e75168326 +EBUILD libtifiles2-1.1.7-r1.ebuild 919 BLAKE2B 3397706b36932065dc15b0bf9555e2756e160d0f9fd44a31b47766518203da78d76d683d4f4c347cd55fadc2ce11edd72b9fa5813e664aa91b6a8f3493499c4b SHA512 e4c4dabc240a2c8af09da15eda876a91a96658e0f37aeef24320805c48f85f09c97bd24534c42487206b6b77883e9dff27304e995c51c7eaed9a2d95de6343c3 MISC metadata.xml 693 BLAKE2B 2f77b1c291935df19bdc81fbcca20ba012baa066562eaf7eea6324b7e9efdbedd7242c2324d6f10548292919332c4a22b5b87adb8b564c17e6b8ed7a3eb13c61 SHA512 5ac18b6354306651638e2e6aa225ae0eb61255fae8a559de62765082293cfde23c1e409cdc042a2d49ca2f0bc9293f3f360f7205a887445fe373b9b64cbfdcc9 diff --git a/sci-libs/libtifiles2/libtifiles2-1.1.7.ebuild b/sci-libs/libtifiles2/libtifiles2-1.1.7-r1.ebuild index 158a6d79c8b8..546127055cd2 100644 --- a/sci-libs/libtifiles2/libtifiles2-1.1.7.ebuild +++ b/sci-libs/libtifiles2/libtifiles2-1.1.7-r1.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=8 inherit autotools @@ -15,15 +15,17 @@ KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux" IUSE="doc nls static-libs" RDEPEND=" - app-arch/libarchive + app-arch/libarchive:= dev-libs/glib:2 >=sci-libs/libticables2-1.3.3 >=sci-libs/libticonv-1.1.3 - nls? ( virtual/libintl )" - -DEPEND="${RDEPEND} + nls? ( virtual/libintl ) +" +DEPEND="${RDEPEND}" +BDEPEND=" virtual/pkgconfig - nls? ( sys-devel/gettext )" + nls? ( sys-devel/gettext ) +" DOCS=( AUTHORS LOGO NEWS README ChangeLog docs/api.txt ) @@ -39,7 +41,7 @@ src_configure() { } src_install() { - use doc && HTML_DOCS=( docs/html/. ) + use doc && local HTML_DOCS=( docs/html/. ) default find "${D}" -name '*.la' -delete || die } |