From: "Manuel Rüger" <mrueg@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/drone/
Date: Thu, 17 Nov 2016 19:40:57 +0000 (UTC) [thread overview]
Message-ID: <1479411638.bf290e7f1e8b39e63c76a215519c18cc4b34c15f.mrueg@gentoo> (raw)
commit: bf290e7f1e8b39e63c76a215519c18cc4b34c15f
Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 17 19:40:21 2016 +0000
Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Thu Nov 17 19:40:38 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf290e7f
dev-util/drone: Initial version
Package-Manager: portage-2.3.2
dev-util/drone/Manifest | 1 +
dev-util/drone/drone-0.5.0_pre20161019.ebuild | 33 +++++++++++++++++++++++++++
dev-util/drone/metadata.xml | 13 +++++++++++
3 files changed, 47 insertions(+)
diff --git a/dev-util/drone/Manifest b/dev-util/drone/Manifest
new file mode 100644
index 00000000..9c688fd
--- /dev/null
+++ b/dev-util/drone/Manifest
@@ -0,0 +1 @@
+DIST drone-0.5.0_pre20161019.tar.gz 3453600 SHA256 bd282a85fb6a28f504851d58b2482c220b1ab660ac970f224eae2e2c98b75c00 SHA512 fe6168cc584ce3e3d4c484fd769a6cf3a520648f347b5f29765914b4d16667b423e14cf8043179d5b03a4f0c7e2009e141cab10bcb0cd875a53961adaa2f5efc WHIRLPOOL a5e0eafe53d0de04dd990ceb8356e1f0990466024619fdcdb14770052ed952fbffe20e158590d8d608402fe1759ccac3d3e60f1bff3df48cbe055f157e5a1f09
diff --git a/dev-util/drone/drone-0.5.0_pre20161019.ebuild b/dev-util/drone/drone-0.5.0_pre20161019.ebuild
new file mode 100644
index 00000000..45fc4b4
--- /dev/null
+++ b/dev-util/drone/drone-0.5.0_pre20161019.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+inherit golang-build golang-vcs-snapshot
+
+EGO_PN="github.com/drone/drone/..."
+EGIT_COMMIT="0852424cfef6e518458f9de1ed0a04ba22d60171"
+ARCHIVE_URI="https://${EGO_PN%/*}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
+KEYWORDS="~amd64"
+
+DESCRIPTION="A Continuous Delivery platform built on Docker, written in Go"
+HOMEPAGE="https://github.com/drone/drone"
+SRC_URI="${ARCHIVE_URI}"
+LICENSE="Apache-2.0"
+SLOT="0/${PVR}"
+IUSE=""
+
+DEPEND="dev-go/go-bindata
+ dev-util/drone-ui"
+
+src_compile() {
+ GOPATH="${WORKDIR}/${P}:$(get_golibdir_gopath)" emake -C src/github.com/drone/drone gen || die
+ pushd src || die
+ DRONE_BUILD_NUMBER="${EGIT_COMMIT}" GOPATH="${WORKDIR}/${P}:$(get_golibdir_gopath)"\
+ go install -ldflags '-extldflags "-static" -X github.com/drone/drone/version.VersionDev=${EGIT_COMMIT}' github.com/drone/drone/drone || die
+ popd || die
+}
+
+src_install() {
+ dobin bin/*
+}
diff --git a/dev-util/drone/metadata.xml b/dev-util/drone/metadata.xml
new file mode 100644
index 00000000..87871f5
--- /dev/null
+++ b/dev-util/drone/metadata.xml
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <longdescription>
+ </longdescription>
+ <maintainer type="person">
+ <email>mrueg@gentoo.org</email>
+ <name>Manuel Rüger</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="github">drone/drone</remote-id>
+ </upstream>
+</pkgmetadata>
next reply other threads:[~2016-11-17 19:41 UTC|newest]
Thread overview: 74+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-11-17 19:40 Manuel Rüger [this message]
-- strict thread matches above, loose matches on Subject: below --
2016-11-17 19:46 [gentoo-commits] repo/gentoo:master commit in: dev-util/drone/ Manuel Rüger
2016-11-17 22:12 Manuel Rüger
2016-11-24 16:11 Manuel Rüger
2016-12-07 11:34 Manuel Rüger
2016-12-07 11:34 Manuel Rüger
2016-12-15 14:38 Manuel Rüger
2016-12-15 14:38 Manuel Rüger
2017-01-13 12:45 Manuel Rüger
2017-01-20 12:45 Manuel Rüger
2017-01-20 13:48 Manuel Rüger
2017-02-13 10:26 Manuel Rüger
2017-02-19 20:09 Manuel Rüger
2017-02-19 20:13 Manuel Rüger
2017-02-27 13:16 Manuel Rüger
2017-03-13 14:32 Manuel Rüger
2017-03-13 14:32 Manuel Rüger
2017-03-16 17:07 Manuel Rüger
2017-03-16 17:07 Manuel Rüger
2017-03-16 18:49 Manuel Rüger
2017-03-16 18:49 Manuel Rüger
2017-04-15 17:11 Manuel Rüger
2017-04-25 12:00 Manuel Rüger
2017-04-25 12:00 Manuel Rüger
2017-05-02 12:23 Manuel Rüger
2017-05-04 11:22 Manuel Rüger
2017-05-04 11:22 Manuel Rüger
2017-05-08 11:43 Manuel Rüger
2017-05-09 11:47 Manuel Rüger
2017-05-12 11:58 Manuel Rüger
2017-05-12 11:58 Manuel Rüger
2017-05-12 14:44 Manuel Rüger
2017-05-15 12:08 Manuel Rüger
2017-05-19 12:45 Manuel Rüger
2017-05-22 11:15 Manuel Rüger
2017-06-08 11:44 Manuel Rüger
2017-06-12 12:13 Manuel Rüger
2017-06-12 12:14 Manuel Rüger
2017-06-23 11:31 Manuel Rüger
2017-06-23 11:41 Manuel Rüger
2017-06-26 21:25 Manuel Rüger
2017-07-21 12:22 Manuel Rüger
2017-07-26 13:24 Manuel Rüger
2017-08-01 21:43 Manuel Rüger
2017-08-01 21:43 Manuel Rüger
2017-09-12 12:18 Manuel Rüger
2017-09-13 11:10 Manuel Rüger
2017-09-13 13:24 Manuel Rüger
2017-09-22 12:10 Manuel Rüger
2017-09-22 12:10 Manuel Rüger
2017-10-02 13:07 Manuel Rüger
2017-10-04 9:09 Michał Górny
2017-11-21 14:58 Manuel Rüger
2017-11-21 14:58 Manuel Rüger
2017-12-05 10:42 Manuel Rüger
2018-01-26 13:41 Manuel Rüger
2018-01-26 13:41 Manuel Rüger
2018-03-19 22:24 Manuel Rüger
2018-03-30 13:58 Manuel Rüger
2018-04-10 1:15 Manuel Rüger
2018-07-27 13:52 Manuel Rüger
2018-10-28 16:32 Manuel Rüger
2018-11-11 15:24 Manuel Rüger
2018-11-16 10:28 Manuel Rüger
2019-02-22 13:28 Manuel Rüger
2019-11-23 10:35 Manuel Rüger
2019-11-23 10:35 Manuel Rüger
2019-12-04 3:23 William Hubbs
2022-03-23 6:27 William Hubbs
2022-05-13 23:00 Conrad Kostecki
2022-10-02 17:57 William Hubbs
2023-08-09 17:47 William Hubbs
2023-12-11 19:10 William Hubbs
2025-03-06 18:04 Arthur Zamarin
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=1479411638.bf290e7f1e8b39e63c76a215519c18cc4b34c15f.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