* [gentoo-commits] repo/gentoo:master commit in: dev-libs/linux-syscall-support/
@ 2023-12-26 19:05 Alfredo Tupone
0 siblings, 0 replies; 5+ messages in thread
From: Alfredo Tupone @ 2023-12-26 19:05 UTC (permalink / raw
To: gentoo-commits
commit: 842e0306a37f53f61e5486a648f65d1059019503
Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 26 19:02:14 2023 +0000
Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Tue Dec 26 19:03:16 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=842e0306
dev-libs/linux-syscall-support: add 2022.10.12
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
dev-libs/linux-syscall-support/Manifest | 1 +
.../linux-syscall-support-2022.10.12.ebuild | 36 ++++++++++++++++++++++
2 files changed, 37 insertions(+)
diff --git a/dev-libs/linux-syscall-support/Manifest b/dev-libs/linux-syscall-support/Manifest
index 9a199fddd79d..a40490ad9a33 100644
--- a/dev-libs/linux-syscall-support/Manifest
+++ b/dev-libs/linux-syscall-support/Manifest
@@ -1 +1,2 @@
DIST linux-syscall-support-2021.05.03.tar.gz 38423 BLAKE2B 06f78a3fb17150dc711564d981361d23ff4cdaa4629a35ba8b0e65a97eb9fd8dc5fe36f169e77b928bee64ce78107ff78f32f4ea6a0fc4850e2a0f77bb56254c SHA512 a321055e091264050483695fd2d6f6915606ee1ee641c3c95d8e0a7096692ebaeccee51ddf9312f63ca338ffaeb2b4b51e70b42e1867416629c6aba6e7a44665
+DIST linux-syscall-support-2022.10.12.tar.gz 42264 BLAKE2B ff44c88976d4af5c2f5b9c05711c324180a86a6c57a3f30cbff9dc7d40a8fb252090842dcad6c4bf3c173b33508ae3693a5cec93821f7e395c4e03aa979eb17d SHA512 7ea14c7b383ba428a5648f296ef446bd36927604b00159f4bc6d4d5ce5766f51ffbfd3777d32599775f3e480f409d1348fc6417220a8a0a098ba4d6015c9d9e3
diff --git a/dev-libs/linux-syscall-support/linux-syscall-support-2022.10.12.ebuild b/dev-libs/linux-syscall-support/linux-syscall-support-2022.10.12.ebuild
new file mode 100644
index 000000000000..0b21cc56ea7c
--- /dev/null
+++ b/dev-libs/linux-syscall-support/linux-syscall-support-2022.10.12.ebuild
@@ -0,0 +1,36 @@
+# Copyright 2022-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="Linux Syscall Support"
+HOMEPAGE="https://chromium.googlesource.com/linux-syscall-support"
+SRC_URI="https://chromium.googlesource.com/${PN}/+archive/refs/tags/v${PV}.tar.gz
+ -> ${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64"
+
+DEPEND=""
+RDEPEND="
+ ${DEPEND}
+"
+BDEPEND=""
+
+S="${WORKDIR}"
+
+src_prepare() {
+ default
+ sed -i -e "/fallocate/d" tests/Makefile || die
+ mkdir lss || die
+ cp linux_syscall_support.h lss/ || die
+}
+
+src_test() {
+ emake -C tests
+}
+
+src_install() {
+ doheader -r lss
+}
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-libs/linux-syscall-support/
@ 2023-12-27 9:26 Alfredo Tupone
0 siblings, 0 replies; 5+ messages in thread
From: Alfredo Tupone @ 2023-12-27 9:26 UTC (permalink / raw
To: gentoo-commits
commit: 8cb713bd0804f8b66a6ce65e0bcbc60177161a6d
Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 27 09:25:32 2023 +0000
Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Wed Dec 27 09:25:57 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8cb713bd
dev-libs/linux-syscall-support: update Manifest
Closes: https://bugs.gentoo.org/920777
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
dev-libs/linux-syscall-support/Manifest | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-libs/linux-syscall-support/Manifest b/dev-libs/linux-syscall-support/Manifest
index a40490ad9a33..639c8200f7ee 100644
--- a/dev-libs/linux-syscall-support/Manifest
+++ b/dev-libs/linux-syscall-support/Manifest
@@ -1,2 +1,2 @@
DIST linux-syscall-support-2021.05.03.tar.gz 38423 BLAKE2B 06f78a3fb17150dc711564d981361d23ff4cdaa4629a35ba8b0e65a97eb9fd8dc5fe36f169e77b928bee64ce78107ff78f32f4ea6a0fc4850e2a0f77bb56254c SHA512 a321055e091264050483695fd2d6f6915606ee1ee641c3c95d8e0a7096692ebaeccee51ddf9312f63ca338ffaeb2b4b51e70b42e1867416629c6aba6e7a44665
-DIST linux-syscall-support-2022.10.12.tar.gz 42264 BLAKE2B ff44c88976d4af5c2f5b9c05711c324180a86a6c57a3f30cbff9dc7d40a8fb252090842dcad6c4bf3c173b33508ae3693a5cec93821f7e395c4e03aa979eb17d SHA512 7ea14c7b383ba428a5648f296ef446bd36927604b00159f4bc6d4d5ce5766f51ffbfd3777d32599775f3e480f409d1348fc6417220a8a0a098ba4d6015c9d9e3
+DIST linux-syscall-support-2022.10.12.tar.gz 42261 BLAKE2B c38eeaedf5082b0e41570aba951dfa190e69a2a007a8f33515d3cafd1641ac4734b7da23d48edc37fbc99f6e7d58b5ab7ef7534628d1e64b77c3c8ff7d252d76 SHA512 cbda1eadde75ce025ddfc3b47560bdd5ae49c0e2bb8862d925f5ce83a6db44be3e4cd01e467571267f3a62dab77756a094a3376e0fdd703d3a640376dfa27559
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-libs/linux-syscall-support/
@ 2023-12-29 9:33 Alfredo Tupone
0 siblings, 0 replies; 5+ messages in thread
From: Alfredo Tupone @ 2023-12-29 9:33 UTC (permalink / raw
To: gentoo-commits
commit: cfee0ffb421aa36e7393f48a3bade2cfbb2a406b
Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 29 09:32:45 2023 +0000
Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Fri Dec 29 09:33:07 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cfee0ffb
dev-libs/linux-syscall-support: update SRC_URI
Closes: https://bugs.gentoo.org/920850
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
.../linux-syscall-support-2022.10.12.ebuild | 10 ++--------
1 file changed, 2 insertions(+), 8 deletions(-)
diff --git a/dev-libs/linux-syscall-support/linux-syscall-support-2022.10.12.ebuild b/dev-libs/linux-syscall-support/linux-syscall-support-2022.10.12.ebuild
index 0b21cc56ea7c..2363dd646405 100644
--- a/dev-libs/linux-syscall-support/linux-syscall-support-2022.10.12.ebuild
+++ b/dev-libs/linux-syscall-support/linux-syscall-support-2022.10.12.ebuild
@@ -5,19 +5,13 @@ EAPI=8
DESCRIPTION="Linux Syscall Support"
HOMEPAGE="https://chromium.googlesource.com/linux-syscall-support"
-SRC_URI="https://chromium.googlesource.com/${PN}/+archive/refs/tags/v${PV}.tar.gz
- -> ${P}.tar.gz"
+#SRC_URI="https://chromium.googlesource.com/${PN}/+archive/refs/tags/v${PV}.tar.gz
+SRC_URI="https://dev.gentoo.org/~tupone/distfiles/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64"
-DEPEND=""
-RDEPEND="
- ${DEPEND}
-"
-BDEPEND=""
-
S="${WORKDIR}"
src_prepare() {
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-libs/linux-syscall-support/
@ 2024-01-13 8:44 Alfredo Tupone
0 siblings, 0 replies; 5+ messages in thread
From: Alfredo Tupone @ 2024-01-13 8:44 UTC (permalink / raw
To: gentoo-commits
commit: 7a77f449ae09b8543d475abcf3cae190fb5a51e4
Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 13 08:32:51 2024 +0000
Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Sat Jan 13 08:42:40 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a77f449
dev-libs/linux-syscall-support: EmptyGlobalAssignment
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
.../linux-syscall-support/linux-syscall-support-2021.05.03.ebuild | 8 +-------
1 file changed, 1 insertion(+), 7 deletions(-)
diff --git a/dev-libs/linux-syscall-support/linux-syscall-support-2021.05.03.ebuild b/dev-libs/linux-syscall-support/linux-syscall-support-2021.05.03.ebuild
index 3b17f483ad04..20846862a136 100644
--- a/dev-libs/linux-syscall-support/linux-syscall-support-2021.05.03.ebuild
+++ b/dev-libs/linux-syscall-support/linux-syscall-support-2021.05.03.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2022 Gentoo Authors
+# Copyright 2022-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -14,12 +14,6 @@ LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64"
-DEPEND=""
-RDEPEND="
- ${DEPEND}
-"
-BDEPEND=""
-
S="${WORKDIR}"/${PN}-${CommitId}
PATCHES=(
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-libs/linux-syscall-support/
@ 2024-11-28 18:49 Alfredo Tupone
0 siblings, 0 replies; 5+ messages in thread
From: Alfredo Tupone @ 2024-11-28 18:49 UTC (permalink / raw
To: gentoo-commits
commit: 9d78150b92739ee21a4b7b8e59f9fb9aef201ada
Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 28 18:29:01 2024 +0000
Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Thu Nov 28 18:47:06 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d78150b
dev-libs/linux-syscall-support: VariableOrderWrong
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
.../linux-syscall-support/linux-syscall-support-2021.05.03.ebuild | 4 ++--
.../linux-syscall-support/linux-syscall-support-2022.10.12.ebuild | 6 +++---
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/dev-libs/linux-syscall-support/linux-syscall-support-2021.05.03.ebuild b/dev-libs/linux-syscall-support/linux-syscall-support-2021.05.03.ebuild
index 20846862a136..a8dd48a9a2de 100644
--- a/dev-libs/linux-syscall-support/linux-syscall-support-2021.05.03.ebuild
+++ b/dev-libs/linux-syscall-support/linux-syscall-support-2021.05.03.ebuild
@@ -10,12 +10,12 @@ HOMEPAGE="https://github.com/mikey/linux-syscall-support/"
SRC_URI="https://github.com/mikey/${PN}/archive/${CommitId}.tar.gz
-> ${P}.tar.gz"
+S="${WORKDIR}"/${PN}-${CommitId}
+
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64"
-S="${WORKDIR}"/${PN}-${CommitId}
-
PATCHES=(
"${FILESDIR}"/${P}-test.patch
)
diff --git a/dev-libs/linux-syscall-support/linux-syscall-support-2022.10.12.ebuild b/dev-libs/linux-syscall-support/linux-syscall-support-2022.10.12.ebuild
index 2363dd646405..229b08e0fc90 100644
--- a/dev-libs/linux-syscall-support/linux-syscall-support-2022.10.12.ebuild
+++ b/dev-libs/linux-syscall-support/linux-syscall-support-2022.10.12.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2022-2023 Gentoo Authors
+# Copyright 2022-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -8,12 +8,12 @@ HOMEPAGE="https://chromium.googlesource.com/linux-syscall-support"
#SRC_URI="https://chromium.googlesource.com/${PN}/+archive/refs/tags/v${PV}.tar.gz
SRC_URI="https://dev.gentoo.org/~tupone/distfiles/${P}.tar.gz"
+S="${WORKDIR}"
+
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64"
-S="${WORKDIR}"
-
src_prepare() {
default
sed -i -e "/fallocate/d" tests/Makefile || die
^ permalink raw reply related [flat|nested] 5+ messages in thread
end of thread, other threads:[~2024-11-28 18:50 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-11-28 18:49 [gentoo-commits] repo/gentoo:master commit in: dev-libs/linux-syscall-support/ Alfredo Tupone
-- strict thread matches above, loose matches on Subject: below --
2024-01-13 8:44 Alfredo Tupone
2023-12-29 9:33 Alfredo Tupone
2023-12-27 9:26 Alfredo Tupone
2023-12-26 19:05 Alfredo Tupone
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox