public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-go/sarama: sarama-9999.ebuild ChangeLog
@ 2015-08-05 20:42 William Hubbs (williamh)
  0 siblings, 0 replies; only message in thread
From: William Hubbs (williamh) @ 2015-08-05 20:42 UTC (permalink / raw
  To: gentoo-commits

williamh    15/08/05 20:42:47

  Modified:             sarama-9999.ebuild ChangeLog
  Log:
  add golang-vcs-snapshot support to the live ebuild
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 0x30C46538)

Revision  Changes    Path
1.2                  dev-go/sarama/sarama-9999.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-go/sarama/sarama-9999.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-go/sarama/sarama-9999.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-go/sarama/sarama-9999.ebuild?r1=1.1&r2=1.2

Index: sarama-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-go/sarama/sarama-9999.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sarama-9999.ebuild	30 Jul 2015 21:17:18 -0000	1.1
+++ sarama-9999.ebuild	5 Aug 2015 20:42:47 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-go/sarama/sarama-9999.ebuild,v 1.1 2015/07/30 21:17:18 zmedico Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-go/sarama/sarama-9999.ebuild,v 1.2 2015/08/05 20:42:47 williamh Exp $
 
 EAPI=5
 
@@ -12,6 +12,7 @@
 else
 	KEYWORDS="~amd64"
 	SRC_URI="https://${EGO_SRC}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+	inherit golang-vcs-snapshot
 fi
 inherit golang-build
 
@@ -26,42 +27,12 @@
 	test? ( dev-go/go-spew )"
 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_prepare() {
 	# avoid toxiproxy dependency
 	rm src/${EGO_SRC}/functional*_test.go || die
 }
 
 src_install() {
-	rm -rf src/${EGO_SRC}/.git* || die
 	golang-build_src_install
 	rm bin/http_server || die
 	dobin bin/*



1.2                  dev-go/sarama/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-go/sarama/ChangeLog?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-go/sarama/ChangeLog?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-go/sarama/ChangeLog?r1=1.1&r2=1.2

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-go/sarama/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog	30 Jul 2015 21:17:18 -0000	1.1
+++ ChangeLog	5 Aug 2015 20:42:47 -0000	1.2
@@ -1,6 +1,9 @@
 # ChangeLog for dev-go/sarama
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-go/sarama/ChangeLog,v 1.1 2015/07/30 21:17:18 zmedico Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-go/sarama/ChangeLog,v 1.2 2015/08/05 20:42:47 williamh Exp $
+
+  05 Aug 2015; William Hubbs <williamh@gentoo.org> sarama-9999.ebuild:
+  add golang-vcs-snapshot support to the live ebuild
 
 *sarama-9999 (30 Jul 2015)
 *sarama-1.4.3 (30 Jul 2015)





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2015-08-05 20:42 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-08-05 20:42 [gentoo-commits] gentoo-x86 commit in dev-go/sarama: sarama-9999.ebuild ChangeLog William Hubbs (williamh)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox