* [gentoo-commits] repo/proj/guru:dev commit in: app-arch/tarlz/
@ 2021-03-31 13:04 Florian Schmaus
0 siblings, 0 replies; 6+ messages in thread
From: Florian Schmaus @ 2021-03-31 13:04 UTC (permalink / raw
To: gentoo-commits
commit: e23dacd5535f7ed6f1b8a302d994f7660174a101
Author: Florian Schmaus <flo <AT> geekplace <DOT> eu>
AuthorDate: Wed Mar 31 13:02:29 2021 +0000
Commit: Florian Schmaus <flo <AT> geekplace <DOT> eu>
CommitDate: Wed Mar 31 13:04:33 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e23dacd5
app-arch/tarlz: initial import
Signed-off-by: Florian Schmaus <flo <AT> geekplace.eu>
app-arch/tarlz/Manifest | 1 +
app-arch/tarlz/metadata.xml | 8 ++++++++
app-arch/tarlz/tarlz-0.19.ebuild | 21 +++++++++++++++++++++
3 files changed, 30 insertions(+)
diff --git a/app-arch/tarlz/Manifest b/app-arch/tarlz/Manifest
new file mode 100644
index 000000000..4dc7b2b29
--- /dev/null
+++ b/app-arch/tarlz/Manifest
@@ -0,0 +1 @@
+DIST tarlz-0.19.tar.lz 100271 BLAKE2B 077763ffe98e1e06e42cc8b2ba0d2c178a22927dfaede8f909744cad6d57aa7b64b397d22620e1a42e5c45e358c9b90bea02914506a353396e525d0eb8b1dd59 SHA512 f50ac799041d769772964f040ba32059a938b64f5b8570edd7ad3288603e81ae09900a846cc0d9c64a6bd131bdfa8fecb96eeddf02a57209ff8605bb9cd39226
diff --git a/app-arch/tarlz/metadata.xml b/app-arch/tarlz/metadata.xml
new file mode 100644
index 000000000..bdf5f6f4f
--- /dev/null
+++ b/app-arch/tarlz/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type='person'>
+ <email>flo@geekplace.eu</email>
+ <name>Florian Schmaus</name>
+ </maintainer>
+</pkgmetadata>
diff --git a/app-arch/tarlz/tarlz-0.19.ebuild b/app-arch/tarlz/tarlz-0.19.ebuild
new file mode 100644
index 000000000..7bf6c6481
--- /dev/null
+++ b/app-arch/tarlz/tarlz-0.19.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit unpacker
+
+DESCRIPTION="A parallel archiver combining tar and lzip"
+HOMEPAGE="https://www.nongnu.org/lzip/tarlz.html"
+SRC_URI="http://download.savannah.gnu.org/releases/lzip/${PN}/${P}.tar.lz"
+LICENSE="GPL-2+"
+
+SLOT="0"
+
+KEYWORDS="~amd64"
+
+RDEPEND="app-arch/lzlib"
+DEPEND="
+ ${RDEPEND}
+ $(unpacker_src_uri_depends)
+"
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: app-arch/tarlz/
@ 2021-03-31 13:06 Florian Schmaus
0 siblings, 0 replies; 6+ messages in thread
From: Florian Schmaus @ 2021-03-31 13:06 UTC (permalink / raw
To: gentoo-commits
commit: 1ee4fb8980f31ea6a075be61c8e4f596ab408dba
Author: Florian Schmaus <flo <AT> geekplace <DOT> eu>
AuthorDate: Wed Mar 31 13:06:29 2021 +0000
Commit: Florian Schmaus <flo <AT> geekplace <DOT> eu>
CommitDate: Wed Mar 31 13:06:29 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1ee4fb89
app-arch/tarlz: use https in SRC_URI
Signed-off-by: Florian Schmaus <flo <AT> geekplace.eu>
app-arch/tarlz/tarlz-0.19.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-arch/tarlz/tarlz-0.19.ebuild b/app-arch/tarlz/tarlz-0.19.ebuild
index 7bf6c6481..ae5d5f16a 100644
--- a/app-arch/tarlz/tarlz-0.19.ebuild
+++ b/app-arch/tarlz/tarlz-0.19.ebuild
@@ -7,7 +7,7 @@ inherit unpacker
DESCRIPTION="A parallel archiver combining tar and lzip"
HOMEPAGE="https://www.nongnu.org/lzip/tarlz.html"
-SRC_URI="http://download.savannah.gnu.org/releases/lzip/${PN}/${P}.tar.lz"
+SRC_URI="https://download.savannah.gnu.org/releases/lzip/${PN}/${P}.tar.lz"
LICENSE="GPL-2+"
SLOT="0"
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: app-arch/tarlz/
@ 2021-04-02 9:39 Florian Schmaus
0 siblings, 0 replies; 6+ messages in thread
From: Florian Schmaus @ 2021-04-02 9:39 UTC (permalink / raw
To: gentoo-commits
commit: 6ad5c9a291aa4d11b25fe23c11d1b2e09aaaefcd
Author: Florian Schmaus <flo <AT> geekplace <DOT> eu>
AuthorDate: Fri Apr 2 09:38:40 2021 +0000
Commit: Florian Schmaus <flo <AT> geekplace <DOT> eu>
CommitDate: Fri Apr 2 09:38:40 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6ad5c9a2
app-arch/tarlz: use := slot-operator for lzlib
Signed-off-by: Florian Schmaus <flo <AT> geekplace.eu>
app-arch/tarlz/{tarlz-0.19.ebuild => tarlz-0.19-r1.ebuild} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-arch/tarlz/tarlz-0.19.ebuild b/app-arch/tarlz/tarlz-0.19-r1.ebuild
similarity index 93%
rename from app-arch/tarlz/tarlz-0.19.ebuild
rename to app-arch/tarlz/tarlz-0.19-r1.ebuild
index ae5d5f16a..7447fc19d 100644
--- a/app-arch/tarlz/tarlz-0.19.ebuild
+++ b/app-arch/tarlz/tarlz-0.19-r1.ebuild
@@ -14,7 +14,7 @@ SLOT="0"
KEYWORDS="~amd64"
-RDEPEND="app-arch/lzlib"
+RDEPEND="app-arch/lzlib:0="
DEPEND="
${RDEPEND}
$(unpacker_src_uri_depends)
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: app-arch/tarlz/
@ 2021-04-06 18:03 Florian Schmaus
0 siblings, 0 replies; 6+ messages in thread
From: Florian Schmaus @ 2021-04-06 18:03 UTC (permalink / raw
To: gentoo-commits
commit: 24114e82516c4b5f7d288b171073dddd0fd38535
Author: Florian Schmaus <flo <AT> geekplace <DOT> eu>
AuthorDate: Tue Apr 6 18:02:59 2021 +0000
Commit: Florian Schmaus <flo <AT> geekplace <DOT> eu>
CommitDate: Tue Apr 6 18:03:29 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=24114e82
app-arch/tarlz: Respect CXXFLAGS and LDFLAGS
Closes: https://bugs.gentoo.org/780597
Signed-off-by: Florian Schmaus <flo <AT> geekplace.eu>
app-arch/tarlz/{tarlz-0.19-r1.ebuild => tarlz-0.19-r2.ebuild} | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/app-arch/tarlz/tarlz-0.19-r1.ebuild b/app-arch/tarlz/tarlz-0.19-r2.ebuild
similarity index 85%
rename from app-arch/tarlz/tarlz-0.19-r1.ebuild
rename to app-arch/tarlz/tarlz-0.19-r2.ebuild
index 7447fc19d..5ecb5d3fe 100644
--- a/app-arch/tarlz/tarlz-0.19-r1.ebuild
+++ b/app-arch/tarlz/tarlz-0.19-r2.ebuild
@@ -19,3 +19,7 @@ DEPEND="
${RDEPEND}
$(unpacker_src_uri_depends)
"
+
+src_configure() {
+ econf LDFLAGS="${LDFLAGS}" CXXFLAGS="${CXXFLAGS}"
+}
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: app-arch/tarlz/
@ 2021-04-20 16:00 Florian Schmaus
0 siblings, 0 replies; 6+ messages in thread
From: Florian Schmaus @ 2021-04-20 16:00 UTC (permalink / raw
To: gentoo-commits
commit: 0bf98e2d183ea65967dba46f09c270071e82c4a2
Author: Florian Schmaus <flo <AT> geekplace <DOT> eu>
AuthorDate: Tue Apr 20 15:59:44 2021 +0000
Commit: Florian Schmaus <flo <AT> geekplace <DOT> eu>
CommitDate: Tue Apr 20 16:00:14 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0bf98e2d
app-arch/tarlz: respect CXX and CPPFLAGS
Closes: https://bugs.gentoo.org/784491
Signed-off-by: Florian Schmaus <flo <AT> geekplace.eu>
app-arch/tarlz/{tarlz-0.19-r2.ebuild => tarlz-0.19-r3.ebuild} | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)
diff --git a/app-arch/tarlz/tarlz-0.19-r2.ebuild b/app-arch/tarlz/tarlz-0.19-r3.ebuild
similarity index 77%
rename from app-arch/tarlz/tarlz-0.19-r2.ebuild
rename to app-arch/tarlz/tarlz-0.19-r3.ebuild
index 86091b0f2..ac53651c5 100644
--- a/app-arch/tarlz/tarlz-0.19-r2.ebuild
+++ b/app-arch/tarlz/tarlz-0.19-r3.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-inherit unpacker
+inherit toolchain-funcs unpacker
DESCRIPTION="A parallel archiver combining tar and lzip"
HOMEPAGE="https://www.nongnu.org/lzip/tarlz.html"
@@ -25,5 +25,9 @@ PATCHES=(
)
src_configure() {
- econf LDFLAGS="${LDFLAGS}" CXXFLAGS="${CXXFLAGS}"
+ econf \
+ CXX="$(tc-getCXX)" \
+ CXXFLAGS="${CXXFLAGS}" \
+ CPPFLAGS="${CPPFLAGS}" \
+ LDFLAGS="${LDFLAGS}"
}
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: app-arch/tarlz/
@ 2021-06-22 7:55 Florian Schmaus
0 siblings, 0 replies; 6+ messages in thread
From: Florian Schmaus @ 2021-06-22 7:55 UTC (permalink / raw
To: gentoo-commits
commit: 2fc3e3c192f2d18849c6aea2dfaf5916d7a525da
Author: Florian Schmaus <flow <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 22 07:54:54 2021 +0000
Commit: Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Tue Jun 22 07:54:58 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2fc3e3c1
app-arch/tarlz: treeclean (moved to ::gentoo)
Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>
app-arch/tarlz/Manifest | 1 -
app-arch/tarlz/metadata.xml | 8 --------
app-arch/tarlz/tarlz-0.21.ebuild | 29 -----------------------------
3 files changed, 38 deletions(-)
diff --git a/app-arch/tarlz/Manifest b/app-arch/tarlz/Manifest
deleted file mode 100644
index b24b7840d..000000000
--- a/app-arch/tarlz/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST tarlz-0.21.tar.lz 104780 BLAKE2B c3aacda3e8ab25757758d811d9cdc153777835950436dbb4827cf75d801f6c3035475330512a2657a8c9733f6afdf452d9689d7d72d11ba8ef968fceab671ed4 SHA512 1ad671da7ee115762163af57aad69ec754753e68a99ef8c4f38e880ecbb75a5b021f38794390eabcdbef4963cbc0c0e2abe36011da4135baf2c21dc22f020f4a
diff --git a/app-arch/tarlz/metadata.xml b/app-arch/tarlz/metadata.xml
deleted file mode 100644
index bdf5f6f4f..000000000
--- a/app-arch/tarlz/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type='person'>
- <email>flo@geekplace.eu</email>
- <name>Florian Schmaus</name>
- </maintainer>
-</pkgmetadata>
diff --git a/app-arch/tarlz/tarlz-0.21.ebuild b/app-arch/tarlz/tarlz-0.21.ebuild
deleted file mode 100644
index f1c0ce855..000000000
--- a/app-arch/tarlz/tarlz-0.21.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit toolchain-funcs unpacker
-
-DESCRIPTION="A parallel archiver combining tar and lzip"
-HOMEPAGE="https://www.nongnu.org/lzip/tarlz.html"
-SRC_URI="https://download.savannah.gnu.org/releases/lzip/${PN}/${P}.tar.lz"
-LICENSE="GPL-2+"
-
-SLOT="0"
-
-KEYWORDS="~amd64"
-
-RDEPEND=">=app-arch/lzlib-1.12:0="
-DEPEND="
- ${RDEPEND}
- $(unpacker_src_uri_depends)
-"
-
-src_configure() {
- econf \
- CXX="$(tc-getCXX)" \
- CXXFLAGS="${CXXFLAGS}" \
- CPPFLAGS="${CPPFLAGS}" \
- LDFLAGS="${LDFLAGS}"
-}
^ permalink raw reply related [flat|nested] 6+ messages in thread
end of thread, other threads:[~2021-06-22 7:55 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-06-22 7:55 [gentoo-commits] repo/proj/guru:dev commit in: app-arch/tarlz/ Florian Schmaus
-- strict thread matches above, loose matches on Subject: below --
2021-04-20 16:00 Florian Schmaus
2021-04-06 18:03 Florian Schmaus
2021-04-02 9:39 Florian Schmaus
2021-03-31 13:06 Florian Schmaus
2021-03-31 13:04 Florian Schmaus
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox