* [gentoo-commits] repo/gentoo:master commit in: dev-libs/bareos-fastlzlib/
@ 2015-09-13 23:53 Marc Schiffbauer
0 siblings, 0 replies; 5+ messages in thread
From: Marc Schiffbauer @ 2015-09-13 23:53 UTC (permalink / raw
To: gentoo-commits
commit: a8f495935d3cdcafa959a240ce9b02bfa055a9de
Author: Marc Schiffbauer <mschiff <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 13 23:24:26 2015 +0000
Commit: Marc Schiffbauer <mschiff <AT> gentoo <DOT> org>
CommitDate: Sun Sep 13 23:52:47 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a8f49593
dev-libs/bareos-fastlzlib: bump version
Fixes #560014.
Thanks to Vitaly L. Fadeev
Package-Manager: portage-2.2.20.1
dev-libs/bareos-fastlzlib/Manifest | 1 +
.../bareos-fastlzlib-0_pre20150524.ebuild | 29 ++++++++++++++++++++++
2 files changed, 30 insertions(+)
diff --git a/dev-libs/bareos-fastlzlib/Manifest b/dev-libs/bareos-fastlzlib/Manifest
index 9b2006e..4e88053 100644
--- a/dev-libs/bareos-fastlzlib/Manifest
+++ b/dev-libs/bareos-fastlzlib/Manifest
@@ -1 +1,2 @@
DIST bareos-fastlzlib-0_pre20140912.zip 379089 SHA256 27f72b2fa9aba927d61020dc3de2e5ce1c1b2384317b933f0a116d11029fb9dc SHA512 94b9bd1c599b65d2dc074beb77fb8fe4139647bb047bcfd52b36126dd95ddb3e3e88cdb10464631594ebaff18405446a566fed4eb83ba08e71894de5a47d019f WHIRLPOOL 7fe17ce26f053f741d9d033b5bbdb5e233bd8b55b919cb582524d42f87b661aff34c6c68f76944c186ffacb1f98768265d93421e3097853c5234109d344a1d90
+DIST bareos-fastlzlib-0_pre20150524.zip 379650 SHA256 2649134f07e01d49e719d15a22674e39450d6074120c9cc63c54eb7aef58aa3b SHA512 cf4b657ce27fad7bf8e0ed5183507f544783f4cf9d72a50754ecdce9784095ec110b51cc22c164610dc037f23a30f945a9c69e38c6cc8e55cf7691ac2b473bc8 WHIRLPOOL dea0b0e8efd53d634712ed6f76c6c456f773ece6897d1af3a717b3ad1d5ca054857632aafc9c8cf27e9e237725111fab52cc4a2c0ceb7d0b2c86d41342041856
diff --git a/dev-libs/bareos-fastlzlib/bareos-fastlzlib-0_pre20150524.ebuild b/dev-libs/bareos-fastlzlib/bareos-fastlzlib-0_pre20150524.ebuild
new file mode 100644
index 0000000..b418757
--- /dev/null
+++ b/dev-libs/bareos-fastlzlib/bareos-fastlzlib-0_pre20150524.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit eutils
+
+DESCRIPTION="bareos fork of zlib-like interface to fast block compression (LZ4 or FastLZ) libraries"
+HOMEPAGE="https://github.com/bareos/fastlzlib"
+SRC_URI="https://dev.gentoo.org/~mschiff/distfiles/${P}.zip"
+
+LICENSE="BSD-1 BSD-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND=""
+RDEPEND="${DEPEND}
+ !app-arch/lz4
+"
+
+S="${WORKDIR}/fastlzlib-master"
+
+src_install() {
+ emake DESTDIR="${D}" install
+ find "${D}" -name '*.la' -delete
+ find "${D}" -type d -name libfastlz -exec rm -rf {} +
+}
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-libs/bareos-fastlzlib/
@ 2017-05-06 22:20 David Seifert
0 siblings, 0 replies; 5+ messages in thread
From: David Seifert @ 2017-05-06 22:20 UTC (permalink / raw
To: gentoo-commits
commit: df32517e550a24799de393d935506bb912550425
Author: Harri Nieminen <moikkis <AT> gmail <DOT> com>
AuthorDate: Sat May 6 17:14:25 2017 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sat May 6 22:17:52 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df32517e
dev-libs/bareos-fastlzlib: Fix toolong DESCRIPTION
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Closes: https://github.com/gentoo/gentoo/pull/4517
dev-libs/bareos-fastlzlib/bareos-fastlzlib-0_pre20140912.ebuild | 4 ++--
dev-libs/bareos-fastlzlib/bareos-fastlzlib-0_pre20150524.ebuild | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/dev-libs/bareos-fastlzlib/bareos-fastlzlib-0_pre20140912.ebuild b/dev-libs/bareos-fastlzlib/bareos-fastlzlib-0_pre20140912.ebuild
index fab1539fe29..b748fee355a 100644
--- a/dev-libs/bareos-fastlzlib/bareos-fastlzlib-0_pre20140912.ebuild
+++ b/dev-libs/bareos-fastlzlib/bareos-fastlzlib-0_pre20140912.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
inherit eutils
-DESCRIPTION="bareos fork of zlib-like interface to fast block compression (LZ4 or FastLZ) libraries"
+DESCRIPTION="Fork of zlib-like interface to fast block compression (LZ4 or FastLZ) libraries"
HOMEPAGE="https://github.com/bareos/fastlzlib"
SRC_URI="https://dev.gentoo.org/~mschiff/distfiles/${P}.zip"
diff --git a/dev-libs/bareos-fastlzlib/bareos-fastlzlib-0_pre20150524.ebuild b/dev-libs/bareos-fastlzlib/bareos-fastlzlib-0_pre20150524.ebuild
index fab1539fe29..b748fee355a 100644
--- a/dev-libs/bareos-fastlzlib/bareos-fastlzlib-0_pre20150524.ebuild
+++ b/dev-libs/bareos-fastlzlib/bareos-fastlzlib-0_pre20150524.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
inherit eutils
-DESCRIPTION="bareos fork of zlib-like interface to fast block compression (LZ4 or FastLZ) libraries"
+DESCRIPTION="Fork of zlib-like interface to fast block compression (LZ4 or FastLZ) libraries"
HOMEPAGE="https://github.com/bareos/fastlzlib"
SRC_URI="https://dev.gentoo.org/~mschiff/distfiles/${P}.zip"
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-libs/bareos-fastlzlib/
@ 2021-11-14 13:48 Jakov Smolić
0 siblings, 0 replies; 5+ messages in thread
From: Jakov Smolić @ 2021-11-14 13:48 UTC (permalink / raw
To: gentoo-commits
commit: be1f4f69ba7946fddfecdd0cee411368f2e8855f
Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 14 13:43:33 2021 +0000
Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Sun Nov 14 13:43:33 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be1f4f69
dev-libs/bareos-fastlzlib: drop 0_pre20140912
Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
dev-libs/bareos-fastlzlib/Manifest | 1 -
.../bareos-fastlzlib-0_pre20140912.ebuild | 26 ----------------------
.../bareos-fastlzlib-0_pre20150524.ebuild | 5 +----
3 files changed, 1 insertion(+), 31 deletions(-)
diff --git a/dev-libs/bareos-fastlzlib/Manifest b/dev-libs/bareos-fastlzlib/Manifest
index 6d71300a1be6..c00418973823 100644
--- a/dev-libs/bareos-fastlzlib/Manifest
+++ b/dev-libs/bareos-fastlzlib/Manifest
@@ -1,2 +1 @@
-DIST bareos-fastlzlib-0_pre20140912.zip 379089 BLAKE2B 6a6aa9bfbf54492c6f54f06512ed4c503656d5115ad37cad72fe85e75099093f0093fd20c42d340293ebdb11d59a8fdd38944ba65846af5f6bcaab73783c4d34 SHA512 94b9bd1c599b65d2dc074beb77fb8fe4139647bb047bcfd52b36126dd95ddb3e3e88cdb10464631594ebaff18405446a566fed4eb83ba08e71894de5a47d019f
DIST bareos-fastlzlib-0_pre20150524.zip 379650 BLAKE2B 0ef9cc815da6926ff2922cd61a0670f3f55ab2094e2986bfe8ae4b6847eae72ba0ccd27821fbf7b1d09eebf405cd5fcd759d074d890b11e62b23d22a45361758 SHA512 cf4b657ce27fad7bf8e0ed5183507f544783f4cf9d72a50754ecdce9784095ec110b51cc22c164610dc037f23a30f945a9c69e38c6cc8e55cf7691ac2b473bc8
diff --git a/dev-libs/bareos-fastlzlib/bareos-fastlzlib-0_pre20140912.ebuild b/dev-libs/bareos-fastlzlib/bareos-fastlzlib-0_pre20140912.ebuild
deleted file mode 100644
index 5711131706f2..000000000000
--- a/dev-libs/bareos-fastlzlib/bareos-fastlzlib-0_pre20140912.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-DESCRIPTION="Fork of zlib-like interface to fast block compression (LZ4 or FastLZ) libraries"
-HOMEPAGE="https://github.com/bareos/fastlzlib"
-SRC_URI="https://dev.gentoo.org/~mschiff/distfiles/${P}.zip"
-
-LICENSE="BSD-1 BSD-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND=""
-RDEPEND="${DEPEND}
- !app-arch/lz4
-"
-
-S="${WORKDIR}/fastlzlib-master"
-
-src_install() {
- emake DESTDIR="${D}" install
- find "${D}" -name '*.la' -delete
- find "${D}" -type d -name libfastlz -exec rm -rf {} +
-}
diff --git a/dev-libs/bareos-fastlzlib/bareos-fastlzlib-0_pre20150524.ebuild b/dev-libs/bareos-fastlzlib/bareos-fastlzlib-0_pre20150524.ebuild
index c7361486d41f..d9e95c965803 100644
--- a/dev-libs/bareos-fastlzlib/bareos-fastlzlib-0_pre20150524.ebuild
+++ b/dev-libs/bareos-fastlzlib/bareos-fastlzlib-0_pre20150524.ebuild
@@ -15,10 +15,7 @@ KEYWORDS="~amd64 ~x86"
RDEPEND="
!app-arch/lz4
"
-
-src_configure() {
- econf --disable-static
-}
+BDEPEND="app-arch/unzip"
src_install() {
default
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-libs/bareos-fastlzlib/
@ 2021-11-14 13:48 Jakov Smolić
0 siblings, 0 replies; 5+ messages in thread
From: Jakov Smolić @ 2021-11-14 13:48 UTC (permalink / raw
To: gentoo-commits
commit: c907c6d35aec14600d78360eb39fc1d461a757d2
Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 14 13:43:32 2021 +0000
Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Sun Nov 14 13:43:32 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c907c6d3
dev-libs/bareos-fastlzlib: Port to EAPI 8
Closes: https://bugs.gentoo.org/819603
Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
.../bareos-fastlzlib/bareos-fastlzlib-0_pre20150524.ebuild | 13 +++++--------
1 file changed, 5 insertions(+), 8 deletions(-)
diff --git a/dev-libs/bareos-fastlzlib/bareos-fastlzlib-0_pre20150524.ebuild b/dev-libs/bareos-fastlzlib/bareos-fastlzlib-0_pre20150524.ebuild
index 135154284534..c7361486d41f 100644
--- a/dev-libs/bareos-fastlzlib/bareos-fastlzlib-0_pre20150524.ebuild
+++ b/dev-libs/bareos-fastlzlib/bareos-fastlzlib-0_pre20150524.ebuild
@@ -1,30 +1,27 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=5
+EAPI=8
DESCRIPTION="Fork of zlib-like interface to fast block compression (LZ4 or FastLZ) libraries"
HOMEPAGE="https://github.com/bareos/fastlzlib"
SRC_URI="https://dev.gentoo.org/~mschiff/distfiles/${P}.zip"
+S="${WORKDIR}/fastlzlib-master"
LICENSE="BSD-1 BSD-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE=""
-DEPEND=""
-RDEPEND="${DEPEND}
+RDEPEND="
!app-arch/lz4
"
-S="${WORKDIR}/fastlzlib-master"
-
src_configure() {
econf --disable-static
}
src_install() {
- emake DESTDIR="${D}" install
+ default
find "${ED}" -name '*.la' -delete || die
- find "${D}" -type d -name libfastlz -exec rm -rf {} +
+ find "${ED}" -type d -name libfastlz -exec rm -rf {} + || die
}
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-libs/bareos-fastlzlib/
@ 2022-04-24 8:07 Marc Schiffbauer
0 siblings, 0 replies; 5+ messages in thread
From: Marc Schiffbauer @ 2022-04-24 8:07 UTC (permalink / raw
To: gentoo-commits
commit: f62cd026f6d5e9ed53829294995f23c23cc237bb
Author: Marc Schiffbauer <mschiff <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 24 08:06:45 2022 +0000
Commit: Marc Schiffbauer <mschiff <AT> gentoo <DOT> org>
CommitDate: Sun Apr 24 08:06:45 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f62cd026
dev-libs/bareos-fastlzlib: treeclean
Signed-off-by: Marc Schiffbauer <mschiff <AT> gentoo.org>
dev-libs/bareos-fastlzlib/Manifest | 1 -
.../bareos-fastlzlib-0_pre20150524.ebuild | 24 ----------------------
dev-libs/bareos-fastlzlib/metadata.xml | 11 ----------
3 files changed, 36 deletions(-)
diff --git a/dev-libs/bareos-fastlzlib/Manifest b/dev-libs/bareos-fastlzlib/Manifest
deleted file mode 100644
index c00418973823..000000000000
--- a/dev-libs/bareos-fastlzlib/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST bareos-fastlzlib-0_pre20150524.zip 379650 BLAKE2B 0ef9cc815da6926ff2922cd61a0670f3f55ab2094e2986bfe8ae4b6847eae72ba0ccd27821fbf7b1d09eebf405cd5fcd759d074d890b11e62b23d22a45361758 SHA512 cf4b657ce27fad7bf8e0ed5183507f544783f4cf9d72a50754ecdce9784095ec110b51cc22c164610dc037f23a30f945a9c69e38c6cc8e55cf7691ac2b473bc8
diff --git a/dev-libs/bareos-fastlzlib/bareos-fastlzlib-0_pre20150524.ebuild b/dev-libs/bareos-fastlzlib/bareos-fastlzlib-0_pre20150524.ebuild
deleted file mode 100644
index d9e95c965803..000000000000
--- a/dev-libs/bareos-fastlzlib/bareos-fastlzlib-0_pre20150524.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DESCRIPTION="Fork of zlib-like interface to fast block compression (LZ4 or FastLZ) libraries"
-HOMEPAGE="https://github.com/bareos/fastlzlib"
-SRC_URI="https://dev.gentoo.org/~mschiff/distfiles/${P}.zip"
-S="${WORKDIR}/fastlzlib-master"
-
-LICENSE="BSD-1 BSD-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="
- !app-arch/lz4
-"
-BDEPEND="app-arch/unzip"
-
-src_install() {
- default
- find "${ED}" -name '*.la' -delete || die
- find "${ED}" -type d -name libfastlz -exec rm -rf {} + || die
-}
diff --git a/dev-libs/bareos-fastlzlib/metadata.xml b/dev-libs/bareos-fastlzlib/metadata.xml
deleted file mode 100644
index 6b229b0c1a2e..000000000000
--- a/dev-libs/bareos-fastlzlib/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <email>mschiff@gentoo.org</email>
- <name>Marc Schiffbauer</name>
- </maintainer>
- <upstream>
- <remote-id type="github">bareos/fastlzlib</remote-id>
- </upstream>
-</pkgmetadata>
^ permalink raw reply related [flat|nested] 5+ messages in thread
end of thread, other threads:[~2022-04-24 8:07 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-05-06 22:20 [gentoo-commits] repo/gentoo:master commit in: dev-libs/bareos-fastlzlib/ David Seifert
-- strict thread matches above, loose matches on Subject: below --
2022-04-24 8:07 Marc Schiffbauer
2021-11-14 13:48 Jakov Smolić
2021-11-14 13:48 Jakov Smolić
2015-09-13 23:53 Marc Schiffbauer
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox