public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/proj/guru:dev commit in: app-crypt/PBinCLI/
@ 2022-07-23 17:36 Haelwenn Monnier
  0 siblings, 0 replies; 4+ messages in thread
From: Haelwenn Monnier @ 2022-07-23 17:36 UTC (permalink / raw
  To: gentoo-commits

commit:     08712d2e0b9509a531dd6769c3a609294cf13ba2
Author:     Haelwenn (lanodan) Monnier <contact <AT> hacktivis <DOT> me>
AuthorDate: Sat Jul 23 17:28:30 2022 +0000
Commit:     Haelwenn Monnier <contact <AT> hacktivis <DOT> me>
CommitDate: Sat Jul 23 17:32:53 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=08712d2e

app-crypt/PBinCLI: New Package

Signed-off-by: Haelwenn (lanodan) Monnier <contact <AT> hacktivis.me>

 app-crypt/PBinCLI/Manifest             |  1 +
 app-crypt/PBinCLI/PBinCLI-0.3.2.ebuild | 23 +++++++++++++++++++++++
 app-crypt/PBinCLI/metadata.xml         |  8 ++++++++
 3 files changed, 32 insertions(+)

diff --git a/app-crypt/PBinCLI/Manifest b/app-crypt/PBinCLI/Manifest
new file mode 100644
index 000000000..3547ced85
--- /dev/null
+++ b/app-crypt/PBinCLI/Manifest
@@ -0,0 +1 @@
+DIST PBinCLI-0.3.2.tar.gz 12821 BLAKE2B dff2283f925de2a0fb26fbc1b1588943824b2613791d63dae5b921e18d9d312acbb2a61de64352706db652335bd2f18a0456c14068042743049ebe8aebba3045 SHA512 939ca5db57a1970cbed3d05d59fa50df71928c5d11566679b9eaf1a59cf53678eff9e8814f0fa15a18f086210efd5d5b1c7d8c3df9d6af254d82f91a4b4c2dfc

diff --git a/app-crypt/PBinCLI/PBinCLI-0.3.2.ebuild b/app-crypt/PBinCLI/PBinCLI-0.3.2.ebuild
new file mode 100644
index 000000000..584d5371a
--- /dev/null
+++ b/app-crypt/PBinCLI/PBinCLI-0.3.2.ebuild
@@ -0,0 +1,23 @@
+# Copyright 2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..10} )
+DISTUTILS_USE_PEP517=setuptools
+inherit distutils-r1
+
+DESCRIPTION="PrivateBin CLI"
+HOMEPAGE="https://github.com/r4sas/PBinCLI"
+SRC_URI="https://github.com/r4sas/PBinCLI/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="
+	dev-python/pycryptodome[${PYTHON_USEDEP}]
+	dev-python/sjcl[${PYTHON_USEDEP}]
+	dev-python/base58[${PYTHON_USEDEP}]
+	dev-python/requests[${PYTHON_USEDEP}]
+"
+DEPEND="${RDEPEND}"

diff --git a/app-crypt/PBinCLI/metadata.xml b/app-crypt/PBinCLI/metadata.xml
new file mode 100644
index 000000000..c698af234
--- /dev/null
+++ b/app-crypt/PBinCLI/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="person">
+		<email>contact@hacktivis.me</email>
+		<name>Haelwenn (lanodan) Monnier</name>
+	</maintainer>
+</pkgmetadata>


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: app-crypt/PBinCLI/
@ 2024-01-06 16:56 Kim Sindalsen
  0 siblings, 0 replies; 4+ messages in thread
From: Kim Sindalsen @ 2024-01-06 16:56 UTC (permalink / raw
  To: gentoo-commits

commit:     214529ec75cff26097dfe486c5abedefd4753524
Author:     Kim Sindalsen <gentoo <AT> vlh <DOT> dk>
AuthorDate: Sat Jan  6 16:55:32 2024 +0000
Commit:     Kim Sindalsen <gentoo <AT> vlh <DOT> dk>
CommitDate: Sat Jan  6 16:55:32 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=214529ec

app-crypt/PBinCLI: add 0.3.5

Signed-off-by: Kim Sindalsen <gentoo <AT> vlh.dk>

 app-crypt/PBinCLI/Manifest             |  1 +
 app-crypt/PBinCLI/PBinCLI-0.3.5.ebuild | 23 +++++++++++++++++++++++
 2 files changed, 24 insertions(+)

diff --git a/app-crypt/PBinCLI/Manifest b/app-crypt/PBinCLI/Manifest
index 3547ced856..6928c73881 100644
--- a/app-crypt/PBinCLI/Manifest
+++ b/app-crypt/PBinCLI/Manifest
@@ -1 +1,2 @@
 DIST PBinCLI-0.3.2.tar.gz 12821 BLAKE2B dff2283f925de2a0fb26fbc1b1588943824b2613791d63dae5b921e18d9d312acbb2a61de64352706db652335bd2f18a0456c14068042743049ebe8aebba3045 SHA512 939ca5db57a1970cbed3d05d59fa50df71928c5d11566679b9eaf1a59cf53678eff9e8814f0fa15a18f086210efd5d5b1c7d8c3df9d6af254d82f91a4b4c2dfc
+DIST PBinCLI-0.3.5.tar.gz 17883 BLAKE2B 9ac35c5fc62353f43caf81cd76d6524f28787c2189f6b33b2dcc16a1004718f21a68a4e2a564d8c7ae6a0705237ffa0ca561515f1ac51c58170b3bd63b4dff5a SHA512 b239471d1cdd44748a60a20a275be1bc9452f1f81116b93626aae2154590c50dabd30d3699abd6805579e7d9e8debb08fa8eb598dc884f01993cd6564fdfa8a7

diff --git a/app-crypt/PBinCLI/PBinCLI-0.3.5.ebuild b/app-crypt/PBinCLI/PBinCLI-0.3.5.ebuild
new file mode 100644
index 0000000000..cad6ee9007
--- /dev/null
+++ b/app-crypt/PBinCLI/PBinCLI-0.3.5.ebuild
@@ -0,0 +1,23 @@
+# Copyright 2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{10..12} )
+DISTUTILS_USE_PEP517=setuptools
+inherit distutils-r1
+
+DESCRIPTION="PBinCLI is a command line client for PrivateBin written in Python 3."
+HOMEPAGE="https://github.com/r4sas/PBinCLI"
+SRC_URI="https://github.com/r4sas/PBinCLI/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="
+	dev-python/pycryptodome[${PYTHON_USEDEP}]
+	dev-python/sjcl[${PYTHON_USEDEP}]
+	dev-python/base58[${PYTHON_USEDEP}]
+	dev-python/requests[${PYTHON_USEDEP}]
+"
+DEPEND="${RDEPEND}"


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: app-crypt/PBinCLI/
@ 2024-01-06 18:27 Anna Vyalkova
  0 siblings, 0 replies; 4+ messages in thread
From: Anna Vyalkova @ 2024-01-06 18:27 UTC (permalink / raw
  To: gentoo-commits

commit:     662edff771ef7b1f160e3b506716be2c5087be9e
Author:     Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Sat Jan  6 18:27:33 2024 +0000
Commit:     Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Sat Jan  6 18:27:33 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=662edff7

app-crypt/PBinCLI: disable py3.12

Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>

 app-crypt/PBinCLI/PBinCLI-0.3.5.ebuild | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/app-crypt/PBinCLI/PBinCLI-0.3.5.ebuild b/app-crypt/PBinCLI/PBinCLI-0.3.5.ebuild
index cad6ee9007..d8434ff0ee 100644
--- a/app-crypt/PBinCLI/PBinCLI-0.3.5.ebuild
+++ b/app-crypt/PBinCLI/PBinCLI-0.3.5.ebuild
@@ -1,15 +1,15 @@
-# Copyright 2022 Gentoo Authors
+# Copyright 2022-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{10..12} )
+PYTHON_COMPAT=( python3_{10..11} )
 DISTUTILS_USE_PEP517=setuptools
 inherit distutils-r1
 
-DESCRIPTION="PBinCLI is a command line client for PrivateBin written in Python 3."
+DESCRIPTION="PBinCLI is a command line client for PrivateBin written in Python 3"
 HOMEPAGE="https://github.com/r4sas/PBinCLI"
-SRC_URI="https://github.com/r4sas/PBinCLI/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
+SRC_URI="https://github.com/r4sas/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
 LICENSE="MIT"
 SLOT="0"
 KEYWORDS="~amd64"


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: app-crypt/PBinCLI/
@ 2024-03-10 22:20 Haelwenn Monnier
  0 siblings, 0 replies; 4+ messages in thread
From: Haelwenn Monnier @ 2024-03-10 22:20 UTC (permalink / raw
  To: gentoo-commits

commit:     2b0e19a84a873f3806b3da5af546d28a8554b2f2
Author:     Haelwenn (lanodan) Monnier <contact <AT> hacktivis <DOT> me>
AuthorDate: Sun Mar 10 22:19:54 2024 +0000
Commit:     Haelwenn Monnier <contact <AT> hacktivis <DOT> me>
CommitDate: Sun Mar 10 22:20:16 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2b0e19a8

app-crypt/PBinCLI: drop 0.3.2

Signed-off-by: Haelwenn (lanodan) Monnier <contact <AT> hacktivis.me>

 app-crypt/PBinCLI/Manifest             |  1 -
 app-crypt/PBinCLI/PBinCLI-0.3.2.ebuild | 23 -----------------------
 2 files changed, 24 deletions(-)

diff --git a/app-crypt/PBinCLI/Manifest b/app-crypt/PBinCLI/Manifest
index 6928c73881..a38d57bd3f 100644
--- a/app-crypt/PBinCLI/Manifest
+++ b/app-crypt/PBinCLI/Manifest
@@ -1,2 +1 @@
-DIST PBinCLI-0.3.2.tar.gz 12821 BLAKE2B dff2283f925de2a0fb26fbc1b1588943824b2613791d63dae5b921e18d9d312acbb2a61de64352706db652335bd2f18a0456c14068042743049ebe8aebba3045 SHA512 939ca5db57a1970cbed3d05d59fa50df71928c5d11566679b9eaf1a59cf53678eff9e8814f0fa15a18f086210efd5d5b1c7d8c3df9d6af254d82f91a4b4c2dfc
 DIST PBinCLI-0.3.5.tar.gz 17883 BLAKE2B 9ac35c5fc62353f43caf81cd76d6524f28787c2189f6b33b2dcc16a1004718f21a68a4e2a564d8c7ae6a0705237ffa0ca561515f1ac51c58170b3bd63b4dff5a SHA512 b239471d1cdd44748a60a20a275be1bc9452f1f81116b93626aae2154590c50dabd30d3699abd6805579e7d9e8debb08fa8eb598dc884f01993cd6564fdfa8a7

diff --git a/app-crypt/PBinCLI/PBinCLI-0.3.2.ebuild b/app-crypt/PBinCLI/PBinCLI-0.3.2.ebuild
deleted file mode 100644
index b0396d108f..0000000000
--- a/app-crypt/PBinCLI/PBinCLI-0.3.2.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_10 )
-DISTUTILS_USE_PEP517=setuptools
-inherit distutils-r1
-
-DESCRIPTION="PrivateBin CLI"
-HOMEPAGE="https://github.com/r4sas/PBinCLI"
-SRC_URI="https://github.com/r4sas/PBinCLI/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-
-RDEPEND="
-	dev-python/pycryptodome[${PYTHON_USEDEP}]
-	dev-python/sjcl[${PYTHON_USEDEP}]
-	dev-python/base58[${PYTHON_USEDEP}]
-	dev-python/requests[${PYTHON_USEDEP}]
-"
-DEPEND="${RDEPEND}"


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2024-03-10 22:20 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-03-10 22:20 [gentoo-commits] repo/proj/guru:dev commit in: app-crypt/PBinCLI/ Haelwenn Monnier
  -- strict thread matches above, loose matches on Subject: below --
2024-01-06 18:27 Anna Vyalkova
2024-01-06 16:56 Kim Sindalsen
2022-07-23 17:36 Haelwenn Monnier

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox