From: "William Hubbs" <williamh@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-go/go-resiliency/
Date: Mon, 10 Aug 2015 19:33:32 +0000 (UTC) [thread overview]
Message-ID: <1439235015.21e43f18e43f1dfeef70d9c81cb6b84fcbd81774.williamh@gentoo> (raw)
commit: 21e43f18e43f1dfeef70d9c81cb6b84fcbd81774
Author: William Hubbs <williamh <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 10 19:30:15 2015 +0000
Commit: William Hubbs <williamh <AT> gentoo <DOT> org>
CommitDate: Mon Aug 10 19:30:15 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21e43f18
dev-go/go-resiliency: convert to use go eclasses
dev-go/go-resiliency/go-resiliency-1.0.0.ebuild | 35 +------------------------
1 file changed, 1 insertion(+), 34 deletions(-)
diff --git a/dev-go/go-resiliency/go-resiliency-1.0.0.ebuild b/dev-go/go-resiliency/go-resiliency-1.0.0.ebuild
index 3f06a6b..ac53b2b 100644
--- a/dev-go/go-resiliency/go-resiliency-1.0.0.ebuild
+++ b/dev-go/go-resiliency/go-resiliency-1.0.0.ebuild
@@ -12,6 +12,7 @@ if [[ ${PV} = *9999* ]]; then
else
KEYWORDS="~amd64"
SRC_URI="https://${EGO_SRC}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+ inherit golang-vcs-snapshot
fi
inherit golang-build
@@ -22,37 +23,3 @@ SLOT="0/${PV}"
IUSE=""
DEPEND=""
RDEPEND=""
-
-if [[ ${PV} != *9999* ]]; then
-src_unpack() {
- local f
-
- for f in ${A}
- do
- case "${f}" in
- *.tar|*.tar.gz|*.tar.bz2|*.tar.xz)
- local destdir=${WORKDIR}/${P}/src/${EGO_SRC}
-
- debug-print "${FUNCNAME}: unpacking ${f} to ${destdir}"
-
- # XXX: check whether the directory structure inside is
- # fine? i.e. if the tarball has actually a parent dir.
- mkdir -p "${destdir}" || die
- tar -C "${destdir}" -x --strip-components 1 \
- -f "${DISTDIR}/${f}" || die
- ;;
- *)
- debug-print "${FUNCNAME}: falling back to unpack for ${f}"
-
- # fall back to the default method
- unpack "${f}"
- ;;
- esac
- done
-}
-fi
-
-src_install() {
- rm -rf src/${EGO_SRC}/.git* || die
- golang-build_src_install
-}
next reply other threads:[~2015-08-10 19:33 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-08-10 19:33 William Hubbs [this message]
-- strict thread matches above, loose matches on Subject: below --
2018-04-13 9:53 [gentoo-commits] repo/gentoo:master commit in: dev-go/go-resiliency/ Zac Medico
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=1439235015.21e43f18e43f1dfeef70d9c81cb6b84fcbd81774.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