* [gentoo-commits] repo/proj/guru:master commit in: net-misc/purritobin/
2020-04-27 17:25 [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
@ 2020-04-27 17:32 ` Andrew Ammerlaan
0 siblings, 0 replies; 36+ messages in thread
From: Andrew Ammerlaan @ 2020-04-27 17:32 UTC (permalink / raw
To: gentoo-commits
commit: 13a236eeb6d68553ff4cf1cafb4cde24b0b1a070
Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Mon Apr 27 17:24:44 2020 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Mon Apr 27 17:24:44 2020 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=13a236ee
net-misc/purritobin: remove proxy-maint from metadata
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>
net-misc/purritobin/metadata.xml | 4 ----
1 file changed, 4 deletions(-)
diff --git a/net-misc/purritobin/metadata.xml b/net-misc/purritobin/metadata.xml
index d155fdb..65ac1f2 100644
--- a/net-misc/purritobin/metadata.xml
+++ b/net-misc/purritobin/metadata.xml
@@ -5,8 +5,4 @@
<email>gentoo@aisha.cc</email>
<name>Aisha Tammy</name>
</maintainer>
- <maintainer type="project">
- <email>proxy-maint@gentoo.org</email>
- <name>Proxy Maintainers</name>
- </maintainer>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 36+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: net-misc/purritobin/
@ 2020-04-27 17:32 Andrew Ammerlaan
0 siblings, 0 replies; 36+ messages in thread
From: Andrew Ammerlaan @ 2020-04-27 17:32 UTC (permalink / raw
To: gentoo-commits
commit: 0c574c6d74e5e642a8349af6c4018b880020bda4
Author: Aisha Tammy <gentoo <AT> aisha <DOT> cc>
AuthorDate: Mon Apr 27 16:35:06 2020 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Mon Apr 27 16:35:06 2020 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0c574c6d
net-misc/purritobin: minimalistic command line pastebin
Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Aisha Tammy <gentoo <AT> aisha.cc>
net-misc/purritobin/Manifest | 1 +
net-misc/purritobin/metadata.xml | 12 ++++++++++++
net-misc/purritobin/purritobin-0.0.2.ebuild | 30 +++++++++++++++++++++++++++++
net-misc/purritobin/purritobin-9999.ebuild | 30 +++++++++++++++++++++++++++++
4 files changed, 73 insertions(+)
diff --git a/net-misc/purritobin/Manifest b/net-misc/purritobin/Manifest
new file mode 100644
index 0000000..cca26b3
--- /dev/null
+++ b/net-misc/purritobin/Manifest
@@ -0,0 +1 @@
+DIST purritobin-0.0.2.tar.gz 6647 BLAKE2B e0b59920d644e5282966abed2128d583e306d9897c3fff6c20c3ab77b347d0cb244860d94238f1094c454489ce05570be9a19e1b2c548deb21114a66bacfdeb8 SHA512 4de009e3d2b6a15ca93affa2c0026c55d85473c9009b9f4b0766c90ef84fc860cedb433a9de4cc8a8ef0f79a3ef69f40100324ad016c74efd6a73b9651789c8b
diff --git a/net-misc/purritobin/metadata.xml b/net-misc/purritobin/metadata.xml
new file mode 100644
index 0000000..d155fdb
--- /dev/null
+++ b/net-misc/purritobin/metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>gentoo@aisha.cc</email>
+ <name>Aisha Tammy</name>
+ </maintainer>
+ <maintainer type="project">
+ <email>proxy-maint@gentoo.org</email>
+ <name>Proxy Maintainers</name>
+ </maintainer>
+</pkgmetadata>
diff --git a/net-misc/purritobin/purritobin-0.0.2.ebuild b/net-misc/purritobin/purritobin-0.0.2.ebuild
new file mode 100644
index 0000000..7502a8d
--- /dev/null
+++ b/net-misc/purritobin/purritobin-0.0.2.ebuild
@@ -0,0 +1,30 @@
+# Copyright 2019-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="minimalistic commanline pastebin"
+HOMEPAGE="https://bsd.ac"
+
+if [[ ${PV} == 9999 ]]; then
+ inherit git-r3
+ EGIT_REPO_URI="https://github.com/PurritoBin/PurritoBin.git"
+ KEYWORDS=""
+else
+ SRC_URI="https://github.com/PurritoBin/PurritoBin/archive/${PV}.tar.gz -> ${P}.tar.gz"
+ KEYWORDS="~amd64 ~arm64 ~x86"
+ S="${WORKDIR}/PurritoBin-${PV}"
+fi
+
+LICENSE="GPL-2"
+SLOT="0"
+IUSE=""
+
+DEPEND=""
+RDEPEND=""
+BDEPEND=""
+
+src_install() {
+ emake prefix="/usr" DESTDIR="${D}" install
+ einstalldocs
+}
diff --git a/net-misc/purritobin/purritobin-9999.ebuild b/net-misc/purritobin/purritobin-9999.ebuild
new file mode 100644
index 0000000..7502a8d
--- /dev/null
+++ b/net-misc/purritobin/purritobin-9999.ebuild
@@ -0,0 +1,30 @@
+# Copyright 2019-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="minimalistic commanline pastebin"
+HOMEPAGE="https://bsd.ac"
+
+if [[ ${PV} == 9999 ]]; then
+ inherit git-r3
+ EGIT_REPO_URI="https://github.com/PurritoBin/PurritoBin.git"
+ KEYWORDS=""
+else
+ SRC_URI="https://github.com/PurritoBin/PurritoBin/archive/${PV}.tar.gz -> ${P}.tar.gz"
+ KEYWORDS="~amd64 ~arm64 ~x86"
+ S="${WORKDIR}/PurritoBin-${PV}"
+fi
+
+LICENSE="GPL-2"
+SLOT="0"
+IUSE=""
+
+DEPEND=""
+RDEPEND=""
+BDEPEND=""
+
+src_install() {
+ emake prefix="/usr" DESTDIR="${D}" install
+ einstalldocs
+}
^ permalink raw reply related [flat|nested] 36+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: net-misc/purritobin/
@ 2020-06-14 10:39 Andrew Ammerlaan
0 siblings, 0 replies; 36+ messages in thread
From: Andrew Ammerlaan @ 2020-06-14 10:39 UTC (permalink / raw
To: gentoo-commits
commit: 18435148e74ea036bca5be0b334bb0a7a2558543
Author: Aisha Tammy <gentoo <AT> aisha <DOT> cc>
AuthorDate: Sat Jun 13 14:31:01 2020 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Sat Jun 13 14:31:01 2020 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=18435148
net-misc/purritobin: version bump + lib depend fixes
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Aisha Tammy <gentoo <AT> aisha.cc>
net-misc/purritobin/Manifest | 1 +
net-misc/purritobin/purritobin-0.2.1.ebuild | 50 +++++++++++++++++++++++++++++
net-misc/purritobin/purritobin-9999.ebuild | 36 +++++++++++++--------
3 files changed, 74 insertions(+), 13 deletions(-)
diff --git a/net-misc/purritobin/Manifest b/net-misc/purritobin/Manifest
index 2c34c54..c72479b 100644
--- a/net-misc/purritobin/Manifest
+++ b/net-misc/purritobin/Manifest
@@ -1 +1,2 @@
DIST purritobin-0.1.3.tar.gz 7561 BLAKE2B 0b476678e5f06b64741e3cff68822dc7c7f32af0c1313405ae8aa0b39af7e649f33b2405d63194e7634d2f2e75d1715524383f6c1b11170eac925fd814579674 SHA512 8b79fed4abd8412d04af7cf67792a8f6f658f4bc0c87b891275eb7ffb72c747c5174ed8556f6a57f160c6e6e4700bcc55b89ca1076d51d6d59b1fd906e2824a1
+DIST purritobin-0.2.1.tar.gz 9487 BLAKE2B 1aa4e44b5d79d4da6c05195ed5aa187e8c4c2864905b0f225d4e6a0c65b469c046b2172d8b2108588955930dbfc2ab01f6d01b191fd988ebdb7b5714cda2bbd9 SHA512 4dbcc473b2f4df399a572a9ae588c32564eb0d807411448a4da701d2982bc72d45dd2fb5256b9cf1b6d6b3c06b588a18ac7a2f980758763f699fe54d11207ddb
diff --git a/net-misc/purritobin/purritobin-0.2.1.ebuild b/net-misc/purritobin/purritobin-0.2.1.ebuild
new file mode 100644
index 0000000..2c9702a
--- /dev/null
+++ b/net-misc/purritobin/purritobin-0.2.1.ebuild
@@ -0,0 +1,50 @@
+# Copyright 2019-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="minimalistic commandline pastebin"
+HOMEPAGE="https://bsd.ac"
+
+if [[ ${PV} == 9999 ]]; then
+ inherit git-r3
+ EGIT_REPO_URI="https://github.com/PurritoBin/PurritoBin.git"
+ KEYWORDS=""
+else
+ SRC_URI="https://github.com/PurritoBin/PurritoBin/archive/${PV}.tar.gz -> ${P}.tar.gz"
+ KEYWORDS="~amd64 ~arm64 ~x86"
+ S="${WORKDIR}/PurritoBin-${PV}"
+fi
+
+LICENSE="GPL-2"
+SLOT="0"
+IUSE="libuv static-libs"
+
+DEPEND="dev-cpp/usockets[libuv=,static-libs?]
+ libuv? ( >=dev-libs/libuv-1.35.0[static-libs?] )
+"
+BDEPEND="
+ dev-cpp/uwebsockets
+"
+
+src_prepare() {
+ sed -i -e "s:.ifdef:ifdef:g" \
+ -e "s:.else:else:g" \
+ -e "s:.endif:endif:g" \
+ Makefile
+ default
+}
+
+src_compile() {
+ env LDFLAGS="-L/usr/$(get_libdir)" \
+ emake $(usex libuv USE_DLIBUV=1 '') \
+ $(usex static-libs USE_STATIC=1 '') \
+ all
+}
+
+src_install() {
+ emake prefix="/usr" \
+ DESTDIR="${D}" \
+ install
+ einstalldocs
+}
diff --git a/net-misc/purritobin/purritobin-9999.ebuild b/net-misc/purritobin/purritobin-9999.ebuild
index 210bf60..2c9702a 100644
--- a/net-misc/purritobin/purritobin-9999.ebuild
+++ b/net-misc/purritobin/purritobin-9999.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-DESCRIPTION="minimalistic commanline pastebin"
+DESCRIPTION="minimalistic commandline pastebin"
HOMEPAGE="https://bsd.ac"
if [[ ${PV} == 9999 ]]; then
@@ -16,25 +16,35 @@ else
S="${WORKDIR}/PurritoBin-${PV}"
fi
-LICENSE="ISC"
+LICENSE="GPL-2"
SLOT="0"
-IUSE="libuv"
+IUSE="libuv static-libs"
-DEPEND=">=dev-cpp/usockets-0.3.5:=[libuv?]
- >=dev-cpp/uwebsockets-0.17.4
- libuv? ( >=dev-libs/libuv-1.35.0 )
+DEPEND="dev-cpp/usockets[libuv=,static-libs?]
+ libuv? ( >=dev-libs/libuv-1.35.0[static-libs?] )
"
-RDEPEND="${DEPEND}"
+BDEPEND="
+ dev-cpp/uwebsockets
+"
+
+src_prepare() {
+ sed -i -e "s:.ifdef:ifdef:g" \
+ -e "s:.else:else:g" \
+ -e "s:.endif:endif:g" \
+ Makefile
+ default
+}
src_compile() {
- if use libuv; then
- WITH_LIBUV=1 emake all
- else
- emake all
- fi
+ env LDFLAGS="-L/usr/$(get_libdir)" \
+ emake $(usex libuv USE_DLIBUV=1 '') \
+ $(usex static-libs USE_STATIC=1 '') \
+ all
}
src_install() {
- emake prefix="/usr" DESTDIR="${D}" install
+ emake prefix="/usr" \
+ DESTDIR="${D}" \
+ install
einstalldocs
}
^ permalink raw reply related [flat|nested] 36+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: net-misc/purritobin/
@ 2020-06-14 10:39 Andrew Ammerlaan
0 siblings, 0 replies; 36+ messages in thread
From: Andrew Ammerlaan @ 2020-06-14 10:39 UTC (permalink / raw
To: gentoo-commits
commit: 03a52d91bded0d23bf6b5dd038363dc769111e42
Author: Aisha Tammy <gentoo <AT> aisha <DOT> cc>
AuthorDate: Sat Jun 13 14:31:31 2020 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Sat Jun 13 14:31:31 2020 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=03a52d91
net-misc/purritobin: remove old version
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Aisha Tammy <gentoo <AT> aisha.cc>
net-misc/purritobin/Manifest | 1 -
net-misc/purritobin/purritobin-0.1.3.ebuild | 40 -----------------------------
2 files changed, 41 deletions(-)
diff --git a/net-misc/purritobin/Manifest b/net-misc/purritobin/Manifest
index c72479b..a2c4a31 100644
--- a/net-misc/purritobin/Manifest
+++ b/net-misc/purritobin/Manifest
@@ -1,2 +1 @@
-DIST purritobin-0.1.3.tar.gz 7561 BLAKE2B 0b476678e5f06b64741e3cff68822dc7c7f32af0c1313405ae8aa0b39af7e649f33b2405d63194e7634d2f2e75d1715524383f6c1b11170eac925fd814579674 SHA512 8b79fed4abd8412d04af7cf67792a8f6f658f4bc0c87b891275eb7ffb72c747c5174ed8556f6a57f160c6e6e4700bcc55b89ca1076d51d6d59b1fd906e2824a1
DIST purritobin-0.2.1.tar.gz 9487 BLAKE2B 1aa4e44b5d79d4da6c05195ed5aa187e8c4c2864905b0f225d4e6a0c65b469c046b2172d8b2108588955930dbfc2ab01f6d01b191fd988ebdb7b5714cda2bbd9 SHA512 4dbcc473b2f4df399a572a9ae588c32564eb0d807411448a4da701d2982bc72d45dd2fb5256b9cf1b6d6b3c06b588a18ac7a2f980758763f699fe54d11207ddb
diff --git a/net-misc/purritobin/purritobin-0.1.3.ebuild b/net-misc/purritobin/purritobin-0.1.3.ebuild
deleted file mode 100644
index 210bf60..0000000
--- a/net-misc/purritobin/purritobin-0.1.3.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 2019-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="minimalistic commanline pastebin"
-HOMEPAGE="https://bsd.ac"
-
-if [[ ${PV} == 9999 ]]; then
- inherit git-r3
- EGIT_REPO_URI="https://github.com/PurritoBin/PurritoBin.git"
- KEYWORDS=""
-else
- SRC_URI="https://github.com/PurritoBin/PurritoBin/archive/${PV}.tar.gz -> ${P}.tar.gz"
- KEYWORDS="~amd64 ~arm64 ~x86"
- S="${WORKDIR}/PurritoBin-${PV}"
-fi
-
-LICENSE="ISC"
-SLOT="0"
-IUSE="libuv"
-
-DEPEND=">=dev-cpp/usockets-0.3.5:=[libuv?]
- >=dev-cpp/uwebsockets-0.17.4
- libuv? ( >=dev-libs/libuv-1.35.0 )
-"
-RDEPEND="${DEPEND}"
-
-src_compile() {
- if use libuv; then
- WITH_LIBUV=1 emake all
- else
- emake all
- fi
-}
-
-src_install() {
- emake prefix="/usr" DESTDIR="${D}" install
- einstalldocs
-}
^ permalink raw reply related [flat|nested] 36+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: net-misc/purritobin/
@ 2020-06-26 14:45 Andrew Ammerlaan
0 siblings, 0 replies; 36+ messages in thread
From: Andrew Ammerlaan @ 2020-06-26 14:45 UTC (permalink / raw
To: gentoo-commits
commit: cead9a95ece3cdbe0af30ff832f5afdb680f2270
Author: Aisha Tammy <gentoo <AT> aisha <DOT> cc>
AuthorDate: Fri Jun 26 10:31:22 2020 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Fri Jun 26 10:31:22 2020 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=cead9a95
net-misc/purritobin: drop old version
Package-Manager: Portage-2.3.101, Repoman-2.3.22
Signed-off-by: Aisha Tammy <gentoo <AT> aisha.cc>
net-misc/purritobin/Manifest | 1 -
net-misc/purritobin/purritobin-0.2.1.ebuild | 50 -----------------------------
2 files changed, 51 deletions(-)
diff --git a/net-misc/purritobin/Manifest b/net-misc/purritobin/Manifest
index 73d4ad9..bc91a79 100644
--- a/net-misc/purritobin/Manifest
+++ b/net-misc/purritobin/Manifest
@@ -1,2 +1 @@
-DIST purritobin-0.2.1.tar.gz 9487 BLAKE2B 1aa4e44b5d79d4da6c05195ed5aa187e8c4c2864905b0f225d4e6a0c65b469c046b2172d8b2108588955930dbfc2ab01f6d01b191fd988ebdb7b5714cda2bbd9 SHA512 4dbcc473b2f4df399a572a9ae588c32564eb0d807411448a4da701d2982bc72d45dd2fb5256b9cf1b6d6b3c06b588a18ac7a2f980758763f699fe54d11207ddb
DIST purritobin-0.2.2.tar.gz 11223 BLAKE2B da28aab88578a076f3fb795264d8dc35fb279c9ce6ed170187b9269cd80c135e9f03b06bf5668f55272b6bc479aefedfe389a0b58eb52eac7d6a9c9129f42de4 SHA512 5bf64e62333f72a98c5e00b45885012212df6d88a609c7b71aecccb89b87ea6370567efa7a5b6c9ed0f09fb6b5ba15cb2769f67509fa6ee49a00ce19e5968f18
diff --git a/net-misc/purritobin/purritobin-0.2.1.ebuild b/net-misc/purritobin/purritobin-0.2.1.ebuild
deleted file mode 100644
index 92b81b9..0000000
--- a/net-misc/purritobin/purritobin-0.2.1.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 2019-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="minimalistic commandline pastebin"
-HOMEPAGE="https://bsd.ac"
-
-if [[ ${PV} == 9999 ]]; then
- inherit git-r3
- EGIT_REPO_URI="https://github.com/PurritoBin/PurritoBin.git"
- KEYWORDS=""
-else
- SRC_URI="https://github.com/PurritoBin/PurritoBin/archive/${PV}.tar.gz -> ${P}.tar.gz"
- KEYWORDS="~amd64 ~arm64 ~x86"
- S="${WORKDIR}/PurritoBin-${PV}"
-fi
-
-LICENSE="GPL-2"
-SLOT="0"
-IUSE="libuv static-libs"
-
-DEPEND="net-libs/usockets[libuv=,static-libs?]
- libuv? ( >=dev-libs/libuv-1.35.0[static-libs?] )
-"
-BDEPEND="
- www-apps/uwebsockets
-"
-
-src_prepare() {
- sed -i -e "s:.ifdef:ifdef:g" \
- -e "s:.else:else:g" \
- -e "s:.endif:endif:g" \
- Makefile
- default
-}
-
-src_compile() {
- env LDFLAGS="-L/usr/$(get_libdir)" \
- emake $(usex libuv USE_DLIBUV=1 '') \
- $(usex static-libs USE_STATIC=1 '') \
- all
-}
-
-src_install() {
- emake prefix="/usr" \
- DESTDIR="${D}" \
- install
- einstalldocs
-}
^ permalink raw reply related [flat|nested] 36+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: net-misc/purritobin/
@ 2020-06-26 14:45 Andrew Ammerlaan
0 siblings, 0 replies; 36+ messages in thread
From: Andrew Ammerlaan @ 2020-06-26 14:45 UTC (permalink / raw
To: gentoo-commits
commit: ddacbdedfb09efa14c5099c3f1c70bae1419e10b
Author: Aisha Tammy <gentoo <AT> aisha <DOT> cc>
AuthorDate: Fri Jun 26 10:30:56 2020 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Fri Jun 26 10:30:56 2020 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ddacbded
net-misc/purritobin: version bump to 0.2.2
Package-Manager: Portage-2.3.101, Repoman-2.3.22
Signed-off-by: Aisha Tammy <gentoo <AT> aisha.cc>
net-misc/purritobin/Manifest | 1 +
.../purritobin/{purritobin-9999.ebuild => purritobin-0.2.2.ebuild} | 4 ++--
net-misc/purritobin/purritobin-9999.ebuild | 4 ++--
3 files changed, 5 insertions(+), 4 deletions(-)
diff --git a/net-misc/purritobin/Manifest b/net-misc/purritobin/Manifest
index a2c4a31..73d4ad9 100644
--- a/net-misc/purritobin/Manifest
+++ b/net-misc/purritobin/Manifest
@@ -1 +1,2 @@
DIST purritobin-0.2.1.tar.gz 9487 BLAKE2B 1aa4e44b5d79d4da6c05195ed5aa187e8c4c2864905b0f225d4e6a0c65b469c046b2172d8b2108588955930dbfc2ab01f6d01b191fd988ebdb7b5714cda2bbd9 SHA512 4dbcc473b2f4df399a572a9ae588c32564eb0d807411448a4da701d2982bc72d45dd2fb5256b9cf1b6d6b3c06b588a18ac7a2f980758763f699fe54d11207ddb
+DIST purritobin-0.2.2.tar.gz 11223 BLAKE2B da28aab88578a076f3fb795264d8dc35fb279c9ce6ed170187b9269cd80c135e9f03b06bf5668f55272b6bc479aefedfe389a0b58eb52eac7d6a9c9129f42de4 SHA512 5bf64e62333f72a98c5e00b45885012212df6d88a609c7b71aecccb89b87ea6370567efa7a5b6c9ed0f09fb6b5ba15cb2769f67509fa6ee49a00ce19e5968f18
diff --git a/net-misc/purritobin/purritobin-9999.ebuild b/net-misc/purritobin/purritobin-0.2.2.ebuild
similarity index 93%
copy from net-misc/purritobin/purritobin-9999.ebuild
copy to net-misc/purritobin/purritobin-0.2.2.ebuild
index 92b81b9..301a1af 100644
--- a/net-misc/purritobin/purritobin-9999.ebuild
+++ b/net-misc/purritobin/purritobin-0.2.2.ebuild
@@ -20,10 +20,10 @@ LICENSE="GPL-2"
SLOT="0"
IUSE="libuv static-libs"
-DEPEND="net-libs/usockets[libuv=,static-libs?]
+RDEPEND="net-libs/usockets[libuv=,static-libs?]
libuv? ( >=dev-libs/libuv-1.35.0[static-libs?] )
"
-BDEPEND="
+DEPEND="${RDEPEND}
www-apps/uwebsockets
"
diff --git a/net-misc/purritobin/purritobin-9999.ebuild b/net-misc/purritobin/purritobin-9999.ebuild
index 92b81b9..301a1af 100644
--- a/net-misc/purritobin/purritobin-9999.ebuild
+++ b/net-misc/purritobin/purritobin-9999.ebuild
@@ -20,10 +20,10 @@ LICENSE="GPL-2"
SLOT="0"
IUSE="libuv static-libs"
-DEPEND="net-libs/usockets[libuv=,static-libs?]
+RDEPEND="net-libs/usockets[libuv=,static-libs?]
libuv? ( >=dev-libs/libuv-1.35.0[static-libs?] )
"
-BDEPEND="
+DEPEND="${RDEPEND}
www-apps/uwebsockets
"
^ permalink raw reply related [flat|nested] 36+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: net-misc/purritobin/
@ 2020-07-07 15:50 Andrew Ammerlaan
0 siblings, 0 replies; 36+ messages in thread
From: Andrew Ammerlaan @ 2020-07-07 15:50 UTC (permalink / raw
To: gentoo-commits
commit: 6d1d74990c9e30b4e25322f5f367b7611c2bc038
Author: Aisha Tammy <gentoo <AT> aisha <DOT> cc>
AuthorDate: Tue Jul 7 14:04:31 2020 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Tue Jul 7 14:04:31 2020 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6d1d7499
net-misc/purritobin: version bump to 0.2.3
Package-Manager: Portage-2.3.103, Repoman-2.3.22
Signed-off-by: Aisha Tammy <gentoo <AT> aisha.cc>
net-misc/purritobin/Manifest | 1 +
net-misc/purritobin/purritobin-0.2.3.ebuild | 50 +++++++++++++++++++++++++++++
2 files changed, 51 insertions(+)
diff --git a/net-misc/purritobin/Manifest b/net-misc/purritobin/Manifest
index bc91a79..c4aa47f 100644
--- a/net-misc/purritobin/Manifest
+++ b/net-misc/purritobin/Manifest
@@ -1 +1,2 @@
DIST purritobin-0.2.2.tar.gz 11223 BLAKE2B da28aab88578a076f3fb795264d8dc35fb279c9ce6ed170187b9269cd80c135e9f03b06bf5668f55272b6bc479aefedfe389a0b58eb52eac7d6a9c9129f42de4 SHA512 5bf64e62333f72a98c5e00b45885012212df6d88a609c7b71aecccb89b87ea6370567efa7a5b6c9ed0f09fb6b5ba15cb2769f67509fa6ee49a00ce19e5968f18
+DIST purritobin-0.2.3.tar.gz 11243 BLAKE2B 0859500ff4bc818d2beeccd445118e3f5c20e88c486a63bd4ab75ce74f7bcf681f7d56f02cd995285784dc2951d29547f616637c076cb0bdf2fc9eca4f3eecce SHA512 f0642cac76ef4f27658be6b9fb89f4518b4a2edef9ad26d292c05f70f4d2b842cfad0ea26acf569e43e70dfca19d94f11e28ec09b161139ae5bddc63f0ac6af5
diff --git a/net-misc/purritobin/purritobin-0.2.3.ebuild b/net-misc/purritobin/purritobin-0.2.3.ebuild
new file mode 100644
index 0000000..301a1af
--- /dev/null
+++ b/net-misc/purritobin/purritobin-0.2.3.ebuild
@@ -0,0 +1,50 @@
+# Copyright 2019-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="minimalistic commandline pastebin"
+HOMEPAGE="https://bsd.ac"
+
+if [[ ${PV} == 9999 ]]; then
+ inherit git-r3
+ EGIT_REPO_URI="https://github.com/PurritoBin/PurritoBin.git"
+ KEYWORDS=""
+else
+ SRC_URI="https://github.com/PurritoBin/PurritoBin/archive/${PV}.tar.gz -> ${P}.tar.gz"
+ KEYWORDS="~amd64 ~arm64 ~x86"
+ S="${WORKDIR}/PurritoBin-${PV}"
+fi
+
+LICENSE="GPL-2"
+SLOT="0"
+IUSE="libuv static-libs"
+
+RDEPEND="net-libs/usockets[libuv=,static-libs?]
+ libuv? ( >=dev-libs/libuv-1.35.0[static-libs?] )
+"
+DEPEND="${RDEPEND}
+ www-apps/uwebsockets
+"
+
+src_prepare() {
+ sed -i -e "s:.ifdef:ifdef:g" \
+ -e "s:.else:else:g" \
+ -e "s:.endif:endif:g" \
+ Makefile
+ default
+}
+
+src_compile() {
+ env LDFLAGS="-L/usr/$(get_libdir)" \
+ emake $(usex libuv USE_DLIBUV=1 '') \
+ $(usex static-libs USE_STATIC=1 '') \
+ all
+}
+
+src_install() {
+ emake prefix="/usr" \
+ DESTDIR="${D}" \
+ install
+ einstalldocs
+}
^ permalink raw reply related [flat|nested] 36+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: net-misc/purritobin/
@ 2020-07-07 15:50 Andrew Ammerlaan
0 siblings, 0 replies; 36+ messages in thread
From: Andrew Ammerlaan @ 2020-07-07 15:50 UTC (permalink / raw
To: gentoo-commits
commit: 099f5857eaf1fd9e059260fa9845256ab2c34f32
Author: Aisha Tammy <gentoo <AT> aisha <DOT> cc>
AuthorDate: Tue Jul 7 14:05:07 2020 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Tue Jul 7 14:05:07 2020 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=099f5857
net-misc/purritobin: drop old version
Package-Manager: Portage-2.3.103, Repoman-2.3.22
Signed-off-by: Aisha Tammy <gentoo <AT> aisha.cc>
net-misc/purritobin/Manifest | 1 -
net-misc/purritobin/purritobin-0.2.2.ebuild | 50 -----------------------------
2 files changed, 51 deletions(-)
diff --git a/net-misc/purritobin/Manifest b/net-misc/purritobin/Manifest
index c4aa47f..55b7859 100644
--- a/net-misc/purritobin/Manifest
+++ b/net-misc/purritobin/Manifest
@@ -1,2 +1 @@
-DIST purritobin-0.2.2.tar.gz 11223 BLAKE2B da28aab88578a076f3fb795264d8dc35fb279c9ce6ed170187b9269cd80c135e9f03b06bf5668f55272b6bc479aefedfe389a0b58eb52eac7d6a9c9129f42de4 SHA512 5bf64e62333f72a98c5e00b45885012212df6d88a609c7b71aecccb89b87ea6370567efa7a5b6c9ed0f09fb6b5ba15cb2769f67509fa6ee49a00ce19e5968f18
DIST purritobin-0.2.3.tar.gz 11243 BLAKE2B 0859500ff4bc818d2beeccd445118e3f5c20e88c486a63bd4ab75ce74f7bcf681f7d56f02cd995285784dc2951d29547f616637c076cb0bdf2fc9eca4f3eecce SHA512 f0642cac76ef4f27658be6b9fb89f4518b4a2edef9ad26d292c05f70f4d2b842cfad0ea26acf569e43e70dfca19d94f11e28ec09b161139ae5bddc63f0ac6af5
diff --git a/net-misc/purritobin/purritobin-0.2.2.ebuild b/net-misc/purritobin/purritobin-0.2.2.ebuild
deleted file mode 100644
index 301a1af..0000000
--- a/net-misc/purritobin/purritobin-0.2.2.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 2019-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="minimalistic commandline pastebin"
-HOMEPAGE="https://bsd.ac"
-
-if [[ ${PV} == 9999 ]]; then
- inherit git-r3
- EGIT_REPO_URI="https://github.com/PurritoBin/PurritoBin.git"
- KEYWORDS=""
-else
- SRC_URI="https://github.com/PurritoBin/PurritoBin/archive/${PV}.tar.gz -> ${P}.tar.gz"
- KEYWORDS="~amd64 ~arm64 ~x86"
- S="${WORKDIR}/PurritoBin-${PV}"
-fi
-
-LICENSE="GPL-2"
-SLOT="0"
-IUSE="libuv static-libs"
-
-RDEPEND="net-libs/usockets[libuv=,static-libs?]
- libuv? ( >=dev-libs/libuv-1.35.0[static-libs?] )
-"
-DEPEND="${RDEPEND}
- www-apps/uwebsockets
-"
-
-src_prepare() {
- sed -i -e "s:.ifdef:ifdef:g" \
- -e "s:.else:else:g" \
- -e "s:.endif:endif:g" \
- Makefile
- default
-}
-
-src_compile() {
- env LDFLAGS="-L/usr/$(get_libdir)" \
- emake $(usex libuv USE_DLIBUV=1 '') \
- $(usex static-libs USE_STATIC=1 '') \
- all
-}
-
-src_install() {
- emake prefix="/usr" \
- DESTDIR="${D}" \
- install
- einstalldocs
-}
^ permalink raw reply related [flat|nested] 36+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: net-misc/purritobin/
@ 2020-09-11 16:51 Andrew Ammerlaan
0 siblings, 0 replies; 36+ messages in thread
From: Andrew Ammerlaan @ 2020-09-11 16:51 UTC (permalink / raw
To: gentoo-commits
commit: 01063dd1cfcff7f7437af66de5dbbc5e9d42c589
Author: Aisha Tammy <gentoo <AT> aisha <DOT> cc>
AuthorDate: Tue Sep 8 20:51:00 2020 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Tue Sep 8 20:51:00 2020 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=01063dd1
net-misc/purritobin: version bump
Package-Manager: Portage-3.0.5, Repoman-3.0.1
Signed-off-by: Aisha Tammy <gentoo <AT> aisha.cc>
net-misc/purritobin/Manifest | 1 +
net-misc/purritobin/purritobin-0.2.4.ebuild | 50 +++++++++++++++++++++++++++++
2 files changed, 51 insertions(+)
diff --git a/net-misc/purritobin/Manifest b/net-misc/purritobin/Manifest
index 55b78596..0f145ca0 100644
--- a/net-misc/purritobin/Manifest
+++ b/net-misc/purritobin/Manifest
@@ -1 +1,2 @@
DIST purritobin-0.2.3.tar.gz 11243 BLAKE2B 0859500ff4bc818d2beeccd445118e3f5c20e88c486a63bd4ab75ce74f7bcf681f7d56f02cd995285784dc2951d29547f616637c076cb0bdf2fc9eca4f3eecce SHA512 f0642cac76ef4f27658be6b9fb89f4518b4a2edef9ad26d292c05f70f4d2b842cfad0ea26acf569e43e70dfca19d94f11e28ec09b161139ae5bddc63f0ac6af5
+DIST purritobin-0.2.4.tar.gz 11356 BLAKE2B 5a96a71b5426f0e27813aaa7287fa803a7127f16e21f15689f325784878b53603536f809d898842ff4eb68a9ceee2e565015e02de4e3eb067f66ed4b84c90e99 SHA512 1394a203b80c0d53c5bd0b5d941c9d69549fb53d3ad2974e197a3d323fc6a9a00b3c5c4c81c6b42bda8b06269886c63faf6246d4c9493fb4d145e858ed69ef1e
diff --git a/net-misc/purritobin/purritobin-0.2.4.ebuild b/net-misc/purritobin/purritobin-0.2.4.ebuild
new file mode 100644
index 00000000..301a1af7
--- /dev/null
+++ b/net-misc/purritobin/purritobin-0.2.4.ebuild
@@ -0,0 +1,50 @@
+# Copyright 2019-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="minimalistic commandline pastebin"
+HOMEPAGE="https://bsd.ac"
+
+if [[ ${PV} == 9999 ]]; then
+ inherit git-r3
+ EGIT_REPO_URI="https://github.com/PurritoBin/PurritoBin.git"
+ KEYWORDS=""
+else
+ SRC_URI="https://github.com/PurritoBin/PurritoBin/archive/${PV}.tar.gz -> ${P}.tar.gz"
+ KEYWORDS="~amd64 ~arm64 ~x86"
+ S="${WORKDIR}/PurritoBin-${PV}"
+fi
+
+LICENSE="GPL-2"
+SLOT="0"
+IUSE="libuv static-libs"
+
+RDEPEND="net-libs/usockets[libuv=,static-libs?]
+ libuv? ( >=dev-libs/libuv-1.35.0[static-libs?] )
+"
+DEPEND="${RDEPEND}
+ www-apps/uwebsockets
+"
+
+src_prepare() {
+ sed -i -e "s:.ifdef:ifdef:g" \
+ -e "s:.else:else:g" \
+ -e "s:.endif:endif:g" \
+ Makefile
+ default
+}
+
+src_compile() {
+ env LDFLAGS="-L/usr/$(get_libdir)" \
+ emake $(usex libuv USE_DLIBUV=1 '') \
+ $(usex static-libs USE_STATIC=1 '') \
+ all
+}
+
+src_install() {
+ emake prefix="/usr" \
+ DESTDIR="${D}" \
+ install
+ einstalldocs
+}
^ permalink raw reply related [flat|nested] 36+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: net-misc/purritobin/
@ 2020-09-11 16:51 Andrew Ammerlaan
0 siblings, 0 replies; 36+ messages in thread
From: Andrew Ammerlaan @ 2020-09-11 16:51 UTC (permalink / raw
To: gentoo-commits
commit: 6fbe0257eb7e53d4e98fe4f6049f159f5a2f2b5f
Author: Aisha Tammy <gentoo <AT> aisha <DOT> cc>
AuthorDate: Tue Sep 8 20:51:29 2020 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Tue Sep 8 20:51:29 2020 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6fbe0257
net-misc/purritobin: drop old version
Package-Manager: Portage-3.0.5, Repoman-3.0.1
Signed-off-by: Aisha Tammy <gentoo <AT> aisha.cc>
net-misc/purritobin/Manifest | 1 -
net-misc/purritobin/purritobin-0.2.3.ebuild | 50 -----------------------------
2 files changed, 51 deletions(-)
diff --git a/net-misc/purritobin/Manifest b/net-misc/purritobin/Manifest
index 0f145ca0..27b195a6 100644
--- a/net-misc/purritobin/Manifest
+++ b/net-misc/purritobin/Manifest
@@ -1,2 +1 @@
-DIST purritobin-0.2.3.tar.gz 11243 BLAKE2B 0859500ff4bc818d2beeccd445118e3f5c20e88c486a63bd4ab75ce74f7bcf681f7d56f02cd995285784dc2951d29547f616637c076cb0bdf2fc9eca4f3eecce SHA512 f0642cac76ef4f27658be6b9fb89f4518b4a2edef9ad26d292c05f70f4d2b842cfad0ea26acf569e43e70dfca19d94f11e28ec09b161139ae5bddc63f0ac6af5
DIST purritobin-0.2.4.tar.gz 11356 BLAKE2B 5a96a71b5426f0e27813aaa7287fa803a7127f16e21f15689f325784878b53603536f809d898842ff4eb68a9ceee2e565015e02de4e3eb067f66ed4b84c90e99 SHA512 1394a203b80c0d53c5bd0b5d941c9d69549fb53d3ad2974e197a3d323fc6a9a00b3c5c4c81c6b42bda8b06269886c63faf6246d4c9493fb4d145e858ed69ef1e
diff --git a/net-misc/purritobin/purritobin-0.2.3.ebuild b/net-misc/purritobin/purritobin-0.2.3.ebuild
deleted file mode 100644
index 301a1af7..00000000
--- a/net-misc/purritobin/purritobin-0.2.3.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 2019-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="minimalistic commandline pastebin"
-HOMEPAGE="https://bsd.ac"
-
-if [[ ${PV} == 9999 ]]; then
- inherit git-r3
- EGIT_REPO_URI="https://github.com/PurritoBin/PurritoBin.git"
- KEYWORDS=""
-else
- SRC_URI="https://github.com/PurritoBin/PurritoBin/archive/${PV}.tar.gz -> ${P}.tar.gz"
- KEYWORDS="~amd64 ~arm64 ~x86"
- S="${WORKDIR}/PurritoBin-${PV}"
-fi
-
-LICENSE="GPL-2"
-SLOT="0"
-IUSE="libuv static-libs"
-
-RDEPEND="net-libs/usockets[libuv=,static-libs?]
- libuv? ( >=dev-libs/libuv-1.35.0[static-libs?] )
-"
-DEPEND="${RDEPEND}
- www-apps/uwebsockets
-"
-
-src_prepare() {
- sed -i -e "s:.ifdef:ifdef:g" \
- -e "s:.else:else:g" \
- -e "s:.endif:endif:g" \
- Makefile
- default
-}
-
-src_compile() {
- env LDFLAGS="-L/usr/$(get_libdir)" \
- emake $(usex libuv USE_DLIBUV=1 '') \
- $(usex static-libs USE_STATIC=1 '') \
- all
-}
-
-src_install() {
- emake prefix="/usr" \
- DESTDIR="${D}" \
- install
- einstalldocs
-}
^ permalink raw reply related [flat|nested] 36+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: net-misc/purritobin/
@ 2020-11-23 22:06 Andrew Ammerlaan
0 siblings, 0 replies; 36+ messages in thread
From: Andrew Ammerlaan @ 2020-11-23 22:06 UTC (permalink / raw
To: gentoo-commits
commit: d70e31ee01a6a78b12b6582ba0663a61ca4979fd
Author: epsilonKNOT <gentoo <AT> aisha <DOT> cc>
AuthorDate: Mon Nov 23 12:24:57 2020 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Mon Nov 23 12:24:57 2020 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d70e31ee
net-misc/purritobin: fix direct CXX call
Package-Manager: Portage-3.0.8, Repoman-3.0.2
Signed-off-by: Aisha Tammy <gentoo <AT> aisha.cc>
net-misc/purritobin/purritobin-0.3.0.ebuild | 7 +++++++
net-misc/purritobin/purritobin-9999.ebuild | 7 +++++++
2 files changed, 14 insertions(+)
diff --git a/net-misc/purritobin/purritobin-0.3.0.ebuild b/net-misc/purritobin/purritobin-0.3.0.ebuild
index 42d88a35..f8a74b7c 100644
--- a/net-misc/purritobin/purritobin-0.3.0.ebuild
+++ b/net-misc/purritobin/purritobin-0.3.0.ebuild
@@ -6,6 +6,8 @@ EAPI=7
DESCRIPTION="minimalistic commandline pastebin"
HOMEPAGE="https://bsd.ac"
+inherit toolchain-funcs
+
if [[ ${PV} == 9999 ]]; then
inherit git-r3
EGIT_REPO_URI="https://github.com/PurritoBin/PurritoBin.git"
@@ -23,6 +25,11 @@ DEPEND="${RDEPEND}
www-apps/uwebsockets
"
+src_configure() {
+ default
+ tc-export CXX
+}
+
src_install() {
emake PREFIX="/usr" DESTDIR="${ED}" install
einstalldocs
diff --git a/net-misc/purritobin/purritobin-9999.ebuild b/net-misc/purritobin/purritobin-9999.ebuild
index 42d88a35..f8a74b7c 100644
--- a/net-misc/purritobin/purritobin-9999.ebuild
+++ b/net-misc/purritobin/purritobin-9999.ebuild
@@ -6,6 +6,8 @@ EAPI=7
DESCRIPTION="minimalistic commandline pastebin"
HOMEPAGE="https://bsd.ac"
+inherit toolchain-funcs
+
if [[ ${PV} == 9999 ]]; then
inherit git-r3
EGIT_REPO_URI="https://github.com/PurritoBin/PurritoBin.git"
@@ -23,6 +25,11 @@ DEPEND="${RDEPEND}
www-apps/uwebsockets
"
+src_configure() {
+ default
+ tc-export CXX
+}
+
src_install() {
emake PREFIX="/usr" DESTDIR="${ED}" install
einstalldocs
^ permalink raw reply related [flat|nested] 36+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: net-misc/purritobin/
@ 2020-11-23 22:06 Andrew Ammerlaan
0 siblings, 0 replies; 36+ messages in thread
From: Andrew Ammerlaan @ 2020-11-23 22:06 UTC (permalink / raw
To: gentoo-commits
commit: eee5d98883f27b3c864e2eb96414e670f58e2798
Author: Aisha Tammy <gentoo <AT> aisha <DOT> cc>
AuthorDate: Mon Nov 23 02:48:54 2020 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Mon Nov 23 02:48:54 2020 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=eee5d988
net-misc/purritobin: drop old version
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Aisha Tammy <gentoo <AT> aisha.cc>
net-misc/purritobin/Manifest | 1 -
net-misc/purritobin/metadata.xml | 3 --
net-misc/purritobin/purritobin-0.2.4.ebuild | 50 -----------------------------
3 files changed, 54 deletions(-)
diff --git a/net-misc/purritobin/Manifest b/net-misc/purritobin/Manifest
index 563d7599..a71726b2 100644
--- a/net-misc/purritobin/Manifest
+++ b/net-misc/purritobin/Manifest
@@ -1,2 +1 @@
-DIST purritobin-0.2.4.tar.gz 11356 BLAKE2B 5a96a71b5426f0e27813aaa7287fa803a7127f16e21f15689f325784878b53603536f809d898842ff4eb68a9ceee2e565015e02de4e3eb067f66ed4b84c90e99 SHA512 1394a203b80c0d53c5bd0b5d941c9d69549fb53d3ad2974e197a3d323fc6a9a00b3c5c4c81c6b42bda8b06269886c63faf6246d4c9493fb4d145e858ed69ef1e
DIST purritobin-0.3.0.tar.gz 12531 BLAKE2B 78d2c447e5bea602258d328d054229404aeaa3f8ad244e94cc21df09a96da77a90e95052e13e3c918b77de7a186b0231cb994e9fb9b01fe25d0c6398ca794e6b SHA512 3ea26c4cbc03acd17f83e118bcd2a77a9f35f2fad54d60baa68b5451d99d058d709f88d2151d8d3876eb216845b246932f736e96c6690f0ef140cdc8c686a829
diff --git a/net-misc/purritobin/metadata.xml b/net-misc/purritobin/metadata.xml
index 8f8970aa..65ac1f20 100644
--- a/net-misc/purritobin/metadata.xml
+++ b/net-misc/purritobin/metadata.xml
@@ -5,7 +5,4 @@
<email>gentoo@aisha.cc</email>
<name>Aisha Tammy</name>
</maintainer>
- <use>
- <flag name="libuv">use libuv to do async operations, instead of linux kernels epoll</flag>
- </use>
</pkgmetadata>
diff --git a/net-misc/purritobin/purritobin-0.2.4.ebuild b/net-misc/purritobin/purritobin-0.2.4.ebuild
deleted file mode 100644
index 301a1af7..00000000
--- a/net-misc/purritobin/purritobin-0.2.4.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 2019-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="minimalistic commandline pastebin"
-HOMEPAGE="https://bsd.ac"
-
-if [[ ${PV} == 9999 ]]; then
- inherit git-r3
- EGIT_REPO_URI="https://github.com/PurritoBin/PurritoBin.git"
- KEYWORDS=""
-else
- SRC_URI="https://github.com/PurritoBin/PurritoBin/archive/${PV}.tar.gz -> ${P}.tar.gz"
- KEYWORDS="~amd64 ~arm64 ~x86"
- S="${WORKDIR}/PurritoBin-${PV}"
-fi
-
-LICENSE="GPL-2"
-SLOT="0"
-IUSE="libuv static-libs"
-
-RDEPEND="net-libs/usockets[libuv=,static-libs?]
- libuv? ( >=dev-libs/libuv-1.35.0[static-libs?] )
-"
-DEPEND="${RDEPEND}
- www-apps/uwebsockets
-"
-
-src_prepare() {
- sed -i -e "s:.ifdef:ifdef:g" \
- -e "s:.else:else:g" \
- -e "s:.endif:endif:g" \
- Makefile
- default
-}
-
-src_compile() {
- env LDFLAGS="-L/usr/$(get_libdir)" \
- emake $(usex libuv USE_DLIBUV=1 '') \
- $(usex static-libs USE_STATIC=1 '') \
- all
-}
-
-src_install() {
- emake prefix="/usr" \
- DESTDIR="${D}" \
- install
- einstalldocs
-}
^ permalink raw reply related [flat|nested] 36+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: net-misc/purritobin/
@ 2020-11-23 22:06 Andrew Ammerlaan
0 siblings, 0 replies; 36+ messages in thread
From: Andrew Ammerlaan @ 2020-11-23 22:06 UTC (permalink / raw
To: gentoo-commits
commit: 66fab450e1d871d074fea0185bb353a1bc92b2d2
Author: Aisha Tammy <gentoo <AT> aisha <DOT> cc>
AuthorDate: Mon Nov 23 02:48:07 2020 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Mon Nov 23 02:48:07 2020 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=66fab450
net-misc/purritobin: version bump to 0.3.0
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Aisha Tammy <gentoo <AT> aisha.cc>
net-misc/purritobin/Manifest | 1 +
...ritobin-9999.ebuild => purritobin-0.3.0.ebuild} | 27 +++-------------------
net-misc/purritobin/purritobin-9999.ebuild | 27 +++-------------------
3 files changed, 7 insertions(+), 48 deletions(-)
diff --git a/net-misc/purritobin/Manifest b/net-misc/purritobin/Manifest
index 27b195a6..563d7599 100644
--- a/net-misc/purritobin/Manifest
+++ b/net-misc/purritobin/Manifest
@@ -1 +1,2 @@
DIST purritobin-0.2.4.tar.gz 11356 BLAKE2B 5a96a71b5426f0e27813aaa7287fa803a7127f16e21f15689f325784878b53603536f809d898842ff4eb68a9ceee2e565015e02de4e3eb067f66ed4b84c90e99 SHA512 1394a203b80c0d53c5bd0b5d941c9d69549fb53d3ad2974e197a3d323fc6a9a00b3c5c4c81c6b42bda8b06269886c63faf6246d4c9493fb4d145e858ed69ef1e
+DIST purritobin-0.3.0.tar.gz 12531 BLAKE2B 78d2c447e5bea602258d328d054229404aeaa3f8ad244e94cc21df09a96da77a90e95052e13e3c918b77de7a186b0231cb994e9fb9b01fe25d0c6398ca794e6b SHA512 3ea26c4cbc03acd17f83e118bcd2a77a9f35f2fad54d60baa68b5451d99d058d709f88d2151d8d3876eb216845b246932f736e96c6690f0ef140cdc8c686a829
diff --git a/net-misc/purritobin/purritobin-9999.ebuild b/net-misc/purritobin/purritobin-0.3.0.ebuild
similarity index 52%
copy from net-misc/purritobin/purritobin-9999.ebuild
copy to net-misc/purritobin/purritobin-0.3.0.ebuild
index 301a1af7..42d88a35 100644
--- a/net-misc/purritobin/purritobin-9999.ebuild
+++ b/net-misc/purritobin/purritobin-0.3.0.ebuild
@@ -9,42 +9,21 @@ HOMEPAGE="https://bsd.ac"
if [[ ${PV} == 9999 ]]; then
inherit git-r3
EGIT_REPO_URI="https://github.com/PurritoBin/PurritoBin.git"
- KEYWORDS=""
else
SRC_URI="https://github.com/PurritoBin/PurritoBin/archive/${PV}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~amd64 ~arm64 ~x86"
S="${WORKDIR}/PurritoBin-${PV}"
fi
-LICENSE="GPL-2"
+LICENSE="ISC"
SLOT="0"
-IUSE="libuv static-libs"
-RDEPEND="net-libs/usockets[libuv=,static-libs?]
- libuv? ( >=dev-libs/libuv-1.35.0[static-libs?] )
-"
+RDEPEND="net-libs/usockets"
DEPEND="${RDEPEND}
www-apps/uwebsockets
"
-src_prepare() {
- sed -i -e "s:.ifdef:ifdef:g" \
- -e "s:.else:else:g" \
- -e "s:.endif:endif:g" \
- Makefile
- default
-}
-
-src_compile() {
- env LDFLAGS="-L/usr/$(get_libdir)" \
- emake $(usex libuv USE_DLIBUV=1 '') \
- $(usex static-libs USE_STATIC=1 '') \
- all
-}
-
src_install() {
- emake prefix="/usr" \
- DESTDIR="${D}" \
- install
+ emake PREFIX="/usr" DESTDIR="${ED}" install
einstalldocs
}
diff --git a/net-misc/purritobin/purritobin-9999.ebuild b/net-misc/purritobin/purritobin-9999.ebuild
index 301a1af7..42d88a35 100644
--- a/net-misc/purritobin/purritobin-9999.ebuild
+++ b/net-misc/purritobin/purritobin-9999.ebuild
@@ -9,42 +9,21 @@ HOMEPAGE="https://bsd.ac"
if [[ ${PV} == 9999 ]]; then
inherit git-r3
EGIT_REPO_URI="https://github.com/PurritoBin/PurritoBin.git"
- KEYWORDS=""
else
SRC_URI="https://github.com/PurritoBin/PurritoBin/archive/${PV}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~amd64 ~arm64 ~x86"
S="${WORKDIR}/PurritoBin-${PV}"
fi
-LICENSE="GPL-2"
+LICENSE="ISC"
SLOT="0"
-IUSE="libuv static-libs"
-RDEPEND="net-libs/usockets[libuv=,static-libs?]
- libuv? ( >=dev-libs/libuv-1.35.0[static-libs?] )
-"
+RDEPEND="net-libs/usockets"
DEPEND="${RDEPEND}
www-apps/uwebsockets
"
-src_prepare() {
- sed -i -e "s:.ifdef:ifdef:g" \
- -e "s:.else:else:g" \
- -e "s:.endif:endif:g" \
- Makefile
- default
-}
-
-src_compile() {
- env LDFLAGS="-L/usr/$(get_libdir)" \
- emake $(usex libuv USE_DLIBUV=1 '') \
- $(usex static-libs USE_STATIC=1 '') \
- all
-}
-
src_install() {
- emake prefix="/usr" \
- DESTDIR="${D}" \
- install
+ emake PREFIX="/usr" DESTDIR="${ED}" install
einstalldocs
}
^ permalink raw reply related [flat|nested] 36+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: net-misc/purritobin/
@ 2020-11-26 12:10 Andrew Ammerlaan
0 siblings, 0 replies; 36+ messages in thread
From: Andrew Ammerlaan @ 2020-11-26 12:10 UTC (permalink / raw
To: gentoo-commits
commit: 2552f7661595b3b3d8576ac1307b46b2f15bcddf
Author: epsilonKNOT <gentoo <AT> aisha <DOT> cc>
AuthorDate: Wed Nov 25 16:23:38 2020 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Wed Nov 25 16:24:11 2020 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2552f766
net-misc/purritobin: version bump to 0.3.1
Package-Manager: Portage-3.0.8, Repoman-3.0.2
Signed-off-by: Aisha Tammy <gentoo <AT> aisha.cc>
net-misc/purritobin/Manifest | 1 +
net-misc/purritobin/purritobin-0.3.1.ebuild | 36 +++++++++++++++++++++++++++++
2 files changed, 37 insertions(+)
diff --git a/net-misc/purritobin/Manifest b/net-misc/purritobin/Manifest
index a71726b2..c11a85a0 100644
--- a/net-misc/purritobin/Manifest
+++ b/net-misc/purritobin/Manifest
@@ -1 +1,2 @@
DIST purritobin-0.3.0.tar.gz 12531 BLAKE2B 78d2c447e5bea602258d328d054229404aeaa3f8ad244e94cc21df09a96da77a90e95052e13e3c918b77de7a186b0231cb994e9fb9b01fe25d0c6398ca794e6b SHA512 3ea26c4cbc03acd17f83e118bcd2a77a9f35f2fad54d60baa68b5451d99d058d709f88d2151d8d3876eb216845b246932f736e96c6690f0ef140cdc8c686a829
+DIST purritobin-0.3.1.tar.gz 13483 BLAKE2B 19b8ea1fbfcc3968340617e952d7d5e854644862d463ccfd3d7ef1fca3be6c0815d62f1482509a87ec52c705435437faeed112c024c1b7acd2da4e310e9f1f57 SHA512 549d588a217247e3fd583e559c5fe7cd25cf1091cd50cdd3d39a7eb3de615eef3699a6f6a7dc54c74c1aca4351d4b3efb51ff45cb73c963229472e65e5762ef5
diff --git a/net-misc/purritobin/purritobin-0.3.1.ebuild b/net-misc/purritobin/purritobin-0.3.1.ebuild
new file mode 100644
index 00000000..f8a74b7c
--- /dev/null
+++ b/net-misc/purritobin/purritobin-0.3.1.ebuild
@@ -0,0 +1,36 @@
+# Copyright 2019-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="minimalistic commandline pastebin"
+HOMEPAGE="https://bsd.ac"
+
+inherit toolchain-funcs
+
+if [[ ${PV} == 9999 ]]; then
+ inherit git-r3
+ EGIT_REPO_URI="https://github.com/PurritoBin/PurritoBin.git"
+else
+ SRC_URI="https://github.com/PurritoBin/PurritoBin/archive/${PV}.tar.gz -> ${P}.tar.gz"
+ KEYWORDS="~amd64 ~arm64 ~x86"
+ S="${WORKDIR}/PurritoBin-${PV}"
+fi
+
+LICENSE="ISC"
+SLOT="0"
+
+RDEPEND="net-libs/usockets"
+DEPEND="${RDEPEND}
+ www-apps/uwebsockets
+"
+
+src_configure() {
+ default
+ tc-export CXX
+}
+
+src_install() {
+ emake PREFIX="/usr" DESTDIR="${ED}" install
+ einstalldocs
+}
^ permalink raw reply related [flat|nested] 36+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: net-misc/purritobin/
@ 2020-11-26 12:10 Andrew Ammerlaan
0 siblings, 0 replies; 36+ messages in thread
From: Andrew Ammerlaan @ 2020-11-26 12:10 UTC (permalink / raw
To: gentoo-commits
commit: a2ed67bb953a3064c61419a3aa76d4f6b6a8bf2b
Author: epsilonKNOT <gentoo <AT> aisha <DOT> cc>
AuthorDate: Wed Nov 25 16:23:59 2020 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Wed Nov 25 16:24:11 2020 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a2ed67bb
net-misc/purritobin: drop old version
Package-Manager: Portage-3.0.8, Repoman-3.0.2
Signed-off-by: Aisha Tammy <gentoo <AT> aisha.cc>
net-misc/purritobin/Manifest | 1 -
net-misc/purritobin/purritobin-0.3.0.ebuild | 36 -----------------------------
2 files changed, 37 deletions(-)
diff --git a/net-misc/purritobin/Manifest b/net-misc/purritobin/Manifest
index c11a85a0..f8a79035 100644
--- a/net-misc/purritobin/Manifest
+++ b/net-misc/purritobin/Manifest
@@ -1,2 +1 @@
-DIST purritobin-0.3.0.tar.gz 12531 BLAKE2B 78d2c447e5bea602258d328d054229404aeaa3f8ad244e94cc21df09a96da77a90e95052e13e3c918b77de7a186b0231cb994e9fb9b01fe25d0c6398ca794e6b SHA512 3ea26c4cbc03acd17f83e118bcd2a77a9f35f2fad54d60baa68b5451d99d058d709f88d2151d8d3876eb216845b246932f736e96c6690f0ef140cdc8c686a829
DIST purritobin-0.3.1.tar.gz 13483 BLAKE2B 19b8ea1fbfcc3968340617e952d7d5e854644862d463ccfd3d7ef1fca3be6c0815d62f1482509a87ec52c705435437faeed112c024c1b7acd2da4e310e9f1f57 SHA512 549d588a217247e3fd583e559c5fe7cd25cf1091cd50cdd3d39a7eb3de615eef3699a6f6a7dc54c74c1aca4351d4b3efb51ff45cb73c963229472e65e5762ef5
diff --git a/net-misc/purritobin/purritobin-0.3.0.ebuild b/net-misc/purritobin/purritobin-0.3.0.ebuild
deleted file mode 100644
index f8a74b7c..00000000
--- a/net-misc/purritobin/purritobin-0.3.0.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 2019-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="minimalistic commandline pastebin"
-HOMEPAGE="https://bsd.ac"
-
-inherit toolchain-funcs
-
-if [[ ${PV} == 9999 ]]; then
- inherit git-r3
- EGIT_REPO_URI="https://github.com/PurritoBin/PurritoBin.git"
-else
- SRC_URI="https://github.com/PurritoBin/PurritoBin/archive/${PV}.tar.gz -> ${P}.tar.gz"
- KEYWORDS="~amd64 ~arm64 ~x86"
- S="${WORKDIR}/PurritoBin-${PV}"
-fi
-
-LICENSE="ISC"
-SLOT="0"
-
-RDEPEND="net-libs/usockets"
-DEPEND="${RDEPEND}
- www-apps/uwebsockets
-"
-
-src_configure() {
- default
- tc-export CXX
-}
-
-src_install() {
- emake PREFIX="/usr" DESTDIR="${ED}" install
- einstalldocs
-}
^ permalink raw reply related [flat|nested] 36+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: net-misc/purritobin/
@ 2020-11-26 12:10 Andrew Ammerlaan
0 siblings, 0 replies; 36+ messages in thread
From: Andrew Ammerlaan @ 2020-11-26 12:10 UTC (permalink / raw
To: gentoo-commits
commit: 249ac7b8939c6bc5f84cdff8109e56fc36c02c21
Author: epsilonKNOT <gentoo <AT> aisha <DOT> cc>
AuthorDate: Wed Nov 25 23:54:38 2020 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Wed Nov 25 23:54:38 2020 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=249ac7b8
net-misc/purritobin: drop old version
Package-Manager: Portage-3.0.8, Repoman-3.0.2
Signed-off-by: Aisha Tammy <gentoo <AT> aisha.cc>
net-misc/purritobin/Manifest | 1 -
net-misc/purritobin/purritobin-0.3.1.ebuild | 36 -----------------------------
2 files changed, 37 deletions(-)
diff --git a/net-misc/purritobin/Manifest b/net-misc/purritobin/Manifest
index b31e93c7..867e3de4 100644
--- a/net-misc/purritobin/Manifest
+++ b/net-misc/purritobin/Manifest
@@ -1,2 +1 @@
-DIST purritobin-0.3.1.tar.gz 13483 BLAKE2B 19b8ea1fbfcc3968340617e952d7d5e854644862d463ccfd3d7ef1fca3be6c0815d62f1482509a87ec52c705435437faeed112c024c1b7acd2da4e310e9f1f57 SHA512 549d588a217247e3fd583e559c5fe7cd25cf1091cd50cdd3d39a7eb3de615eef3699a6f6a7dc54c74c1aca4351d4b3efb51ff45cb73c963229472e65e5762ef5
DIST purritobin-0.3.2.tar.gz 13565 BLAKE2B 2e1cd35e33b0330dde96f9b39e916042543025d4834dbf1b6022b939ebf79734ba4262f8229886d4f368e1d85ab7040675374f1035b31870f460da4311fff165 SHA512 fcdb4bcc1869d8b1b9abedecd27a44a147597606893f9af5df64461a0c82db27bdffddf6f15965e1a8356185a6af836c9d86c5ed15841dd81284a6aba4720970
diff --git a/net-misc/purritobin/purritobin-0.3.1.ebuild b/net-misc/purritobin/purritobin-0.3.1.ebuild
deleted file mode 100644
index f8a74b7c..00000000
--- a/net-misc/purritobin/purritobin-0.3.1.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 2019-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="minimalistic commandline pastebin"
-HOMEPAGE="https://bsd.ac"
-
-inherit toolchain-funcs
-
-if [[ ${PV} == 9999 ]]; then
- inherit git-r3
- EGIT_REPO_URI="https://github.com/PurritoBin/PurritoBin.git"
-else
- SRC_URI="https://github.com/PurritoBin/PurritoBin/archive/${PV}.tar.gz -> ${P}.tar.gz"
- KEYWORDS="~amd64 ~arm64 ~x86"
- S="${WORKDIR}/PurritoBin-${PV}"
-fi
-
-LICENSE="ISC"
-SLOT="0"
-
-RDEPEND="net-libs/usockets"
-DEPEND="${RDEPEND}
- www-apps/uwebsockets
-"
-
-src_configure() {
- default
- tc-export CXX
-}
-
-src_install() {
- emake PREFIX="/usr" DESTDIR="${ED}" install
- einstalldocs
-}
^ permalink raw reply related [flat|nested] 36+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: net-misc/purritobin/
@ 2020-11-26 12:10 Andrew Ammerlaan
0 siblings, 0 replies; 36+ messages in thread
From: Andrew Ammerlaan @ 2020-11-26 12:10 UTC (permalink / raw
To: gentoo-commits
commit: 2321050b124eb5891bdbf9742a09583d7995d122
Author: epsilonKNOT <gentoo <AT> aisha <DOT> cc>
AuthorDate: Wed Nov 25 23:54:18 2020 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Wed Nov 25 23:54:18 2020 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2321050b
net-misc/purritobin: version bump to 0.3.2
Package-Manager: Portage-3.0.8, Repoman-3.0.2
Signed-off-by: Aisha Tammy <gentoo <AT> aisha.cc>
net-misc/purritobin/Manifest | 1 +
net-misc/purritobin/{purritobin-9999.ebuild => purritobin-0.3.2.ebuild} | 2 +-
net-misc/purritobin/purritobin-9999.ebuild | 2 +-
3 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/net-misc/purritobin/Manifest b/net-misc/purritobin/Manifest
index f8a79035..b31e93c7 100644
--- a/net-misc/purritobin/Manifest
+++ b/net-misc/purritobin/Manifest
@@ -1 +1,2 @@
DIST purritobin-0.3.1.tar.gz 13483 BLAKE2B 19b8ea1fbfcc3968340617e952d7d5e854644862d463ccfd3d7ef1fca3be6c0815d62f1482509a87ec52c705435437faeed112c024c1b7acd2da4e310e9f1f57 SHA512 549d588a217247e3fd583e559c5fe7cd25cf1091cd50cdd3d39a7eb3de615eef3699a6f6a7dc54c74c1aca4351d4b3efb51ff45cb73c963229472e65e5762ef5
+DIST purritobin-0.3.2.tar.gz 13565 BLAKE2B 2e1cd35e33b0330dde96f9b39e916042543025d4834dbf1b6022b939ebf79734ba4262f8229886d4f368e1d85ab7040675374f1035b31870f460da4311fff165 SHA512 fcdb4bcc1869d8b1b9abedecd27a44a147597606893f9af5df64461a0c82db27bdffddf6f15965e1a8356185a6af836c9d86c5ed15841dd81284a6aba4720970
diff --git a/net-misc/purritobin/purritobin-9999.ebuild b/net-misc/purritobin/purritobin-0.3.2.ebuild
similarity index 95%
copy from net-misc/purritobin/purritobin-9999.ebuild
copy to net-misc/purritobin/purritobin-0.3.2.ebuild
index f8a74b7c..e620f09a 100644
--- a/net-misc/purritobin/purritobin-9999.ebuild
+++ b/net-misc/purritobin/purritobin-0.3.2.ebuild
@@ -20,7 +20,7 @@ fi
LICENSE="ISC"
SLOT="0"
-RDEPEND="net-libs/usockets"
+RDEPEND="net-libs/usockets[ssl]"
DEPEND="${RDEPEND}
www-apps/uwebsockets
"
diff --git a/net-misc/purritobin/purritobin-9999.ebuild b/net-misc/purritobin/purritobin-9999.ebuild
index f8a74b7c..e620f09a 100644
--- a/net-misc/purritobin/purritobin-9999.ebuild
+++ b/net-misc/purritobin/purritobin-9999.ebuild
@@ -20,7 +20,7 @@ fi
LICENSE="ISC"
SLOT="0"
-RDEPEND="net-libs/usockets"
+RDEPEND="net-libs/usockets[ssl]"
DEPEND="${RDEPEND}
www-apps/uwebsockets
"
^ permalink raw reply related [flat|nested] 36+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: net-misc/purritobin/
@ 2020-12-12 15:49 Andrew Ammerlaan
0 siblings, 0 replies; 36+ messages in thread
From: Andrew Ammerlaan @ 2020-12-12 15:49 UTC (permalink / raw
To: gentoo-commits
commit: ae7b7f953ac10cf18607d9759dfd59c9f4337ae3
Author: Aisha Tammy <gentoo <AT> aisha <DOT> cc>
AuthorDate: Sat Dec 12 05:21:23 2020 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Sat Dec 12 05:21:50 2020 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ae7b7f95
net-misc/purritobin: version bump to 0.3.3
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Aisha Tammy <gentoo <AT> aisha.cc>
net-misc/purritobin/Manifest | 1 +
net-misc/purritobin/{purritobin-9999.ebuild => purritobin-0.3.3.ebuild} | 2 +-
net-misc/purritobin/purritobin-9999.ebuild | 2 +-
3 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/net-misc/purritobin/Manifest b/net-misc/purritobin/Manifest
index 867e3de4..1c50efa1 100644
--- a/net-misc/purritobin/Manifest
+++ b/net-misc/purritobin/Manifest
@@ -1 +1,2 @@
DIST purritobin-0.3.2.tar.gz 13565 BLAKE2B 2e1cd35e33b0330dde96f9b39e916042543025d4834dbf1b6022b939ebf79734ba4262f8229886d4f368e1d85ab7040675374f1035b31870f460da4311fff165 SHA512 fcdb4bcc1869d8b1b9abedecd27a44a147597606893f9af5df64461a0c82db27bdffddf6f15965e1a8356185a6af836c9d86c5ed15841dd81284a6aba4720970
+DIST purritobin-0.3.3.tar.gz 13155 BLAKE2B 1134ab3aecd9910dfdda0d18fc6ac39c4c7332798eb5863edc9dd8306de3b60a0e08d91ed18ada99b4787584b52005e9507cc33681a696c243cc98b847ae8a35 SHA512 d78727920b6b8b92a786003c51d5def143c24763cd7349fdda688bbb90d737bd958bda321b5ae7f5debbea095b9912f88b0b7e7a8501e7f33402941d7656d160
diff --git a/net-misc/purritobin/purritobin-9999.ebuild b/net-misc/purritobin/purritobin-0.3.3.ebuild
similarity index 90%
copy from net-misc/purritobin/purritobin-9999.ebuild
copy to net-misc/purritobin/purritobin-0.3.3.ebuild
index e620f09a..37179319 100644
--- a/net-misc/purritobin/purritobin-9999.ebuild
+++ b/net-misc/purritobin/purritobin-0.3.3.ebuild
@@ -31,6 +31,6 @@ src_configure() {
}
src_install() {
- emake PREFIX="/usr" DESTDIR="${ED}" install
+ emake PREFIX="/usr" MANDIR="/usr/share/man" DESTDIR="${ED}" install
einstalldocs
}
diff --git a/net-misc/purritobin/purritobin-9999.ebuild b/net-misc/purritobin/purritobin-9999.ebuild
index e620f09a..37179319 100644
--- a/net-misc/purritobin/purritobin-9999.ebuild
+++ b/net-misc/purritobin/purritobin-9999.ebuild
@@ -31,6 +31,6 @@ src_configure() {
}
src_install() {
- emake PREFIX="/usr" DESTDIR="${ED}" install
+ emake PREFIX="/usr" MANDIR="/usr/share/man" DESTDIR="${ED}" install
einstalldocs
}
^ permalink raw reply related [flat|nested] 36+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: net-misc/purritobin/
@ 2020-12-12 15:49 Andrew Ammerlaan
0 siblings, 0 replies; 36+ messages in thread
From: Andrew Ammerlaan @ 2020-12-12 15:49 UTC (permalink / raw
To: gentoo-commits
commit: d238aed4f6bcca0b5f0fceb285397a31087361ca
Author: Aisha Tammy <gentoo <AT> aisha <DOT> cc>
AuthorDate: Sat Dec 12 05:21:40 2020 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Sat Dec 12 05:21:51 2020 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d238aed4
net-misc/purritobin: drop old version
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Aisha Tammy <gentoo <AT> aisha.cc>
net-misc/purritobin/Manifest | 1 -
net-misc/purritobin/purritobin-0.3.2.ebuild | 36 -----------------------------
2 files changed, 37 deletions(-)
diff --git a/net-misc/purritobin/Manifest b/net-misc/purritobin/Manifest
index 1c50efa1..3171cffd 100644
--- a/net-misc/purritobin/Manifest
+++ b/net-misc/purritobin/Manifest
@@ -1,2 +1 @@
-DIST purritobin-0.3.2.tar.gz 13565 BLAKE2B 2e1cd35e33b0330dde96f9b39e916042543025d4834dbf1b6022b939ebf79734ba4262f8229886d4f368e1d85ab7040675374f1035b31870f460da4311fff165 SHA512 fcdb4bcc1869d8b1b9abedecd27a44a147597606893f9af5df64461a0c82db27bdffddf6f15965e1a8356185a6af836c9d86c5ed15841dd81284a6aba4720970
DIST purritobin-0.3.3.tar.gz 13155 BLAKE2B 1134ab3aecd9910dfdda0d18fc6ac39c4c7332798eb5863edc9dd8306de3b60a0e08d91ed18ada99b4787584b52005e9507cc33681a696c243cc98b847ae8a35 SHA512 d78727920b6b8b92a786003c51d5def143c24763cd7349fdda688bbb90d737bd958bda321b5ae7f5debbea095b9912f88b0b7e7a8501e7f33402941d7656d160
diff --git a/net-misc/purritobin/purritobin-0.3.2.ebuild b/net-misc/purritobin/purritobin-0.3.2.ebuild
deleted file mode 100644
index e620f09a..00000000
--- a/net-misc/purritobin/purritobin-0.3.2.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 2019-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="minimalistic commandline pastebin"
-HOMEPAGE="https://bsd.ac"
-
-inherit toolchain-funcs
-
-if [[ ${PV} == 9999 ]]; then
- inherit git-r3
- EGIT_REPO_URI="https://github.com/PurritoBin/PurritoBin.git"
-else
- SRC_URI="https://github.com/PurritoBin/PurritoBin/archive/${PV}.tar.gz -> ${P}.tar.gz"
- KEYWORDS="~amd64 ~arm64 ~x86"
- S="${WORKDIR}/PurritoBin-${PV}"
-fi
-
-LICENSE="ISC"
-SLOT="0"
-
-RDEPEND="net-libs/usockets[ssl]"
-DEPEND="${RDEPEND}
- www-apps/uwebsockets
-"
-
-src_configure() {
- default
- tc-export CXX
-}
-
-src_install() {
- emake PREFIX="/usr" DESTDIR="${ED}" install
- einstalldocs
-}
^ permalink raw reply related [flat|nested] 36+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: net-misc/purritobin/
@ 2021-01-14 13:46 Andrew Ammerlaan
0 siblings, 0 replies; 36+ messages in thread
From: Andrew Ammerlaan @ 2021-01-14 13:46 UTC (permalink / raw
To: gentoo-commits
commit: 896016b514ee8bc235d4daa0359e365b4cff7c91
Author: Aisha Tammy <gentoo <AT> aisha <DOT> cc>
AuthorDate: Wed Jan 13 18:58:50 2021 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Wed Jan 13 18:59:01 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=896016b5
net-misc/purritobin: drop old version
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Aisha Tammy <gentoo <AT> aisha.cc>
net-misc/purritobin/Manifest | 1 -
net-misc/purritobin/purritobin-0.3.3-r2.ebuild | 45 --------------------------
2 files changed, 46 deletions(-)
diff --git a/net-misc/purritobin/Manifest b/net-misc/purritobin/Manifest
index 952657ce..f604b984 100644
--- a/net-misc/purritobin/Manifest
+++ b/net-misc/purritobin/Manifest
@@ -1,2 +1 @@
-DIST purritobin-0.3.3.tar.gz 13155 BLAKE2B 1134ab3aecd9910dfdda0d18fc6ac39c4c7332798eb5863edc9dd8306de3b60a0e08d91ed18ada99b4787584b52005e9507cc33681a696c243cc98b847ae8a35 SHA512 d78727920b6b8b92a786003c51d5def143c24763cd7349fdda688bbb90d737bd958bda321b5ae7f5debbea095b9912f88b0b7e7a8501e7f33402941d7656d160
DIST purritobin-0.4.0.tar.gz 13895 BLAKE2B 4827e31bc731400c7ffd83ca12f82bd8f9e4c959f059a2b692435d91ecf717cbafb6b66cd7653c98f05ce2b8959f5a039986243ea87ea2fe194fc01bee81c349 SHA512 006b4c2d741c25dc5766d0d7dafcb910f35799721fab7bf59930be8550ac896dfe6f2ae783fe7b28c8d2e786d886777bbff9ee4a33877a8e044e9b1ffbebaeba
diff --git a/net-misc/purritobin/purritobin-0.3.3-r2.ebuild b/net-misc/purritobin/purritobin-0.3.3-r2.ebuild
deleted file mode 100644
index fd9c6136..00000000
--- a/net-misc/purritobin/purritobin-0.3.3-r2.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 2019-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="minimalistic commandline pastebin"
-HOMEPAGE="https://bsd.ac"
-
-inherit systemd toolchain-funcs
-
-if [[ ${PV} == 9999 ]]; then
- inherit git-r3
- EGIT_REPO_URI="https://github.com/PurritoBin/PurritoBin.git"
-else
- SRC_URI="https://github.com/PurritoBin/PurritoBin/archive/${PV}.tar.gz -> ${P}.tar.gz"
- KEYWORDS="~amd64 ~arm64 ~x86"
- S="${WORKDIR}/PurritoBin-${PV}"
-fi
-
-LICENSE="ISC"
-SLOT="0"
-
-RDEPEND="
- net-libs/usockets[ssl]
- acct-user/purritobin
- acct-group/purritobin
-"
-DEPEND="${RDEPEND}
- www-apps/uwebsockets
-"
-
-src_configure() {
- default
- tc-export CXX
-}
-
-src_install() {
- emake PREFIX="/usr" MANDIR="/usr/share/man" DESTDIR="${ED}" install
- insinto /var/www/purritobin
- doins frontend/paste.html
- fowners purritobin:purritobin /var/www/purritobin
- newinitd "${FILESDIR}"/purritobin.initd purritobin
- systemd_dounit "${FILESDIR}"/purritobin.service
- einstalldocs
-}
^ permalink raw reply related [flat|nested] 36+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: net-misc/purritobin/
@ 2021-01-14 13:46 Andrew Ammerlaan
0 siblings, 0 replies; 36+ messages in thread
From: Andrew Ammerlaan @ 2021-01-14 13:46 UTC (permalink / raw
To: gentoo-commits
commit: f98a8c0132bfa3c17fa6e9d461c622250543f82c
Author: Aisha Tammy <gentoo <AT> aisha <DOT> cc>
AuthorDate: Wed Jan 13 18:58:09 2021 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Wed Jan 13 18:59:00 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f98a8c01
net-misc/purritobin: version bump to 0.4.0
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Aisha Tammy <gentoo <AT> aisha.cc>
net-misc/purritobin/Manifest | 1 +
net-misc/purritobin/purritobin-0.4.0.ebuild | 45 +++++++++++++++++++++++++++++
2 files changed, 46 insertions(+)
diff --git a/net-misc/purritobin/Manifest b/net-misc/purritobin/Manifest
index 3171cffd..952657ce 100644
--- a/net-misc/purritobin/Manifest
+++ b/net-misc/purritobin/Manifest
@@ -1 +1,2 @@
DIST purritobin-0.3.3.tar.gz 13155 BLAKE2B 1134ab3aecd9910dfdda0d18fc6ac39c4c7332798eb5863edc9dd8306de3b60a0e08d91ed18ada99b4787584b52005e9507cc33681a696c243cc98b847ae8a35 SHA512 d78727920b6b8b92a786003c51d5def143c24763cd7349fdda688bbb90d737bd958bda321b5ae7f5debbea095b9912f88b0b7e7a8501e7f33402941d7656d160
+DIST purritobin-0.4.0.tar.gz 13895 BLAKE2B 4827e31bc731400c7ffd83ca12f82bd8f9e4c959f059a2b692435d91ecf717cbafb6b66cd7653c98f05ce2b8959f5a039986243ea87ea2fe194fc01bee81c349 SHA512 006b4c2d741c25dc5766d0d7dafcb910f35799721fab7bf59930be8550ac896dfe6f2ae783fe7b28c8d2e786d886777bbff9ee4a33877a8e044e9b1ffbebaeba
diff --git a/net-misc/purritobin/purritobin-0.4.0.ebuild b/net-misc/purritobin/purritobin-0.4.0.ebuild
new file mode 100644
index 00000000..fd9c6136
--- /dev/null
+++ b/net-misc/purritobin/purritobin-0.4.0.ebuild
@@ -0,0 +1,45 @@
+# Copyright 2019-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="minimalistic commandline pastebin"
+HOMEPAGE="https://bsd.ac"
+
+inherit systemd toolchain-funcs
+
+if [[ ${PV} == 9999 ]]; then
+ inherit git-r3
+ EGIT_REPO_URI="https://github.com/PurritoBin/PurritoBin.git"
+else
+ SRC_URI="https://github.com/PurritoBin/PurritoBin/archive/${PV}.tar.gz -> ${P}.tar.gz"
+ KEYWORDS="~amd64 ~arm64 ~x86"
+ S="${WORKDIR}/PurritoBin-${PV}"
+fi
+
+LICENSE="ISC"
+SLOT="0"
+
+RDEPEND="
+ net-libs/usockets[ssl]
+ acct-user/purritobin
+ acct-group/purritobin
+"
+DEPEND="${RDEPEND}
+ www-apps/uwebsockets
+"
+
+src_configure() {
+ default
+ tc-export CXX
+}
+
+src_install() {
+ emake PREFIX="/usr" MANDIR="/usr/share/man" DESTDIR="${ED}" install
+ insinto /var/www/purritobin
+ doins frontend/paste.html
+ fowners purritobin:purritobin /var/www/purritobin
+ newinitd "${FILESDIR}"/purritobin.initd purritobin
+ systemd_dounit "${FILESDIR}"/purritobin.service
+ einstalldocs
+}
^ permalink raw reply related [flat|nested] 36+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: net-misc/purritobin/
@ 2021-01-29 11:10 Andrew Ammerlaan
0 siblings, 0 replies; 36+ messages in thread
From: Andrew Ammerlaan @ 2021-01-29 11:10 UTC (permalink / raw
To: gentoo-commits
commit: 36604ace86c638d7fe80aa8ef555a2a1e4dac541
Author: Aisha Tammy <gentoo <AT> aisha <DOT> cc>
AuthorDate: Fri Jan 29 02:17:03 2021 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Fri Jan 29 02:20:29 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=36604ace
net-misc/purritobin: add test target in live
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Aisha Tammy <gentoo <AT> aisha.cc>
net-misc/purritobin/purritobin-9999.ebuild | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/net-misc/purritobin/purritobin-9999.ebuild b/net-misc/purritobin/purritobin-9999.ebuild
index fd9c6136..3866d837 100644
--- a/net-misc/purritobin/purritobin-9999.ebuild
+++ b/net-misc/purritobin/purritobin-9999.ebuild
@@ -19,6 +19,8 @@ fi
LICENSE="ISC"
SLOT="0"
+IUSE="test"
+RESTRICT="!test? ( test )"
RDEPEND="
net-libs/usockets[ssl]
@@ -34,6 +36,10 @@ src_configure() {
tc-export CXX
}
+src_test() {
+ emake check
+}
+
src_install() {
emake PREFIX="/usr" MANDIR="/usr/share/man" DESTDIR="${ED}" install
insinto /var/www/purritobin
^ permalink raw reply related [flat|nested] 36+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: net-misc/purritobin/
@ 2021-02-09 14:46 Andrew Ammerlaan
0 siblings, 0 replies; 36+ messages in thread
From: Andrew Ammerlaan @ 2021-02-09 14:46 UTC (permalink / raw
To: gentoo-commits
commit: 503afd5186e5ead2186f388d0e9f5538d341918d
Author: Aisha Tammy <gentoo <AT> aisha <DOT> cc>
AuthorDate: Sun Feb 7 17:39:52 2021 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Sun Feb 7 17:40:36 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=503afd51
net-misc/purritobin: version bump to 0.4.1
Signed-off-by: Aisha Tammy <gentoo <AT> aisha.cc>
net-misc/purritobin/Manifest | 1 +
net-misc/purritobin/purritobin-0.4.1.ebuild | 51 +++++++++++++++++++++++++++++
2 files changed, 52 insertions(+)
diff --git a/net-misc/purritobin/Manifest b/net-misc/purritobin/Manifest
index f604b984..3636af0a 100644
--- a/net-misc/purritobin/Manifest
+++ b/net-misc/purritobin/Manifest
@@ -1 +1,2 @@
DIST purritobin-0.4.0.tar.gz 13895 BLAKE2B 4827e31bc731400c7ffd83ca12f82bd8f9e4c959f059a2b692435d91ecf717cbafb6b66cd7653c98f05ce2b8959f5a039986243ea87ea2fe194fc01bee81c349 SHA512 006b4c2d741c25dc5766d0d7dafcb910f35799721fab7bf59930be8550ac896dfe6f2ae783fe7b28c8d2e786d886777bbff9ee4a33877a8e044e9b1ffbebaeba
+DIST purritobin-0.4.1.tar.gz 14363 BLAKE2B 96bcfe76556f430db52ea99bb991acd66c92926faf3c3259b56db16c0195b1a5c70e311e51054a7c1d7d78d687de2e162c214933f9ba6f16dbf3189536e98f06 SHA512 83b448e9599ab87d324d8ff988f339cafe38f8681c92ab986cea0042862db8fe8ce51d979edffedd0a819baa4d25ebffa26fa5362e5e96ab76b8a982a8cb0877
diff --git a/net-misc/purritobin/purritobin-0.4.1.ebuild b/net-misc/purritobin/purritobin-0.4.1.ebuild
new file mode 100644
index 00000000..3866d837
--- /dev/null
+++ b/net-misc/purritobin/purritobin-0.4.1.ebuild
@@ -0,0 +1,51 @@
+# Copyright 2019-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="minimalistic commandline pastebin"
+HOMEPAGE="https://bsd.ac"
+
+inherit systemd toolchain-funcs
+
+if [[ ${PV} == 9999 ]]; then
+ inherit git-r3
+ EGIT_REPO_URI="https://github.com/PurritoBin/PurritoBin.git"
+else
+ SRC_URI="https://github.com/PurritoBin/PurritoBin/archive/${PV}.tar.gz -> ${P}.tar.gz"
+ KEYWORDS="~amd64 ~arm64 ~x86"
+ S="${WORKDIR}/PurritoBin-${PV}"
+fi
+
+LICENSE="ISC"
+SLOT="0"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+ net-libs/usockets[ssl]
+ acct-user/purritobin
+ acct-group/purritobin
+"
+DEPEND="${RDEPEND}
+ www-apps/uwebsockets
+"
+
+src_configure() {
+ default
+ tc-export CXX
+}
+
+src_test() {
+ emake check
+}
+
+src_install() {
+ emake PREFIX="/usr" MANDIR="/usr/share/man" DESTDIR="${ED}" install
+ insinto /var/www/purritobin
+ doins frontend/paste.html
+ fowners purritobin:purritobin /var/www/purritobin
+ newinitd "${FILESDIR}"/purritobin.initd purritobin
+ systemd_dounit "${FILESDIR}"/purritobin.service
+ einstalldocs
+}
^ permalink raw reply related [flat|nested] 36+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: net-misc/purritobin/
@ 2021-02-09 14:46 Andrew Ammerlaan
0 siblings, 0 replies; 36+ messages in thread
From: Andrew Ammerlaan @ 2021-02-09 14:46 UTC (permalink / raw
To: gentoo-commits
commit: 6c215ad4da16021e7fcbb908e3b693471fa940cb
Author: Aisha Tammy <gentoo <AT> aisha <DOT> cc>
AuthorDate: Sun Feb 7 17:41:04 2021 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Sun Feb 7 17:41:13 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6c215ad4
net-misc/purritobin: drop old version
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Aisha Tammy <gentoo <AT> aisha.cc>
net-misc/purritobin/Manifest | 1 -
net-misc/purritobin/purritobin-0.4.0.ebuild | 45 -----------------------------
2 files changed, 46 deletions(-)
diff --git a/net-misc/purritobin/Manifest b/net-misc/purritobin/Manifest
index 3636af0a..1a6737e3 100644
--- a/net-misc/purritobin/Manifest
+++ b/net-misc/purritobin/Manifest
@@ -1,2 +1 @@
-DIST purritobin-0.4.0.tar.gz 13895 BLAKE2B 4827e31bc731400c7ffd83ca12f82bd8f9e4c959f059a2b692435d91ecf717cbafb6b66cd7653c98f05ce2b8959f5a039986243ea87ea2fe194fc01bee81c349 SHA512 006b4c2d741c25dc5766d0d7dafcb910f35799721fab7bf59930be8550ac896dfe6f2ae783fe7b28c8d2e786d886777bbff9ee4a33877a8e044e9b1ffbebaeba
DIST purritobin-0.4.1.tar.gz 14363 BLAKE2B 96bcfe76556f430db52ea99bb991acd66c92926faf3c3259b56db16c0195b1a5c70e311e51054a7c1d7d78d687de2e162c214933f9ba6f16dbf3189536e98f06 SHA512 83b448e9599ab87d324d8ff988f339cafe38f8681c92ab986cea0042862db8fe8ce51d979edffedd0a819baa4d25ebffa26fa5362e5e96ab76b8a982a8cb0877
diff --git a/net-misc/purritobin/purritobin-0.4.0.ebuild b/net-misc/purritobin/purritobin-0.4.0.ebuild
deleted file mode 100644
index fd9c6136..00000000
--- a/net-misc/purritobin/purritobin-0.4.0.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 2019-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="minimalistic commandline pastebin"
-HOMEPAGE="https://bsd.ac"
-
-inherit systemd toolchain-funcs
-
-if [[ ${PV} == 9999 ]]; then
- inherit git-r3
- EGIT_REPO_URI="https://github.com/PurritoBin/PurritoBin.git"
-else
- SRC_URI="https://github.com/PurritoBin/PurritoBin/archive/${PV}.tar.gz -> ${P}.tar.gz"
- KEYWORDS="~amd64 ~arm64 ~x86"
- S="${WORKDIR}/PurritoBin-${PV}"
-fi
-
-LICENSE="ISC"
-SLOT="0"
-
-RDEPEND="
- net-libs/usockets[ssl]
- acct-user/purritobin
- acct-group/purritobin
-"
-DEPEND="${RDEPEND}
- www-apps/uwebsockets
-"
-
-src_configure() {
- default
- tc-export CXX
-}
-
-src_install() {
- emake PREFIX="/usr" MANDIR="/usr/share/man" DESTDIR="${ED}" install
- insinto /var/www/purritobin
- doins frontend/paste.html
- fowners purritobin:purritobin /var/www/purritobin
- newinitd "${FILESDIR}"/purritobin.initd purritobin
- systemd_dounit "${FILESDIR}"/purritobin.service
- einstalldocs
-}
^ permalink raw reply related [flat|nested] 36+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: net-misc/purritobin/
@ 2021-02-09 14:46 Andrew Ammerlaan
0 siblings, 0 replies; 36+ messages in thread
From: Andrew Ammerlaan @ 2021-02-09 14:46 UTC (permalink / raw
To: gentoo-commits
commit: a0996555c33c2a70b4b56395f42ea15b2a07e07d
Author: Aisha Tammy <gentoo <AT> aisha <DOT> cc>
AuthorDate: Sun Feb 7 21:09:35 2021 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Sun Feb 7 21:10:00 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a0996555
net-misc/purritobin: remove uneeded src_test
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Aisha Tammy <gentoo <AT> aisha.cc>
net-misc/purritobin/purritobin-0.4.1.ebuild | 4 ----
net-misc/purritobin/purritobin-9999.ebuild | 4 ----
2 files changed, 8 deletions(-)
diff --git a/net-misc/purritobin/purritobin-0.4.1.ebuild b/net-misc/purritobin/purritobin-0.4.1.ebuild
index 3866d837..5bfefc1e 100644
--- a/net-misc/purritobin/purritobin-0.4.1.ebuild
+++ b/net-misc/purritobin/purritobin-0.4.1.ebuild
@@ -36,10 +36,6 @@ src_configure() {
tc-export CXX
}
-src_test() {
- emake check
-}
-
src_install() {
emake PREFIX="/usr" MANDIR="/usr/share/man" DESTDIR="${ED}" install
insinto /var/www/purritobin
diff --git a/net-misc/purritobin/purritobin-9999.ebuild b/net-misc/purritobin/purritobin-9999.ebuild
index 3866d837..5bfefc1e 100644
--- a/net-misc/purritobin/purritobin-9999.ebuild
+++ b/net-misc/purritobin/purritobin-9999.ebuild
@@ -36,10 +36,6 @@ src_configure() {
tc-export CXX
}
-src_test() {
- emake check
-}
-
src_install() {
emake PREFIX="/usr" MANDIR="/usr/share/man" DESTDIR="${ED}" install
insinto /var/www/purritobin
^ permalink raw reply related [flat|nested] 36+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: net-misc/purritobin/
@ 2021-02-11 19:27 Andrew Ammerlaan
0 siblings, 0 replies; 36+ messages in thread
From: Andrew Ammerlaan @ 2021-02-11 19:27 UTC (permalink / raw
To: gentoo-commits
commit: d43819b4b937a53f8593eeb4692cf13750112c4e
Author: Aisha Tammy <gentoo <AT> aisha <DOT> cc>
AuthorDate: Thu Feb 11 18:17:30 2021 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Thu Feb 11 19:01:17 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d43819b4
net-misc/purritobin: version bump to 0.4.2
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Aisha Tammy <gentoo <AT> aisha.cc>
net-misc/purritobin/Manifest | 1 +
.../purritobin/{purritobin-9999.ebuild => purritobin-0.4.2.ebuild} | 4 ++--
net-misc/purritobin/purritobin-9999.ebuild | 4 ++--
3 files changed, 5 insertions(+), 4 deletions(-)
diff --git a/net-misc/purritobin/Manifest b/net-misc/purritobin/Manifest
index 1a6737e3..84ad34bf 100644
--- a/net-misc/purritobin/Manifest
+++ b/net-misc/purritobin/Manifest
@@ -1 +1,2 @@
DIST purritobin-0.4.1.tar.gz 14363 BLAKE2B 96bcfe76556f430db52ea99bb991acd66c92926faf3c3259b56db16c0195b1a5c70e311e51054a7c1d7d78d687de2e162c214933f9ba6f16dbf3189536e98f06 SHA512 83b448e9599ab87d324d8ff988f339cafe38f8681c92ab986cea0042862db8fe8ce51d979edffedd0a819baa4d25ebffa26fa5362e5e96ab76b8a982a8cb0877
+DIST purritobin-0.4.2.tar.gz 15436 BLAKE2B 3e632738a9dc17beb331f80a79b52cf75716401d5aa6c6ebb696fd22ea6c65a5f0b7b80e78f8849783ef9688adcc740837d0ae0ab24407f49b274cb09e60eb7d SHA512 1e348ba30ffc1d79643b15da275e29536d3c0a7719ecf27455fafe84a066c7f8d08c5fad5be513d9d6b2b9a7e094dbe38f982eb791b2224a5c32e6fe2a41e0bc
diff --git a/net-misc/purritobin/purritobin-9999.ebuild b/net-misc/purritobin/purritobin-0.4.2.ebuild
similarity index 90%
copy from net-misc/purritobin/purritobin-9999.ebuild
copy to net-misc/purritobin/purritobin-0.4.2.ebuild
index 5bfefc1e..cbfc6e35 100644
--- a/net-misc/purritobin/purritobin-9999.ebuild
+++ b/net-misc/purritobin/purritobin-0.4.2.ebuild
@@ -41,7 +41,7 @@ src_install() {
insinto /var/www/purritobin
doins frontend/paste.html
fowners purritobin:purritobin /var/www/purritobin
- newinitd "${FILESDIR}"/purritobin.initd purritobin
- systemd_dounit "${FILESDIR}"/purritobin.service
+ newinitd services/openrc purritobin
+ systemd_newunit services/systemd purritobin.service
einstalldocs
}
diff --git a/net-misc/purritobin/purritobin-9999.ebuild b/net-misc/purritobin/purritobin-9999.ebuild
index 5bfefc1e..cbfc6e35 100644
--- a/net-misc/purritobin/purritobin-9999.ebuild
+++ b/net-misc/purritobin/purritobin-9999.ebuild
@@ -41,7 +41,7 @@ src_install() {
insinto /var/www/purritobin
doins frontend/paste.html
fowners purritobin:purritobin /var/www/purritobin
- newinitd "${FILESDIR}"/purritobin.initd purritobin
- systemd_dounit "${FILESDIR}"/purritobin.service
+ newinitd services/openrc purritobin
+ systemd_newunit services/systemd purritobin.service
einstalldocs
}
^ permalink raw reply related [flat|nested] 36+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: net-misc/purritobin/
@ 2021-03-04 9:32 Andrew Ammerlaan
0 siblings, 0 replies; 36+ messages in thread
From: Andrew Ammerlaan @ 2021-03-04 9:32 UTC (permalink / raw
To: gentoo-commits
commit: 0d9430ac51cfe05fb29be7f8f9be8e3ebe304630
Author: Aisha Tammy <floss <AT> bsd <DOT> ac>
AuthorDate: Thu Mar 4 01:47:35 2021 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Thu Mar 4 01:47:35 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0d9430ac
net-misc/purritobin: version bump to 0.5.0
Package-Manager: Portage-3.0.16, Repoman-3.0.2
Signed-off-by: Aisha Tammy <floss <AT> bsd.ac>
net-misc/purritobin/Manifest | 1 +
net-misc/purritobin/purritobin-0.5.0.ebuild | 47 +++++++++++++++++++++++++++++
2 files changed, 48 insertions(+)
diff --git a/net-misc/purritobin/Manifest b/net-misc/purritobin/Manifest
index 93d703f7..3352f93a 100644
--- a/net-misc/purritobin/Manifest
+++ b/net-misc/purritobin/Manifest
@@ -1 +1,2 @@
DIST purritobin-0.4.2.tar.gz 15436 BLAKE2B 3e632738a9dc17beb331f80a79b52cf75716401d5aa6c6ebb696fd22ea6c65a5f0b7b80e78f8849783ef9688adcc740837d0ae0ab24407f49b274cb09e60eb7d SHA512 1e348ba30ffc1d79643b15da275e29536d3c0a7719ecf27455fafe84a066c7f8d08c5fad5be513d9d6b2b9a7e094dbe38f982eb791b2224a5c32e6fe2a41e0bc
+DIST purritobin-0.5.0.tar.gz 16535 BLAKE2B e24943fcd459691a5c5d22c7a1345de1a1101769d502bf3f517310827857315b4c8ea10acc6295cea725959e908b938d3ef6d9379def4c5eaff6000a38a51361 SHA512 fea4127fd9908f86529c80c711bdba90a26b93186b29f1a06a2d541689ef924adc3c62b865ce66d7329c12dcb00d4e3e143ee1db033660ffeea04b8c77e4bd6a
diff --git a/net-misc/purritobin/purritobin-0.5.0.ebuild b/net-misc/purritobin/purritobin-0.5.0.ebuild
new file mode 100644
index 00000000..cbfc6e35
--- /dev/null
+++ b/net-misc/purritobin/purritobin-0.5.0.ebuild
@@ -0,0 +1,47 @@
+# Copyright 2019-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="minimalistic commandline pastebin"
+HOMEPAGE="https://bsd.ac"
+
+inherit systemd toolchain-funcs
+
+if [[ ${PV} == 9999 ]]; then
+ inherit git-r3
+ EGIT_REPO_URI="https://github.com/PurritoBin/PurritoBin.git"
+else
+ SRC_URI="https://github.com/PurritoBin/PurritoBin/archive/${PV}.tar.gz -> ${P}.tar.gz"
+ KEYWORDS="~amd64 ~arm64 ~x86"
+ S="${WORKDIR}/PurritoBin-${PV}"
+fi
+
+LICENSE="ISC"
+SLOT="0"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+ net-libs/usockets[ssl]
+ acct-user/purritobin
+ acct-group/purritobin
+"
+DEPEND="${RDEPEND}
+ www-apps/uwebsockets
+"
+
+src_configure() {
+ default
+ tc-export CXX
+}
+
+src_install() {
+ emake PREFIX="/usr" MANDIR="/usr/share/man" DESTDIR="${ED}" install
+ insinto /var/www/purritobin
+ doins frontend/paste.html
+ fowners purritobin:purritobin /var/www/purritobin
+ newinitd services/openrc purritobin
+ systemd_newunit services/systemd purritobin.service
+ einstalldocs
+}
^ permalink raw reply related [flat|nested] 36+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: net-misc/purritobin/
@ 2021-04-12 5:38 Theo Anderson
0 siblings, 0 replies; 36+ messages in thread
From: Theo Anderson @ 2021-04-12 5:38 UTC (permalink / raw
To: gentoo-commits
commit: 6e56068c8907076725b0fffd252e97a16eea9182
Author: Aisha Tammy <gentoo <AT> aisha <DOT> cc>
AuthorDate: Sun Apr 11 12:50:00 2021 +0000
Commit: Theo Anderson <telans <AT> posteo <DOT> de>
CommitDate: Sun Apr 11 12:50:11 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6e56068c
net-misc/purritobin: drop old version
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Aisha Tammy <gentoo <AT> aisha.cc>
net-misc/purritobin/Manifest | 1 -
net-misc/purritobin/purritobin-0.5.1.ebuild | 47 -----------------------------
2 files changed, 48 deletions(-)
diff --git a/net-misc/purritobin/Manifest b/net-misc/purritobin/Manifest
index 1a39fae0d..abb8427be 100644
--- a/net-misc/purritobin/Manifest
+++ b/net-misc/purritobin/Manifest
@@ -1,2 +1 @@
-DIST purritobin-0.5.1.tar.gz 18273 BLAKE2B 8040e8f6e4d0cf6bfa9d915365420be40900f685fcce8ddf28236a1874f3b317ca3dae0e59fd54650ceeffd21513a9ed3c272f637b7c5b9f7a9ee12b6e3c2e07 SHA512 80e6e88d1081d30e8cfb34608e9e6c6d78ff67960954e73ffcb8844d3e654c91b6e701b2f2e082869196a3bf5e132b6111bd40c7261082034f9e38f36b6536ff
DIST purritobin-0.5.2.tar.gz 18272 BLAKE2B f5f93a5c6bb189e232cd6eaa05c1c914fa48d5b767697064e238ed1fc83224b6457e452b459c5d62dd17c12454cee43b08ed916589237aca5ab6d04968e653bd SHA512 13bb3c2a1382ae1a45922a997852db573517dd7a8ff6145b349ab62632fa6bdcd2441c6559baf375286c615a72e7bdf065de3fbcb164aee2a8408f17deade629
diff --git a/net-misc/purritobin/purritobin-0.5.1.ebuild b/net-misc/purritobin/purritobin-0.5.1.ebuild
deleted file mode 100644
index cbfc6e352..000000000
--- a/net-misc/purritobin/purritobin-0.5.1.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 2019-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="minimalistic commandline pastebin"
-HOMEPAGE="https://bsd.ac"
-
-inherit systemd toolchain-funcs
-
-if [[ ${PV} == 9999 ]]; then
- inherit git-r3
- EGIT_REPO_URI="https://github.com/PurritoBin/PurritoBin.git"
-else
- SRC_URI="https://github.com/PurritoBin/PurritoBin/archive/${PV}.tar.gz -> ${P}.tar.gz"
- KEYWORDS="~amd64 ~arm64 ~x86"
- S="${WORKDIR}/PurritoBin-${PV}"
-fi
-
-LICENSE="ISC"
-SLOT="0"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
- net-libs/usockets[ssl]
- acct-user/purritobin
- acct-group/purritobin
-"
-DEPEND="${RDEPEND}
- www-apps/uwebsockets
-"
-
-src_configure() {
- default
- tc-export CXX
-}
-
-src_install() {
- emake PREFIX="/usr" MANDIR="/usr/share/man" DESTDIR="${ED}" install
- insinto /var/www/purritobin
- doins frontend/paste.html
- fowners purritobin:purritobin /var/www/purritobin
- newinitd services/openrc purritobin
- systemd_newunit services/systemd purritobin.service
- einstalldocs
-}
^ permalink raw reply related [flat|nested] 36+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: net-misc/purritobin/
@ 2021-04-12 5:38 Theo Anderson
0 siblings, 0 replies; 36+ messages in thread
From: Theo Anderson @ 2021-04-12 5:38 UTC (permalink / raw
To: gentoo-commits
commit: b16b02c0bf045ba650815b7050ba025536b9c759
Author: Aisha Tammy <gentoo <AT> aisha <DOT> cc>
AuthorDate: Sun Apr 11 12:49:40 2021 +0000
Commit: Theo Anderson <telans <AT> posteo <DOT> de>
CommitDate: Sun Apr 11 12:50:11 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b16b02c0
net-misc/purritobin: version bump to 0.5.2
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Aisha Tammy <gentoo <AT> aisha.cc>
net-misc/purritobin/Manifest | 1 +
net-misc/purritobin/purritobin-0.5.2.ebuild | 47 +++++++++++++++++++++++++++++
2 files changed, 48 insertions(+)
diff --git a/net-misc/purritobin/Manifest b/net-misc/purritobin/Manifest
index a9fe9c5f6..1a39fae0d 100644
--- a/net-misc/purritobin/Manifest
+++ b/net-misc/purritobin/Manifest
@@ -1 +1,2 @@
DIST purritobin-0.5.1.tar.gz 18273 BLAKE2B 8040e8f6e4d0cf6bfa9d915365420be40900f685fcce8ddf28236a1874f3b317ca3dae0e59fd54650ceeffd21513a9ed3c272f637b7c5b9f7a9ee12b6e3c2e07 SHA512 80e6e88d1081d30e8cfb34608e9e6c6d78ff67960954e73ffcb8844d3e654c91b6e701b2f2e082869196a3bf5e132b6111bd40c7261082034f9e38f36b6536ff
+DIST purritobin-0.5.2.tar.gz 18272 BLAKE2B f5f93a5c6bb189e232cd6eaa05c1c914fa48d5b767697064e238ed1fc83224b6457e452b459c5d62dd17c12454cee43b08ed916589237aca5ab6d04968e653bd SHA512 13bb3c2a1382ae1a45922a997852db573517dd7a8ff6145b349ab62632fa6bdcd2441c6559baf375286c615a72e7bdf065de3fbcb164aee2a8408f17deade629
diff --git a/net-misc/purritobin/purritobin-0.5.2.ebuild b/net-misc/purritobin/purritobin-0.5.2.ebuild
new file mode 100644
index 000000000..cbfc6e352
--- /dev/null
+++ b/net-misc/purritobin/purritobin-0.5.2.ebuild
@@ -0,0 +1,47 @@
+# Copyright 2019-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="minimalistic commandline pastebin"
+HOMEPAGE="https://bsd.ac"
+
+inherit systemd toolchain-funcs
+
+if [[ ${PV} == 9999 ]]; then
+ inherit git-r3
+ EGIT_REPO_URI="https://github.com/PurritoBin/PurritoBin.git"
+else
+ SRC_URI="https://github.com/PurritoBin/PurritoBin/archive/${PV}.tar.gz -> ${P}.tar.gz"
+ KEYWORDS="~amd64 ~arm64 ~x86"
+ S="${WORKDIR}/PurritoBin-${PV}"
+fi
+
+LICENSE="ISC"
+SLOT="0"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+ net-libs/usockets[ssl]
+ acct-user/purritobin
+ acct-group/purritobin
+"
+DEPEND="${RDEPEND}
+ www-apps/uwebsockets
+"
+
+src_configure() {
+ default
+ tc-export CXX
+}
+
+src_install() {
+ emake PREFIX="/usr" MANDIR="/usr/share/man" DESTDIR="${ED}" install
+ insinto /var/www/purritobin
+ doins frontend/paste.html
+ fowners purritobin:purritobin /var/www/purritobin
+ newinitd services/openrc purritobin
+ systemd_newunit services/systemd purritobin.service
+ einstalldocs
+}
^ permalink raw reply related [flat|nested] 36+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: net-misc/purritobin/
@ 2021-04-25 20:28 Andrew Ammerlaan
0 siblings, 0 replies; 36+ messages in thread
From: Andrew Ammerlaan @ 2021-04-25 20:28 UTC (permalink / raw
To: gentoo-commits
commit: 9632b62ec61e9471570a76331262035e56094e11
Author: Aisha Tammy <gentoo <AT> aisha <DOT> cc>
AuthorDate: Sun Apr 25 14:14:12 2021 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Sun Apr 25 14:14:12 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9632b62e
net-misc/purritobin: fix tests
Closes: https://bugs.gentoo.org/784689
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Aisha Tammy <gentoo <AT> aisha.cc>
net-misc/purritobin/purritobin-0.5.2.ebuild | 6 ++++++
net-misc/purritobin/purritobin-9999.ebuild | 6 ++++++
2 files changed, 12 insertions(+)
diff --git a/net-misc/purritobin/purritobin-0.5.2.ebuild b/net-misc/purritobin/purritobin-0.5.2.ebuild
index cbfc6e352..f817ccf8e 100644
--- a/net-misc/purritobin/purritobin-0.5.2.ebuild
+++ b/net-misc/purritobin/purritobin-0.5.2.ebuild
@@ -30,12 +30,18 @@ RDEPEND="
DEPEND="${RDEPEND}
www-apps/uwebsockets
"
+BDEPEND="test? ( sys-apps/coreutils )"
src_configure() {
default
tc-export CXX
}
+src_test() {
+ P_DD_FLAGS="iflag=fullblock" \
+ default
+}
+
src_install() {
emake PREFIX="/usr" MANDIR="/usr/share/man" DESTDIR="${ED}" install
insinto /var/www/purritobin
diff --git a/net-misc/purritobin/purritobin-9999.ebuild b/net-misc/purritobin/purritobin-9999.ebuild
index cbfc6e352..f817ccf8e 100644
--- a/net-misc/purritobin/purritobin-9999.ebuild
+++ b/net-misc/purritobin/purritobin-9999.ebuild
@@ -30,12 +30,18 @@ RDEPEND="
DEPEND="${RDEPEND}
www-apps/uwebsockets
"
+BDEPEND="test? ( sys-apps/coreutils )"
src_configure() {
default
tc-export CXX
}
+src_test() {
+ P_DD_FLAGS="iflag=fullblock" \
+ default
+}
+
src_install() {
emake PREFIX="/usr" MANDIR="/usr/share/man" DESTDIR="${ED}" install
insinto /var/www/purritobin
^ permalink raw reply related [flat|nested] 36+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: net-misc/purritobin/
@ 2021-05-09 18:13 Andrew Ammerlaan
0 siblings, 0 replies; 36+ messages in thread
From: Andrew Ammerlaan @ 2021-05-09 18:13 UTC (permalink / raw
To: gentoo-commits
commit: bc7199463ee3e551e0185e9f31dbb722c0689326
Author: Aisha Tammy <gentoo <AT> aisha <DOT> cc>
AuthorDate: Sun May 9 13:09:19 2021 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Sun May 9 13:09:19 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=bc719946
net-misc/purritobin: drop older version
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Aisha Tammy <gentoo <AT> aisha.cc>
net-misc/purritobin/Manifest | 1 -
net-misc/purritobin/purritobin-0.6.5.ebuild | 54 -----------------------------
2 files changed, 55 deletions(-)
diff --git a/net-misc/purritobin/Manifest b/net-misc/purritobin/Manifest
index 946f32cc0..36186e213 100644
--- a/net-misc/purritobin/Manifest
+++ b/net-misc/purritobin/Manifest
@@ -1,2 +1 @@
-DIST purritobin-0.6.5.tar.gz 19431 BLAKE2B 347c683b8281dc5f4792bf06fa84c5e4be32f4a2d91a80727b2b8f30953f70fb30dec9436913f2ad381401fa545ce77f2bb226fd64a0517116fc5853487d3679 SHA512 2257f0d25eb76887834a223ef3a7bdb10e7fe837092618adee3e2887d75be36f0f964edd774b7029c560ea2bf176f0a4d26210f6de4b99ea58bc62352e282683
DIST purritobin-0.6.6.tar.gz 19433 BLAKE2B 3a54915968baffd53eef3430268047d9c67d6cff226d52e6f514ed456acd62d75c17f091bf0c3f3571a5715c45001c09287dfe591ba1447c7abdfe74e474db67 SHA512 b08fd8c087e7ff95bd980749e0b404836542343ba69808cf2a8aa0915a836272a621de75267e52756e8571bf165158db9d8d0e7c5a5442b10568f4951ada69a9
diff --git a/net-misc/purritobin/purritobin-0.6.5.ebuild b/net-misc/purritobin/purritobin-0.6.5.ebuild
deleted file mode 100644
index 2eff4e922..000000000
--- a/net-misc/purritobin/purritobin-0.6.5.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 2019-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="minimalistic commandline pastebin"
-HOMEPAGE="https://bsd.ac"
-
-inherit systemd meson
-
-if [[ ${PV} == 9999 ]]; then
- inherit git-r3
- EGIT_REPO_URI="https://github.com/PurritoBin/PurritoBin.git"
-else
- SRC_URI="https://github.com/PurritoBin/PurritoBin/archive/${PV}.tar.gz -> ${P}.tar.gz"
- KEYWORDS="~amd64 ~x86"
- S="${WORKDIR}/PurritoBin-${PV}"
-fi
-
-LICENSE="ISC"
-SLOT="0"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
- >=dev-db/lmdb-0.9.29
- net-libs/usockets[ssl]
- acct-user/purritobin
- acct-group/purritobin
-"
-DEPEND="${RDEPEND}
- www-apps/uwebsockets
- >=dev-db/lmdb++-1.0.0
-"
-BDEPEND="test? ( sys-apps/coreutils )"
-
-src_configure() {
- local emesonargs=(
- $(meson_use test enable_testing)
- -Dtest_dd_flags="iflag=fullblock"
- )
- meson_src_configure
-}
-
-src_install() {
- meson_src_install
- insinto /var/www/purritobin
- doins frontend/paste.html
- keepdir /var/db/purritobin
- fowners purritobin:purritobin /var/www/purritobin /var/db/purritobin
- newinitd services/openrc purritobin
- systemd_newunit services/systemd purritobin.service
- einstalldocs
-}
^ permalink raw reply related [flat|nested] 36+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: net-misc/purritobin/
@ 2021-05-09 18:13 Andrew Ammerlaan
0 siblings, 0 replies; 36+ messages in thread
From: Andrew Ammerlaan @ 2021-05-09 18:13 UTC (permalink / raw
To: gentoo-commits
commit: 84eb327d4d12cafa0a247ec2ae1900b19c25fe2a
Author: Aisha Tammy <gentoo <AT> aisha <DOT> cc>
AuthorDate: Sun May 9 12:22:52 2021 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Sun May 9 12:22:52 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=84eb327d
net-misc/purritobin: version bump to 0.6.5
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Aisha Tammy <gentoo <AT> aisha.cc>
net-misc/purritobin/Manifest | 1 +
.../{purritobin-9999.ebuild => purritobin-0.6.5.ebuild} | 16 +++++++---------
net-misc/purritobin/purritobin-9999.ebuild | 16 +++++++---------
3 files changed, 15 insertions(+), 18 deletions(-)
diff --git a/net-misc/purritobin/Manifest b/net-misc/purritobin/Manifest
index d7d4ba0c7..eca152f3f 100644
--- a/net-misc/purritobin/Manifest
+++ b/net-misc/purritobin/Manifest
@@ -1 +1,2 @@
DIST purritobin-0.6.2.tar.gz 18849 BLAKE2B e8fa83913d82ccbdc42c9b54f1e0b801203151b5ea89ad94bb2eaaf964cbc594e2cc8fa651dd61d14ee33729fd52fb5475cbc2003edbf766d831f48ca25c1753 SHA512 52d751808070eb46c683115f1981131386114d1a1450ab24c1ac7b341d1c6cbe3319cf55b5a85bf35a0903d1cc4cdb144f6bbe2e5b72bcc358c5f6fccdae5553
+DIST purritobin-0.6.5.tar.gz 19431 BLAKE2B 347c683b8281dc5f4792bf06fa84c5e4be32f4a2d91a80727b2b8f30953f70fb30dec9436913f2ad381401fa545ce77f2bb226fd64a0517116fc5853487d3679 SHA512 2257f0d25eb76887834a223ef3a7bdb10e7fe837092618adee3e2887d75be36f0f964edd774b7029c560ea2bf176f0a4d26210f6de4b99ea58bc62352e282683
diff --git a/net-misc/purritobin/purritobin-9999.ebuild b/net-misc/purritobin/purritobin-0.6.5.ebuild
similarity index 84%
copy from net-misc/purritobin/purritobin-9999.ebuild
copy to net-misc/purritobin/purritobin-0.6.5.ebuild
index 854dabc82..2eff4e922 100644
--- a/net-misc/purritobin/purritobin-9999.ebuild
+++ b/net-misc/purritobin/purritobin-0.6.5.ebuild
@@ -6,7 +6,7 @@ EAPI=7
DESCRIPTION="minimalistic commandline pastebin"
HOMEPAGE="https://bsd.ac"
-inherit systemd toolchain-funcs
+inherit systemd meson
if [[ ${PV} == 9999 ]]; then
inherit git-r3
@@ -35,17 +35,15 @@ DEPEND="${RDEPEND}
BDEPEND="test? ( sys-apps/coreutils )"
src_configure() {
- default
- tc-export CXX
-}
-
-src_test() {
- P_DD_FLAGS="iflag=fullblock" \
- default
+ local emesonargs=(
+ $(meson_use test enable_testing)
+ -Dtest_dd_flags="iflag=fullblock"
+ )
+ meson_src_configure
}
src_install() {
- emake PREFIX="/usr" MANDIR="/usr/share/man" DESTDIR="${ED}" install
+ meson_src_install
insinto /var/www/purritobin
doins frontend/paste.html
keepdir /var/db/purritobin
diff --git a/net-misc/purritobin/purritobin-9999.ebuild b/net-misc/purritobin/purritobin-9999.ebuild
index 854dabc82..2eff4e922 100644
--- a/net-misc/purritobin/purritobin-9999.ebuild
+++ b/net-misc/purritobin/purritobin-9999.ebuild
@@ -6,7 +6,7 @@ EAPI=7
DESCRIPTION="minimalistic commandline pastebin"
HOMEPAGE="https://bsd.ac"
-inherit systemd toolchain-funcs
+inherit systemd meson
if [[ ${PV} == 9999 ]]; then
inherit git-r3
@@ -35,17 +35,15 @@ DEPEND="${RDEPEND}
BDEPEND="test? ( sys-apps/coreutils )"
src_configure() {
- default
- tc-export CXX
-}
-
-src_test() {
- P_DD_FLAGS="iflag=fullblock" \
- default
+ local emesonargs=(
+ $(meson_use test enable_testing)
+ -Dtest_dd_flags="iflag=fullblock"
+ )
+ meson_src_configure
}
src_install() {
- emake PREFIX="/usr" MANDIR="/usr/share/man" DESTDIR="${ED}" install
+ meson_src_install
insinto /var/www/purritobin
doins frontend/paste.html
keepdir /var/db/purritobin
^ permalink raw reply related [flat|nested] 36+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: net-misc/purritobin/
@ 2021-05-09 18:13 Andrew Ammerlaan
0 siblings, 0 replies; 36+ messages in thread
From: Andrew Ammerlaan @ 2021-05-09 18:13 UTC (permalink / raw
To: gentoo-commits
commit: 116e3c7b1286a5012049c616411f77f18cfac791
Author: Aisha Tammy <gentoo <AT> aisha <DOT> cc>
AuthorDate: Sun May 9 12:23:18 2021 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Sun May 9 12:23:18 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=116e3c7b
net-misc/purritobin: drop old version
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Aisha Tammy <gentoo <AT> aisha.cc>
net-misc/purritobin/Manifest | 1 -
net-misc/purritobin/purritobin-0.6.2.ebuild | 56 -----------------------------
2 files changed, 57 deletions(-)
diff --git a/net-misc/purritobin/Manifest b/net-misc/purritobin/Manifest
index eca152f3f..0f9f73a48 100644
--- a/net-misc/purritobin/Manifest
+++ b/net-misc/purritobin/Manifest
@@ -1,2 +1 @@
-DIST purritobin-0.6.2.tar.gz 18849 BLAKE2B e8fa83913d82ccbdc42c9b54f1e0b801203151b5ea89ad94bb2eaaf964cbc594e2cc8fa651dd61d14ee33729fd52fb5475cbc2003edbf766d831f48ca25c1753 SHA512 52d751808070eb46c683115f1981131386114d1a1450ab24c1ac7b341d1c6cbe3319cf55b5a85bf35a0903d1cc4cdb144f6bbe2e5b72bcc358c5f6fccdae5553
DIST purritobin-0.6.5.tar.gz 19431 BLAKE2B 347c683b8281dc5f4792bf06fa84c5e4be32f4a2d91a80727b2b8f30953f70fb30dec9436913f2ad381401fa545ce77f2bb226fd64a0517116fc5853487d3679 SHA512 2257f0d25eb76887834a223ef3a7bdb10e7fe837092618adee3e2887d75be36f0f964edd774b7029c560ea2bf176f0a4d26210f6de4b99ea58bc62352e282683
diff --git a/net-misc/purritobin/purritobin-0.6.2.ebuild b/net-misc/purritobin/purritobin-0.6.2.ebuild
deleted file mode 100644
index 854dabc82..000000000
--- a/net-misc/purritobin/purritobin-0.6.2.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 2019-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="minimalistic commandline pastebin"
-HOMEPAGE="https://bsd.ac"
-
-inherit systemd toolchain-funcs
-
-if [[ ${PV} == 9999 ]]; then
- inherit git-r3
- EGIT_REPO_URI="https://github.com/PurritoBin/PurritoBin.git"
-else
- SRC_URI="https://github.com/PurritoBin/PurritoBin/archive/${PV}.tar.gz -> ${P}.tar.gz"
- KEYWORDS="~amd64 ~x86"
- S="${WORKDIR}/PurritoBin-${PV}"
-fi
-
-LICENSE="ISC"
-SLOT="0"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
- >=dev-db/lmdb-0.9.29
- net-libs/usockets[ssl]
- acct-user/purritobin
- acct-group/purritobin
-"
-DEPEND="${RDEPEND}
- www-apps/uwebsockets
- >=dev-db/lmdb++-1.0.0
-"
-BDEPEND="test? ( sys-apps/coreutils )"
-
-src_configure() {
- default
- tc-export CXX
-}
-
-src_test() {
- P_DD_FLAGS="iflag=fullblock" \
- default
-}
-
-src_install() {
- emake PREFIX="/usr" MANDIR="/usr/share/man" DESTDIR="${ED}" install
- insinto /var/www/purritobin
- doins frontend/paste.html
- keepdir /var/db/purritobin
- fowners purritobin:purritobin /var/www/purritobin /var/db/purritobin
- newinitd services/openrc purritobin
- systemd_newunit services/systemd purritobin.service
- einstalldocs
-}
^ permalink raw reply related [flat|nested] 36+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: net-misc/purritobin/
@ 2021-05-09 18:13 Andrew Ammerlaan
0 siblings, 0 replies; 36+ messages in thread
From: Andrew Ammerlaan @ 2021-05-09 18:13 UTC (permalink / raw
To: gentoo-commits
commit: e76c40c3502ed52ead8791b5b1f7abe47c081df2
Author: Aisha Tammy <gentoo <AT> aisha <DOT> cc>
AuthorDate: Sun May 9 13:09:01 2021 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Sun May 9 13:09:01 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e76c40c3
net-misc/purritobin: version bump to 0.6.6
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Aisha Tammy <gentoo <AT> aisha.cc>
net-misc/purritobin/Manifest | 1 +
net-misc/purritobin/purritobin-0.6.6.ebuild | 54 +++++++++++++++++++++++++++++
2 files changed, 55 insertions(+)
diff --git a/net-misc/purritobin/Manifest b/net-misc/purritobin/Manifest
index 0f9f73a48..946f32cc0 100644
--- a/net-misc/purritobin/Manifest
+++ b/net-misc/purritobin/Manifest
@@ -1 +1,2 @@
DIST purritobin-0.6.5.tar.gz 19431 BLAKE2B 347c683b8281dc5f4792bf06fa84c5e4be32f4a2d91a80727b2b8f30953f70fb30dec9436913f2ad381401fa545ce77f2bb226fd64a0517116fc5853487d3679 SHA512 2257f0d25eb76887834a223ef3a7bdb10e7fe837092618adee3e2887d75be36f0f964edd774b7029c560ea2bf176f0a4d26210f6de4b99ea58bc62352e282683
+DIST purritobin-0.6.6.tar.gz 19433 BLAKE2B 3a54915968baffd53eef3430268047d9c67d6cff226d52e6f514ed456acd62d75c17f091bf0c3f3571a5715c45001c09287dfe591ba1447c7abdfe74e474db67 SHA512 b08fd8c087e7ff95bd980749e0b404836542343ba69808cf2a8aa0915a836272a621de75267e52756e8571bf165158db9d8d0e7c5a5442b10568f4951ada69a9
diff --git a/net-misc/purritobin/purritobin-0.6.6.ebuild b/net-misc/purritobin/purritobin-0.6.6.ebuild
new file mode 100644
index 000000000..2eff4e922
--- /dev/null
+++ b/net-misc/purritobin/purritobin-0.6.6.ebuild
@@ -0,0 +1,54 @@
+# Copyright 2019-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="minimalistic commandline pastebin"
+HOMEPAGE="https://bsd.ac"
+
+inherit systemd meson
+
+if [[ ${PV} == 9999 ]]; then
+ inherit git-r3
+ EGIT_REPO_URI="https://github.com/PurritoBin/PurritoBin.git"
+else
+ SRC_URI="https://github.com/PurritoBin/PurritoBin/archive/${PV}.tar.gz -> ${P}.tar.gz"
+ KEYWORDS="~amd64 ~x86"
+ S="${WORKDIR}/PurritoBin-${PV}"
+fi
+
+LICENSE="ISC"
+SLOT="0"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+ >=dev-db/lmdb-0.9.29
+ net-libs/usockets[ssl]
+ acct-user/purritobin
+ acct-group/purritobin
+"
+DEPEND="${RDEPEND}
+ www-apps/uwebsockets
+ >=dev-db/lmdb++-1.0.0
+"
+BDEPEND="test? ( sys-apps/coreutils )"
+
+src_configure() {
+ local emesonargs=(
+ $(meson_use test enable_testing)
+ -Dtest_dd_flags="iflag=fullblock"
+ )
+ meson_src_configure
+}
+
+src_install() {
+ meson_src_install
+ insinto /var/www/purritobin
+ doins frontend/paste.html
+ keepdir /var/db/purritobin
+ fowners purritobin:purritobin /var/www/purritobin /var/db/purritobin
+ newinitd services/openrc purritobin
+ systemd_newunit services/systemd purritobin.service
+ einstalldocs
+}
^ permalink raw reply related [flat|nested] 36+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: net-misc/purritobin/
@ 2021-05-17 19:11 Andrew Ammerlaan
0 siblings, 0 replies; 36+ messages in thread
From: Andrew Ammerlaan @ 2021-05-17 19:11 UTC (permalink / raw
To: gentoo-commits
commit: d2717ccd132f849e9997edda43254d66b1fe399c
Author: Aisha Tammy <gentoo <AT> aisha <DOT> cc>
AuthorDate: Mon May 17 11:31:16 2021 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Mon May 17 11:31:16 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d2717ccd
net-misc/purritobin: drop old version
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Aisha Tammy <gentoo <AT> aisha.cc>
net-misc/purritobin/Manifest | 1 -
net-misc/purritobin/purritobin-0.6.6.ebuild | 54 -----------------------------
2 files changed, 55 deletions(-)
diff --git a/net-misc/purritobin/Manifest b/net-misc/purritobin/Manifest
index 05daba664..993edb9b2 100644
--- a/net-misc/purritobin/Manifest
+++ b/net-misc/purritobin/Manifest
@@ -1,2 +1 @@
-DIST purritobin-0.6.6.tar.gz 19433 BLAKE2B 3a54915968baffd53eef3430268047d9c67d6cff226d52e6f514ed456acd62d75c17f091bf0c3f3571a5715c45001c09287dfe591ba1447c7abdfe74e474db67 SHA512 b08fd8c087e7ff95bd980749e0b404836542343ba69808cf2a8aa0915a836272a621de75267e52756e8571bf165158db9d8d0e7c5a5442b10568f4951ada69a9
DIST purritobin-0.6.7.tar.gz 20461 BLAKE2B 4fe99afa5e648970f7ad0858f0a47651a7f33a0f210be8e543de441c619f561aa0bf8a8f4e5eb4d9548efd229fdc50c48e1998f90d1437e41e2f625d01b7ad8f SHA512 072df73f4d48127b03729005340e69424d776d3fff7e4ae69a0194a9dc565c19cb6a17e236c4377fb22823fdeb556f2c4a6709daf042f3f5adc8ab139bad26e2
diff --git a/net-misc/purritobin/purritobin-0.6.6.ebuild b/net-misc/purritobin/purritobin-0.6.6.ebuild
deleted file mode 100644
index 2eff4e922..000000000
--- a/net-misc/purritobin/purritobin-0.6.6.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 2019-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="minimalistic commandline pastebin"
-HOMEPAGE="https://bsd.ac"
-
-inherit systemd meson
-
-if [[ ${PV} == 9999 ]]; then
- inherit git-r3
- EGIT_REPO_URI="https://github.com/PurritoBin/PurritoBin.git"
-else
- SRC_URI="https://github.com/PurritoBin/PurritoBin/archive/${PV}.tar.gz -> ${P}.tar.gz"
- KEYWORDS="~amd64 ~x86"
- S="${WORKDIR}/PurritoBin-${PV}"
-fi
-
-LICENSE="ISC"
-SLOT="0"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
- >=dev-db/lmdb-0.9.29
- net-libs/usockets[ssl]
- acct-user/purritobin
- acct-group/purritobin
-"
-DEPEND="${RDEPEND}
- www-apps/uwebsockets
- >=dev-db/lmdb++-1.0.0
-"
-BDEPEND="test? ( sys-apps/coreutils )"
-
-src_configure() {
- local emesonargs=(
- $(meson_use test enable_testing)
- -Dtest_dd_flags="iflag=fullblock"
- )
- meson_src_configure
-}
-
-src_install() {
- meson_src_install
- insinto /var/www/purritobin
- doins frontend/paste.html
- keepdir /var/db/purritobin
- fowners purritobin:purritobin /var/www/purritobin /var/db/purritobin
- newinitd services/openrc purritobin
- systemd_newunit services/systemd purritobin.service
- einstalldocs
-}
^ permalink raw reply related [flat|nested] 36+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: net-misc/purritobin/
@ 2021-05-17 19:11 Andrew Ammerlaan
0 siblings, 0 replies; 36+ messages in thread
From: Andrew Ammerlaan @ 2021-05-17 19:11 UTC (permalink / raw
To: gentoo-commits
commit: 875da846873cf66b8ffb2cdf1ad1a13b6c77f251
Author: Aisha Tammy <gentoo <AT> aisha <DOT> cc>
AuthorDate: Mon May 17 11:30:16 2021 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Mon May 17 11:30:40 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=875da846
net-misc/purritobin: version bump to 0.6.7
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Aisha Tammy <gentoo <AT> aisha.cc>
net-misc/purritobin/Manifest | 1 +
.../purritobin/{purritobin-9999.ebuild => purritobin-0.6.7.ebuild} | 5 ++++-
net-misc/purritobin/purritobin-9999.ebuild | 5 ++++-
3 files changed, 9 insertions(+), 2 deletions(-)
diff --git a/net-misc/purritobin/Manifest b/net-misc/purritobin/Manifest
index 36186e213..05daba664 100644
--- a/net-misc/purritobin/Manifest
+++ b/net-misc/purritobin/Manifest
@@ -1 +1,2 @@
DIST purritobin-0.6.6.tar.gz 19433 BLAKE2B 3a54915968baffd53eef3430268047d9c67d6cff226d52e6f514ed456acd62d75c17f091bf0c3f3571a5715c45001c09287dfe591ba1447c7abdfe74e474db67 SHA512 b08fd8c087e7ff95bd980749e0b404836542343ba69808cf2a8aa0915a836272a621de75267e52756e8571bf165158db9d8d0e7c5a5442b10568f4951ada69a9
+DIST purritobin-0.6.7.tar.gz 20461 BLAKE2B 4fe99afa5e648970f7ad0858f0a47651a7f33a0f210be8e543de441c619f561aa0bf8a8f4e5eb4d9548efd229fdc50c48e1998f90d1437e41e2f625d01b7ad8f SHA512 072df73f4d48127b03729005340e69424d776d3fff7e4ae69a0194a9dc565c19cb6a17e236c4377fb22823fdeb556f2c4a6709daf042f3f5adc8ab139bad26e2
diff --git a/net-misc/purritobin/purritobin-9999.ebuild b/net-misc/purritobin/purritobin-0.6.7.ebuild
similarity index 94%
copy from net-misc/purritobin/purritobin-9999.ebuild
copy to net-misc/purritobin/purritobin-0.6.7.ebuild
index 2eff4e922..8e69a6744 100644
--- a/net-misc/purritobin/purritobin-9999.ebuild
+++ b/net-misc/purritobin/purritobin-0.6.7.ebuild
@@ -32,7 +32,10 @@ DEPEND="${RDEPEND}
www-apps/uwebsockets
>=dev-db/lmdb++-1.0.0
"
-BDEPEND="test? ( sys-apps/coreutils )"
+BDEPEND="test? (
+ net-misc/curl[ssl]
+ sys-apps/coreutils
+)"
src_configure() {
local emesonargs=(
diff --git a/net-misc/purritobin/purritobin-9999.ebuild b/net-misc/purritobin/purritobin-9999.ebuild
index 2eff4e922..8e69a6744 100644
--- a/net-misc/purritobin/purritobin-9999.ebuild
+++ b/net-misc/purritobin/purritobin-9999.ebuild
@@ -32,7 +32,10 @@ DEPEND="${RDEPEND}
www-apps/uwebsockets
>=dev-db/lmdb++-1.0.0
"
-BDEPEND="test? ( sys-apps/coreutils )"
+BDEPEND="test? (
+ net-misc/curl[ssl]
+ sys-apps/coreutils
+)"
src_configure() {
local emesonargs=(
^ permalink raw reply related [flat|nested] 36+ messages in thread
end of thread, other threads:[~2021-05-17 19:12 UTC | newest]
Thread overview: 36+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-07-07 15:50 [gentoo-commits] repo/proj/guru:master commit in: net-misc/purritobin/ Andrew Ammerlaan
-- strict thread matches above, loose matches on Subject: below --
2021-05-17 19:11 Andrew Ammerlaan
2021-05-17 19:11 Andrew Ammerlaan
2021-05-09 18:13 Andrew Ammerlaan
2021-05-09 18:13 Andrew Ammerlaan
2021-05-09 18:13 Andrew Ammerlaan
2021-05-09 18:13 Andrew Ammerlaan
2021-04-25 20:28 Andrew Ammerlaan
2021-04-12 5:38 Theo Anderson
2021-04-12 5:38 Theo Anderson
2021-03-04 9:32 Andrew Ammerlaan
2021-02-11 19:27 Andrew Ammerlaan
2021-02-09 14:46 Andrew Ammerlaan
2021-02-09 14:46 Andrew Ammerlaan
2021-02-09 14:46 Andrew Ammerlaan
2021-01-29 11:10 Andrew Ammerlaan
2021-01-14 13:46 Andrew Ammerlaan
2021-01-14 13:46 Andrew Ammerlaan
2020-12-12 15:49 Andrew Ammerlaan
2020-12-12 15:49 Andrew Ammerlaan
2020-11-26 12:10 Andrew Ammerlaan
2020-11-26 12:10 Andrew Ammerlaan
2020-11-26 12:10 Andrew Ammerlaan
2020-11-26 12:10 Andrew Ammerlaan
2020-11-23 22:06 Andrew Ammerlaan
2020-11-23 22:06 Andrew Ammerlaan
2020-11-23 22:06 Andrew Ammerlaan
2020-09-11 16:51 Andrew Ammerlaan
2020-09-11 16:51 Andrew Ammerlaan
2020-07-07 15:50 Andrew Ammerlaan
2020-06-26 14:45 Andrew Ammerlaan
2020-06-26 14:45 Andrew Ammerlaan
2020-06-14 10:39 Andrew Ammerlaan
2020-06-14 10:39 Andrew Ammerlaan
2020-04-27 17:32 Andrew Ammerlaan
2020-04-27 17:25 [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2020-04-27 17:32 ` [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox