[gentoo-commits] repo/gentoo:master commit in: dev-libs/libpo6/, profiles/

2023-12-22 Thread Arthur Zamarin
commit: f5f1f912b69c513f9c5d23d4a48cd09bb504a8a2
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Dec 22 17:37:25 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Dec 22 17:38:12 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f5f1f912

dev-libs/libpo6: treeclean

Closes: https://bugs.gentoo.org/527386
Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-libs/libpo6/Manifest|  1 -
 dev-libs/libpo6/libpo6-0.8.0.ebuild | 21 -
 dev-libs/libpo6/metadata.xml|  8 
 profiles/package.mask   |  6 --
 4 files changed, 36 deletions(-)

diff --git a/dev-libs/libpo6/Manifest b/dev-libs/libpo6/Manifest
deleted file mode 100644
index 4671d2a623a3..
--- a/dev-libs/libpo6/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST libpo6-0.8.0.tar.gz 364709 BLAKE2B 
848a69ee3e4685bd81a3c6974b342b420c00e20cd78058a3f87bdbe7ee20b47cf4a43d5bbc3c613bcf01a70c7cf19658521a5450f54f18b4a2717e53408e57d0
 SHA512 
0fed5af37f47245ecdd84dd4dcc5d24dd84dacbd93cf1eb9b4b2e86fba6d26e7f459a9a274b0c42397fc5e22d48cb603ee2b809979cf48675710ba9221d8a3bf

diff --git a/dev-libs/libpo6/libpo6-0.8.0.ebuild 
b/dev-libs/libpo6/libpo6-0.8.0.ebuild
deleted file mode 100644
index 94435303959f..
--- a/dev-libs/libpo6/libpo6-0.8.0.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="Hyperdex libpo6 support library"
-HOMEPAGE="http://hyperdex.org";
-SRC_URI="http://hyperdex.org/src/${P}.tar.gz";
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64"
-
-src_configure() {
-   econf --disable-static
-}
-
-src_install() {
-   default
-   find "${ED}" -name '*.la' -delete || die
-}

diff --git a/dev-libs/libpo6/metadata.xml b/dev-libs/libpo6/metadata.xml
deleted file mode 100644
index 2ce0e74f9864..
--- a/dev-libs/libpo6/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-
-https://www.gentoo.org/dtd/metadata.dtd";>
-
-   
-   patr...@gentoo.org
-   Patrick Lauer
-   
-

diff --git a/profiles/package.mask b/profiles/package.mask
index 8119711ef456..0be801ee6c0e 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -369,12 +369,6 @@ dev-lang/ferite
 # Removal on 2023-11-25.  Bug #908406.
 app-misc/realpath
 
-# Michał Górny  (2023-10-26)
-# Hyperdex "support libraries".  Hyperdex was removed in 2020.
-# No revdeps outside the bunch.
-# Removal on 2023-11-25.  Bug #527386.
-dev-libs/libpo6
-
 # Ulrich Müller  (2023-10-19)
 # Pretest versions, masked for testing.
 

[gentoo-commits] repo/gentoo:master commit in: dev-libs/libpo6/

2020-11-15 Thread David Seifert
commit: 143d7e1ac1349286df61127b0d768d8e0ae963c0
Author: Jakov Smolic  sartura  hr>
AuthorDate: Sun Nov 15 23:23:01 2020 +
Commit: David Seifert  gentoo  org>
CommitDate: Sun Nov 15 23:23:01 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=143d7e1a

dev-libs/libpo6: disable static libs

Closes: https://bugs.gentoo.org/723170
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Jakov Smolic  sartura.hr>
Signed-off-by: David Seifert  gentoo.org>

 dev-libs/libpo6/libpo6-0.8.0.ebuild | 12 
 1 file changed, 8 insertions(+), 4 deletions(-)

diff --git a/dev-libs/libpo6/libpo6-0.8.0.ebuild 
b/dev-libs/libpo6/libpo6-0.8.0.ebuild
index 810e8444c7b..94435303959 100644
--- a/dev-libs/libpo6/libpo6-0.8.0.ebuild
+++ b/dev-libs/libpo6/libpo6-0.8.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -11,7 +11,11 @@ LICENSE="BSD"
 SLOT="0"
 KEYWORDS="~amd64"
 
-IUSE=""
+src_configure() {
+   econf --disable-static
+}
 
-DEPEND=""
-RDEPEND="${DEPEND}"
+src_install() {
+   default
+   find "${ED}" -name '*.la' -delete || die
+}



[gentoo-commits] repo/gentoo:master commit in: dev-libs/libpo6/

2019-11-17 Thread Aaron Bauman
commit: 62371c73c6a7d47115072018e65edf0c147c2f21
Author: Aaron Bauman  gentoo  org>
AuthorDate: Sun Nov 17 23:13:37 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Sun Nov 17 23:13:56 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62371c73

dev-libs/libpo6: bump EAPI and stuff

Signed-off-by: Aaron Bauman  gentoo.org>

 dev-libs/libpo6/libpo6-0.8.0.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-libs/libpo6/libpo6-0.8.0.ebuild 
b/dev-libs/libpo6/libpo6-0.8.0.ebuild
index ff18663ad5b..810e8444c7b 100644
--- a/dev-libs/libpo6/libpo6-0.8.0.ebuild
+++ b/dev-libs/libpo6/libpo6-0.8.0.ebuild
@@ -1,12 +1,12 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=4
+EAPI=7
 
 DESCRIPTION="Hyperdex libpo6 support library"
-
 HOMEPAGE="http://hyperdex.org";
 SRC_URI="http://hyperdex.org/src/${P}.tar.gz";
+
 LICENSE="BSD"
 SLOT="0"
 KEYWORDS="~amd64"



[gentoo-commits] repo/gentoo:master commit in: dev-libs/libpo6/

2019-11-12 Thread Aaron Bauman
commit: 47b16d3203dc402f49fb2b90b97360c3c892ba89
Author: Aaron Bauman  gentoo  org>
AuthorDate: Wed Nov 13 02:00:44 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Wed Nov 13 02:10:33 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=47b16d32

dev-libs/libpo6: drop old

Signed-off-by: Aaron Bauman  gentoo.org>

 dev-libs/libpo6/Manifest|  2 --
 dev-libs/libpo6/libpo6-0.6.0.ebuild | 17 -
 dev-libs/libpo6/libpo6-0.7.0.ebuild | 17 -
 3 files changed, 36 deletions(-)

diff --git a/dev-libs/libpo6/Manifest b/dev-libs/libpo6/Manifest
index 732841ec1c4..4671d2a623a 100644
--- a/dev-libs/libpo6/Manifest
+++ b/dev-libs/libpo6/Manifest
@@ -1,3 +1 @@
-DIST libpo6-0.6.0.tar.gz 117418 BLAKE2B 
cb7c6f6ba6e0276c6e9956eb4bd37087aacb2b7f4cd60e3bea45e521363b27c34ab0747256edaddcb4fe5400ee0012d605e85dbbba02ed36e3261d02f7436d54
 SHA512 
b944c496339bfcd92945c87dc2500e404beebdbea51d986333043564f88edc75b6d38f8fd2fdaadb0d51b88b0b1ebfd1d27728bce3764b6821bbc71c9fbdf8ab
-DIST libpo6-0.7.0.tar.gz 118321 BLAKE2B 
d83d4788bed1e0dd8561d5f94b4f985e4c9153a2f83f5ea7f8b77940fdbdde54bf53b8f1d6527cef15157482b380e50f73568a10855dc9af139f4875031c4dff
 SHA512 
622469adf38a22e8f7e1e6c5ce4507a073654169897a877f5319e2237764afd5ed3528bc8ab201fc4448e1d7b718e39ac527bcb4098b2cb458ef6ad778ad78e9
 DIST libpo6-0.8.0.tar.gz 364709 BLAKE2B 
848a69ee3e4685bd81a3c6974b342b420c00e20cd78058a3f87bdbe7ee20b47cf4a43d5bbc3c613bcf01a70c7cf19658521a5450f54f18b4a2717e53408e57d0
 SHA512 
0fed5af37f47245ecdd84dd4dcc5d24dd84dacbd93cf1eb9b4b2e86fba6d26e7f459a9a274b0c42397fc5e22d48cb603ee2b809979cf48675710ba9221d8a3bf

diff --git a/dev-libs/libpo6/libpo6-0.6.0.ebuild 
b/dev-libs/libpo6/libpo6-0.6.0.ebuild
deleted file mode 100644
index ff18663ad5b..000
--- a/dev-libs/libpo6/libpo6-0.6.0.ebuild
+++ /dev/null
@@ -1,17 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-DESCRIPTION="Hyperdex libpo6 support library"
-
-HOMEPAGE="http://hyperdex.org";
-SRC_URI="http://hyperdex.org/src/${P}.tar.gz";
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64"
-
-IUSE=""
-
-DEPEND=""
-RDEPEND="${DEPEND}"

diff --git a/dev-libs/libpo6/libpo6-0.7.0.ebuild 
b/dev-libs/libpo6/libpo6-0.7.0.ebuild
deleted file mode 100644
index ff18663ad5b..000
--- a/dev-libs/libpo6/libpo6-0.7.0.ebuild
+++ /dev/null
@@ -1,17 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-DESCRIPTION="Hyperdex libpo6 support library"
-
-HOMEPAGE="http://hyperdex.org";
-SRC_URI="http://hyperdex.org/src/${P}.tar.gz";
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64"
-
-IUSE=""
-
-DEPEND=""
-RDEPEND="${DEPEND}"



[gentoo-commits] repo/gentoo:master commit in: dev-libs/libpo6/

2017-11-25 Thread Patrick Lauer
commit: e54f64ce91cfd847b175ddc6a08212e1af0afd9b
Author: Patrick Lauer  gentoo  org>
AuthorDate: Sat Nov 25 20:39:18 2017 +
Commit: Patrick Lauer  gentoo  org>
CommitDate: Sat Nov 25 20:41:43 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e54f64ce

dev-libs/libpo6: Whitespace

Package-Manager: Portage-2.3.16, Repoman-2.3.6

 dev-libs/libpo6/Manifest| 4 ++--
 dev-libs/libpo6/libpo6-0.6.0.ebuild | 3 ++-
 dev-libs/libpo6/libpo6-0.7.0.ebuild | 3 ++-
 dev-libs/libpo6/libpo6-0.8.0.ebuild | 3 ++-
 4 files changed, 8 insertions(+), 5 deletions(-)

diff --git a/dev-libs/libpo6/Manifest b/dev-libs/libpo6/Manifest
index 606c57ddb4a..64ba80a27ab 100644
--- a/dev-libs/libpo6/Manifest
+++ b/dev-libs/libpo6/Manifest
@@ -1,3 +1,3 @@
-DIST libpo6-0.6.0.tar.gz 117418 SHA256 
6f494d54c0f033b61e1d5de847e6145043291e4e6c7ba0707801dc7158fcde8d SHA512 
b944c496339bfcd92945c87dc2500e404beebdbea51d986333043564f88edc75b6d38f8fd2fdaadb0d51b88b0b1ebfd1d27728bce3764b6821bbc71c9fbdf8ab
 WHIRLPOOL 
