[gentoo-commits] repo/gentoo:master commit in: dev-util/bugbite-cli/

2024-04-20 Thread Agostino Sarubbo
commit: aecec2e643c714f450dd931c50f772242d8c7549
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sat Apr 20 17:59:13 2024 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sat Apr 20 17:59:13 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aecec2e6

dev-util/bugbite-cli: version bump to 0.0.10

Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-util/bugbite-cli/Manifest  |  1 +
 dev-util/bugbite-cli/bugbite-cli-0.0.10.ebuild | 48 ++
 2 files changed, 49 insertions(+)

diff --git a/dev-util/bugbite-cli/Manifest b/dev-util/bugbite-cli/Manifest
index b5d7bf97958e..6dbcac91224c 100644
--- a/dev-util/bugbite-cli/Manifest
+++ b/dev-util/bugbite-cli/Manifest
@@ -1 +1,2 @@
+DIST bugbite-cli-0.0.10.tar.xz 18167676 BLAKE2B 
2e193e4bf6eb71bcf349e9ffb11e8816fc6f27b1ae2c174c52a4ccb1f5052760b2f47f3c03a1c7792f2f0d3b63fe7bae2710a112480f7b63e34f5f3aa1dd0e21
 SHA512 
b481ad5cd22737107084e4a22c866474ef4317572730ce739f4e7f08c2669e9d1bbd0571a0125e30a8a567780545c939d034a53f1589feffe97a08f0cf928c7d
 DIST bugbite-cli-0.0.9.tar.xz 18610920 BLAKE2B 
0c8a18a65da4535250e17f5f7456bc01c8b135f29f5edb58e2bf66fec22d0408634841d5bbb6d4c000235b994e2473564f8f646ae6e8b9161b9e371ea37dcc41
 SHA512 
fb2192aefdae469ea641bc2cb2678604b65c4ca88777b93811e3f753fe0e0807fbadb95ec8a0f40cf68ab495788064cdc121e501ae76f177ed04ba760505636e

