* [gentoo-commits] repo/proj/libressl:master commit in: dev-util/cargo-ebuild/
@ 2023-04-13 2:19 orbea
0 siblings, 0 replies; 6+ messages in thread
From: orbea @ 2023-04-13 2:19 UTC (permalink / raw
To: gentoo-commits
commit: fdad204115c57997ef7282172d71d5066e9b3aa1
Author: orbea <orbea <AT> riseup <DOT> net>
AuthorDate: Thu Apr 13 01:20:09 2023 +0000
Commit: orbea <orbea <AT> riseup <DOT> net>
CommitDate: Thu Apr 13 01:20:09 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/libressl.git/commit/?id=fdad2041
dev-util/cargo-ebuild: Merge ::gentoo changes
Signed-off-by: orbea <orbea <AT> riseup.net>
dev-util/cargo-ebuild/cargo-ebuild-0.5.2.ebuild | 3 ++-
dev-util/cargo-ebuild/metadata.xml | 2 +-
2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/dev-util/cargo-ebuild/cargo-ebuild-0.5.2.ebuild b/dev-util/cargo-ebuild/cargo-ebuild-0.5.2.ebuild
index c79d25a..95d0577 100644
--- a/dev-util/cargo-ebuild/cargo-ebuild-0.5.2.ebuild
+++ b/dev-util/cargo-ebuild/cargo-ebuild-0.5.2.ebuild
@@ -142,7 +142,7 @@ CRATES="
winapi-x86_64-pc-windows-gnu-0.4.0
"
-inherit cargo
+inherit cargo flag-o-matic
DESCRIPTION="Generates an ebuild for a package using the in-tree eclasses."
# Double check the homepage as the cargo_metadata crate
@@ -177,6 +177,7 @@ src_prepare() {
}
src_configure() {
+ filter-flags '-flto*' # https://bugs.gentoo.org/858332
export LIBGIT2_SYS_USE_PKG_CONFIG=1 LIBSSH2_SYS_USE_PKG_CONFIG=1 PKG_CONFIG_ALLOW_CROSS=1
cargo_src_configure
}
diff --git a/dev-util/cargo-ebuild/metadata.xml b/dev-util/cargo-ebuild/metadata.xml
index 69f2ea3..36ddc58 100644
--- a/dev-util/cargo-ebuild/metadata.xml
+++ b/dev-util/cargo-ebuild/metadata.xml
@@ -9,6 +9,6 @@
<email>rust@gentoo.org</email>
</maintainer>
<upstream>
- <remote-id type="github">cardeo/cargo-ebuild</remote-id>
+ <remote-id type="github">gentoo/cargo-ebuild</remote-id>
</upstream>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/proj/libressl:master commit in: dev-util/cargo-ebuild/
@ 2023-06-28 1:12 orbea
0 siblings, 0 replies; 6+ messages in thread
From: orbea @ 2023-06-28 1:12 UTC (permalink / raw
To: gentoo-commits
commit: ad7b125734315bf150718d1aed2285362959a5f5
Author: orbea <orbea <AT> riseup <DOT> net>
AuthorDate: Wed Jun 28 00:43:43 2023 +0000
Commit: orbea <orbea <AT> riseup <DOT> net>
CommitDate: Wed Jun 28 00:44:31 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/libressl.git/commit/?id=ad7b1257
dev-util/cargo-ebuild: merge ::gentoo changes
Signed-off-by: orbea <orbea <AT> riseup.net>
dev-util/cargo-ebuild/cargo-ebuild-0.5.2.ebuild | 4 ++--
dev-util/cargo-ebuild/cargo-ebuild-0.5.4.ebuild | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/dev-util/cargo-ebuild/cargo-ebuild-0.5.2.ebuild b/dev-util/cargo-ebuild/cargo-ebuild-0.5.2.ebuild
index 95d0577..48e8923 100644
--- a/dev-util/cargo-ebuild/cargo-ebuild-0.5.2.ebuild
+++ b/dev-util/cargo-ebuild/cargo-ebuild-0.5.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2017-2022 Gentoo Authors
+# Copyright 2017-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
# Auto-Generated by cargo-ebuild 0.5.1
@@ -177,7 +177,7 @@ src_prepare() {
}
src_configure() {
- filter-flags '-flto*' # https://bugs.gentoo.org/858332
+ filter-lto # https://bugs.gentoo.org/858332
export LIBGIT2_SYS_USE_PKG_CONFIG=1 LIBSSH2_SYS_USE_PKG_CONFIG=1 PKG_CONFIG_ALLOW_CROSS=1
cargo_src_configure
}
diff --git a/dev-util/cargo-ebuild/cargo-ebuild-0.5.4.ebuild b/dev-util/cargo-ebuild/cargo-ebuild-0.5.4.ebuild
index 40da9d7..b405e4e 100644
--- a/dev-util/cargo-ebuild/cargo-ebuild-0.5.4.ebuild
+++ b/dev-util/cargo-ebuild/cargo-ebuild-0.5.4.ebuild
@@ -169,7 +169,7 @@ src_prepare() {
}
src_configure() {
- filter-flags '-flto*' # https://bugs.gentoo.org/858332
+ filter-lto # https://bugs.gentoo.org/858332
export LIBGIT2_SYS_USE_PKG_CONFIG=1 LIBSSH2_SYS_USE_PKG_CONFIG=1 PKG_CONFIG_ALLOW_CROSS=1
cargo_src_configure
}
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/proj/libressl:master commit in: dev-util/cargo-ebuild/
@ 2023-07-12 19:14 orbea
0 siblings, 0 replies; 6+ messages in thread
From: orbea @ 2023-07-12 19:14 UTC (permalink / raw
To: gentoo-commits
commit: 857318eb34a4cb70156e89a223feae528e24b034
Author: orbea <orbea <AT> riseup <DOT> net>
AuthorDate: Wed Jul 12 19:10:51 2023 +0000
Commit: orbea <orbea <AT> riseup <DOT> net>
CommitDate: Wed Jul 12 19:10:51 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/libressl.git/commit/?id=857318eb
dev-util/cargo-ebuild: sync ::gentoo
Signed-off-by: orbea <orbea <AT> riseup.net>
dev-util/cargo-ebuild/cargo-ebuild-0.5.2.ebuild | 3 +--
dev-util/cargo-ebuild/cargo-ebuild-0.5.4.ebuild | 3 +--
2 files changed, 2 insertions(+), 4 deletions(-)
diff --git a/dev-util/cargo-ebuild/cargo-ebuild-0.5.2.ebuild b/dev-util/cargo-ebuild/cargo-ebuild-0.5.2.ebuild
index 48e8923..1fbca4c 100644
--- a/dev-util/cargo-ebuild/cargo-ebuild-0.5.2.ebuild
+++ b/dev-util/cargo-ebuild/cargo-ebuild-0.5.2.ebuild
@@ -142,7 +142,7 @@ CRATES="
winapi-x86_64-pc-windows-gnu-0.4.0
"
-inherit cargo flag-o-matic
+inherit cargo
DESCRIPTION="Generates an ebuild for a package using the in-tree eclasses."
# Double check the homepage as the cargo_metadata crate
@@ -177,7 +177,6 @@ src_prepare() {
}
src_configure() {
- filter-lto # https://bugs.gentoo.org/858332
export LIBGIT2_SYS_USE_PKG_CONFIG=1 LIBSSH2_SYS_USE_PKG_CONFIG=1 PKG_CONFIG_ALLOW_CROSS=1
cargo_src_configure
}
diff --git a/dev-util/cargo-ebuild/cargo-ebuild-0.5.4.ebuild b/dev-util/cargo-ebuild/cargo-ebuild-0.5.4.ebuild
index b405e4e..c52003c 100644
--- a/dev-util/cargo-ebuild/cargo-ebuild-0.5.4.ebuild
+++ b/dev-util/cargo-ebuild/cargo-ebuild-0.5.4.ebuild
@@ -134,7 +134,7 @@ CRATES="
winapi-x86_64-pc-windows-gnu-0.4.0
"
-inherit cargo flag-o-matic
+inherit cargo
DESCRIPTION="Generates an ebuild for a package using the in-tree eclasses."
# Double check the homepage as the cargo_metadata crate
@@ -169,7 +169,6 @@ src_prepare() {
}
src_configure() {
- filter-lto # https://bugs.gentoo.org/858332
export LIBGIT2_SYS_USE_PKG_CONFIG=1 LIBSSH2_SYS_USE_PKG_CONFIG=1 PKG_CONFIG_ALLOW_CROSS=1
cargo_src_configure
}
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/proj/libressl:master commit in: dev-util/cargo-ebuild/
@ 2023-11-14 17:45 orbea
0 siblings, 0 replies; 6+ messages in thread
From: orbea @ 2023-11-14 17:45 UTC (permalink / raw
To: gentoo-commits
commit: 1b12165daebf8c7370301e383436f5f4465ba82b
Author: orbea <orbea <AT> riseup <DOT> net>
AuthorDate: Tue Nov 14 17:04:59 2023 +0000
Commit: orbea <orbea <AT> riseup <DOT> net>
CommitDate: Tue Nov 14 17:04:59 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/libressl.git/commit/?id=1b12165d
dev-util/cargo-ebuild: add gentoo upstream metadata
Signed-off-by: orbea <orbea <AT> riseup.net>
dev-util/cargo-ebuild/metadata.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/dev-util/cargo-ebuild/metadata.xml b/dev-util/cargo-ebuild/metadata.xml
index 36ddc58..52a6b0a 100644
--- a/dev-util/cargo-ebuild/metadata.xml
+++ b/dev-util/cargo-ebuild/metadata.xml
@@ -9,6 +9,7 @@
<email>rust@gentoo.org</email>
</maintainer>
<upstream>
+ <remote-id type="gentoo">proj/cargo-ebuild</remote-id>
<remote-id type="github">gentoo/cargo-ebuild</remote-id>
</upstream>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/proj/libressl:master commit in: dev-util/cargo-ebuild/
@ 2024-02-25 2:42 orbea
0 siblings, 0 replies; 6+ messages in thread
From: orbea @ 2024-02-25 2:42 UTC (permalink / raw
To: gentoo-commits
commit: 4d482a05edc1c6ae9ea2d6b577e68cb0c84dcc9a
Author: orbea <orbea <AT> riseup <DOT> net>
AuthorDate: Sun Feb 25 02:27:47 2024 +0000
Commit: orbea <orbea <AT> riseup <DOT> net>
CommitDate: Sun Feb 25 02:27:47 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/libressl.git/commit/?id=4d482a05
dev-util/cargo-ebuild: update maintainers
Signed-off-by: orbea <orbea <AT> riseup.net>
dev-util/cargo-ebuild/metadata.xml | 4 ----
1 file changed, 4 deletions(-)
diff --git a/dev-util/cargo-ebuild/metadata.xml b/dev-util/cargo-ebuild/metadata.xml
index 52a6b0a..30b9119 100644
--- a/dev-util/cargo-ebuild/metadata.xml
+++ b/dev-util/cargo-ebuild/metadata.xml
@@ -1,10 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <maintainer type="person">
- <email>gyakovlev@gentoo.org</email>
- <name>Georgy Yakovlev</name>
- </maintainer>
<maintainer type="project">
<email>rust@gentoo.org</email>
</maintainer>
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/proj/libressl:master commit in: dev-util/cargo-ebuild/
@ 2024-11-10 16:03 orbea
0 siblings, 0 replies; 6+ messages in thread
From: orbea @ 2024-11-10 16:03 UTC (permalink / raw
To: gentoo-commits
commit: 6a21902b06f2d7913db8c6e392db43bdced76ff5
Author: orbea <orbea <AT> riseup <DOT> net>
AuthorDate: Sun Nov 10 15:56:07 2024 +0000
Commit: orbea <orbea <AT> riseup <DOT> net>
CommitDate: Sun Nov 10 15:56:07 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/libressl.git/commit/?id=6a21902b
dev-util/cargo-ebuild: add 0.5.4-r2, drop 0.5.4-r1
Signed-off-by: orbea <orbea <AT> riseup.net>
...o-ebuild-0.5.4-r1.ebuild => cargo-ebuild-0.5.4-r2.ebuild} | 12 ++++++++++--
1 file changed, 10 insertions(+), 2 deletions(-)
diff --git a/dev-util/cargo-ebuild/cargo-ebuild-0.5.4-r1.ebuild b/dev-util/cargo-ebuild/cargo-ebuild-0.5.4-r2.ebuild
similarity index 93%
rename from dev-util/cargo-ebuild/cargo-ebuild-0.5.4-r1.ebuild
rename to dev-util/cargo-ebuild/cargo-ebuild-0.5.4-r2.ebuild
index a19ea0f..b5ef400 100644
--- a/dev-util/cargo-ebuild/cargo-ebuild-0.5.4-r1.ebuild
+++ b/dev-util/cargo-ebuild/cargo-ebuild-0.5.4-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2017-2023 Gentoo Authors
+# Copyright 2017-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
# Auto-Generated by cargo-ebuild 0.5.4-r1
@@ -134,6 +134,9 @@ CRATES="
winapi-x86_64-pc-windows-gnu@0.4.0
"
+# https://github.com/rust-lang/rust/issues/113152#issuecomment-1612578376
+RUST_MAX_VER="1.71.1"
+
inherit cargo
DESCRIPTION="Generates an ebuild for a package using the in-tree eclasses."
@@ -156,7 +159,6 @@ DEPEND="
RDEPEND="
${DEPEND}
- virtual/rust
"
PATCHES=(
@@ -165,6 +167,12 @@ PATCHES=(
QA_FLAGS_IGNORED="usr/bin/cargo-ebuild"
+pkg_setup() {
+ rust_pkg_setup
+ # Requires nightly feature proc-macro2
+ export RUSTC_BOOTSTRAP=1
+}
+
src_prepare() {
default
pushd "${ECARGO_HOME}"/gentoo > /dev/null || die
^ permalink raw reply related [flat|nested] 6+ messages in thread
end of thread, other threads:[~2024-11-10 16:03 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-04-13 2:19 [gentoo-commits] repo/proj/libressl:master commit in: dev-util/cargo-ebuild/ orbea
-- strict thread matches above, loose matches on Subject: below --
2023-06-28 1:12 orbea
2023-07-12 19:14 orbea
2023-11-14 17:45 orbea
2024-02-25 2:42 orbea
2024-11-10 16:03 orbea
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox