From 4cbcc855382a06088e2f016f62cafdbcb7e40665 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sun, 20 Mar 2022 00:40:44 +0000 Subject: gentoo resync : 20.03.2022 --- dev-libs/faxpp/Manifest | 2 +- dev-libs/faxpp/faxpp-0.4-r1.ebuild | 32 -------------------------------- dev-libs/faxpp/faxpp-0.4-r2.ebuild | 32 ++++++++++++++++++++++++++++++++ 3 files changed, 33 insertions(+), 33 deletions(-) delete mode 100644 dev-libs/faxpp/faxpp-0.4-r1.ebuild create mode 100644 dev-libs/faxpp/faxpp-0.4-r2.ebuild (limited to 'dev-libs/faxpp') diff --git a/dev-libs/faxpp/Manifest b/dev-libs/faxpp/Manifest index 20de927a0ad7..fd74a7ee11c8 100644 --- a/dev-libs/faxpp/Manifest +++ b/dev-libs/faxpp/Manifest @@ -1,3 +1,3 @@ DIST faxpp-0.4.tar.gz 512740 BLAKE2B 922c0fe6092517c6d4fa6d1cc7169bce7d97b873c49e3d6a776174e43cfc72bcd5f38b1baf8cee4239aecfd7820a3e6b0594a1fa94e4a45392ac2cf0d6889dbd SHA512 25b871a6419b70d9ee85817cda267dfff7ed8aa99a031493a6ccaf1faed80e113ceb7407df1629958d7841c73ba3bee760af9f595dd71648d853561e8c8f33d8 -EBUILD faxpp-0.4-r1.ebuild 600 BLAKE2B 4c3f2abac2a9bf64e3bf993f0712bceb7e7357591f0e0a2ce654f35232771ff839ee304b440af3ddc44cc695e8d115defd98f1a23cfcdde36ae2ea5392213c78 SHA512 f6f3c275853e27e16d1b09c0458675cbae18434d10c68f37613a4c1e1f6de3c5c1098e8f9dd04381c623973bd27ff56a02c3d998b65e1fd4c03dd2e6bda5c5b7 +EBUILD faxpp-0.4-r2.ebuild 615 BLAKE2B e34c6ab3fd560e64037ce7b1cadba3f7eb184d42cd58c3c9dbbc38defed30154e7cfc2e21e4eb1747a7bd77b6a998d4433b3b0aee0ec29a28a836931ed8205f9 SHA512 993ca6d49d4962c6b39c9bdd78b9e24dc848a6d0a339493c91b66375f2014eefa4146c8f38efc109f206e94d9903caf94f6cf9fb8ae24427a9e6f4934f627cfa MISC metadata.xml 243 BLAKE2B 4ba2e1dddc54f56a0d196703eb36fbdc5eefca06ec8e2ab62a115dc55062547bde4b63048a0a42117842dd60fca7b110c3496a45fe7d10426da27eae9096347a SHA512 f935ad6d90337691da6ca34bc41e7bda2a4c777bb6f3d3c3d50adf564e1253100bf72e442c1fc2bac83a70068ba9da7797562a0b653f621f784eb880f27915aa diff --git a/dev-libs/faxpp/faxpp-0.4-r1.ebuild b/dev-libs/faxpp/faxpp-0.4-r1.ebuild deleted file mode 100644 index 60af37fc3cee..000000000000 --- a/dev-libs/faxpp/faxpp-0.4-r1.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -DESCRIPTION="Small, fast and conformant XML pull parser written in C" -HOMEPAGE="http://faxpp.sourceforge.net/" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="doc examples" - -src_configure() { - econf --disable-static -} - -src_install() { - default - - if use doc; then - docinto html - dodoc -r docs/api/ - fi - if use examples; then - insinto /usr/share/doc/${PF} - doins -r examples - fi - - find "${ED}" -name '*.la' -delete || die -} diff --git a/dev-libs/faxpp/faxpp-0.4-r2.ebuild b/dev-libs/faxpp/faxpp-0.4-r2.ebuild new file mode 100644 index 000000000000..50aaf74f8139 --- /dev/null +++ b/dev-libs/faxpp/faxpp-0.4-r2.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DESCRIPTION="Small, fast and conformant XML pull parser written in C" +HOMEPAGE="http://faxpp.sourceforge.net/" +SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="doc examples" + +src_configure() { + econf --disable-static +} + +src_install() { + default + + if use doc; then + docinto html + dodoc -r docs/api/ + fi + if use examples; then + dodoc -r examples + docompress -x /usr/share/doc/${PF}/examples + fi + + find "${ED}" -name '*.la' -delete || die +} -- cgit v1.2.3