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 6EFD5138239 for ; Fri, 24 Jan 2020 10:59:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7C5FFE07FE; Fri, 24 Jan 2020 10:59:14 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 5C9E5E07FE for ; Fri, 24 Jan 2020 10:59:14 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 9732734E154 for ; Fri, 24 Jan 2020 10:59:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2EF5817 for ; Fri, 24 Jan 2020 10:59:10 +0000 (UTC) From: "Mike Frysinger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Frysinger" Message-ID: <1579863440.3d32b6d38f7f955ddef66c214ffe3507baf5e408.vapier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/nosig/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/nosig/Manifest sys-apps/nosig/metadata.xml sys-apps/nosig/nosig-2.ebuild X-VCS-Directories: sys-apps/nosig/ X-VCS-Committer: vapier X-VCS-Committer-Name: Mike Frysinger X-VCS-Revision: 3d32b6d38f7f955ddef66c214ffe3507baf5e408 X-VCS-Branch: master Date: Fri, 24 Jan 2020 10:59:10 +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: 38a5972f-91c7-401b-a0a9-1fe93b909565 X-Archives-Hash: 28f2a4acb04d923febdcc3e8a1da7089 commit: 3d32b6d38f7f955ddef66c214ffe3507baf5e408 Author: Mike Frysinger gentoo org> AuthorDate: Fri Jan 24 10:57:20 2020 +0000 Commit: Mike Frysinger gentoo org> CommitDate: Fri Jan 24 10:57:20 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d32b6d3 sys-apps/nosig: initial ebuild Signed-off-by: Mike Frysinger gentoo.org> sys-apps/nosig/Manifest | 1 + sys-apps/nosig/metadata.xml | 8 ++++++++ sys-apps/nosig/nosig-2.ebuild | 13 +++++++++++++ 3 files changed, 22 insertions(+) diff --git a/sys-apps/nosig/Manifest b/sys-apps/nosig/Manifest new file mode 100644 index 00000000000..434001a77bb --- /dev/null +++ b/sys-apps/nosig/Manifest @@ -0,0 +1 @@ +DIST nosig-2.tar.gz 15586 BLAKE2B d49bf9f9d4b443e8bcbee11e59beac4593e1429c414d7b0e2b7e31cdea9dd68c53b3604fdc8c8a0eabf2753aed64ee60f5e70f92aec807fb2030b83df0ed191b SHA512 9cc00a0250def091e5df070506128d260300909cc8664d9cee4d9fe459b1b8362a5671ad5b537675fb7e15665750a158e19193171aefa973d932756ea15b3430 diff --git a/sys-apps/nosig/metadata.xml b/sys-apps/nosig/metadata.xml new file mode 100644 index 00000000000..523200d9b54 --- /dev/null +++ b/sys-apps/nosig/metadata.xml @@ -0,0 +1,8 @@ + + + + + vapier@gentoo.org + Primary maintainer + + diff --git a/sys-apps/nosig/nosig-2.ebuild b/sys-apps/nosig/nosig-2.ebuild new file mode 100644 index 00000000000..2a8303cf481 --- /dev/null +++ b/sys-apps/nosig/nosig-2.ebuild @@ -0,0 +1,13 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI="7" + +DESCRIPTION="This is a sample skeleton ebuild file" +HOMEPAGE="https://vapier.github.io/nosig/" +SRC_URI="https://github.com/vapier/nosig/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="public-domain" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux" +IUSE=""