* [gentoo-commits] repo/gentoo:master commit in: app-arch/csnappy/
@ 2022-06-04 20:00 Jakov Smolić
0 siblings, 0 replies; 11+ messages in thread
From: Jakov Smolić @ 2022-06-04 20:00 UTC (permalink / raw
To: gentoo-commits
commit: 34f6bd8e9f923f89a8de35c51867247f76756a08
Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 4 20:00:58 2022 +0000
Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Sat Jun 4 20:00:58 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=34f6bd8e
app-arch/csnappy: Keyword 0_pre20220804 x86, #849581
Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
app-arch/csnappy/csnappy-0_pre20220804.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-arch/csnappy/csnappy-0_pre20220804.ebuild b/app-arch/csnappy/csnappy-0_pre20220804.ebuild
index 447ace6deab0..2b8b67c5aa99 100644
--- a/app-arch/csnappy/csnappy-0_pre20220804.ebuild
+++ b/app-arch/csnappy/csnappy-0_pre20220804.ebuild
@@ -16,7 +16,7 @@ S="${WORKDIR}"/${PN}-${MY_COMMIT}
LICENSE="BSD"
# 0/${PV} b/c of the SONAME situation (see below).
SLOT="0/${PV}"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~x86"
# https://github.com/zeevt/csnappy/issues/33
# No SONAME yet.
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-arch/csnappy/
@ 2022-06-05 12:47 Jakov Smolić
0 siblings, 0 replies; 11+ messages in thread
From: Jakov Smolić @ 2022-06-05 12:47 UTC (permalink / raw
To: gentoo-commits
commit: 11f385dc3842ac36ed69d2d20acadeee8793037e
Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 5 12:47:25 2022 +0000
Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Sun Jun 5 12:47:25 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11f385dc
app-arch/csnappy: Keyword 0_pre20220804 ppc64, #849581
Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
app-arch/csnappy/csnappy-0_pre20220804.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-arch/csnappy/csnappy-0_pre20220804.ebuild b/app-arch/csnappy/csnappy-0_pre20220804.ebuild
index 2b8b67c5aa99..9daf8f9fe45e 100644
--- a/app-arch/csnappy/csnappy-0_pre20220804.ebuild
+++ b/app-arch/csnappy/csnappy-0_pre20220804.ebuild
@@ -16,7 +16,7 @@ S="${WORKDIR}"/${PN}-${MY_COMMIT}
LICENSE="BSD"
# 0/${PV} b/c of the SONAME situation (see below).
SLOT="0/${PV}"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~ppc64 ~x86"
# https://github.com/zeevt/csnappy/issues/33
# No SONAME yet.
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-arch/csnappy/
@ 2022-06-06 7:38 Florian Schmaus
0 siblings, 0 replies; 11+ messages in thread
From: Florian Schmaus @ 2022-06-06 7:38 UTC (permalink / raw
To: gentoo-commits
commit: 49ecbaef30e1a29f0f3c0e2cf8d859b948fa0028
Author: Florian Schmaus <flow <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 6 07:37:26 2022 +0000
Commit: Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Mon Jun 6 07:38:21 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49ecbaef
app-arch/csnappy: update DESCRIPTION
Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>
app-arch/csnappy/csnappy-0_pre20220804.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-arch/csnappy/csnappy-0_pre20220804.ebuild b/app-arch/csnappy/csnappy-0_pre20220804.ebuild
index 9daf8f9fe45e..d6394d37e19c 100644
--- a/app-arch/csnappy/csnappy-0_pre20220804.ebuild
+++ b/app-arch/csnappy/csnappy-0_pre20220804.ebuild
@@ -7,7 +7,7 @@ inherit toolchain-funcs
MY_COMMIT="6c10c305e8dde193546e6b33cf8a785d5dc123e2"
-DESCRIPTION="Google snappy in C for Linux Kernel"
+DESCRIPTION="Google's snappy compression library for the Linux Kernel"
HOMEPAGE="https://github.com/zeevt/csnappy"
SRC_URI="https://github.com/zeevt/csnappy/archive/${MY_COMMIT}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}"/${PN}-${MY_COMMIT}
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-arch/csnappy/
@ 2022-06-09 19:39 Arthur Zamarin
0 siblings, 0 replies; 11+ messages in thread
From: Arthur Zamarin @ 2022-06-09 19:39 UTC (permalink / raw
To: gentoo-commits
commit: 5f1578cb992c4327443023537b1d6cc3270830c2
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 9 19:38:52 2022 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Thu Jun 9 19:38:52 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f1578cb
app-arch/csnappy: Keyword 0_pre20220804 ppc, #849581
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
app-arch/csnappy/csnappy-0_pre20220804.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-arch/csnappy/csnappy-0_pre20220804.ebuild b/app-arch/csnappy/csnappy-0_pre20220804.ebuild
index d6394d37e19c..2355abb6c39a 100644
--- a/app-arch/csnappy/csnappy-0_pre20220804.ebuild
+++ b/app-arch/csnappy/csnappy-0_pre20220804.ebuild
@@ -16,7 +16,7 @@ S="${WORKDIR}"/${PN}-${MY_COMMIT}
LICENSE="BSD"
# 0/${PV} b/c of the SONAME situation (see below).
SLOT="0/${PV}"
-KEYWORDS="~amd64 ~ppc64 ~x86"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
# https://github.com/zeevt/csnappy/issues/33
# No SONAME yet.
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-arch/csnappy/
@ 2022-06-20 17:57 Arthur Zamarin
0 siblings, 0 replies; 11+ messages in thread
From: Arthur Zamarin @ 2022-06-20 17:57 UTC (permalink / raw
To: gentoo-commits
commit: 86d782a4686573a9c07ddb3bac6140d0d2cba38e
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 20 17:56:54 2022 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Mon Jun 20 17:56:54 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86d782a4
app-arch/csnappy: Keyword 0_pre20220804 sparc, #849581
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
app-arch/csnappy/csnappy-0_pre20220804.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-arch/csnappy/csnappy-0_pre20220804.ebuild b/app-arch/csnappy/csnappy-0_pre20220804.ebuild
index 2355abb6c39a..d56db9277a1b 100644
--- a/app-arch/csnappy/csnappy-0_pre20220804.ebuild
+++ b/app-arch/csnappy/csnappy-0_pre20220804.ebuild
@@ -16,7 +16,7 @@ S="${WORKDIR}"/${PN}-${MY_COMMIT}
LICENSE="BSD"
# 0/${PV} b/c of the SONAME situation (see below).
SLOT="0/${PV}"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86"
# https://github.com/zeevt/csnappy/issues/33
# No SONAME yet.
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-arch/csnappy/
@ 2022-06-28 15:44 Arthur Zamarin
0 siblings, 0 replies; 11+ messages in thread
From: Arthur Zamarin @ 2022-06-28 15:44 UTC (permalink / raw
To: gentoo-commits
commit: ad0e7592c48dbf5f137b2c30011e7449f975672d
Author: matoro <matoro <AT> users <DOT> noreply <DOT> github <DOT> com>
AuthorDate: Tue Jun 28 02:17:52 2022 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Tue Jun 28 15:42:19 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad0e7592
app-arch/csnappy: Keyword 0_pre20220804 ia64, #849581
Signed-off-by: matoro <matoro <AT> users.noreply.github.com>
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
app-arch/csnappy/csnappy-0_pre20220804.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-arch/csnappy/csnappy-0_pre20220804.ebuild b/app-arch/csnappy/csnappy-0_pre20220804.ebuild
index d56db9277a1b..9c7545bb5cb6 100644
--- a/app-arch/csnappy/csnappy-0_pre20220804.ebuild
+++ b/app-arch/csnappy/csnappy-0_pre20220804.ebuild
@@ -16,7 +16,7 @@ S="${WORKDIR}"/${PN}-${MY_COMMIT}
LICENSE="BSD"
# 0/${PV} b/c of the SONAME situation (see below).
SLOT="0/${PV}"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
# https://github.com/zeevt/csnappy/issues/33
# No SONAME yet.
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-arch/csnappy/
@ 2023-01-02 5:37 Sam James
0 siblings, 0 replies; 11+ messages in thread
From: Sam James @ 2023-01-02 5:37 UTC (permalink / raw
To: gentoo-commits
commit: d1edcc60d3b30768bceaaf07b4ffe7cb7890d468
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 2 05:36:41 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Jan 2 05:36:41 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1edcc60
app-arch/csnappy: Stabilize 0_pre20220804 ppc64, #886877
Signed-off-by: Sam James <sam <AT> gentoo.org>
app-arch/csnappy/csnappy-0_pre20220804.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/app-arch/csnappy/csnappy-0_pre20220804.ebuild b/app-arch/csnappy/csnappy-0_pre20220804.ebuild
index 9c7545bb5cb6..046f374c8c01 100644
--- a/app-arch/csnappy/csnappy-0_pre20220804.ebuild
+++ b/app-arch/csnappy/csnappy-0_pre20220804.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -16,7 +16,7 @@ S="${WORKDIR}"/${PN}-${MY_COMMIT}
LICENSE="BSD"
# 0/${PV} b/c of the SONAME situation (see below).
SLOT="0/${PV}"
-KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~amd64 ~ia64 ~ppc ppc64 ~sparc ~x86"
# https://github.com/zeevt/csnappy/issues/33
# No SONAME yet.
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-arch/csnappy/
@ 2023-01-02 5:37 Sam James
0 siblings, 0 replies; 11+ messages in thread
From: Sam James @ 2023-01-02 5:37 UTC (permalink / raw
To: gentoo-commits
commit: 646e54f5b1da8ac2cdb8ab377e4683353543c2ed
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 2 05:36:48 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Jan 2 05:36:48 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=646e54f5
app-arch/csnappy: Stabilize 0_pre20220804 amd64, #886877
Signed-off-by: Sam James <sam <AT> gentoo.org>
app-arch/csnappy/csnappy-0_pre20220804.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-arch/csnappy/csnappy-0_pre20220804.ebuild b/app-arch/csnappy/csnappy-0_pre20220804.ebuild
index 343c5562f79e..3f0cf1839aac 100644
--- a/app-arch/csnappy/csnappy-0_pre20220804.ebuild
+++ b/app-arch/csnappy/csnappy-0_pre20220804.ebuild
@@ -16,7 +16,7 @@ S="${WORKDIR}"/${PN}-${MY_COMMIT}
LICENSE="BSD"
# 0/${PV} b/c of the SONAME situation (see below).
SLOT="0/${PV}"
-KEYWORDS="~amd64 ~ia64 ppc ppc64 ~sparc ~x86"
+KEYWORDS="amd64 ~ia64 ppc ppc64 ~sparc ~x86"
# https://github.com/zeevt/csnappy/issues/33
# No SONAME yet.
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-arch/csnappy/
@ 2023-01-02 5:37 Sam James
0 siblings, 0 replies; 11+ messages in thread
From: Sam James @ 2023-01-02 5:37 UTC (permalink / raw
To: gentoo-commits
commit: 15da472de52c14b0ac1127e0743bb1659b2c245f
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 2 05:36:50 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Jan 2 05:36:50 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15da472d
app-arch/csnappy: Stabilize 0_pre20220804 x86, #886877
Signed-off-by: Sam James <sam <AT> gentoo.org>
app-arch/csnappy/csnappy-0_pre20220804.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-arch/csnappy/csnappy-0_pre20220804.ebuild b/app-arch/csnappy/csnappy-0_pre20220804.ebuild
index 3f0cf1839aac..5a67351c1ba7 100644
--- a/app-arch/csnappy/csnappy-0_pre20220804.ebuild
+++ b/app-arch/csnappy/csnappy-0_pre20220804.ebuild
@@ -16,7 +16,7 @@ S="${WORKDIR}"/${PN}-${MY_COMMIT}
LICENSE="BSD"
# 0/${PV} b/c of the SONAME situation (see below).
SLOT="0/${PV}"
-KEYWORDS="amd64 ~ia64 ppc ppc64 ~sparc ~x86"
+KEYWORDS="amd64 ~ia64 ppc ppc64 ~sparc x86"
# https://github.com/zeevt/csnappy/issues/33
# No SONAME yet.
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-arch/csnappy/
@ 2023-01-02 5:37 Sam James
0 siblings, 0 replies; 11+ messages in thread
From: Sam James @ 2023-01-02 5:37 UTC (permalink / raw
To: gentoo-commits
commit: b188081fdd04580d8f819ad983d95b8533424237
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 2 05:36:45 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Jan 2 05:36:45 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b188081f
app-arch/csnappy: Stabilize 0_pre20220804 ppc, #886877
Signed-off-by: Sam James <sam <AT> gentoo.org>
app-arch/csnappy/csnappy-0_pre20220804.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-arch/csnappy/csnappy-0_pre20220804.ebuild b/app-arch/csnappy/csnappy-0_pre20220804.ebuild
index 046f374c8c01..343c5562f79e 100644
--- a/app-arch/csnappy/csnappy-0_pre20220804.ebuild
+++ b/app-arch/csnappy/csnappy-0_pre20220804.ebuild
@@ -16,7 +16,7 @@ S="${WORKDIR}"/${PN}-${MY_COMMIT}
LICENSE="BSD"
# 0/${PV} b/c of the SONAME situation (see below).
SLOT="0/${PV}"
-KEYWORDS="~amd64 ~ia64 ~ppc ppc64 ~sparc ~x86"
+KEYWORDS="~amd64 ~ia64 ppc ppc64 ~sparc ~x86"
# https://github.com/zeevt/csnappy/issues/33
# No SONAME yet.
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-arch/csnappy/
@ 2023-01-13 14:09 Arthur Zamarin
0 siblings, 0 replies; 11+ messages in thread
From: Arthur Zamarin @ 2023-01-13 14:09 UTC (permalink / raw
To: gentoo-commits
commit: 11cc275fb46efcd8077f306aabe75c83d5a8af60
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 13 14:09:06 2023 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Jan 13 14:09:06 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11cc275f
app-arch/csnappy: Stabilize 0_pre20220804 sparc, #886877
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
app-arch/csnappy/csnappy-0_pre20220804.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-arch/csnappy/csnappy-0_pre20220804.ebuild b/app-arch/csnappy/csnappy-0_pre20220804.ebuild
index 5a67351c1ba7..4e2334f7054e 100644
--- a/app-arch/csnappy/csnappy-0_pre20220804.ebuild
+++ b/app-arch/csnappy/csnappy-0_pre20220804.ebuild
@@ -16,7 +16,7 @@ S="${WORKDIR}"/${PN}-${MY_COMMIT}
LICENSE="BSD"
# 0/${PV} b/c of the SONAME situation (see below).
SLOT="0/${PV}"
-KEYWORDS="amd64 ~ia64 ppc ppc64 ~sparc x86"
+KEYWORDS="amd64 ~ia64 ppc ppc64 sparc x86"
# https://github.com/zeevt/csnappy/issues/33
# No SONAME yet.
^ permalink raw reply related [flat|nested] 11+ messages in thread
end of thread, other threads:[~2023-01-13 14:09 UTC | newest]
Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-06-09 19:39 [gentoo-commits] repo/gentoo:master commit in: app-arch/csnappy/ Arthur Zamarin
-- strict thread matches above, loose matches on Subject: below --
2023-01-13 14:09 Arthur Zamarin
2023-01-02 5:37 Sam James
2023-01-02 5:37 Sam James
2023-01-02 5:37 Sam James
2023-01-02 5:37 Sam James
2022-06-28 15:44 Arthur Zamarin
2022-06-20 17:57 Arthur Zamarin
2022-06-06 7:38 Florian Schmaus
2022-06-05 12:47 Jakov Smolić
2022-06-04 20:00 Jakov Smolić
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox