From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D101C138350 for ; Mon, 27 Apr 2020 16:35:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 12A41E090E; Mon, 27 Apr 2020 16:35:20 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D4AA8E090E for ; Mon, 27 Apr 2020 16:35:19 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3C31534F480 for ; Mon, 27 Apr 2020 16:35:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EA4F71E4 for ; Mon, 27 Apr 2020 16:35:15 +0000 (UTC) From: "Aisha Tammy" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aisha Tammy" Message-ID: <1588005306.0c574c6d74e5e642a8349af6c4018b880020bda4.epsilon-0@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: net-misc/purritobin/ X-VCS-Repository: repo/proj/guru X-VCS-Files: net-misc/purritobin/Manifest net-misc/purritobin/metadata.xml net-misc/purritobin/purritobin-0.0.2.ebuild net-misc/purritobin/purritobin-9999.ebuild X-VCS-Directories: net-misc/purritobin/ X-VCS-Committer: epsilon-0 X-VCS-Committer-Name: Aisha Tammy X-VCS-Revision: 0c574c6d74e5e642a8349af6c4018b880020bda4 X-VCS-Branch: dev Date: Mon, 27 Apr 2020 16:35:15 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: e2dd4424-fa1e-4e43-bb4e-5beb1d2315a7 X-Archives-Hash: 15f107f0e7647b12e6ca2c778896bfe8 commit: 0c574c6d74e5e642a8349af6c4018b880020bda4 Author: Aisha Tammy aisha cc> AuthorDate: Mon Apr 27 16:35:06 2020 +0000 Commit: Aisha Tammy aisha cc> 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 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 @@ + + + + + gentoo@aisha.cc + Aisha Tammy + + + proxy-maint@gentoo.org + Proxy Maintainers + + 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 +}