diff --git a/dev-util/bugbite-cli/bugbite-cli-0.0.10.ebuild 
b/dev-util/bugbite-cli/bugbite-cli-0.0.10.ebuild
new file mode 100644
index ..54904ffd4168
--- /dev/null
+++ b/dev-util/bugbite-cli/bugbite-cli-0.0.10.ebuild
@@ -0,0 +1,48 @@
+# Copyright 2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cargo edo shell-completion
+
+DESCRIPTION="A command line tool for bug, issue, and ticket mangling"
+HOMEPAGE="https://github.com/radhermit/bugbite;
+SRC_URI="https://github.com/radhermit/bugbite/releases/download/${P}/${P}.tar.xz;
+LICENSE="0BSD Apache-2.0 Apache-2.0-with-LLVM-exceptions BSD BSD-2 Boost-1.0 
CC0-1.0 ISC MIT MPL-2.0 Unicode-DFS-2016 Unlicense ZLIB"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+IUSE="static test"
+RESTRICT="!test? ( test ) "
+
+BDEPEND="
+   >=virtual/rust-1.75
+   test? ( dev-util/cargo-nextest )
+"
+
+QA_FLAGS_IGNORED="usr/bin/bite"
+
+pkg_setup() {
+   if [[ ${MERGE_TYPE} != binary ]] && use static ; then
+   local rust_target=$( rustc -vV 2>/dev/null | sed -n 's|^host: 
||p' )
+   [[ -z ${rust_target} ]] && die "Failed to read host target from 
rustc!"
+   export RUSTFLAGS="-C target-feature=+crt-static ${RUSTFLAGS}"
+   export static_stuff="--target ${rust_target}"
+   fi
+}
+
+src_configure() {
+   cargo_src_configure ${static_stuff}
+}
+
+src_test() {
+   edo cargo nextest run $(usev !debug '--release') --color always 
--features test --tests ${static_stuff}
+}
+
+src_install() {
+   cargo_src_install
+
+   doman man/*
+   dofishcomp shell/bite.fish
+   dozshcomp shell/_bite
+   newbashcomp shell/bite.bash bite
+}



[gentoo-commits] repo/gentoo:master commit in: dev-util/bugbite-cli/

2024-04-20 Thread Agostino Sarubbo
commit: 8e0dde60626f96ccd4b4e7e4515edbf4413274ff
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sat Apr 20 17:59:18 2024 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sat Apr 20 17:59:18 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e0dde60

dev-util/bugbite-cli: remove old

Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-util/bugbite-cli/Manifest |  1 -
 dev-util/bugbite-cli/bugbite-cli-0.0.9.ebuild | 48 ---
 2 files changed, 49 deletions(-)

diff --git a/dev-util/bugbite-cli/Manifest b/dev-util/bugbite-cli/Manifest
index 6dbcac91224c..e1028ff4cacb 100644
--- a/dev-util/bugbite-cli/Manifest
+++ b/dev-util/bugbite-cli/Manifest
@@ -1,2 +1 @@
 DIST bugbite-cli-0.0.10.tar.xz 18167676 BLAKE2B 
2e193e4bf6eb71bcf349e9ffb11e8816fc6f27b1ae2c174c52a4ccb1f5052760b2f47f3c03a1c7792f2f0d3b63fe7bae2710a112480f7b63e34f5f3aa1dd0e21
 SHA512 
b481ad5cd22737107084e4a22c866474ef4317572730ce739f4e7f08c2669e9d1bbd0571a0125e30a8a567780545c939d034a53f1589feffe97a08f0cf928c7d
-DIST bugbite-cli-0.0.9.tar.xz 18610920 BLAKE2B 
0c8a18a65da4535250e17f5f7456bc01c8b135f29f5edb58e2bf66fec22d0408634841d5bbb6d4c000235b994e2473564f8f646ae6e8b9161b9e371ea37dcc41
 SHA512 
fb2192aefdae469ea641bc2cb2678604b65c4ca88777b93811e3f753fe0e0807fbadb95ec8a0f40cf68ab495788064cdc121e501ae76f177ed04ba760505636e

diff --git a/dev-util/bugbite-cli/bugbite-cli-0.0.9.ebuild 
b/dev-util/bugbite-cli/bugbite-cli-0.0.9.ebuild
deleted file mode 100644
index 54904ffd4168..
--- a/dev-util/bugbite-cli/bugbite-cli-0.0.9.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cargo edo shell-completion
-
-DESCRIPTION="A command line tool for bug, issue, and ticket mangling"
-HOMEPAGE="https://github.com/radhermit/bugbite;
-SRC_URI="https://github.com/radhermit/bugbite/releases/download/${P}/${P}.tar.xz;
-LICENSE="0BSD Apache-2.0 Apache-2.0-with-LLVM-exceptions BSD BSD-2 Boost-1.0 
CC0-1.0 ISC MIT MPL-2.0 Unicode-DFS-2016 Unlicense ZLIB"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
-IUSE="static test"
-RESTRICT="!test? ( test ) "
-
-BDEPEND="
-   >=virtual/rust-1.75
-   test? ( dev-util/cargo-nextest )
-"
-
-QA_FLAGS_IGNORED="usr/bin/bite"
-
-pkg_setup() {
-   if [[ ${MERGE_TYPE} != binary ]] && use static ; then
-   local rust_target=$( rustc -vV 2>/dev/null | sed -n 's|^host: 
||p' )
-   [[ -z ${rust_target} ]] && die "Failed to read host target from 
rustc!"
-   export RUSTFLAGS="-C target-feature=+crt-static ${RUSTFLAGS}"
-   export static_stuff="--target ${rust_target}"
-   fi
-}
-
-src_configure() {
-   cargo_src_configure ${static_stuff}
-}
-
-src_test() {
-   edo cargo nextest run $(usev !debug '--release') --color always 
--features test --tests ${static_stuff}
-}
-
-src_install() {
-   cargo_src_install
-
-   doman man/*
-   dofishcomp shell/bite.fish
-   dozshcomp shell/_bite
-   newbashcomp shell/bite.bash bite
-}



[gentoo-commits] repo/gentoo:master commit in: dev-util/bugbite-cli/

2024-04-12 Thread Agostino Sarubbo
commit: 48a6916e88a4b129c3d731ed45681d123a4b60d4
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sat Apr 13 05:38:56 2024 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sat Apr 13 05:38:56 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48a6916e

dev-util/bugbite-cli: version bump to 0.0.9

Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-util/bugbite-cli/Manifest |  1 +
 dev-util/bugbite-cli/bugbite-cli-0.0.9.ebuild | 48 +++
 2 files changed, 49 insertions(+)

diff --git a/dev-util/bugbite-cli/Manifest b/dev-util/bugbite-cli/Manifest
index 8b68a60adf5d..b3087e4a8e52 100644
--- a/dev-util/bugbite-cli/Manifest
+++ b/dev-util/bugbite-cli/Manifest
@@ -1 +1,2 @@
 DIST bugbite-cli-0.0.8.tar.xz 25695676 BLAKE2B 
9d9d1f65219d5e8e18e0cf785d3c8b22e5b02d71066cbd131c74d980b90d5479425ea9a4427eb63931c871a83a7f38c9e6de9fc3f6fa0404907b523895635232
 SHA512 
f708a1bb4604a75dbadca13a64db1952194db4b409ba1a5fc0e76ced5ebd00f3a97f563855f030c72b1296c10955260183c1eddee18c5bb76429edc1e8006a90
+DIST bugbite-cli-0.0.9.tar.xz 18610920 BLAKE2B 
0c8a18a65da4535250e17f5f7456bc01c8b135f29f5edb58e2bf66fec22d0408634841d5bbb6d4c000235b994e2473564f8f646ae6e8b9161b9e371ea37dcc41
 SHA512 
fb2192aefdae469ea641bc2cb2678604b65c4ca88777b93811e3f753fe0e0807fbadb95ec8a0f40cf68ab495788064cdc121e501ae76f177ed04ba760505636e

diff --git a/dev-util/bugbite-cli/bugbite-cli-0.0.9.ebuild 
b/dev-util/bugbite-cli/bugbite-cli-0.0.9.ebuild
new file mode 100644
index ..54904ffd4168
--- /dev/null
+++ b/dev-util/bugbite-cli/bugbite-cli-0.0.9.ebuild
@@ -0,0 +1,48 @@
+# Copyright 2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cargo edo shell-completion
+
+DESCRIPTION="A command line tool for bug, issue, and ticket mangling"
+HOMEPAGE="https://github.com/radhermit/bugbite;
+SRC_URI="https://github.com/radhermit/bugbite/releases/download/${P}/${P}.tar.xz;
+LICENSE="0BSD Apache-2.0 Apache-2.0-with-LLVM-exceptions BSD BSD-2 Boost-1.0 
CC0-1.0 ISC MIT MPL-2.0 Unicode-DFS-2016 Unlicense ZLIB"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+IUSE="static test"
+RESTRICT="!test? ( test ) "
+
+BDEPEND="
+   >=virtual/rust-1.75
+   test? ( dev-util/cargo-nextest )
+"
+
+QA_FLAGS_IGNORED="usr/bin/bite"
+
+pkg_setup() {
+   if [[ ${MERGE_TYPE} != binary ]] && use static ; then
+   local rust_target=$( rustc -vV 2>/dev/null | sed -n 's|^host: 
||p' )
+   [[ -z ${rust_target} ]] && die "Failed to read host target from 
rustc!"
+   export RUSTFLAGS="-C target-feature=+crt-static ${RUSTFLAGS}"
+   export static_stuff="--target ${rust_target}"
+   fi
+}
+
+src_configure() {
+   cargo_src_configure ${static_stuff}
+}
+
+src_test() {
+   edo cargo nextest run $(usev !debug '--release') --color always 
--features test --tests ${static_stuff}
+}
+
+src_install() {
+   cargo_src_install
+
+   doman man/*
+   dofishcomp shell/bite.fish
+   dozshcomp shell/_bite
+   newbashcomp shell/bite.bash bite
+}



[gentoo-commits] repo/gentoo:master commit in: dev-util/bugbite-cli/

2024-04-12 Thread Agostino Sarubbo
commit: 06d57cb863e4b2eb306dc62420713cc63ee444eb
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sat Apr 13 05:38:59 2024 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sat Apr 13 05:38:59 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06d57cb8

dev-util/bugbite-cli: remove old

Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-util/bugbite-cli/Manifest |  1 -
 dev-util/bugbite-cli/bugbite-cli-0.0.8.ebuild | 48 ---
 2 files changed, 49 deletions(-)

diff --git a/dev-util/bugbite-cli/Manifest b/dev-util/bugbite-cli/Manifest
index b3087e4a8e52..b5d7bf97958e 100644
--- a/dev-util/bugbite-cli/Manifest
+++ b/dev-util/bugbite-cli/Manifest
@@ -1,2 +1 @@
-DIST bugbite-cli-0.0.8.tar.xz 25695676 BLAKE2B 
9d9d1f65219d5e8e18e0cf785d3c8b22e5b02d71066cbd131c74d980b90d5479425ea9a4427eb63931c871a83a7f38c9e6de9fc3f6fa0404907b523895635232
 SHA512 
f708a1bb4604a75dbadca13a64db1952194db4b409ba1a5fc0e76ced5ebd00f3a97f563855f030c72b1296c10955260183c1eddee18c5bb76429edc1e8006a90
 DIST bugbite-cli-0.0.9.tar.xz 18610920 BLAKE2B 
0c8a18a65da4535250e17f5f7456bc01c8b135f29f5edb58e2bf66fec22d0408634841d5bbb6d4c000235b994e2473564f8f646ae6e8b9161b9e371ea37dcc41
 SHA512 
fb2192aefdae469ea641bc2cb2678604b65c4ca88777b93811e3f753fe0e0807fbadb95ec8a0f40cf68ab495788064cdc121e501ae76f177ed04ba760505636e

diff --git a/dev-util/bugbite-cli/bugbite-cli-0.0.8.ebuild 
b/dev-util/bugbite-cli/bugbite-cli-0.0.8.ebuild
deleted file mode 100644
index 54904ffd4168..
--- a/dev-util/bugbite-cli/bugbite-cli-0.0.8.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cargo edo shell-completion
-
-DESCRIPTION="A command line tool for bug, issue, and ticket mangling"
-HOMEPAGE="https://github.com/radhermit/bugbite;
-SRC_URI="https://github.com/radhermit/bugbite/releases/download/${P}/${P}.tar.xz;
-LICENSE="0BSD Apache-2.0 Apache-2.0-with-LLVM-exceptions BSD BSD-2 Boost-1.0 
CC0-1.0 ISC MIT MPL-2.0 Unicode-DFS-2016 Unlicense ZLIB"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
-IUSE="static test"
-RESTRICT="!test? ( test ) "
-
-BDEPEND="
-   >=virtual/rust-1.75
-   test? ( dev-util/cargo-nextest )
-"
-
-QA_FLAGS_IGNORED="usr/bin/bite"
-
-pkg_setup() {
-   if [[ ${MERGE_TYPE} != binary ]] && use static ; then
-   local rust_target=$( rustc -vV 2>/dev/null | sed -n 's|^host: 
||p' )
-   [[ -z ${rust_target} ]] && die "Failed to read host target from 
rustc!"
-   export RUSTFLAGS="-C target-feature=+crt-static ${RUSTFLAGS}"
-   export static_stuff="--target ${rust_target}"
-   fi
-}
-
-src_configure() {
-   cargo_src_configure ${static_stuff}
-}
-
-src_test() {
-   edo cargo nextest run $(usev !debug '--release') --color always 
--features test --tests ${static_stuff}
-}
-
-src_install() {
-   cargo_src_install
-
-   doman man/*
-   dofishcomp shell/bite.fish
-   dozshcomp shell/_bite
-   newbashcomp shell/bite.bash bite
-}



[gentoo-commits] repo/gentoo:master commit in: dev-util/bugbite-cli/

2024-04-11 Thread Agostino Sarubbo
commit: 54bf8714c683e2e88c3cb833f4c494640f029c19
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Thu Apr 11 11:38:50 2024 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Thu Apr 11 11:38:50 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=54bf8714

dev-util/bugbite-cli: mark ~x86

Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-util/bugbite-cli/bugbite-cli-0.0.8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/bugbite-cli/bugbite-cli-0.0.8.ebuild 
b/dev-util/bugbite-cli/bugbite-cli-0.0.8.ebuild
index 46eb3f90c242..54904ffd4168 100644
--- a/dev-util/bugbite-cli/bugbite-cli-0.0.8.ebuild
+++ b/dev-util/bugbite-cli/bugbite-cli-0.0.8.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://github.com/radhermit/bugbite;
 
SRC_URI="https://github.com/radhermit/bugbite/releases/download/${P}/${P}.tar.xz;
 LICENSE="0BSD Apache-2.0 Apache-2.0-with-LLVM-exceptions BSD BSD-2 Boost-1.0 
CC0-1.0 ISC MIT MPL-2.0 Unicode-DFS-2016 Unlicense ZLIB"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
 IUSE="static test"
 RESTRICT="!test? ( test ) "
 



[gentoo-commits] repo/gentoo:master commit in: dev-util/bugbite-cli/

2024-04-10 Thread Agostino Sarubbo
commit: a7069b8ded37ef99bc7cf52c727084eac067c735
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Apr 10 10:24:43 2024 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Apr 10 10:24:43 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7069b8d

dev-util/bugbite-cli: fix test syntax

Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-util/bugbite-cli/bugbite-cli-0.0.8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/bugbite-cli/bugbite-cli-0.0.8.ebuild 
b/dev-util/bugbite-cli/bugbite-cli-0.0.8.ebuild
index 035c44ec12d5..46eb3f90c242 100644
--- a/dev-util/bugbite-cli/bugbite-cli-0.0.8.ebuild
+++ b/dev-util/bugbite-cli/bugbite-cli-0.0.8.ebuild
@@ -35,7 +35,7 @@ src_configure() {
 }
 
 src_test() {
-   edo cargo nextest run $(usev !debug '--release') --color always 
--all-features --tests ${static_stuff}
+   edo cargo nextest run $(usev !debug '--release') --color always 
--features test --tests ${static_stuff}
 }
 
 src_install() {



[gentoo-commits] repo/gentoo:master commit in: dev-util/bugbite-cli/

2024-04-10 Thread Agostino Sarubbo
commit: e7a942c9bfc0d7ea9e8b280f897660a0058222ea
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Apr 10 09:59:20 2024 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Apr 10 09:59:20 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e7a942c9

dev-util/bugbite-cli: remove old

Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-util/bugbite-cli/Manifest|  1 -
 dev-util/bugbite-cli/bugbite-cli-0.0.7-r1.ebuild | 48 
 dev-util/bugbite-cli/bugbite-cli-0.0.7.ebuild| 35 -
 3 files changed, 84 deletions(-)

diff --git a/dev-util/bugbite-cli/Manifest b/dev-util/bugbite-cli/Manifest
index 3cd01f65d512..8b68a60adf5d 100644
--- a/dev-util/bugbite-cli/Manifest
+++ b/dev-util/bugbite-cli/Manifest
@@ -1,2 +1 @@
-DIST bugbite-cli-0.0.7.tar.xz 28365584 BLAKE2B 
e1f38972e6ca43ae24761baf4c5c4675a171663c7347783134962d090bb12860fab84a3730bf894e86235f26f625a765c323fc659b90b729131d780bb6771856
 SHA512 
6330e1dd86ab1958681e14104da2e854fa3223c585fe14b913fb3777318a8b367579aa483c158a03fd89811ad4a28624d9629e8ea8682cffa5d2adb769a53d2f
 DIST bugbite-cli-0.0.8.tar.xz 25695676 BLAKE2B 
9d9d1f65219d5e8e18e0cf785d3c8b22e5b02d71066cbd131c74d980b90d5479425ea9a4427eb63931c871a83a7f38c9e6de9fc3f6fa0404907b523895635232
 SHA512 
f708a1bb4604a75dbadca13a64db1952194db4b409ba1a5fc0e76ced5ebd00f3a97f563855f030c72b1296c10955260183c1eddee18c5bb76429edc1e8006a90

diff --git a/dev-util/bugbite-cli/bugbite-cli-0.0.7-r1.ebuild 
b/dev-util/bugbite-cli/bugbite-cli-0.0.7-r1.ebuild
deleted file mode 100644
index 035c44ec12d5..
--- a/dev-util/bugbite-cli/bugbite-cli-0.0.7-r1.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cargo edo shell-completion
-
-DESCRIPTION="A command line tool for bug, issue, and ticket mangling"
-HOMEPAGE="https://github.com/radhermit/bugbite;
-SRC_URI="https://github.com/radhermit/bugbite/releases/download/${P}/${P}.tar.xz;
-LICENSE="0BSD Apache-2.0 Apache-2.0-with-LLVM-exceptions BSD BSD-2 Boost-1.0 
CC0-1.0 ISC MIT MPL-2.0 Unicode-DFS-2016 Unlicense ZLIB"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64"
-IUSE="static test"
-RESTRICT="!test? ( test ) "
-
-BDEPEND="
-   >=virtual/rust-1.75
-   test? ( dev-util/cargo-nextest )
-"
-
-QA_FLAGS_IGNORED="usr/bin/bite"
-
-pkg_setup() {
-   if [[ ${MERGE_TYPE} != binary ]] && use static ; then
-   local rust_target=$( rustc -vV 2>/dev/null | sed -n 's|^host: 
||p' )
-   [[ -z ${rust_target} ]] && die "Failed to read host target from 
rustc!"
-   export RUSTFLAGS="-C target-feature=+crt-static ${RUSTFLAGS}"
-   export static_stuff="--target ${rust_target}"
-   fi
-}
-
-src_configure() {
-   cargo_src_configure ${static_stuff}
-}
-
-src_test() {
-   edo cargo nextest run $(usev !debug '--release') --color always 
--all-features --tests ${static_stuff}
-}
-
-src_install() {
-   cargo_src_install
-
-   doman man/*
-   dofishcomp shell/bite.fish
-   dozshcomp shell/_bite
-   newbashcomp shell/bite.bash bite
-}

diff --git a/dev-util/bugbite-cli/bugbite-cli-0.0.7.ebuild 
b/dev-util/bugbite-cli/bugbite-cli-0.0.7.ebuild
deleted file mode 100644
index 897557d9ca73..
--- a/dev-util/bugbite-cli/bugbite-cli-0.0.7.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cargo edo shell-completion
-
-DESCRIPTION="A command line tool for bug, issue, and ticket mangling"
-HOMEPAGE="https://github.com/radhermit/bugbite;
-SRC_URI="https://github.com/radhermit/bugbite/releases/download/${P}/${P}.tar.xz;
-LICENSE="0BSD Apache-2.0 Apache-2.0-with-LLVM-exceptions BSD BSD-2 Boost-1.0 
CC0-1.0 ISC MIT MPL-2.0 Unicode-DFS-2016 Unlicense ZLIB"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="test"
-RESTRICT="!test? ( test ) "
-
-BDEPEND="
-   >=virtual/rust-1.75
-   test? ( dev-util/cargo-nextest )
-"
-
-QA_FLAGS_IGNORED="usr/bin/bite"
-
-src_test() {
-   edo cargo nextest run $(usev !debug '--release') --color always 
--all-features --tests
-}
-
-src_install() {
-   cargo_src_install
-
-   doman man/*
-   dofishcomp shell/bite.fish
-   dozshcomp shell/_bite
-   newbashcomp shell/bite.bash bite
-}



[gentoo-commits] repo/gentoo:master commit in: dev-util/bugbite-cli/

2024-04-10 Thread Agostino Sarubbo
commit: cf22e6935a96198b61842027002d4ecdc57f59c0
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Apr 10 09:58:57 2024 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Apr 10 09:58:57 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf22e693

dev-util/bugbite-cli: version bump to 0.0.8

Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-util/bugbite-cli/Manifest |  1 +
 dev-util/bugbite-cli/bugbite-cli-0.0.8.ebuild | 48 +++
 2 files changed, 49 insertions(+)

diff --git a/dev-util/bugbite-cli/Manifest b/dev-util/bugbite-cli/Manifest
index 21687a4d514a..3cd01f65d512 100644
--- a/dev-util/bugbite-cli/Manifest
+++ b/dev-util/bugbite-cli/Manifest
@@ -1 +1,2 @@
 DIST bugbite-cli-0.0.7.tar.xz 28365584 BLAKE2B 
e1f38972e6ca43ae24761baf4c5c4675a171663c7347783134962d090bb12860fab84a3730bf894e86235f26f625a765c323fc659b90b729131d780bb6771856
 SHA512 
6330e1dd86ab1958681e14104da2e854fa3223c585fe14b913fb3777318a8b367579aa483c158a03fd89811ad4a28624d9629e8ea8682cffa5d2adb769a53d2f
+DIST bugbite-cli-0.0.8.tar.xz 25695676 BLAKE2B 
9d9d1f65219d5e8e18e0cf785d3c8b22e5b02d71066cbd131c74d980b90d5479425ea9a4427eb63931c871a83a7f38c9e6de9fc3f6fa0404907b523895635232
 SHA512 
f708a1bb4604a75dbadca13a64db1952194db4b409ba1a5fc0e76ced5ebd00f3a97f563855f030c72b1296c10955260183c1eddee18c5bb76429edc1e8006a90

diff --git a/dev-util/bugbite-cli/bugbite-cli-0.0.8.ebuild 
b/dev-util/bugbite-cli/bugbite-cli-0.0.8.ebuild
new file mode 100644
index ..035c44ec12d5
--- /dev/null
+++ b/dev-util/bugbite-cli/bugbite-cli-0.0.8.ebuild
@@ -0,0 +1,48 @@
+# Copyright 2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cargo edo shell-completion
+
+DESCRIPTION="A command line tool for bug, issue, and ticket mangling"
+HOMEPAGE="https://github.com/radhermit/bugbite;
+SRC_URI="https://github.com/radhermit/bugbite/releases/download/${P}/${P}.tar.xz;
+LICENSE="0BSD Apache-2.0 Apache-2.0-with-LLVM-exceptions BSD BSD-2 Boost-1.0 
CC0-1.0 ISC MIT MPL-2.0 Unicode-DFS-2016 Unlicense ZLIB"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64"
+IUSE="static test"
+RESTRICT="!test? ( test ) "
+
+BDEPEND="
+   >=virtual/rust-1.75
+   test? ( dev-util/cargo-nextest )
+"
+
+QA_FLAGS_IGNORED="usr/bin/bite"
+
+pkg_setup() {
+   if [[ ${MERGE_TYPE} != binary ]] && use static ; then
+   local rust_target=$( rustc -vV 2>/dev/null | sed -n 's|^host: 
||p' )
+   [[ -z ${rust_target} ]] && die "Failed to read host target from 
rustc!"
+   export RUSTFLAGS="-C target-feature=+crt-static ${RUSTFLAGS}"
+   export static_stuff="--target ${rust_target}"
+   fi
+}
+
+src_configure() {
+   cargo_src_configure ${static_stuff}
+}
+
+src_test() {
+   edo cargo nextest run $(usev !debug '--release') --color always 
--all-features --tests ${static_stuff}
+}
+
+src_install() {
+   cargo_src_install
+
+   doman man/*
+   dofishcomp shell/bite.fish
+   dozshcomp shell/_bite
+   newbashcomp shell/bite.bash bite
+}



[gentoo-commits] repo/gentoo:master commit in: dev-util/bugbite-cli/

2024-04-10 Thread Agostino Sarubbo
commit: 402be8b5cbd2378370e70fbee8393d2665f8324c
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Apr 10 09:17:11 2024 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Apr 10 09:17:11 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=402be8b5

dev-util/bugbite-cli: mark ~arm

Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-util/bugbite-cli/bugbite-cli-0.0.7-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/bugbite-cli/bugbite-cli-0.0.7-r1.ebuild 
b/dev-util/bugbite-cli/bugbite-cli-0.0.7-r1.ebuild
index 6a39a6bf22b6..035c44ec12d5 100644
--- a/dev-util/bugbite-cli/bugbite-cli-0.0.7-r1.ebuild
+++ b/dev-util/bugbite-cli/bugbite-cli-0.0.7-r1.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://github.com/radhermit/bugbite;
 
SRC_URI="https://github.com/radhermit/bugbite/releases/download/${P}/${P}.tar.xz;
 LICENSE="0BSD Apache-2.0 Apache-2.0-with-LLVM-exceptions BSD BSD-2 Boost-1.0 
CC0-1.0 ISC MIT MPL-2.0 Unicode-DFS-2016 Unlicense ZLIB"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64"
+KEYWORDS="~amd64 ~arm ~arm64"
 IUSE="static test"
 RESTRICT="!test? ( test ) "
 



[gentoo-commits] repo/gentoo:master commit in: dev-util/bugbite-cli/

2024-03-29 Thread Agostino Sarubbo
commit: 84a1bb503a07ad0349f727923e248f0986e467f3
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Mar 29 10:33:27 2024 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Mar 29 10:33:27 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84a1bb50

dev-util/bugbite-cli: mark ~arm64

Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-util/bugbite-cli/bugbite-cli-0.0.7-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/bugbite-cli/bugbite-cli-0.0.7-r1.ebuild 
b/dev-util/bugbite-cli/bugbite-cli-0.0.7-r1.ebuild
index 8389e8b00161..6a39a6bf22b6 100644
--- a/dev-util/bugbite-cli/bugbite-cli-0.0.7-r1.ebuild
+++ b/dev-util/bugbite-cli/bugbite-cli-0.0.7-r1.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://github.com/radhermit/bugbite;
 
SRC_URI="https://github.com/radhermit/bugbite/releases/download/${P}/${P}.tar.xz;
 LICENSE="0BSD Apache-2.0 Apache-2.0-with-LLVM-exceptions BSD BSD-2 Boost-1.0 
CC0-1.0 ISC MIT MPL-2.0 Unicode-DFS-2016 Unlicense ZLIB"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~arm64"
 IUSE="static test"
 RESTRICT="!test? ( test ) "
 



[gentoo-commits] repo/gentoo:master commit in: dev-util/bugbite-cli/

2024-03-28 Thread Agostino Sarubbo
commit: d2a235a030c96ad9d3fb967b91c9c102884430eb
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Thu Mar 28 14:24:03 2024 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Thu Mar 28 14:24:03 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d2a235a0

dev-util/bugbite-cli: add a revision to hack around a static build

Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-util/bugbite-cli/bugbite-cli-0.0.7-r1.ebuild | 48 
 1 file changed, 48 insertions(+)

diff --git a/dev-util/bugbite-cli/bugbite-cli-0.0.7-r1.ebuild 
b/dev-util/bugbite-cli/bugbite-cli-0.0.7-r1.ebuild
new file mode 100644
index ..8389e8b00161
--- /dev/null
+++ b/dev-util/bugbite-cli/bugbite-cli-0.0.7-r1.ebuild
@@ -0,0 +1,48 @@
+# Copyright 2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cargo edo shell-completion
+
+DESCRIPTION="A command line tool for bug, issue, and ticket mangling"
+HOMEPAGE="https://github.com/radhermit/bugbite;
+SRC_URI="https://github.com/radhermit/bugbite/releases/download/${P}/${P}.tar.xz;
+LICENSE="0BSD Apache-2.0 Apache-2.0-with-LLVM-exceptions BSD BSD-2 Boost-1.0 
CC0-1.0 ISC MIT MPL-2.0 Unicode-DFS-2016 Unlicense ZLIB"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="static test"
+RESTRICT="!test? ( test ) "
+
+BDEPEND="
+   >=virtual/rust-1.75
+   test? ( dev-util/cargo-nextest )
+"
+
+QA_FLAGS_IGNORED="usr/bin/bite"
+
+pkg_setup() {
+   if [[ ${MERGE_TYPE} != binary ]] && use static ; then
+   local rust_target=$( rustc -vV 2>/dev/null | sed -n 's|^host: 
||p' )
+   [[ -z ${rust_target} ]] && die "Failed to read host target from 
rustc!"
+   export RUSTFLAGS="-C target-feature=+crt-static ${RUSTFLAGS}"
+   export static_stuff="--target ${rust_target}"
+   fi
+}
+
+src_configure() {
+   cargo_src_configure ${static_stuff}
+}
+
+src_test() {
+   edo cargo nextest run $(usev !debug '--release') --color always 
--all-features --tests ${static_stuff}
+}
+
+src_install() {
+   cargo_src_install
+
+   doman man/*
+   dofishcomp shell/bite.fish
+   dozshcomp shell/_bite
+   newbashcomp shell/bite.bash bite
+}



[gentoo-commits] repo/gentoo:master commit in: dev-util/bugbite-cli/

2024-03-27 Thread Agostino Sarubbo
commit: dade4c316607ac87f0ee7182f99aa8d787a36b82
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Mar 27 11:34:53 2024 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Mar 27 11:34:53 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dade4c31

dev-util/bugbite-cli: fix description

Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-util/bugbite-cli/bugbite-cli-0.0.7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/bugbite-cli/bugbite-cli-0.0.7.ebuild 
b/dev-util/bugbite-cli/bugbite-cli-0.0.7.ebuild
index 099ef2d886e3..897557d9ca73 100644
--- a/dev-util/bugbite-cli/bugbite-cli-0.0.7.ebuild
+++ b/dev-util/bugbite-cli/bugbite-cli-0.0.7.ebuild
@@ -5,7 +5,7 @@ EAPI=8
 
 inherit cargo edo shell-completion
 
-DESCRIPTION="library for bug, issue, and ticket mangling"
+DESCRIPTION="A command line tool for bug, issue, and ticket mangling"
 HOMEPAGE="https://github.com/radhermit/bugbite;
 
SRC_URI="https://github.com/radhermit/bugbite/releases/download/${P}/${P}.tar.xz;
 LICENSE="0BSD Apache-2.0 Apache-2.0-with-LLVM-exceptions BSD BSD-2 Boost-1.0 
CC0-1.0 ISC MIT MPL-2.0 Unicode-DFS-2016 Unlicense ZLIB"



[gentoo-commits] repo/gentoo:master commit in: dev-util/bugbite-cli/

2024-03-27 Thread Agostino Sarubbo
commit: 73965035a9d6328aeef47ca9dc0d289b88bdf91b
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Mar 27 11:29:04 2024 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Mar 27 11:29:04 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=73965035

dev-util/bugbite-cli: new package, added version 0.0.7

Thanks-to: Mart Raudsepp  gentoo.org>
Thanks-to: Tim Harder  gentoo.org>
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-util/bugbite-cli/Manifest |  1 +
 dev-util/bugbite-cli/bugbite-cli-0.0.7.ebuild | 35 +++
 dev-util/bugbite-cli/metadata.xml | 16 
 3 files changed, 52 insertions(+)

diff --git a/dev-util/bugbite-cli/Manifest b/dev-util/bugbite-cli/Manifest
new file mode 100644
index ..21687a4d514a
--- /dev/null
+++ b/dev-util/bugbite-cli/Manifest
@@ -0,0 +1 @@
+DIST bugbite-cli-0.0.7.tar.xz 28365584 BLAKE2B 
e1f38972e6ca43ae24761baf4c5c4675a171663c7347783134962d090bb12860fab84a3730bf894e86235f26f625a765c323fc659b90b729131d780bb6771856
 SHA512 
6330e1dd86ab1958681e14104da2e854fa3223c585fe14b913fb3777318a8b367579aa483c158a03fd89811ad4a28624d9629e8ea8682cffa5d2adb769a53d2f

diff --git a/dev-util/bugbite-cli/bugbite-cli-0.0.7.ebuild 
b/dev-util/bugbite-cli/bugbite-cli-0.0.7.ebuild
new file mode 100644
index ..099ef2d886e3
--- /dev/null
+++ b/dev-util/bugbite-cli/bugbite-cli-0.0.7.ebuild
@@ -0,0 +1,35 @@
+# Copyright 2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cargo edo shell-completion
+
+DESCRIPTION="library for bug, issue, and ticket mangling"
+HOMEPAGE="https://github.com/radhermit/bugbite;
+SRC_URI="https://github.com/radhermit/bugbite/releases/download/${P}/${P}.tar.xz;
+LICENSE="0BSD Apache-2.0 Apache-2.0-with-LLVM-exceptions BSD BSD-2 Boost-1.0 
CC0-1.0 ISC MIT MPL-2.0 Unicode-DFS-2016 Unlicense ZLIB"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="test"
+RESTRICT="!test? ( test ) "
+
+BDEPEND="
+   >=virtual/rust-1.75
+   test? ( dev-util/cargo-nextest )
+"
+
+QA_FLAGS_IGNORED="usr/bin/bite"
+
+src_test() {
+   edo cargo nextest run $(usev !debug '--release') --color always 
--all-features --tests
+}
+
+src_install() {
+   cargo_src_install
+
+   doman man/*
+   dofishcomp shell/bite.fish
+   dozshcomp shell/_bite
+   newbashcomp shell/bite.bash bite
+}

diff --git a/dev-util/bugbite-cli/metadata.xml 
b/dev-util/bugbite-cli/metadata.xml
new file mode 100644
index ..e71a8c41c9c8
--- /dev/null
+++ b/dev-util/bugbite-cli/metadata.xml
@@ -0,0 +1,16 @@
+
+https://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   a...@gentoo.org
+   Agostino Sarubbo
+   
+   
+   radher...@gentoo.org
+   Tim Harder
+   Upstream, please CC on bugs
+   
+   
+   radhermit/bugbite
+   
+