summaryrefslogtreecommitdiff
path: root/app-text/sablotron
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2024-12-03 02:07:18 +0000
committerV3n3RiX <venerix@koprulu.sector>2024-12-03 02:07:18 +0000
commit7f4b508a2da3c371c7e770aa6ab83b0c4237cd1c (patch)
tree81d78cbf05f5daa7d57418d32f44b0149a56a765 /app-text/sablotron
parentd4f65848c7ecabb56e2f93889cbd20078cd347f7 (diff)
gentoo auto-resync : 03:12:2024 - 02:07:18
Diffstat (limited to 'app-text/sablotron')
-rw-r--r--app-text/sablotron/Manifest1
-rw-r--r--app-text/sablotron/sablotron-1.0.3-r2.ebuild56
2 files changed, 0 insertions, 57 deletions
diff --git a/app-text/sablotron/Manifest b/app-text/sablotron/Manifest
index 2c027ce980a9..54aa1fc0c3e7 100644
--- a/app-text/sablotron/Manifest
+++ b/app-text/sablotron/Manifest
@@ -2,6 +2,5 @@ AUX sablotron-1.0.3-cxx11.patch 524 BLAKE2B 4b8c5f68e662b2d65e4acb50e2cc3584d218
AUX sablotron-1.0.3-drop-register-keyword.patch 431 BLAKE2B fa6549e313468f035d2d3c01d63c7cd36ca54e612fa6e880e6b129bb88a7489f6c48c399f8f0773688868542fdb00a11a08930c6c53e8ed4c182c162615c9d56 SHA512 7684a064dae059d94260b6370820e93943b273eee78071b7cdc2ca111708c1bd44de4a48faf8e239c10563133770fb8044ae22a60a3237ef364581ab17a59566
AUX sablotron-1.0.3-libsablot-expat.patch 193 BLAKE2B 4fc1aa2401257e1f50a09d91e5b65a0de819515fd24d8abc4f6b271d6eaae21113413b81a125041c71f4ededc39f8710514ff1bdcc00c164bab9c39dcc62f2b5 SHA512 4a63627d1888a102b645a69860a6ebc834c34d08d9779626942bf7384c852a25fb96d7b369375ae195a6a0d5e7d4f5e9e4ea83fa4f23649aab13ba958b021fb9
DIST Sablot-1.0.3.tar.gz 607597 BLAKE2B 429df09361d233b290e1179d5a3fbe7b421b834c23ff32d72466f007fd4ce19e810d68483b1b0314e943f2ff0f3713a3f28a357a71c69722883f5c85499cb582 SHA512 836c1a9d09317194333619461b0e5ea312277cadb6df5ae5ed327bdfee4090970bd3056ec0b3bd6aa8a3e3289af1bc5c1461c9fe15b53a944f1042190c485031
-EBUILD sablotron-1.0.3-r2.ebuild 1158 BLAKE2B b6bd67aec2b1af63e048308e567a2d3c268c0e6053a4cf981c4b34bd67768cf6b590262393a1f1507a108aaefcc55fcbd410956e6c568375d382fada0faea5a1 SHA512 130d60cd690f65118d0f9565174dec6354fa5a71aad183c8ae2b7b0994a858aa7cc2deb2b1feac3ecdf4b394e827ec3d61c7bd88ead4e29d5dfce52ed94454e8
EBUILD sablotron-1.0.3-r3.ebuild 1206 BLAKE2B 24dda9a626aa8f0aef2087ebf8db70b2dca241d278bc100e6a53e78f6f3524ea0258a419863322ae3bc403ec004cc2455daaf03b337a5bee3deedba30174bfe3 SHA512 92ee7dbb6ae27fcc229dfbf381f68ea0808e0ca2c8940de3e200642a443ef3a5785ee2df4e74f7f854f6d528ca9391d9f50cb5f389ceae2408994e6a2559125d
MISC metadata.xml 247 BLAKE2B 03888b860f85ea6690f71e27d2d6d87f3dec604b35ac2b14b23c5bb4b926901b22876470032d6ae72d1e78f177c832dae3b54e895cf9dcbf9bb620026004ec76 SHA512 eb395f541767b9c949d9385cf5e95bff8f31889cd10dd002d4ec1f92690214153e4f23f5f8864a630515b008946d73d4c3b131b0ec58308795e69933bc6f6475
diff --git a/app-text/sablotron/sablotron-1.0.3-r2.ebuild b/app-text/sablotron/sablotron-1.0.3-r2.ebuild
deleted file mode 100644
index 979b01202d6c..000000000000
--- a/app-text/sablotron/sablotron-1.0.3-r2.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 autotools
-
-MY_PN="Sablot"
-MY_P="${MY_PN}-${PV}"
-S=${WORKDIR}/${MY_P}
-
-DESCRIPTION="An XSLT Parser in C++"
-HOMEPAGE="https://sourceforge.net/projects/sablotron/"
-SRC_URI="https://downloads.sourceforge.net/sablotron/${MY_P}.tar.gz"
-
-# Sablotron can optionally be built under GPL, using MPL for now
-LICENSE="MPL-1.1"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm ~hppa ~mips ppc ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos"
-IUSE="perl"
-
-RDEPEND="
- >=dev-libs/expat-1.95.6-r1
-"
-DEPEND="
- ${RDEPEND}
-"
-BDEPEND="
- >=dev-perl/XML-Parser-2.3
-"
-DOCS=(
- README README_JS RELEASE src/TODO
-)
-PATCHES=(
- "${FILESDIR}"/${PN}-1.0.3-libsablot-expat.patch
- "${FILESDIR}"/${PN}-1.0.3-cxx11.patch
-)
-
-src_prepare() {
- default
- sed -i configure.in -e 's|AM_CONFIG_HEADER|AC_CONFIG_HEADERS|g' || die
- mv configure.{in,ac} || die
- eautoreconf
-}
-
-src_configure() {
- econf \
- --disable-static \
- $(use_enable perl perlconnect) \
- --with-html-dir="${EPREFIX}"/usr/share/doc/${PF}/html
-}
-
-src_install() {
- default
- find "${ED}" -name '*.la' -delete || die
-}