216ff4a7dd42f4b4b5429a92d6d0f77820c10f138c3744fd6e12badcb4330c95ff07862d32d6ae37440ec0f10342258c9f148ab541442f7d952ad11c177242ee
+DIST libpo6-0.6.0.tar.gz 117418 BLAKE2B 
cb7c6f6ba6e0276c6e9956eb4bd37087aacb2b7f4cd60e3bea45e521363b27c34ab0747256edaddcb4fe5400ee0012d605e85dbbba02ed36e3261d02f7436d54
 SHA512 
b944c496339bfcd92945c87dc2500e404beebdbea51d986333043564f88edc75b6d38f8fd2fdaadb0d51b88b0b1ebfd1d27728bce3764b6821bbc71c9fbdf8ab
 DIST libpo6-0.7.0.tar.gz 118321 SHA256 
50896d17021d785b9cc6092bd2214db1d0d7c9997f523ea11447e516e35aa484 SHA512 
622469adf38a22e8f7e1e6c5ce4507a073654169897a877f5319e2237764afd5ed3528bc8ab201fc4448e1d7b718e39ac527bcb4098b2cb458ef6ad778ad78e9
 WHIRLPOOL 
2e1b30b994b7e356d9be21e7dd7266b4704540d4625e49785ae1c890648e1fe0b57e5b00233e89130487b8e7227ba87eaa765109edd3130741e7c17ea8a8a8c0
-DIST libpo6-0.8.0.tar.gz 364709 SHA256 
5aedaf96326fe76f6b71bcc7713a741fcdeb694a8c818ca240c74b61de4e4b0d SHA512 
0fed5af37f47245ecdd84dd4dcc5d24dd84dacbd93cf1eb9b4b2e86fba6d26e7f459a9a274b0c42397fc5e22d48cb603ee2b809979cf48675710ba9221d8a3bf
 WHIRLPOOL 
b79b765a9435b292701ea52ba92b39c4994b4a15c6865fdaa0628ff995da70a0d2554914c5030ddbf6c0af152d080387ef5d6ed3b23a309ceb6ce6096cd3a098
+DIST libpo6-0.8.0.tar.gz 364709 BLAKE2B 
848a69ee3e4685bd81a3c6974b342b420c00e20cd78058a3f87bdbe7ee20b47cf4a43d5bbc3c613bcf01a70c7cf19658521a5450f54f18b4a2717e53408e57d0
 SHA512 
0fed5af37f47245ecdd84dd4dcc5d24dd84dacbd93cf1eb9b4b2e86fba6d26e7f459a9a274b0c42397fc5e22d48cb603ee2b809979cf48675710ba9221d8a3bf

diff --git a/dev-libs/libpo6/libpo6-0.6.0.ebuild 
b/dev-libs/libpo6/libpo6-0.6.0.ebuild
index 138ee4223fc..ff18663ad5b 100644
--- a/dev-libs/libpo6/libpo6-0.6.0.ebuild
+++ b/dev-libs/libpo6/libpo6-0.6.0.ebuild
@@ -1,5 +1,6 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
+
 EAPI=4
 
 DESCRIPTION="Hyperdex libpo6 support library"

diff --git a/dev-libs/libpo6/libpo6-0.7.0.ebuild 
b/dev-libs/libpo6/libpo6-0.7.0.ebuild
index 138ee4223fc..ff18663ad5b 100644
--- a/dev-libs/libpo6/libpo6-0.7.0.ebuild
+++ b/dev-libs/libpo6/libpo6-0.7.0.ebuild
@@ -1,5 +1,6 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
+
 EAPI=4
 
 DESCRIPTION="Hyperdex libpo6 support library"

diff --git a/dev-libs/libpo6/libpo6-0.8.0.ebuild 
b/dev-libs/libpo6/libpo6-0.8.0.ebuild
index 138ee4223fc..ff18663ad5b 100644
--- a/dev-libs/libpo6/libpo6-0.8.0.ebuild
+++ b/dev-libs/libpo6/libpo6-0.8.0.ebuild
@@ -1,5 +1,6 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
+
 EAPI=4
 
 DESCRIPTION="Hyperdex libpo6 support library"