summaryrefslogtreecommitdiff
path: root/dev-libs/confuse
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2024-09-11 12:30:55 +0100
committerV3n3RiX <venerix@koprulu.sector>2024-09-11 12:30:55 +0100
commit65a36438d5b824f80023c282dadc3fcd5736b526 (patch)
tree12aedb23736e7cceba662d217cdd7f0f2a2662ba /dev-libs/confuse
parentadd278b9601ff9e4af091c91c851ee46a185be8f (diff)
gentoo auto-resync : 11:09:2024 - 12:30:54
Diffstat (limited to 'dev-libs/confuse')
-rw-r--r--dev-libs/confuse/Manifest2
-rw-r--r--dev-libs/confuse/confuse-3.3-r1.ebuild56
-rw-r--r--dev-libs/confuse/confuse-3.3.ebuild53
3 files changed, 0 insertions, 111 deletions
diff --git a/dev-libs/confuse/Manifest b/dev-libs/confuse/Manifest
index f2861504ec24..5fb017be8d34 100644
--- a/dev-libs/confuse/Manifest
+++ b/dev-libs/confuse/Manifest
@@ -1,6 +1,4 @@
AUX confuse-3.3-fix-CVE-2022-40320.patch 1137 BLAKE2B 6fb44768b35dee93ecf03859cc0c925072ef7e8506e91869d9436b7627d9c8d5c9e4608e47479e6ba67ccf98db9b29c1563511b2186ed6ac89563a03c9a75f0c SHA512 0fc8484484ea04906f9196df59bafc9739ed99b785fb001847b9d2d13a6055029debc793b28a0fea67be10534d1dc0d1c3c6bc8c7d28bf0eada8a0aa2bc15226
DIST confuse-3.3.tar.xz 485140 BLAKE2B 41f426544341966e4a4148c40951dd7f6771b70b182e9ab9f19ce9be781c3ca42c86615f48e91f3997c8e0654111de2360a09c070afc21047b6edb4a8187755f SHA512 93cc62d98166199315f65a2f6f540a9c0d33592b69a2c6a57fd17f132aecc6ece39b9813b96c9a49ae2b66a99b7eba1188a9ce9e360e1c5fb4b973619e7088a0
-EBUILD confuse-3.3-r1.ebuild 1246 BLAKE2B 682fde1c2513146c18209211e1e9b3f926c73be5462c83957ca16ed9d5e992bb9ea7aae36ec2e6b3361d40f24ef9219335e1b2e0790c4711acbaff33535ac41c SHA512 1593febd62fd1091f831f152e529e56bd7805bb3381bb68f3e6504e51aff3968110c66c6669eba77617310025cd32a66ba1de9695794612f56095f01f51b40ba
EBUILD confuse-3.3-r2.ebuild 1445 BLAKE2B 21df3c4d07779fb6b099d1be57e5bfb88ac3645d7c10cefd75c20e6aade5871b57f9425d02b4ca66be295a0c8ce31409c0f13fda4d77446a04472dc4b0d7248c SHA512 54e2ffd5a99b34dbfdac4dff51431623f1bc8b3b5103de2fccb2da092bfa83866bed797ed7f2fb56ebf699be0bfa474bae2c9df088f4ee0e416e89f64b82757e
-EBUILD confuse-3.3.ebuild 1161 BLAKE2B 911fdec069b1442651012fc8c6b0c9b02bb6e21a913a49b41fcce772a6a14e0c349a360965d8139b455607ec0a8c81a074cec6b96347b3d5acb3b9174526ae5e SHA512 654f0fd9769b021cccac61a7b6d696c8d274b51d5361eafbad0328a9fa303de8594169bbe72df67d1549c3e00f93ee1cdf79f8a86d4306521b5978c87a1aef54
MISC metadata.xml 327 BLAKE2B 11e26ddca726e76f2f8021e05312f685e37a4b05bf9d5ac93a138e28c28b436f1f0c7d308035cd16cc737290554131758f81afac6462fb7db51eda803eac17fe SHA512 ef72c4ca3cc4c63f87b7b35b43437231cdeae35cb7709ece5d1b3bf4c2680602627c23d8b6d955ccbb1fb6efbafe80fcd89cb16a2cf589738f28189240205c20
diff --git a/dev-libs/confuse/confuse-3.3-r1.ebuild b/dev-libs/confuse/confuse-3.3-r1.ebuild
deleted file mode 100644
index 9d7232703654..000000000000
--- a/dev-libs/confuse/confuse-3.3-r1.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-inherit multilib-minimal flag-o-matic
-
-DESCRIPTION="a configuration file parser library"
-HOMEPAGE="https://github.com/libconfuse/libconfuse"
-SRC_URI="https://github.com/libconfuse/libconfuse/releases/download/v${PV}/${P}.tar.xz"
-
-LICENSE="ISC"
-SLOT="0/2.1.0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv sparc x86 ~amd64-linux ~x86-linux ~ppc-macos"
-
-IUSE="nls static-libs"
-
-BDEPEND="
- app-alternatives/lex
- dev-build/libtool
- virtual/pkgconfig
- nls? ( sys-devel/gettext )
-"
-RDEPEND="
- nls? ( virtual/libintl[${MULTILIB_USEDEP}] )
-"
-
-DOCS=( AUTHORS )
-
-src_prepare() {
- default
- multilib_copy_sources
-}
-
-multilib_src_configure() {
- # https://github.com/libconfuse/libconfuse/pull/167
- append-lfs-flags
-
- # examples are normally compiled but not installed. They
- # fail during a mingw crosscompile.
- local ECONF_SOURCE=${BUILD_DIR}
- econf \
- --enable-shared \
- --disable-examples \
- $(use_enable nls) \
- $(use_enable static-libs static)
-}
-
-multilib_src_install_all() {
- doman doc/man/man3/*.3
- dodoc -r doc/html
-
- docinto examples
- dodoc examples/*.{c,conf}
-
- find "${D}" -name '*.la' -delete || die
-}
diff --git a/dev-libs/confuse/confuse-3.3.ebuild b/dev-libs/confuse/confuse-3.3.ebuild
deleted file mode 100644
index 9d524b6a484b..000000000000
--- a/dev-libs/confuse/confuse-3.3.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-inherit multilib-minimal
-
-DESCRIPTION="a configuration file parser library"
-HOMEPAGE="https://github.com/libconfuse/libconfuse"
-SRC_URI="https://github.com/libconfuse/libconfuse/releases/download/v${PV}/${P}.tar.xz"
-
-LICENSE="ISC"
-SLOT="0/2.1.0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv sparc x86 ~amd64-linux ~x86-linux ~ppc-macos"
-
-IUSE="nls static-libs"
-
-BDEPEND="
- app-alternatives/lex
- dev-build/libtool
- virtual/pkgconfig
- nls? ( sys-devel/gettext )
-"
-RDEPEND="
- nls? ( virtual/libintl[${MULTILIB_USEDEP}] )
-"
-
-DOCS=( AUTHORS )
-
-src_prepare() {
- default
- multilib_copy_sources
-}
-
-multilib_src_configure() {
- # examples are normally compiled but not installed. They
- # fail during a mingw crosscompile.
- local ECONF_SOURCE=${BUILD_DIR}
- econf \
- --enable-shared \
- --disable-examples \
- $(use_enable nls) \
- $(use_enable static-libs static)
-}
-
-multilib_src_install_all() {
- doman doc/man/man3/*.3
- dodoc -r doc/html
-
- docinto examples
- dodoc examples/*.{c,conf}
-
- find "${D}" -name '*.la' -delete || die
-}