* [gentoo-commits] repo/proj/guru:dev commit in: dev-nim/ups/
@ 2022-06-29 11:52 Anna Vyalkova
0 siblings, 0 replies; 5+ messages in thread
From: Anna Vyalkova @ 2022-06-29 11:52 UTC (permalink / raw
To: gentoo-commits
commit: cea4d6431d8b92b9286521a3eea64bae43d009a2
Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Wed Jun 29 09:15:15 2022 +0000
Commit: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Wed Jun 29 11:52:37 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=cea4d643
dev-nim/ups: new package, add 0.0.7
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
dev-nim/ups/Manifest | 1 +
dev-nim/ups/metadata.xml | 12 ++++++++++++
dev-nim/ups/ups-0.0.7.ebuild | 31 +++++++++++++++++++++++++++++++
3 files changed, 44 insertions(+)
diff --git a/dev-nim/ups/Manifest b/dev-nim/ups/Manifest
new file mode 100644
index 000000000..529aa4ef7
--- /dev/null
+++ b/dev-nim/ups/Manifest
@@ -0,0 +1 @@
+DIST ups-0.0.7.tar.gz 17748 BLAKE2B 97860035c5b7f121a6cc08702dd1eabbd6960e94439642bc969c3ffc3fcf0d5c9920fdac62182f63db7e8461a485924664c3d40650286d402dde00969b71f691 SHA512 9325f6cf3e1e3cfc9889e51ae10db92356260deaa432c51671c2c27b09b7b9d574690eeacaab7597a1f706bc5a913a7e4067dd005f3658a1e86cd8151ef68239
diff --git a/dev-nim/ups/metadata.xml b/dev-nim/ups/metadata.xml
new file mode 100644
index 000000000..94890ac8e
--- /dev/null
+++ b/dev-nim/ups/metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>cyber+gentoo@sysrq.in</email>
+ <name>Anna</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="github">disruptek/ups</remote-id>
+ <bugs-to>https://github.com/disruptek/ups/issues</bugs-to>
+ </upstream>
+</pkgmetadata>
diff --git a/dev-nim/ups/ups-0.0.7.ebuild b/dev-nim/ups/ups-0.0.7.ebuild
new file mode 100644
index 000000000..35f517fdb
--- /dev/null
+++ b/dev-nim/ups/ups-0.0.7.ebuild
@@ -0,0 +1,31 @@
+# Copyright 2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit edo nimble
+
+DESCRIPTION="a package handler"
+HOMEPAGE="https://github.com/disruptek/ups"
+SRC_URI="https://github.com/disruptek/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="${PV}"
+KEYWORDS="~amd64"
+
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="=dev-nim/npeg-0*"
+BDEPEND="
+ test? (
+ ${RDEPEND}
+ dev-nim/balls
+ )
+"
+
+set_package_url "https://github.com/disruptek/ups"
+
+src_test() {
+ edo balls
+}
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-nim/ups/
@ 2022-06-30 6:01 Anna Vyalkova
0 siblings, 0 replies; 5+ messages in thread
From: Anna Vyalkova @ 2022-06-30 6:01 UTC (permalink / raw
To: gentoo-commits
commit: b8f810b54ddf7867efa63454896fe07af9f482bf
Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Wed Jun 29 19:29:48 2022 +0000
Commit: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Thu Jun 30 06:00:03 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b8f810b5
dev-nim/ups: drop custom src_test
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
dev-nim/ups/ups-0.0.7.ebuild | 14 +++-----------
1 file changed, 3 insertions(+), 11 deletions(-)
diff --git a/dev-nim/ups/ups-0.0.7.ebuild b/dev-nim/ups/ups-0.0.7.ebuild
index 35f517fdb..a004789cc 100644
--- a/dev-nim/ups/ups-0.0.7.ebuild
+++ b/dev-nim/ups/ups-0.0.7.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-inherit edo nimble
+inherit nimble
DESCRIPTION="a package handler"
HOMEPAGE="https://github.com/disruptek/ups"
@@ -17,15 +17,7 @@ IUSE="test"
RESTRICT="!test? ( test )"
RDEPEND="=dev-nim/npeg-0*"
-BDEPEND="
- test? (
- ${RDEPEND}
- dev-nim/balls
- )
-"
+DEPEND="test? ( ${RDEPEND} )"
+BDEPEND="test? ( dev-nim/balls )"
set_package_url "https://github.com/disruptek/ups"
-
-src_test() {
- edo balls
-}
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-nim/ups/
@ 2023-01-09 20:38 Anna Vyalkova
0 siblings, 0 replies; 5+ messages in thread
From: Anna Vyalkova @ 2023-01-09 20:38 UTC (permalink / raw
To: gentoo-commits
commit: 2cce2f1e1928d19159798815f9eb4311f1278cca
Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Mon Jan 9 20:31:57 2023 +0000
Commit: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Mon Jan 9 20:37:59 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2cce2f1e
dev-nim/ups: add 0.0.8
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
dev-nim/ups/Manifest | 1 +
dev-nim/ups/ups-0.0.8.ebuild | 23 +++++++++++++++++++++++
2 files changed, 24 insertions(+)
diff --git a/dev-nim/ups/Manifest b/dev-nim/ups/Manifest
index 529aa4ef7..c6e0ab5d1 100644
--- a/dev-nim/ups/Manifest
+++ b/dev-nim/ups/Manifest
@@ -1 +1,2 @@
DIST ups-0.0.7.tar.gz 17748 BLAKE2B 97860035c5b7f121a6cc08702dd1eabbd6960e94439642bc969c3ffc3fcf0d5c9920fdac62182f63db7e8461a485924664c3d40650286d402dde00969b71f691 SHA512 9325f6cf3e1e3cfc9889e51ae10db92356260deaa432c51671c2c27b09b7b9d574690eeacaab7597a1f706bc5a913a7e4067dd005f3658a1e86cd8151ef68239
+DIST ups-0.0.8.tar.gz 17670 BLAKE2B ba26f0203ca175a8786ba596124192c9e6dcd53322651d9cc98bdb5b58ea5bd2179863c2ac0cc65b18857dd3acc8c7d0ff7117ab63ee6f19d69c7646fe3eac4a SHA512 8cb754a4d4c84dde1da7e89c42603b9e2c333d09f3509b3d28de991a2f1fdac20d375eac6a99e0e76c40dc182d0c61ffd7165c4d16b44ad0c91acf5403df2d9c
diff --git a/dev-nim/ups/ups-0.0.8.ebuild b/dev-nim/ups/ups-0.0.8.ebuild
new file mode 100644
index 000000000..98c6063e4
--- /dev/null
+++ b/dev-nim/ups/ups-0.0.8.ebuild
@@ -0,0 +1,23 @@
+# Copyright 2022-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit nimble
+
+DESCRIPTION="a package handler"
+HOMEPAGE="https://github.com/disruptek/ups"
+SRC_URI="https://github.com/disruptek/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="${PV}"
+KEYWORDS="~amd64"
+
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="<dev-nim/npeg-2.0:*"
+DEPEND="test? ( ${RDEPEND} )"
+BDEPEND="test? ( dev-nim/balls )"
+
+set_package_url "https://github.com/disruptek/ups"
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-nim/ups/
@ 2023-03-07 15:33 Anna Vyalkova
0 siblings, 0 replies; 5+ messages in thread
From: Anna Vyalkova @ 2023-03-07 15:33 UTC (permalink / raw
To: gentoo-commits
commit: 1b781c9508c57341b463a589cec6091c84fe5377
Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Tue Mar 7 14:58:47 2023 +0000
Commit: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Tue Mar 7 15:33:01 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1b781c95
dev-nim/ups: drop 0.0.7
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
dev-nim/ups/Manifest | 1 -
dev-nim/ups/ups-0.0.7.ebuild | 23 -----------------------
2 files changed, 24 deletions(-)
diff --git a/dev-nim/ups/Manifest b/dev-nim/ups/Manifest
index c6e0ab5d1..7b5b1066e 100644
--- a/dev-nim/ups/Manifest
+++ b/dev-nim/ups/Manifest
@@ -1,2 +1 @@
-DIST ups-0.0.7.tar.gz 17748 BLAKE2B 97860035c5b7f121a6cc08702dd1eabbd6960e94439642bc969c3ffc3fcf0d5c9920fdac62182f63db7e8461a485924664c3d40650286d402dde00969b71f691 SHA512 9325f6cf3e1e3cfc9889e51ae10db92356260deaa432c51671c2c27b09b7b9d574690eeacaab7597a1f706bc5a913a7e4067dd005f3658a1e86cd8151ef68239
DIST ups-0.0.8.tar.gz 17670 BLAKE2B ba26f0203ca175a8786ba596124192c9e6dcd53322651d9cc98bdb5b58ea5bd2179863c2ac0cc65b18857dd3acc8c7d0ff7117ab63ee6f19d69c7646fe3eac4a SHA512 8cb754a4d4c84dde1da7e89c42603b9e2c333d09f3509b3d28de991a2f1fdac20d375eac6a99e0e76c40dc182d0c61ffd7165c4d16b44ad0c91acf5403df2d9c
diff --git a/dev-nim/ups/ups-0.0.7.ebuild b/dev-nim/ups/ups-0.0.7.ebuild
deleted file mode 100644
index 40620ccd5..000000000
--- a/dev-nim/ups/ups-0.0.7.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit nimble
-
-DESCRIPTION="a package handler"
-HOMEPAGE="https://github.com/disruptek/ups"
-SRC_URI="https://github.com/disruptek/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="${PV}"
-KEYWORDS="~amd64"
-
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="=dev-nim/npeg-0*"
-DEPEND="test? ( ${RDEPEND} )"
-BDEPEND="test? ( dev-nim/balls )"
-
-set_package_url "https://github.com/disruptek/ups"
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-nim/ups/
@ 2023-05-28 12:14 Anna Vyalkova
0 siblings, 0 replies; 5+ messages in thread
From: Anna Vyalkova @ 2023-05-28 12:14 UTC (permalink / raw
To: gentoo-commits
commit: ce7eac71bd21b2b9cdd4a50e70aa37659232c7a8
Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Sun May 28 11:28:23 2023 +0000
Commit: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Sun May 28 11:28:23 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ce7eac71
dev-nim/ups: add 0.0.9
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
dev-nim/ups/Manifest | 1 +
dev-nim/ups/ups-0.0.9.ebuild | 23 +++++++++++++++++++++++
2 files changed, 24 insertions(+)
diff --git a/dev-nim/ups/Manifest b/dev-nim/ups/Manifest
index 7b5b1066e..e5e6b9539 100644
--- a/dev-nim/ups/Manifest
+++ b/dev-nim/ups/Manifest
@@ -1 +1,2 @@
DIST ups-0.0.8.tar.gz 17670 BLAKE2B ba26f0203ca175a8786ba596124192c9e6dcd53322651d9cc98bdb5b58ea5bd2179863c2ac0cc65b18857dd3acc8c7d0ff7117ab63ee6f19d69c7646fe3eac4a SHA512 8cb754a4d4c84dde1da7e89c42603b9e2c333d09f3509b3d28de991a2f1fdac20d375eac6a99e0e76c40dc182d0c61ffd7165c4d16b44ad0c91acf5403df2d9c
+DIST ups-0.0.9.tar.gz 17666 BLAKE2B f9b8ea94e3a6f190275b15ab0f9aa9a4bab18505f28dd4db8d82d540e4aabb1c72bfdaf0d6f8513f7bc43e35b3e42fd08cf747f15cfd6e52feafb6a5675c9792 SHA512 652bf327f71b40db86c508850e3049713e2f8087f774a92cc3ecd7b654f31d713824580ad9977544a89e981417c99ad5bcaf513850faf17e2818acce064864a4
diff --git a/dev-nim/ups/ups-0.0.9.ebuild b/dev-nim/ups/ups-0.0.9.ebuild
new file mode 100644
index 000000000..98c6063e4
--- /dev/null
+++ b/dev-nim/ups/ups-0.0.9.ebuild
@@ -0,0 +1,23 @@
+# Copyright 2022-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit nimble
+
+DESCRIPTION="a package handler"
+HOMEPAGE="https://github.com/disruptek/ups"
+SRC_URI="https://github.com/disruptek/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="${PV}"
+KEYWORDS="~amd64"
+
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="<dev-nim/npeg-2.0:*"
+DEPEND="test? ( ${RDEPEND} )"
+BDEPEND="test? ( dev-nim/balls )"
+
+set_package_url "https://github.com/disruptek/ups"
^ permalink raw reply related [flat|nested] 5+ messages in thread
end of thread, other threads:[~2023-05-28 12:14 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-06-29 11:52 [gentoo-commits] repo/proj/guru:dev commit in: dev-nim/ups/ Anna Vyalkova
-- strict thread matches above, loose matches on Subject: below --
2022-06-30 6:01 Anna Vyalkova
2023-01-09 20:38 Anna Vyalkova
2023-03-07 15:33 Anna Vyalkova
2023-05-28 12:14 Anna Vyalkova
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox