summaryrefslogtreecommitdiff
path: root/app-text/libspectre
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2025-01-26 06:49:21 +0000
committerV3n3RiX <venerix@koprulu.sector>2025-01-26 06:49:21 +0000
commit3e90fd411cb5f48da3f2487a4ea0efcbee2bfa08 (patch)
tree7c9660a764d1acdb90fea6ec5c4f6807eaebaf4c /app-text/libspectre
parent4dec849539ecb0ceab14d66af84960f01b9a284c (diff)
gentoo auto-resync : 26:01:2025 - 06:49:21
Diffstat (limited to 'app-text/libspectre')
-rw-r--r--app-text/libspectre/Manifest4
-rw-r--r--app-text/libspectre/libspectre-0.2.11.ebuild45
-rw-r--r--app-text/libspectre/libspectre-0.2.12.ebuild4
3 files changed, 3 insertions, 50 deletions
diff --git a/app-text/libspectre/Manifest b/app-text/libspectre/Manifest
index 9b1634f51b25..0a23bb218cdc 100644
--- a/app-text/libspectre/Manifest
+++ b/app-text/libspectre/Manifest
@@ -1,5 +1,3 @@
-DIST libspectre-0.2.11.tar.gz 435887 BLAKE2B 46e289553dafe520c76a779ce64f8f5e320541221d885e5707284dd6d89ace7985a0a658fcf26c5ea750fd2751dd2bab0913333cda563ab5ee29c4132f8c99a5 SHA512 97335bc927006031fad8be55befae44bec33347f058f5b1fcf828a8a8d45a6fae2d51ceae4aaffcfa563c7592fdffe1e5a4993f145d6832ec81019c00ae0e37f
DIST libspectre-0.2.12.tar.gz 436264 BLAKE2B 932f934e4ef66c4319d60ea88842d01caf3663262f6b67606dfc5750eba7d9e13a1e3e0b15764215e703ff1542c3c09387ee4f572075e828ae2f3680d002821c SHA512 3a4045c1e94e7de23b437393389397dd2448363458023b5aa8e43fa0553a160216f038e157374cefc1d09fa74711ad4899aac1fc353c482bd5fe970d9a97461f
-EBUILD libspectre-0.2.11.ebuild 990 BLAKE2B fdbb5d25db8b7200ca799f1b3102be8c0dc62b0960115dbf7dccbbbfe125538df8bcb268707968a58ce0e2bf2dd59a3b6949c97ba8abe320b8f727adc34ee428 SHA512 eefdd5be86e5cd8a9d63b560d0ad62475dd742b080f5947473716015bfd38dc67de15b71416827ffddf17e004cc75b10fe70a0f686e392cf7508b0b59ad89395
-EBUILD libspectre-0.2.12.ebuild 990 BLAKE2B fdbb5d25db8b7200ca799f1b3102be8c0dc62b0960115dbf7dccbbbfe125538df8bcb268707968a58ce0e2bf2dd59a3b6949c97ba8abe320b8f727adc34ee428 SHA512 eefdd5be86e5cd8a9d63b560d0ad62475dd742b080f5947473716015bfd38dc67de15b71416827ffddf17e004cc75b10fe70a0f686e392cf7508b0b59ad89395
+EBUILD libspectre-0.2.12.ebuild 990 BLAKE2B ecd8ca64b85699adf92481b22c91c1dac7f5e54e14cd1f071d74963d0d65c293e73e3fce044a07517f9f4b6918869855c50e1bf5886b5ca9ce9c9b736dc94771 SHA512 d622438a791e3932f41e0454aebed5f4597e7b107112b478fc5bb3f7ca63663175ebb106cc1ecd7003a2c1760714f4361c73d6be13d09c639d1416a9afcac391
MISC metadata.xml 335 BLAKE2B 4cdf398a628e226570b34c239055e98dbff354626c725982394782e610fd49b1ea850097af078ddcc70d68f747d1e72eb3aa5af8edaf4d626c13c7cdbd271e2c SHA512 52a72ccc369879a5e4e17cc09ab2608f9cdae4b7ce4fe4e6014746d6b1ac81fe1e6352137f32ac6419febd311738d2ac78bb48b4b51fc646d3a540cb919516ae
diff --git a/app-text/libspectre/libspectre-0.2.11.ebuild b/app-text/libspectre/libspectre-0.2.11.ebuild
deleted file mode 100644
index e337e29740d5..000000000000
--- a/app-text/libspectre/libspectre-0.2.11.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DESCRIPTION="Library for rendering Postscript documents"
-HOMEPAGE="https://www.freedesktop.org/wiki/Software/libspectre"
-SRC_URI="https://libspectre.freedesktop.org/releases/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~mips ppc ppc64 ~riscv sparc x86 ~amd64-linux ~x86-linux ~x64-solaris"
-IUSE="debug doc"
-
-RDEPEND=">=app-text/ghostscript-gpl-9.53.0:="
-DEPEND="${RDEPEND}"
-BDEPEND="
- virtual/pkgconfig
- doc? ( app-text/doxygen[doc] )
-"
-
-# does not actually test anything, see bug 362557
-RESTRICT="test"
-
-src_configure() {
- local myeconfargs=(
- $(use_enable debug asserts)
- $(use_enable debug checks)
- --disable-test
- )
- econf "${myeconfargs[@]}"
-}
-
-src_compile() {
- emake
- if use doc; then
- doxygen || die
- fi
-}
-
-src_install() {
- use doc && local HTML_DOCS=( doc/html/. )
- default
- find "${D}" -name '*.la' -type f -delete || die
-}
diff --git a/app-text/libspectre/libspectre-0.2.12.ebuild b/app-text/libspectre/libspectre-0.2.12.ebuild
index e337e29740d5..4beb8b097c0e 100644
--- a/app-text/libspectre/libspectre-0.2.12.ebuild
+++ b/app-text/libspectre/libspectre-0.2.12.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -16,7 +16,7 @@ RDEPEND=">=app-text/ghostscript-gpl-9.53.0:="
DEPEND="${RDEPEND}"
BDEPEND="
virtual/pkgconfig
- doc? ( app-text/doxygen[doc] )
+ doc? ( app-text/doxygen[dot] )
"
# does not actually test anything, see bug 362557