* [gentoo-commits] repo/gentoo:master commit in: sys-libs/libhx/
@ 2018-11-23 15:40 Lars Wendler
0 siblings, 0 replies; 21+ messages in thread
From: Lars Wendler @ 2018-11-23 15:40 UTC (permalink / raw
To: gentoo-commits
commit: 0ab2cd8af265a1875af528e465295186dc475c8c
Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 23 15:40:31 2018 +0000
Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Fri Nov 23 15:40:44 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ab2cd8a
sys-libs/libhx: Bump to version 3.24
non-maintainer commit due to maintainer timeout.
Closes: https://bugs.gentoo.org/669672
Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>
sys-libs/libhx/Manifest | 1 +
sys-libs/libhx/libhx-3.24.ebuild | 40 ++++++++++++++++++++++++++++++++++++++++
2 files changed, 41 insertions(+)
diff --git a/sys-libs/libhx/Manifest b/sys-libs/libhx/Manifest
index d0408859874..f3432340060 100644
--- a/sys-libs/libhx/Manifest
+++ b/sys-libs/libhx/Manifest
@@ -1,2 +1,3 @@
DIST libHX-3.16.tar.xz 867336 BLAKE2B 2c70e792b8257081c587e983810c4e94170f0e035359ec29b526692cf49b415362301dbe3f00de9947962fc874439c6a10497fc8a2c48d6ea8ffc489189867dd SHA512 d5c6f4ac889f4d1043d58742305632c78143c683be09ddd4288c3911747d4c5c6b33b4c1517813066f7933d87dcb7b8cd1dfb015f08c7e7afccc718899cdd259
DIST libHX-3.22.tar.xz 875516 BLAKE2B 1a782834bb792898275ed549eff1b70b3356f9efe7b58e6aa48e34492b3ad8b5e8a66a142643ad6c13163e5eab6762fdcebd3fe4897d8b0d3f75c80f7ef60b6c SHA512 4a50b7171be9f60e1a1bfefb0641f74fa8879c0edb258533ee04ec89617802c48358dc244497fb18d02dc37f828f79f7c52dd5ce2a07d8a2f5e6e6f7b4e97646
+DIST libHX-3.24.tar.xz 876992 BLAKE2B 518b99e78acc0cb412f444c0dacaae830a853294a0ee549facfbe65a423a9f32d0388e30e255c87c3f5325102bea45e5e9d72d3fce5b89139b689fddcb299f93 SHA512 faf7af53b628efe1531568ccb2b7e9910db833b14583ab1487eb6a554b407a7546bc75348f7d2344c29ab53fd2df061f6f8de8db634bbd62c3672dc4347d27e4
diff --git a/sys-libs/libhx/libhx-3.24.ebuild b/sys-libs/libhx/libhx-3.24.ebuild
new file mode 100644
index 00000000000..6024143f546
--- /dev/null
+++ b/sys-libs/libhx/libhx-3.24.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit autotools
+
+DESCRIPTION="Platform independent library providing basic system functions"
+HOMEPAGE="http://libhx.sourceforge.net"
+SRC_URI="mirror://sourceforge/${PN}/libHX-${PV}.tar.xz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE="doc"
+
+DEPEND="app-arch/xz-utils"
+RDEPEND=""
+
+S="${WORKDIR}/libHX-${PV}"
+
+PATCHES=( "${FILESDIR}/${PN}-3.22-no-lyx.patch" )
+
+src_prepare() {
+ default
+ eautoreconf
+}
+
+src_install() {
+ default
+
+ if use doc; then
+ dodoc doc/*.txt
+ else
+ dodoc doc/changelog.txt
+ rm "${D}/usr/share/doc/${PF}/"*.pdf || die
+ fi
+
+ find "${ED}" -name "*.la" -delete || die
+}
^ permalink raw reply related [flat|nested] 21+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-libs/libhx/
@ 2018-11-23 15:42 Lars Wendler
0 siblings, 0 replies; 21+ messages in thread
From: Lars Wendler @ 2018-11-23 15:42 UTC (permalink / raw
To: gentoo-commits
commit: 2696eb4cc1cbb8934b0375d4a4e485403a0b89da
Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 23 15:41:55 2018 +0000
Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Fri Nov 23 15:41:55 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2696eb4c
sys-libs/libhx: Minor ebuild fix.
Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>
sys-libs/libhx/libhx-3.24.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys-libs/libhx/libhx-3.24.ebuild b/sys-libs/libhx/libhx-3.24.ebuild
index 6024143f546..c1cf2e00fd1 100644
--- a/sys-libs/libhx/libhx-3.24.ebuild
+++ b/sys-libs/libhx/libhx-3.24.ebuild
@@ -33,7 +33,7 @@ src_install() {
dodoc doc/*.txt
else
dodoc doc/changelog.txt
- rm "${D}/usr/share/doc/${PF}/"*.pdf || die
+ rm "${ED}/usr/share/doc/${PF}/"*.pdf || die
fi
find "${ED}" -name "*.la" -delete || die
^ permalink raw reply related [flat|nested] 21+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-libs/libhx/
@ 2019-04-10 22:31 Matt Turner
0 siblings, 0 replies; 21+ messages in thread
From: Matt Turner @ 2019-04-10 22:31 UTC (permalink / raw
To: gentoo-commits
commit: 354404b9d83f16ffe99db5d45df3428989b26748
Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 10 22:30:34 2019 +0000
Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Wed Apr 10 22:31:05 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=354404b9
sys-libs/libhx: Drop old versions
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
sys-libs/libhx/Manifest | 1 -
sys-libs/libhx/libhx-3.16.ebuild | 30 ------------------------------
sys-libs/libhx/libhx-3.22.ebuild | 30 ------------------------------
3 files changed, 61 deletions(-)
diff --git a/sys-libs/libhx/Manifest b/sys-libs/libhx/Manifest
index f3432340060..f0f19e60cea 100644
--- a/sys-libs/libhx/Manifest
+++ b/sys-libs/libhx/Manifest
@@ -1,3 +1,2 @@
-DIST libHX-3.16.tar.xz 867336 BLAKE2B 2c70e792b8257081c587e983810c4e94170f0e035359ec29b526692cf49b415362301dbe3f00de9947962fc874439c6a10497fc8a2c48d6ea8ffc489189867dd SHA512 d5c6f4ac889f4d1043d58742305632c78143c683be09ddd4288c3911747d4c5c6b33b4c1517813066f7933d87dcb7b8cd1dfb015f08c7e7afccc718899cdd259
DIST libHX-3.22.tar.xz 875516 BLAKE2B 1a782834bb792898275ed549eff1b70b3356f9efe7b58e6aa48e34492b3ad8b5e8a66a142643ad6c13163e5eab6762fdcebd3fe4897d8b0d3f75c80f7ef60b6c SHA512 4a50b7171be9f60e1a1bfefb0641f74fa8879c0edb258533ee04ec89617802c48358dc244497fb18d02dc37f828f79f7c52dd5ce2a07d8a2f5e6e6f7b4e97646
DIST libHX-3.24.tar.xz 876992 BLAKE2B 518b99e78acc0cb412f444c0dacaae830a853294a0ee549facfbe65a423a9f32d0388e30e255c87c3f5325102bea45e5e9d72d3fce5b89139b689fddcb299f93 SHA512 faf7af53b628efe1531568ccb2b7e9910db833b14583ab1487eb6a554b407a7546bc75348f7d2344c29ab53fd2df061f6f8de8db634bbd62c3672dc4347d27e4
diff --git a/sys-libs/libhx/libhx-3.16.ebuild b/sys-libs/libhx/libhx-3.16.ebuild
deleted file mode 100644
index f089d073842..00000000000
--- a/sys-libs/libhx/libhx-3.16.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit eutils
-
-DESCRIPTION="Platform independent library providing basic system functions"
-HOMEPAGE="http://libhx.sourceforge.net"
-SRC_URI="mirror://sourceforge/${PN}/libHX-${PV}.tar.xz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="amd64 ppc x86"
-IUSE=""
-
-DEPEND="app-arch/xz-utils"
-RDEPEND=""
-
-S="${WORKDIR}/libHX-${PV}"
-
-src_configure() {
- econf --docdir="/usr/share/doc/${PF}"
-}
-
-src_install() {
- default
- dodoc doc/*.txt
- prune_libtool_files --all
-}
diff --git a/sys-libs/libhx/libhx-3.22.ebuild b/sys-libs/libhx/libhx-3.22.ebuild
deleted file mode 100644
index 2790a6dacad..00000000000
--- a/sys-libs/libhx/libhx-3.22.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit eutils
-
-DESCRIPTION="Platform independent library providing basic system functions"
-HOMEPAGE="http://libhx.sourceforge.net"
-SRC_URI="mirror://sourceforge/${PN}/libHX-${PV}.tar.xz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE=""
-
-DEPEND="app-arch/xz-utils"
-RDEPEND=""
-
-S="${WORKDIR}/libHX-${PV}"
-
-src_configure() {
- econf --docdir="/usr/share/doc/${PF}"
-}
-
-src_install() {
- default
- dodoc doc/*.txt
- prune_libtool_files --all
-}
^ permalink raw reply related [flat|nested] 21+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-libs/libhx/
@ 2019-04-10 22:31 Matt Turner
0 siblings, 0 replies; 21+ messages in thread
From: Matt Turner @ 2019-04-10 22:31 UTC (permalink / raw
To: gentoo-commits
commit: 61b7c26fbe745fb7bc7dc112596238bb5ab825fa
Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 10 22:30:10 2019 +0000
Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Wed Apr 10 22:31:05 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61b7c26f
sys-libs/libhx-3.24: ppc stable, bug 611840
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
sys-libs/libhx/libhx-3.24.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys-libs/libhx/libhx-3.24.ebuild b/sys-libs/libhx/libhx-3.24.ebuild
index c1cf2e00fd1..6360828e2bd 100644
--- a/sys-libs/libhx/libhx-3.24.ebuild
+++ b/sys-libs/libhx/libhx-3.24.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/${PN}/libHX-${PV}.tar.xz"
LICENSE="GPL-3"
SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="~amd64 ppc ~x86"
IUSE="doc"
DEPEND="app-arch/xz-utils"
^ permalink raw reply related [flat|nested] 21+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-libs/libhx/
@ 2020-02-15 10:03 David Seifert
0 siblings, 0 replies; 21+ messages in thread
From: David Seifert @ 2020-02-15 10:03 UTC (permalink / raw
To: gentoo-commits
commit: 27cbf4586a968ead08dffc109b4b6009810c79c7
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 15 10:03:08 2020 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sat Feb 15 10:03:08 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27cbf458
sys-libs/libhx: [QA] inherit ltprune.eclass directly
Package-Manager: Portage-2.3.88, Repoman-2.3.20
Signed-off-by: David Seifert <soap <AT> gentoo.org>
sys-libs/libhx/libhx-3.22-r1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/sys-libs/libhx/libhx-3.22-r1.ebuild b/sys-libs/libhx/libhx-3.22-r1.ebuild
index 69c5c6d1ef3..c697c04a25d 100644
--- a/sys-libs/libhx/libhx-3.22-r1.ebuild
+++ b/sys-libs/libhx/libhx-3.22-r1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-inherit autotools eutils
+inherit autotools eutils ltprune
DESCRIPTION="Platform independent library providing basic system functions"
HOMEPAGE="http://libhx.sourceforge.net"
^ permalink raw reply related [flat|nested] 21+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-libs/libhx/
@ 2020-09-09 9:07 Hanno Böck
0 siblings, 0 replies; 21+ messages in thread
From: Hanno Böck @ 2020-09-09 9:07 UTC (permalink / raw
To: gentoo-commits
commit: 369c41b85bee4a5bae28a6fcd18c3b66b0ae307b
Author: Hanno Böck <hanno <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 9 09:07:21 2020 +0000
Commit: Hanno Böck <hanno <AT> gentoo <DOT> org>
CommitDate: Wed Sep 9 09:07:21 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=369c41b8
sys-libs/libhx: Remove myself as maintainer
Signed-off-by: Hanno Böck <hanno <AT> gentoo.org>
Package-Manager: Portage-3.0.6, Repoman-3.0.1
sys-libs/libhx/metadata.xml | 3 ---
1 file changed, 3 deletions(-)
diff --git a/sys-libs/libhx/metadata.xml b/sys-libs/libhx/metadata.xml
index fc0ea300912..462ecca452b 100644
--- a/sys-libs/libhx/metadata.xml
+++ b/sys-libs/libhx/metadata.xml
@@ -1,9 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <maintainer type="person">
- <email>hanno@gentoo.org</email>
- </maintainer>
<maintainer type="person">
<email>mattst88@gentoo.org</email>
<name>Matt Turner</name>
^ permalink raw reply related [flat|nested] 21+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-libs/libhx/
@ 2020-11-17 5:37 Matt Turner
0 siblings, 0 replies; 21+ messages in thread
From: Matt Turner @ 2020-11-17 5:37 UTC (permalink / raw
To: gentoo-commits
commit: 113c7adcaec033c80dabd7da76ff2d6a6fe16dab
Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 17 05:34:55 2020 +0000
Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Tue Nov 17 05:35:02 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=113c7adc
sys-libs/libhx: Version bump to 3.25
Closes: https://bugs.gentoo.org/730726
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
sys-libs/libhx/Manifest | 1 +
sys-libs/libhx/libhx-3.25.ebuild | 40 ++++++++++++++++++++++++++++++++++++++++
2 files changed, 41 insertions(+)
diff --git a/sys-libs/libhx/Manifest b/sys-libs/libhx/Manifest
index f0f19e60cea..d54b6e5690a 100644
--- a/sys-libs/libhx/Manifest
+++ b/sys-libs/libhx/Manifest
@@ -1,2 +1,3 @@
DIST libHX-3.22.tar.xz 875516 BLAKE2B 1a782834bb792898275ed549eff1b70b3356f9efe7b58e6aa48e34492b3ad8b5e8a66a142643ad6c13163e5eab6762fdcebd3fe4897d8b0d3f75c80f7ef60b6c SHA512 4a50b7171be9f60e1a1bfefb0641f74fa8879c0edb258533ee04ec89617802c48358dc244497fb18d02dc37f828f79f7c52dd5ce2a07d8a2f5e6e6f7b4e97646
DIST libHX-3.24.tar.xz 876992 BLAKE2B 518b99e78acc0cb412f444c0dacaae830a853294a0ee549facfbe65a423a9f32d0388e30e255c87c3f5325102bea45e5e9d72d3fce5b89139b689fddcb299f93 SHA512 faf7af53b628efe1531568ccb2b7e9910db833b14583ab1487eb6a554b407a7546bc75348f7d2344c29ab53fd2df061f6f8de8db634bbd62c3672dc4347d27e4
+DIST libHX-3.25.tar.xz 890576 BLAKE2B d8e13a7fb0ea2cd033edc6b179ef3d4b30c37f522b1e90aea0de96d225655b654d1a7cb133834ef2f10044ccbe60e7559b2280ecbc136a458fd3a2237b8f83ab SHA512 221000fddd1316b6c452babbcb7e234683e3bad559a4b1a608936a086143ad8f17cec489606f8d50ea66775b9f8305ec52c7401d568f01b33372388f75bdea94
diff --git a/sys-libs/libhx/libhx-3.25.ebuild b/sys-libs/libhx/libhx-3.25.ebuild
new file mode 100644
index 00000000000..24a834f86c0
--- /dev/null
+++ b/sys-libs/libhx/libhx-3.25.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit autotools
+
+DESCRIPTION="Platform independent library providing basic system functions"
+HOMEPAGE="http://libhx.sourceforge.net"
+SRC_URI="mirror://sourceforge/${PN}/libHX-${PV}.tar.xz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE="doc"
+
+DEPEND="app-arch/xz-utils"
+RDEPEND=""
+
+S="${WORKDIR}/libHX-${PV}"
+
+PATCHES=( "${FILESDIR}/${PN}-3.22-no-lyx.patch" )
+
+src_prepare() {
+ default
+ eautoreconf
+}
+
+src_install() {
+ default
+
+ if use doc; then
+ dodoc doc/*.txt
+ else
+ dodoc doc/changelog.txt
+ rm "${ED}/usr/share/doc/${PF}/"*.pdf || die
+ fi
+
+ find "${ED}" -name "*.la" -delete || die
+}
^ permalink raw reply related [flat|nested] 21+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-libs/libhx/
@ 2020-11-17 5:37 Matt Turner
0 siblings, 0 replies; 21+ messages in thread
From: Matt Turner @ 2020-11-17 5:37 UTC (permalink / raw
To: gentoo-commits
commit: 96c9ab354b3c5fe13ca4bbca494e2049c9a27590
Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 17 05:36:26 2020 +0000
Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Tue Nov 17 05:36:32 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=96c9ab35
sys-libs/libhx: Drop old versions
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
sys-libs/libhx/Manifest | 1 -
sys-libs/libhx/libhx-3.22-r1.ebuild | 40 -------------------------------------
2 files changed, 41 deletions(-)
diff --git a/sys-libs/libhx/Manifest b/sys-libs/libhx/Manifest
index d54b6e5690a..dd169cc59c4 100644
--- a/sys-libs/libhx/Manifest
+++ b/sys-libs/libhx/Manifest
@@ -1,3 +1,2 @@
-DIST libHX-3.22.tar.xz 875516 BLAKE2B 1a782834bb792898275ed549eff1b70b3356f9efe7b58e6aa48e34492b3ad8b5e8a66a142643ad6c13163e5eab6762fdcebd3fe4897d8b0d3f75c80f7ef60b6c SHA512 4a50b7171be9f60e1a1bfefb0641f74fa8879c0edb258533ee04ec89617802c48358dc244497fb18d02dc37f828f79f7c52dd5ce2a07d8a2f5e6e6f7b4e97646
DIST libHX-3.24.tar.xz 876992 BLAKE2B 518b99e78acc0cb412f444c0dacaae830a853294a0ee549facfbe65a423a9f32d0388e30e255c87c3f5325102bea45e5e9d72d3fce5b89139b689fddcb299f93 SHA512 faf7af53b628efe1531568ccb2b7e9910db833b14583ab1487eb6a554b407a7546bc75348f7d2344c29ab53fd2df061f6f8de8db634bbd62c3672dc4347d27e4
DIST libHX-3.25.tar.xz 890576 BLAKE2B d8e13a7fb0ea2cd033edc6b179ef3d4b30c37f522b1e90aea0de96d225655b654d1a7cb133834ef2f10044ccbe60e7559b2280ecbc136a458fd3a2237b8f83ab SHA512 221000fddd1316b6c452babbcb7e234683e3bad559a4b1a608936a086143ad8f17cec489606f8d50ea66775b9f8305ec52c7401d568f01b33372388f75bdea94
diff --git a/sys-libs/libhx/libhx-3.22-r1.ebuild b/sys-libs/libhx/libhx-3.22-r1.ebuild
deleted file mode 100644
index c697c04a25d..00000000000
--- a/sys-libs/libhx/libhx-3.22-r1.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit autotools eutils ltprune
-
-DESCRIPTION="Platform independent library providing basic system functions"
-HOMEPAGE="http://libhx.sourceforge.net"
-SRC_URI="mirror://sourceforge/${PN}/libHX-${PV}.tar.xz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="amd64 ~ppc x86"
-IUSE="doc"
-
-DEPEND="app-arch/xz-utils"
-RDEPEND=""
-
-S="${WORKDIR}/libHX-${PV}"
-
-PATCHES=( "${FILESDIR}/${P}-no-lyx.patch" )
-
-src_prepare() {
- default
- eautoreconf
-}
-
-src_install() {
- default
-
- if use doc; then
- dodoc doc/*.txt
- else
- dodoc doc/changelog.txt
- rm "${D}/usr/share/doc/${PF}/"*.pdf || die
- fi
-
- prune_libtool_files --all
-}
^ permalink raw reply related [flat|nested] 21+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-libs/libhx/
@ 2020-11-17 5:39 Matt Turner
0 siblings, 0 replies; 21+ messages in thread
From: Matt Turner @ 2020-11-17 5:39 UTC (permalink / raw
To: gentoo-commits
commit: f28c8bdb36fd2b44425a816bf3e21ca28a4a469d
Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 17 05:37:44 2020 +0000
Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Tue Nov 17 05:38:44 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f28c8bdb
Revert "sys-libs/libhx: Version bump to 3.25"
This reverts commit 113c7adcaec033c80dabd7da76ff2d6a6fe16dab.
This version changes the soversion, so we need a subslot and to update
consumers.
Bug: https://bugs.gentoo.org/730726
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
sys-libs/libhx/Manifest | 1 -
sys-libs/libhx/libhx-3.25.ebuild | 40 ----------------------------------------
2 files changed, 41 deletions(-)
diff --git a/sys-libs/libhx/Manifest b/sys-libs/libhx/Manifest
index dd169cc59c4..0f03520f157 100644
--- a/sys-libs/libhx/Manifest
+++ b/sys-libs/libhx/Manifest
@@ -1,2 +1 @@
DIST libHX-3.24.tar.xz 876992 BLAKE2B 518b99e78acc0cb412f444c0dacaae830a853294a0ee549facfbe65a423a9f32d0388e30e255c87c3f5325102bea45e5e9d72d3fce5b89139b689fddcb299f93 SHA512 faf7af53b628efe1531568ccb2b7e9910db833b14583ab1487eb6a554b407a7546bc75348f7d2344c29ab53fd2df061f6f8de8db634bbd62c3672dc4347d27e4
-DIST libHX-3.25.tar.xz 890576 BLAKE2B d8e13a7fb0ea2cd033edc6b179ef3d4b30c37f522b1e90aea0de96d225655b654d1a7cb133834ef2f10044ccbe60e7559b2280ecbc136a458fd3a2237b8f83ab SHA512 221000fddd1316b6c452babbcb7e234683e3bad559a4b1a608936a086143ad8f17cec489606f8d50ea66775b9f8305ec52c7401d568f01b33372388f75bdea94
diff --git a/sys-libs/libhx/libhx-3.25.ebuild b/sys-libs/libhx/libhx-3.25.ebuild
deleted file mode 100644
index 24a834f86c0..00000000000
--- a/sys-libs/libhx/libhx-3.25.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit autotools
-
-DESCRIPTION="Platform independent library providing basic system functions"
-HOMEPAGE="http://libhx.sourceforge.net"
-SRC_URI="mirror://sourceforge/${PN}/libHX-${PV}.tar.xz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE="doc"
-
-DEPEND="app-arch/xz-utils"
-RDEPEND=""
-
-S="${WORKDIR}/libHX-${PV}"
-
-PATCHES=( "${FILESDIR}/${PN}-3.22-no-lyx.patch" )
-
-src_prepare() {
- default
- eautoreconf
-}
-
-src_install() {
- default
-
- if use doc; then
- dodoc doc/*.txt
- else
- dodoc doc/changelog.txt
- rm "${ED}/usr/share/doc/${PF}/"*.pdf || die
- fi
-
- find "${ED}" -name "*.la" -delete || die
-}
^ permalink raw reply related [flat|nested] 21+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-libs/libhx/
@ 2020-11-17 16:56 Matt Turner
0 siblings, 0 replies; 21+ messages in thread
From: Matt Turner @ 2020-11-17 16:56 UTC (permalink / raw
To: gentoo-commits
commit: 9781baa136c328394dfedd9e49ebd4d03b8a4fa9
Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 17 16:48:39 2020 +0000
Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Tue Nov 17 16:55:59 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9781baa1
sys-libs/libhx: Add subslot
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
sys-libs/libhx/{libhx-3.24.ebuild => libhx-3.24-r1.ebuild} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys-libs/libhx/libhx-3.24.ebuild b/sys-libs/libhx/libhx-3.24-r1.ebuild
similarity index 98%
rename from sys-libs/libhx/libhx-3.24.ebuild
rename to sys-libs/libhx/libhx-3.24-r1.ebuild
index 150e714d3ad..e2938546ea0 100644
--- a/sys-libs/libhx/libhx-3.24.ebuild
+++ b/sys-libs/libhx/libhx-3.24-r1.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="http://libhx.sourceforge.net"
SRC_URI="mirror://sourceforge/${PN}/libHX-${PV}.tar.xz"
LICENSE="GPL-3"
-SLOT="0"
+SLOT="0/28"
KEYWORDS="amd64 ppc x86"
IUSE="doc"
^ permalink raw reply related [flat|nested] 21+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-libs/libhx/
@ 2020-11-17 16:56 Matt Turner
0 siblings, 0 replies; 21+ messages in thread
From: Matt Turner @ 2020-11-17 16:56 UTC (permalink / raw
To: gentoo-commits
commit: b5140e124318752a13942e2d4d3e15469bdd7e22
Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 17 05:34:55 2020 +0000
Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Tue Nov 17 16:56:00 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5140e12
sys-libs/libhx: Version bump to 3.25
Closes: https://bugs.gentoo.org/730726
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
sys-libs/libhx/Manifest | 1 +
sys-libs/libhx/libhx-3.25.ebuild | 40 ++++++++++++++++++++++++++++++++++++++++
2 files changed, 41 insertions(+)
diff --git a/sys-libs/libhx/Manifest b/sys-libs/libhx/Manifest
index 0f03520f157..dd169cc59c4 100644
--- a/sys-libs/libhx/Manifest
+++ b/sys-libs/libhx/Manifest
@@ -1 +1,2 @@
DIST libHX-3.24.tar.xz 876992 BLAKE2B 518b99e78acc0cb412f444c0dacaae830a853294a0ee549facfbe65a423a9f32d0388e30e255c87c3f5325102bea45e5e9d72d3fce5b89139b689fddcb299f93 SHA512 faf7af53b628efe1531568ccb2b7e9910db833b14583ab1487eb6a554b407a7546bc75348f7d2344c29ab53fd2df061f6f8de8db634bbd62c3672dc4347d27e4
+DIST libHX-3.25.tar.xz 890576 BLAKE2B d8e13a7fb0ea2cd033edc6b179ef3d4b30c37f522b1e90aea0de96d225655b654d1a7cb133834ef2f10044ccbe60e7559b2280ecbc136a458fd3a2237b8f83ab SHA512 221000fddd1316b6c452babbcb7e234683e3bad559a4b1a608936a086143ad8f17cec489606f8d50ea66775b9f8305ec52c7401d568f01b33372388f75bdea94
diff --git a/sys-libs/libhx/libhx-3.25.ebuild b/sys-libs/libhx/libhx-3.25.ebuild
new file mode 100644
index 00000000000..5f6d32a514e
--- /dev/null
+++ b/sys-libs/libhx/libhx-3.25.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit autotools
+
+DESCRIPTION="Platform independent library providing basic system functions"
+HOMEPAGE="https://inai.de/projects/libhx/"
+SRC_URI="https://inai.de/files/${PN}/libHX-${PV}.tar.xz"
+
+LICENSE="GPL-3"
+SLOT="0/32" # soname version
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE="doc"
+
+DEPEND="app-arch/xz-utils"
+RDEPEND=""
+
+S="${WORKDIR}/libHX-${PV}"
+
+PATCHES=( "${FILESDIR}/${PN}-3.22-no-lyx.patch" )
+
+src_prepare() {
+ default
+ eautoreconf
+}
+
+src_install() {
+ default
+
+ if use doc; then
+ dodoc doc/*.txt
+ else
+ dodoc doc/changelog.txt
+ rm "${ED}/usr/share/doc/${PF}/"*.pdf || die
+ fi
+
+ find "${ED}" -name "*.la" -delete || die
+}
^ permalink raw reply related [flat|nested] 21+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-libs/libhx/
@ 2020-12-27 4:54 Sam James
0 siblings, 0 replies; 21+ messages in thread
From: Sam James @ 2020-12-27 4:54 UTC (permalink / raw
To: gentoo-commits
commit: 4af729770af33ffa2eb2d2bfcaf2c0d077c9ab0c
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 27 04:54:51 2020 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Dec 27 04:54:51 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4af72977
sys-libs/libhx: Stabilize 3.25 amd64, #761802
Signed-off-by: Sam James <sam <AT> gentoo.org>
sys-libs/libhx/libhx-3.25.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys-libs/libhx/libhx-3.25.ebuild b/sys-libs/libhx/libhx-3.25.ebuild
index 5f6d32a514e..66333c5728e 100644
--- a/sys-libs/libhx/libhx-3.25.ebuild
+++ b/sys-libs/libhx/libhx-3.25.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://inai.de/files/${PN}/libHX-${PV}.tar.xz"
LICENSE="GPL-3"
SLOT="0/32" # soname version
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc ~x86"
IUSE="doc"
DEPEND="app-arch/xz-utils"
^ permalink raw reply related [flat|nested] 21+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-libs/libhx/
@ 2020-12-27 11:38 Sergei Trofimovich
0 siblings, 0 replies; 21+ messages in thread
From: Sergei Trofimovich @ 2020-12-27 11:38 UTC (permalink / raw
To: gentoo-commits
commit: b405f61681460c65c8210b3943aa8f7e378f427a
Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 27 11:32:22 2020 +0000
Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sun Dec 27 11:38:25 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b405f616
sys-libs/libhx: stable 3.25 for ppc
stable wrt bug #761802
Package-Manager: Portage-3.0.12, Repoman-3.0.2
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
sys-libs/libhx/libhx-3.25.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys-libs/libhx/libhx-3.25.ebuild b/sys-libs/libhx/libhx-3.25.ebuild
index 66333c5728e..9b91d55437f 100644
--- a/sys-libs/libhx/libhx-3.25.ebuild
+++ b/sys-libs/libhx/libhx-3.25.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://inai.de/files/${PN}/libHX-${PV}.tar.xz"
LICENSE="GPL-3"
SLOT="0/32" # soname version
-KEYWORDS="amd64 ~ppc ~x86"
+KEYWORDS="amd64 ppc ~x86"
IUSE="doc"
DEPEND="app-arch/xz-utils"
^ permalink raw reply related [flat|nested] 21+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-libs/libhx/
@ 2021-01-08 17:20 Matt Turner
0 siblings, 0 replies; 21+ messages in thread
From: Matt Turner @ 2021-01-08 17:20 UTC (permalink / raw
To: gentoo-commits
commit: c2b14d63459f8e68c8dc61982b295a477d49793b
Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 8 17:19:29 2021 +0000
Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Fri Jan 8 17:20:45 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c2b14d63
sys-libs/libhx: Remove myself as a maintainer
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
sys-libs/libhx/metadata.xml | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/sys-libs/libhx/metadata.xml b/sys-libs/libhx/metadata.xml
index 462ecca452b..e748f67f28f 100644
--- a/sys-libs/libhx/metadata.xml
+++ b/sys-libs/libhx/metadata.xml
@@ -1,10 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <maintainer type="person">
- <email>mattst88@gentoo.org</email>
- <name>Matt Turner</name>
- </maintainer>
+ <!-- maintainer-needed -->
<upstream>
<remote-id type="sourceforge">libhx</remote-id>
</upstream>
^ permalink raw reply related [flat|nested] 21+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-libs/libhx/
@ 2021-01-09 8:40 Hanno Böck
0 siblings, 0 replies; 21+ messages in thread
From: Hanno Böck @ 2021-01-09 8:40 UTC (permalink / raw
To: gentoo-commits
commit: a5eb57240a0ec13ddfa2684af190637b560de1fa
Author: Hanno Böck <hanno <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 9 08:40:20 2021 +0000
Commit: Hanno Böck <hanno <AT> gentoo <DOT> org>
CommitDate: Sat Jan 9 08:40:20 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5eb5724
sys-libs/libhx: Add myself as maintainer
Signed-off-by: Hanno Böck <hanno <AT> gentoo.org>
Package-Manager: Portage-3.0.12, Repoman-3.0.2
sys-libs/libhx/metadata.xml | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/sys-libs/libhx/metadata.xml b/sys-libs/libhx/metadata.xml
index e748f67f28f..a1c7e506953 100644
--- a/sys-libs/libhx/metadata.xml
+++ b/sys-libs/libhx/metadata.xml
@@ -1,7 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <!-- maintainer-needed -->
+ <maintainer type="person">
+ <email>hanno@gentoo.org</email>
+ </maintainer>
<upstream>
<remote-id type="sourceforge">libhx</remote-id>
</upstream>
^ permalink raw reply related [flat|nested] 21+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-libs/libhx/
@ 2024-02-10 8:51 Hanno Böck
0 siblings, 0 replies; 21+ messages in thread
From: Hanno Böck @ 2024-02-10 8:51 UTC (permalink / raw
To: gentoo-commits
commit: 1efd537525e2d8cfd857efb9163e81ffa8abac2c
Author: Hanno Böck <hanno <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 10 08:50:28 2024 +0000
Commit: Hanno Böck <hanno <AT> gentoo <DOT> org>
CommitDate: Sat Feb 10 08:50:29 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1efd5375
sys-libs/libhx: add 4.21
lyx patch obsolete, upstream no longer uses it.
Signed-off-by: Hanno Böck <hanno <AT> gentoo.org>
sys-libs/libhx/Manifest | 1 +
sys-libs/libhx/libhx-4.21.ebuild | 27 +++++++++++++++++++++++++++
2 files changed, 28 insertions(+)
diff --git a/sys-libs/libhx/Manifest b/sys-libs/libhx/Manifest
index dd169cc59c4d..299fde33287f 100644
--- a/sys-libs/libhx/Manifest
+++ b/sys-libs/libhx/Manifest
@@ -1,2 +1,3 @@
DIST libHX-3.24.tar.xz 876992 BLAKE2B 518b99e78acc0cb412f444c0dacaae830a853294a0ee549facfbe65a423a9f32d0388e30e255c87c3f5325102bea45e5e9d72d3fce5b89139b689fddcb299f93 SHA512 faf7af53b628efe1531568ccb2b7e9910db833b14583ab1487eb6a554b407a7546bc75348f7d2344c29ab53fd2df061f6f8de8db634bbd62c3672dc4347d27e4
DIST libHX-3.25.tar.xz 890576 BLAKE2B d8e13a7fb0ea2cd033edc6b179ef3d4b30c37f522b1e90aea0de96d225655b654d1a7cb133834ef2f10044ccbe60e7559b2280ecbc136a458fd3a2237b8f83ab SHA512 221000fddd1316b6c452babbcb7e234683e3bad559a4b1a608936a086143ad8f17cec489606f8d50ea66775b9f8305ec52c7401d568f01b33372388f75bdea94
+DIST libHX-4.21.tar.xz 359760 BLAKE2B cda2c5e29ede3e0d7ab575983b8443326f9e5aa49ccc3e64826e306c80a86fd7dd7a120d9c6ac82f790c1a9690666d1a54039240669abd1a88c0189d1af7bc80 SHA512 cf3c5fd7b1137c9f56b56abe52886a47ec21256cfa393bd31339f1f9f4683cfeca2107f46ac0fc5571962f5daeb9c5c060c6db442667cc99380f6e55183a6ab5
diff --git a/sys-libs/libhx/libhx-4.21.ebuild b/sys-libs/libhx/libhx-4.21.ebuild
new file mode 100644
index 000000000000..9126c9cafb8e
--- /dev/null
+++ b/sys-libs/libhx/libhx-4.21.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="Platform independent library providing basic system functions"
+HOMEPAGE="https://inai.de/projects/libhx/"
+SRC_URI="https://inai.de/files/${PN}/libHX-${PV}.tar.xz"
+
+LICENSE="GPL-3"
+SLOT="0/32" # soname version
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE="doc"
+
+BDEPEND="app-arch/xz-utils"
+
+S="${WORKDIR}/libHX-${PV}"
+
+src_install() {
+ default
+
+ if use doc; then
+ dodoc doc/*.txt doc/*.rst
+ fi
+
+ find "${ED}" -name "*.la" -delete || die
+}
^ permalink raw reply related [flat|nested] 21+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-libs/libhx/
@ 2024-02-25 7:28 Hanno Böck
0 siblings, 0 replies; 21+ messages in thread
From: Hanno Böck @ 2024-02-25 7:28 UTC (permalink / raw
To: gentoo-commits
commit: abdb30a7c354ba35bfc3a13b287665605bba72ff
Author: Hanno Böck <hanno <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 25 07:27:59 2024 +0000
Commit: Hanno Böck <hanno <AT> gentoo <DOT> org>
CommitDate: Sun Feb 25 07:28:12 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=abdb30a7
sys-libs/libhx: add 4.23
Signed-off-by: Hanno Böck <hanno <AT> gentoo.org>
sys-libs/libhx/Manifest | 1 +
sys-libs/libhx/libhx-4.23.ebuild | 27 +++++++++++++++++++++++++++
2 files changed, 28 insertions(+)
diff --git a/sys-libs/libhx/Manifest b/sys-libs/libhx/Manifest
index 299fde33287f..333695429332 100644
--- a/sys-libs/libhx/Manifest
+++ b/sys-libs/libhx/Manifest
@@ -1,3 +1,4 @@
DIST libHX-3.24.tar.xz 876992 BLAKE2B 518b99e78acc0cb412f444c0dacaae830a853294a0ee549facfbe65a423a9f32d0388e30e255c87c3f5325102bea45e5e9d72d3fce5b89139b689fddcb299f93 SHA512 faf7af53b628efe1531568ccb2b7e9910db833b14583ab1487eb6a554b407a7546bc75348f7d2344c29ab53fd2df061f6f8de8db634bbd62c3672dc4347d27e4
DIST libHX-3.25.tar.xz 890576 BLAKE2B d8e13a7fb0ea2cd033edc6b179ef3d4b30c37f522b1e90aea0de96d225655b654d1a7cb133834ef2f10044ccbe60e7559b2280ecbc136a458fd3a2237b8f83ab SHA512 221000fddd1316b6c452babbcb7e234683e3bad559a4b1a608936a086143ad8f17cec489606f8d50ea66775b9f8305ec52c7401d568f01b33372388f75bdea94
DIST libHX-4.21.tar.xz 359760 BLAKE2B cda2c5e29ede3e0d7ab575983b8443326f9e5aa49ccc3e64826e306c80a86fd7dd7a120d9c6ac82f790c1a9690666d1a54039240669abd1a88c0189d1af7bc80 SHA512 cf3c5fd7b1137c9f56b56abe52886a47ec21256cfa393bd31339f1f9f4683cfeca2107f46ac0fc5571962f5daeb9c5c060c6db442667cc99380f6e55183a6ab5
+DIST libHX-4.23.tar.xz 359608 BLAKE2B f14d7be69d3bedb78758e5705b196c0179a00f77e768802a3e19fd5b1bbbdc1d117c907718eb6d63e1aba33d2bc872b64a6dd550c9bf29c6ba47b09682829d69 SHA512 c19a2e8a2f84a81552258a58f47a55fd3f5c81a19d12cf7511c12a3a97bef051977f18cd82a004a825c20d4fd3b2c48f23ddbf9364a46b24faabcb94aa0167ff
diff --git a/sys-libs/libhx/libhx-4.23.ebuild b/sys-libs/libhx/libhx-4.23.ebuild
new file mode 100644
index 000000000000..9126c9cafb8e
--- /dev/null
+++ b/sys-libs/libhx/libhx-4.23.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="Platform independent library providing basic system functions"
+HOMEPAGE="https://inai.de/projects/libhx/"
+SRC_URI="https://inai.de/files/${PN}/libHX-${PV}.tar.xz"
+
+LICENSE="GPL-3"
+SLOT="0/32" # soname version
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE="doc"
+
+BDEPEND="app-arch/xz-utils"
+
+S="${WORKDIR}/libHX-${PV}"
+
+src_install() {
+ default
+
+ if use doc; then
+ dodoc doc/*.txt doc/*.rst
+ fi
+
+ find "${ED}" -name "*.la" -delete || die
+}
^ permalink raw reply related [flat|nested] 21+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-libs/libhx/
@ 2024-03-22 12:37 Arthur Zamarin
0 siblings, 0 replies; 21+ messages in thread
From: Arthur Zamarin @ 2024-03-22 12:37 UTC (permalink / raw
To: gentoo-commits
commit: 065da5ee43e08c970d041dd02357f07e92c12b91
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 22 12:37:10 2024 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Mar 22 12:37:10 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=065da5ee
sys-libs/libhx: Stabilize 4.23 x86, #927505
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
sys-libs/libhx/libhx-4.23.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys-libs/libhx/libhx-4.23.ebuild b/sys-libs/libhx/libhx-4.23.ebuild
index 9126c9cafb8e..4daab62b0632 100644
--- a/sys-libs/libhx/libhx-4.23.ebuild
+++ b/sys-libs/libhx/libhx-4.23.ebuild
@@ -9,7 +9,7 @@ SRC_URI="https://inai.de/files/${PN}/libHX-${PV}.tar.xz"
LICENSE="GPL-3"
SLOT="0/32" # soname version
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="~amd64 ~ppc x86"
IUSE="doc"
BDEPEND="app-arch/xz-utils"
^ permalink raw reply related [flat|nested] 21+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-libs/libhx/
@ 2024-03-22 12:37 Arthur Zamarin
0 siblings, 0 replies; 21+ messages in thread
From: Arthur Zamarin @ 2024-03-22 12:37 UTC (permalink / raw
To: gentoo-commits
commit: 7e6384f3e7eb21b6955b8ecc796d048acd0593c4
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 22 12:37:11 2024 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Mar 22 12:37:11 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e6384f3
sys-libs/libhx: Stabilize 4.23 amd64, #927505
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
sys-libs/libhx/libhx-4.23.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys-libs/libhx/libhx-4.23.ebuild b/sys-libs/libhx/libhx-4.23.ebuild
index 4daab62b0632..e93ae0b323fc 100644
--- a/sys-libs/libhx/libhx-4.23.ebuild
+++ b/sys-libs/libhx/libhx-4.23.ebuild
@@ -9,7 +9,7 @@ SRC_URI="https://inai.de/files/${PN}/libHX-${PV}.tar.xz"
LICENSE="GPL-3"
SLOT="0/32" # soname version
-KEYWORDS="~amd64 ~ppc x86"
+KEYWORDS="amd64 ~ppc x86"
IUSE="doc"
BDEPEND="app-arch/xz-utils"
^ permalink raw reply related [flat|nested] 21+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-libs/libhx/
@ 2024-03-22 13:21 Arthur Zamarin
0 siblings, 0 replies; 21+ messages in thread
From: Arthur Zamarin @ 2024-03-22 13:21 UTC (permalink / raw
To: gentoo-commits
commit: f4320c8216894c2bf07edd287f04451e72a59ade
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 22 13:21:14 2024 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Mar 22 13:21:14 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f4320c82
sys-libs/libhx: Stabilize 4.23 ppc, #927505
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
sys-libs/libhx/libhx-4.23.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys-libs/libhx/libhx-4.23.ebuild b/sys-libs/libhx/libhx-4.23.ebuild
index e93ae0b323fc..3383d9ca212a 100644
--- a/sys-libs/libhx/libhx-4.23.ebuild
+++ b/sys-libs/libhx/libhx-4.23.ebuild
@@ -9,7 +9,7 @@ SRC_URI="https://inai.de/files/${PN}/libHX-${PV}.tar.xz"
LICENSE="GPL-3"
SLOT="0/32" # soname version
-KEYWORDS="amd64 ~ppc x86"
+KEYWORDS="amd64 ppc x86"
IUSE="doc"
BDEPEND="app-arch/xz-utils"
^ permalink raw reply related [flat|nested] 21+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-libs/libhx/
@ 2024-07-29 9:19 Hanno Böck
0 siblings, 0 replies; 21+ messages in thread
From: Hanno Böck @ 2024-07-29 9:19 UTC (permalink / raw
To: gentoo-commits
commit: 16546fcc39fd6250fa737abcc552ff78f8fe8161
Author: Hanno Böck <hanno <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 29 09:18:51 2024 +0000
Commit: Hanno Böck <hanno <AT> gentoo <DOT> org>
CommitDate: Mon Jul 29 09:18:53 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16546fcc
sys-libs/libhx: add 4.24
Signed-off-by: Hanno Böck <hanno <AT> gentoo.org>
sys-libs/libhx/Manifest | 1 +
sys-libs/libhx/libhx-4.24.ebuild | 26 ++++++++++++++++++++++++++
2 files changed, 27 insertions(+)
diff --git a/sys-libs/libhx/Manifest b/sys-libs/libhx/Manifest
index b99f7fa8e5cd..3cafa0659727 100644
--- a/sys-libs/libhx/Manifest
+++ b/sys-libs/libhx/Manifest
@@ -1 +1,2 @@
DIST libHX-4.23.tar.xz 359608 BLAKE2B f14d7be69d3bedb78758e5705b196c0179a00f77e768802a3e19fd5b1bbbdc1d117c907718eb6d63e1aba33d2bc872b64a6dd550c9bf29c6ba47b09682829d69 SHA512 c19a2e8a2f84a81552258a58f47a55fd3f5c81a19d12cf7511c12a3a97bef051977f18cd82a004a825c20d4fd3b2c48f23ddbf9364a46b24faabcb94aa0167ff
+DIST libHX-4.24.tar.xz 360816 BLAKE2B 9bde513041d33708dce34295cdc1d3a1f723178f5a6589c73fc6c2ed9399e3aebff5a3dc1df62691f56267c4769c16ebba88763d11cbece13204108641288aec SHA512 a8e87b7cb1f49bb119b2b7e3088045e1245390170b6e672ed5d3bbc1fd48bf2630b8b481e7589adb25e24b76ac8a0053ccdb6ba7d5b3cf945ccef5ab678ef521
diff --git a/sys-libs/libhx/libhx-4.24.ebuild b/sys-libs/libhx/libhx-4.24.ebuild
new file mode 100644
index 000000000000..c58c9feb1cca
--- /dev/null
+++ b/sys-libs/libhx/libhx-4.24.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="Platform independent library providing basic system functions"
+HOMEPAGE="https://inai.de/projects/libhx/"
+SRC_URI="https://inai.de/files/${PN}/libHX-${PV}.tar.xz"
+
+S="${WORKDIR}/libHX-${PV}"
+LICENSE="GPL-3"
+SLOT="0/32" # soname version
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE="doc"
+
+BDEPEND="app-arch/xz-utils"
+
+src_install() {
+ default
+
+ if use doc; then
+ dodoc doc/*.txt doc/*.rst
+ fi
+
+ find "${ED}" -name "*.la" -delete || die
+}
^ permalink raw reply related [flat|nested] 21+ messages in thread
end of thread, other threads:[~2024-07-29 9:19 UTC | newest]
Thread overview: 21+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-07-29 9:19 [gentoo-commits] repo/gentoo:master commit in: sys-libs/libhx/ Hanno Böck
-- strict thread matches above, loose matches on Subject: below --
2024-03-22 13:21 Arthur Zamarin
2024-03-22 12:37 Arthur Zamarin
2024-03-22 12:37 Arthur Zamarin
2024-02-25 7:28 Hanno Böck
2024-02-10 8:51 Hanno Böck
2021-01-09 8:40 Hanno Böck
2021-01-08 17:20 Matt Turner
2020-12-27 11:38 Sergei Trofimovich
2020-12-27 4:54 Sam James
2020-11-17 16:56 Matt Turner
2020-11-17 16:56 Matt Turner
2020-11-17 5:39 Matt Turner
2020-11-17 5:37 Matt Turner
2020-11-17 5:37 Matt Turner
2020-09-09 9:07 Hanno Böck
2020-02-15 10:03 David Seifert
2019-04-10 22:31 Matt Turner
2019-04-10 22:31 Matt Turner
2018-11-23 15:42 Lars Wendler
2018-11-23 15:40 Lars Wendler
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox