From: "Manuel Rüger" <mrueg@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/mkcert/
Date: Mon, 30 Jul 2018 12:37:18 +0000 (UTC) [thread overview]
Message-ID: <1532954221.cf834f85f7aea35df5db65803ca71af6c208667b.mrueg@gentoo> (raw)
commit: cf834f85f7aea35df5db65803ca71af6c208667b
Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 30 12:37:01 2018 +0000
Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Mon Jul 30 12:37:01 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf834f85
app-misc/mkcert: Initial version
Package-Manager: Portage-2.3.43, Repoman-2.3.10
app-misc/mkcert/Manifest | 1 +
app-misc/mkcert/metadata.xml | 11 +++++++++++
app-misc/mkcert/mkcert-1.0.1.ebuild | 28 ++++++++++++++++++++++++++++
3 files changed, 40 insertions(+)
diff --git a/app-misc/mkcert/Manifest b/app-misc/mkcert/Manifest
new file mode 100644
index 00000000000..8c707b9f953
--- /dev/null
+++ b/app-misc/mkcert/Manifest
@@ -0,0 +1 @@
+DIST mkcert-1.0.1.tar.gz 1695474 BLAKE2B eeef86a3e626f044c7b83d86be55082ce256752d834bf1388890db18f74678df57f2fc0050874dd4ff9ec4b849aa5b8d339e09e6af7e08a8f0b5236e0ac7aa09 SHA512 9e4ebadf19134fee7bf637fbb402df46a70d1f99ad06685a6a49da929fdd61b1ae9bea6b3f287201f488aec90505c60a58b454abb2efe584114d814023789600
diff --git a/app-misc/mkcert/metadata.xml b/app-misc/mkcert/metadata.xml
new file mode 100644
index 00000000000..696d5b96b04
--- /dev/null
+++ b/app-misc/mkcert/metadata.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>mrueg@gentoo.org</email>
+ <name>Manuel Rüger</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="github">FiloSottile/mkcert</remote-id>
+ </upstream>
+</pkgmetadata>
diff --git a/app-misc/mkcert/mkcert-1.0.1.ebuild b/app-misc/mkcert/mkcert-1.0.1.ebuild
new file mode 100644
index 00000000000..0176c20c925
--- /dev/null
+++ b/app-misc/mkcert/mkcert-1.0.1.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+EGO_PN="github.com/FiloSottile/mkcert"
+
+inherit golang-build golang-vcs-snapshot
+
+KEYWORDS="~amd64"
+
+DESCRIPTION="A zero-config tool to make locally trusted development certificates"
+HOMEPAGE="https://github.com/FiloSottile/mkcert"
+SRC_URI="https://github.com/FiloSottile/mkcert/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+src_compile() {
+ pushd src/${EGO_PN} || die
+ GOPATH="${S}" go install -v ${EGO_PN} || die
+ popd || die
+}
+
+src_install() {
+ dobin bin/mkcert
+ dodoc src/${EGO_PN}/README.md
+}
next reply other threads:[~2018-07-30 12:37 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-07-30 12:37 Manuel Rüger [this message]
-- strict thread matches above, loose matches on Subject: below --
2018-09-06 17:40 [gentoo-commits] repo/gentoo:master commit in: app-misc/mkcert/ Manuel Rüger
2018-09-06 17:44 Manuel Rüger
2019-01-27 10:15 Pacho Ramos
2019-08-17 18:59 Manuel Rüger
2020-05-02 18:35 William Hubbs
2020-05-02 18:39 William Hubbs
2021-06-07 6:26 Sergei Trofimovich
2022-05-15 2:40 Sam James
2022-05-15 2:40 Sam James
2024-02-27 22:37 Sam James
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1532954221.cf834f85f7aea35df5db65803ca71af6c208667b.mrueg@gentoo \
--to=mrueg@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox