aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAisha Tammy <gentoo@aisha.cc>2020-12-12 00:21:40 -0500
committerAisha Tammy <gentoo@aisha.cc>2020-12-12 00:21:51 -0500
commitd238aed4f6bcca0b5f0fceb285397a31087361ca (patch)
tree69b08e66b5cf0653ee9e2fe25e8415bf4a1eb652 /net-misc/purritobin
parentnet-misc/purritobin: version bump to 0.3.3 (diff)
downloadguru-d238aed4f6bcca0b5f0fceb285397a31087361ca.tar.gz
guru-d238aed4f6bcca0b5f0fceb285397a31087361ca.tar.bz2
guru-d238aed4f6bcca0b5f0fceb285397a31087361ca.zip
net-misc/purritobin: drop old version
Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Aisha Tammy <gentoo@aisha.cc>
Diffstat (limited to 'net-misc/purritobin')
-rw-r--r--net-misc/purritobin/Manifest1
-rw-r--r--net-misc/purritobin/purritobin-0.3.2.ebuild36
2 files changed, 0 insertions, 37 deletions
diff --git a/net-misc/purritobin/Manifest b/net-misc/purritobin/Manifest
index 1c50efa1c..3171cffd9 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 e620f09af..000000000
--- 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
-}