public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "William Hubbs" <williamh@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-go/vend/
Date: Sun, 27 Feb 2022 02:48:25 +0000 (UTC)	[thread overview]
Message-ID: <1645930100.a004aa305f4b159b7e5f1f536c371159cf973783.williamh@gentoo> (raw)

commit:     a004aa305f4b159b7e5f1f536c371159cf973783
Author:     William Hubbs <williamh <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 27 02:46:03 2022 +0000
Commit:     William Hubbs <williamh <AT> gentoo <DOT> org>
CommitDate: Sun Feb 27 02:48:20 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a004aa30

dev-go/vend:  new package, a dependency vendor for go programs

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: William Hubbs <williamh <AT> gentoo.org>

 dev-go/vend/Manifest          |  1 +
 dev-go/vend/metadata.xml      |  8 ++++++++
 dev-go/vend/vend-1.0.3.ebuild | 21 +++++++++++++++++++++
 3 files changed, 30 insertions(+)

diff --git a/dev-go/vend/Manifest b/dev-go/vend/Manifest
new file mode 100644
index 000000000000..aea91e7f16e4
--- /dev/null
+++ b/dev-go/vend/Manifest
@@ -0,0 +1 @@
+DIST vend-1.0.3.tar.gz 4728 BLAKE2B 0e8815aad305d87da728e1a1a8098497bc46dddb422c58f8c8019a50b15f7f7daf76e8c19d1edfd5890aa377c41f4483d3d081ab86168b86e20dc8a2aa90859c SHA512 ea963f1626a389d627add1c44cdc6a672d68870eff038ffabf649f0e62b3c4cf7e21d699647f627e039859dc9ac53bf1eca8d8e8eb8fb852503cadbd24a23f70

diff --git a/dev-go/vend/metadata.xml b/dev-go/vend/metadata.xml
new file mode 100644
index 000000000000..db463f3eeb66
--- /dev/null
+++ b/dev-go/vend/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="person">
+		<email>williamh@gentoo.org</email>
+		<name>William Hubbs</name>
+	</maintainer>
+</pkgmetadata>

diff --git a/dev-go/vend/vend-1.0.3.ebuild b/dev-go/vend/vend-1.0.3.ebuild
new file mode 100644
index 000000000000..a7aa380240d9
--- /dev/null
+++ b/dev-go/vend/vend-1.0.3.ebuild
@@ -0,0 +1,21 @@
+# Copyright 2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+inherit go-module
+
+DESCRIPTION="dependency vendor for Go programs"
+HOMEPAGE="https://github.com/nomad-software/vend"
+SRC_URI="https://github.com/nomad-software/vend/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+src_compile() {
+	ego build .
+}
+
+src_install() {
+	dobin vend
+	einstalldocs
+}


             reply	other threads:[~2022-02-27  2:48 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-02-27  2:48 William Hubbs [this message]
  -- strict thread matches above, loose matches on Subject: below --
2022-02-27 14:38 [gentoo-commits] repo/gentoo:master commit in: dev-go/vend/ Yixun Lan
2022-03-07 14:33 Jakov Smolić
2022-03-12  9:36 Arthur Zamarin
2022-03-12  9:37 Arthur Zamarin
2022-03-12 13:02 Arthur Zamarin
2022-03-20 18:23 Arthur Zamarin
2024-04-17 21:02 Conrad Kostecki

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=1645930100.a004aa305f4b159b7e5f1f536c371159cf973783.williamh@gentoo \
    --to=williamh@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