public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Manuel Rüger" <mrueg@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-fs/minio/
Date: Fri, 30 Mar 2018 14:19:20 +0000 (UTC)	[thread overview]
Message-ID: <1522419536.2f57caa6408375c932dd39b00476b5ed0d81b9be.mrueg@gentoo> (raw)

commit:     2f57caa6408375c932dd39b00476b5ed0d81b9be
Author:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 30 14:17:40 2018 +0000
Commit:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Fri Mar 30 14:18:56 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f57caa6

net-fs/minio: Update snapshot

Package-Manager: Portage-2.3.27, Repoman-2.3.9

 net-fs/minio/Manifest                   |  1 +
 net-fs/minio/minio-0_pre20180330.ebuild | 52 +++++++++++++++++++++++++++++++++
 2 files changed, 53 insertions(+)

diff --git a/net-fs/minio/Manifest b/net-fs/minio/Manifest
index 5d710797de9..1c39238b98d 100644
--- a/net-fs/minio/Manifest
+++ b/net-fs/minio/Manifest
@@ -1,3 +1,4 @@
 DIST minio-0_pre20171027.tar.gz 6904926 BLAKE2B 442f57d77d3634f269dbcba36333e2116fb189efbe63d50d387511d23e6edb98b0d9089f7742e717afee69a38dcfcaa7dc43ffac6ba2fff3d24a307ea8efc6e5 SHA512 15be3adf502efb9eecf2ef83a8339a1c965ee9ff6507e4a61e13faa187a3592cd88f9868716ce2834e54dde03f3bec12337a68e72fbaddf103c880ce3c4554f2
 DIST minio-0_pre20171122.tar.gz 7030932 BLAKE2B a06b81bcc16c9880a13a615f894d04f55e6824feed603bb466e0d95c6ed1b1e9c28b639e5ef6240e0d33ac17791465def51bf7b92f7a9c836c0a20541d2b422c SHA512 06f404381c33a053c402b90b1353b4a5284923bb5b5264eef5b6a59fa94e6f85f4bf8306a865bba2eeccdf4b484e92c1d353a7a15d8dacc1a5d8c11d108dc8fe
 DIST minio-0_pre20180209.tar.gz 7521636 BLAKE2B af76c858c3afc97067b2f69025c3e3623179e80c93d537e1f90b27b078379c4e3485399f0d30a3b4c196629dd78fed969a3d0da150e79757d58fc6db74b9fce1 SHA512 1c654a40fc809ae010643451c504cc61f5343c9fa210d3e00ceeeeb0917865bed8e07759293853d195f414dbcbb99ed34dfb2f913a6e607659ab6646492598fe
+DIST minio-0_pre20180330.tar.gz 7542469 BLAKE2B 3aae4daab1357fa5ae7e42f12768c15de133c7ffa49568657c1f7b5d38e7881e948ccab9e9fdbd22e90269ded903345f3278d12b817be7fa2a92259ee1999ee6 SHA512 34b9e330e60e58099744f2216c677f2bdcff82741a926b8c1fbf93eabf654f806e7b8df89440a477f787726d909e82a1eefd5d9c8f9ed70560ca17832708f9c3

diff --git a/net-fs/minio/minio-0_pre20180330.ebuild b/net-fs/minio/minio-0_pre20180330.ebuild
new file mode 100644
index 00000000000..987586d8348
--- /dev/null
+++ b/net-fs/minio/minio-0_pre20180330.ebuild
@@ -0,0 +1,52 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit user golang-build golang-vcs-snapshot
+
+EGO_PN="github.com/minio/minio"
+VERSION="2018-03-30T00-38-44Z"
+EGIT_COMMIT="804a4f9c159ecef7093585a5b577e03a382af50e"
+ARCHIVE_URI="https://${EGO_PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
+KEYWORDS="~amd64"
+
+DESCRIPTION="An Amazon S3 compatible object storage server"
+HOMEPAGE="https://github.com/minio/minio"
+SRC_URI="${ARCHIVE_URI}"
+LICENSE="Apache-2.0"
+SLOT="0"
+IUSE=""
+
+RESTRICT="test"
+
+pkg_setup() {
+	enewgroup ${PN}
+	enewuser ${PN} -1 -1 /var/lib/${PN} ${PN}
+}
+
+src_prepare() {
+	default
+	sed -i -e "s/time.Now().UTC().Format(time.RFC3339)/\"${VERSION}\"/"\
+		-e "s/-s //"\
+		-e "/time/d"\
+		-e "s/+ commitID()/+ \"${EGIT_COMMIT}\"/"\
+		src/${EGO_PN}/buildscripts/gen-ldflags.go || die
+}
+
+src_compile() {
+	pushd src/${EGO_PN} || die
+	MINIO_RELEASE="${VERSION}"
+	go run buildscripts/gen-ldflags.go
+	GOPATH="${S}" go build --ldflags "$(go run buildscripts/gen-ldflags.go)" -o ${PN} || die
+	popd || die
+}
+
+src_install() {
+	pushd src/${EGO_PN} || die
+	dodoc -r README.md CONTRIBUTING.md MAINTAINERS.md docs
+	dobin minio
+	popd  || die
+	newinitd "${FILESDIR}"/${PN}.initd ${PN}
+	keepdir /var/{lib,log}/${PN}
+	fowners ${PN}:${PN} /var/{lib,log}/${PN}
+}


             reply	other threads:[~2018-03-30 14:19 UTC|newest]

Thread overview: 85+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-03-30 14:19 Manuel Rüger [this message]
  -- strict thread matches above, loose matches on Subject: below --
2022-09-29  7:34 [gentoo-commits] repo/gentoo:master commit in: net-fs/minio/ Jakov Smolić
2022-09-10 21:11 William Hubbs
2021-04-19 18:37 Mike Gilbert
2021-04-19 14:00 Mikle Kolyada
2021-04-19 14:00 Mikle Kolyada
2021-04-19 13:24 Mikle Kolyada
2021-04-19 13:14 Mikle Kolyada
2021-04-19 13:05 Mikle Kolyada
2021-04-09 17:18 Mikle Kolyada
2021-04-06 21:48 John Helmert III
2021-03-27 14:16 Mikle Kolyada
2021-03-21 17:56 Mikle Kolyada
2021-03-12 14:02 Mikle Kolyada
2021-03-09 15:39 Mikle Kolyada
2021-03-09 15:39 Mikle Kolyada
2021-02-07 18:40 Mikle Kolyada
2021-01-26 14:37 Mikle Kolyada
2021-01-26 14:37 Mikle Kolyada
2021-01-26 13:22 Mikle Kolyada
2020-06-22 22:24 William Hubbs
2019-09-21 17:12 Mikle Kolyada
2019-09-13 16:57 Mikle Kolyada
2019-08-31 14:16 Mikle Kolyada
2019-08-22 11:26 Mikle Kolyada
2019-08-16 19:36 Mikle Kolyada
2019-08-16 19:31 Mikle Kolyada
2019-08-02 18:37 Mikle Kolyada
2019-08-01  8:48 Mikle Kolyada
2019-07-25 20:55 Mikle Kolyada
2019-07-25 12:47 Mikle Kolyada
2019-06-23 11:01 Mikle Kolyada
2019-04-28 12:38 Mikle Kolyada
2019-04-09 12:26 Mikle Kolyada
2019-04-05 12:46 Mikle Kolyada
2019-03-28  7:39 Mikle Kolyada
2019-03-21 22:10 Mikle Kolyada
2019-03-14 18:10 Mikle Kolyada
2019-03-12 16:04 Mikle Kolyada
2019-03-12 16:04 Mikle Kolyada
2019-03-07 17:05 Mikle Kolyada
2019-02-28 10:45 Mikle Kolyada
2019-02-21 17:50 Mikle Kolyada
2019-02-15  6:17 Mikle Kolyada
2019-02-13 10:01 Mikle Kolyada
2019-02-07 10:06 Mikle Kolyada
2019-01-31 14:19 Mikle Kolyada
2019-01-30  9:16 Mikle Kolyada
2019-01-25  8:25 Mikle Kolyada
2019-01-17 17:11 Mikle Kolyada
2019-01-10  9:07 Mikle Kolyada
2019-01-09  8:03 Fabian Groffen
2018-12-28  6:27 Mikle Kolyada
2018-12-20 17:55 Mikle Kolyada
2018-12-13 20:33 Mikle Kolyada
2018-12-06 18:12 Mikle Kolyada
2018-11-30 20:46 Mikle Kolyada
2018-11-30 11:13 Mikle Kolyada
2018-11-22 15:18 Mikle Kolyada
2018-11-17  7:15 Mikle Kolyada
2018-11-15 14:10 Mikle Kolyada
2018-11-10 12:40 Mikle Kolyada
2018-10-25 19:49 Mikle Kolyada
2018-10-25 17:42 Mikle Kolyada
2018-10-19 20:17 Mikle Kolyada
2018-10-12 13:11 Mikle Kolyada
2018-09-28  8:25 Mikle Kolyada
2018-09-13 12:12 Mikle Kolyada
2018-09-09 10:43 Mikle Kolyada
2018-08-13  2:36 Mikle Kolyada
2018-08-05 13:08 Manuel Rüger
2018-07-24 15:23 Manuel Rüger
2018-06-06 12:31 Manuel Rüger
2018-05-17 15:21 Manuel Rüger
2018-04-26  1:47 Manuel Rüger
2018-04-13 14:10 Manuel Rüger
2018-03-30 14:19 Manuel Rüger
2018-02-27 12:50 Manuel Rüger
2017-11-28 16:02 Manuel Rüger
2017-11-27 19:31 Manuel Rüger
2017-11-20 18:11 Manuel Rüger
2017-11-20 18:11 Manuel Rüger
2017-10-20 12:13 Manuel Rüger
2017-09-10 12:18 Manuel Rüger
2017-06-23 17:58 Manuel Rüger

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=1522419536.2f57caa6408375c932dd39b00476b5ed0d81b9be.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