[gentoo-commits] gentoo-x86 commit in app-admin/consul: consul-0.5.2.ebuild consul-9999.ebuild ChangeLog

2015-06-09 Thread Zac Medico (zmedico)
zmedico 15/06/09 07:00:48

  Modified: consul-0.5.2.ebuild consul-.ebuild ChangeLog
  Log:
  Use insopts -p to preserve timestamps for bug 551486.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
FDE8EF85AE5719A3)

Revision  ChangesPath
1.4  app-admin/consul/consul-0.5.2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/consul/consul-0.5.2.ebuild?rev=1.4view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/consul/consul-0.5.2.ebuild?rev=1.4content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/consul/consul-0.5.2.ebuild?r1=1.3r2=1.4

Index: consul-0.5.2.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-admin/consul/consul-0.5.2.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- consul-0.5.2.ebuild 25 May 2015 19:12:07 -  1.3
+++ consul-0.5.2.ebuild 9 Jun 2015 07:00:48 -   1.4
@@ -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/app-admin/consul/consul-0.5.2.ebuild,v 1.3 
2015/05/25 19:12:07 zmedico Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/consul/consul-0.5.2.ebuild,v 1.4 
2015/06/09 07:00:48 zmedico Exp $
 
 EAPI=5
 
@@ -151,6 +151,7 @@
-f ${WORKDIR}/pkg/${KERNEL}_${ARCH}/${x}.a ]]  
continue
rm -rf ${WORKDIR}/src/${x}
done  (find ${WORKDIR}/src/${GO_PN} -mindepth 1 -maxdepth 1 -type d 
-print0)
+   insopts -m0644 -p # preserve timestamps for bug 551486
insinto /usr/lib/go/pkg/${KERNEL}_${ARCH}/${GO_PN%/*}
doins -r ${WORKDIR}/pkg/${KERNEL}_${ARCH}/${GO_PN}
insinto /usr/lib/go/src/${GO_PN%/*}



1.4  app-admin/consul/consul-.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/consul/consul-.ebuild?rev=1.4view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/consul/consul-.ebuild?rev=1.4content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/consul/consul-.ebuild?r1=1.3r2=1.4

Index: consul-.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-admin/consul/consul-.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- consul-.ebuild  25 May 2015 19:12:07 -  1.3
+++ consul-.ebuild  9 Jun 2015 07:00:48 -   1.4
@@ -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/app-admin/consul/consul-.ebuild,v 1.3 
2015/05/25 19:12:07 zmedico Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/consul/consul-.ebuild,v 1.4 
2015/06/09 07:00:48 zmedico Exp $
 
 EAPI=5
 
@@ -107,6 +107,7 @@
-f ${WORKDIR}/pkg/${KERNEL}_${ARCH}/${x}.a ]]  
continue
rm -rf ${WORKDIR}/src/${x}
done  (find ${WORKDIR}/src/${GO_PN} -mindepth 1 -maxdepth 1 -type d 
-print0)
+   insopts -m0644 -p # preserve timestamps for bug 551486
insinto /usr/lib/go/pkg/${KERNEL}_${ARCH}/${GO_PN%/*}
doins -r ${WORKDIR}/pkg/${KERNEL}_${ARCH}/${GO_PN}
insinto /usr/lib/go/src/${GO_PN%/*}



1.4  app-admin/consul/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/consul/ChangeLog?rev=1.4view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/consul/ChangeLog?rev=1.4content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/consul/ChangeLog?r1=1.3r2=1.4

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-admin/consul/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog   25 May 2015 19:12:07 -  1.3
+++ ChangeLog   9 Jun 2015 07:00:48 -   1.4
@@ -1,6 +1,10 @@
 # ChangeLog for app-admin/consul
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/consul/ChangeLog,v 1.3 2015/05/25 
19:12:07 zmedico Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/consul/ChangeLog,v 1.4 2015/06/09 
07:00:48 zmedico Exp $
+
+  09 Jun 2015; Zac Medico zmed...@gentoo.org consul-0.5.2.ebuild,
+  consul-.ebuild:
+  Use insopts -p to preserve timestamps for bug 551486.
 
   25 May 2015; Zac Medico zmed...@gentoo.org consul-0.5.2.ebuild,
   consul-.ebuild:






[gentoo-commits] gentoo-x86 commit in app-admin/consul: consul-0.5.2.ebuild consul-9999.ebuild ChangeLog

2015-05-25 Thread Zac Medico (zmedico)
zmedico 15/05/25 19:12:07

  Modified: consul-0.5.2.ebuild consul-.ebuild ChangeLog
  Log:
  Prune installed files.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
FDE8EF85AE5719A3)

Revision  ChangesPath
1.3  app-admin/consul/consul-0.5.2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/consul/consul-0.5.2.ebuild?rev=1.3view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/consul/consul-0.5.2.ebuild?rev=1.3content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/consul/consul-0.5.2.ebuild?r1=1.2r2=1.3

Index: consul-0.5.2.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-admin/consul/consul-0.5.2.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- consul-0.5.2.ebuild 24 May 2015 21:38:02 -  1.2
+++ consul-0.5.2.ebuild 25 May 2015 19:12:07 -  1.3
@@ -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/app-admin/consul/consul-0.5.2.ebuild,v 1.2 
2015/05/24 21:38:02 zmedico Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/consul/consul-0.5.2.ebuild,v 1.3 
2015/05/25 19:12:07 zmedico Exp $
 
 EAPI=5
 
@@ -143,7 +143,16 @@
newconfd ${FILESDIR}/consul.confd ${PN}
systemd_dounit ${FILESDIR}/consul.service
 
-   insinto /usr/lib/go
find ${WORKDIR}/{pkg,src} -name '.git*' -exec rm -rf {} \; 2/dev/null
-   doins -r ${WORKDIR}/{pkg,src}
+   find ${WORKDIR}/src/${GO_PN} -mindepth 1 -maxdepth 1 -type f -delete
+   while read -r -d '' x; do
+   x=${x#${WORKDIR}/src}
+   [[ -d ${WORKDIR}/pkg/${KERNEL}_${ARCH}/${x} ||
+   -f ${WORKDIR}/pkg/${KERNEL}_${ARCH}/${x}.a ]]  
continue
+   rm -rf ${WORKDIR}/src/${x}
+   done  (find ${WORKDIR}/src/${GO_PN} -mindepth 1 -maxdepth 1 -type d 
-print0)
+   insinto /usr/lib/go/pkg/${KERNEL}_${ARCH}/${GO_PN%/*}
+   doins -r ${WORKDIR}/pkg/${KERNEL}_${ARCH}/${GO_PN}
+   insinto /usr/lib/go/src/${GO_PN%/*}
+   doins -r ${WORKDIR}/src/${GO_PN}
 }



1.3  app-admin/consul/consul-.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/consul/consul-.ebuild?rev=1.3view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/consul/consul-.ebuild?rev=1.3content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/consul/consul-.ebuild?r1=1.2r2=1.3

Index: consul-.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-admin/consul/consul-.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- consul-.ebuild  24 May 2015 21:38:02 -  1.2
+++ consul-.ebuild  25 May 2015 19:12:07 -  1.3
@@ -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/app-admin/consul/consul-.ebuild,v 1.2 
2015/05/24 21:38:02 zmedico Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/consul/consul-.ebuild,v 1.3 
2015/05/25 19:12:07 zmedico Exp $
 
 EAPI=5
 
@@ -99,7 +99,16 @@
newconfd ${FILESDIR}/consul.confd ${PN}
systemd_dounit ${FILESDIR}/consul.service
 
-   insinto /usr/lib/go
find ${WORKDIR}/{pkg,src} -name '.git*' -exec rm -rf {} \; 2/dev/null
-   doins -r ${WORKDIR}/{pkg,src}
+   find ${WORKDIR}/src/${GO_PN} -mindepth 1 -maxdepth 1 -type f -delete
+   while read -r -d '' x; do
+   x=${x#${WORKDIR}/src}
+   [[ -d ${WORKDIR}/pkg/${KERNEL}_${ARCH}/${x} ||
+   -f ${WORKDIR}/pkg/${KERNEL}_${ARCH}/${x}.a ]]  
continue
+   rm -rf ${WORKDIR}/src/${x}
+   done  (find ${WORKDIR}/src/${GO_PN} -mindepth 1 -maxdepth 1 -type d 
-print0)
+   insinto /usr/lib/go/pkg/${KERNEL}_${ARCH}/${GO_PN%/*}
+   doins -r ${WORKDIR}/pkg/${KERNEL}_${ARCH}/${GO_PN}
+   insinto /usr/lib/go/src/${GO_PN%/*}
+   doins -r ${WORKDIR}/src/${GO_PN}
 }



1.3  app-admin/consul/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/consul/ChangeLog?rev=1.3view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/consul/ChangeLog?rev=1.3content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/consul/ChangeLog?r1=1.2r2=1.3

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-admin/consul/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog   24 May 2015 21:38:02 -  1.2
+++ ChangeLog   25 May 2015 19:12:07 -  1.3
@@ -1,6 +1,10 @@
 # 

[gentoo-commits] gentoo-x86 commit in app-admin/consul: consul-0.5.2.ebuild consul-9999.ebuild ChangeLog

2015-05-24 Thread Zac Medico (zmedico)
zmedico 15/05/24 21:38:02

  Modified: consul-0.5.2.ebuild consul-.ebuild ChangeLog
  Log:
  Remove dev-lang/go from RDEPEND.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
FDE8EF85AE5719A3)

Revision  ChangesPath
1.2  app-admin/consul/consul-0.5.2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/consul/consul-0.5.2.ebuild?rev=1.2view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/consul/consul-0.5.2.ebuild?rev=1.2content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/consul/consul-0.5.2.ebuild?r1=1.1r2=1.2

Index: consul-0.5.2.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-admin/consul/consul-0.5.2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- consul-0.5.2.ebuild 24 May 2015 07:59:56 -  1.1
+++ consul-0.5.2.ebuild 24 May 2015 21:38:02 -  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/app-admin/consul/consul-0.5.2.ebuild,v 1.1 
2015/05/24 07:59:56 zmedico Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/consul/consul-0.5.2.ebuild,v 1.2 
2015/05/24 21:38:02 zmedico Exp $
 
 EAPI=5
 
@@ -21,7 +21,7 @@
dev-ruby/sass
dev-ruby/uglifier
)
-RDEPEND==dev-lang/go-1.4
+RDEPEND=
 
 SRC_URI=https://github.com/hashicorp/consul/archive/v0.5.2.tar.gz - 
${P}.tar.gz
 
https://github.com/armon/circbuf/archive/f092b4f207b6e5cce0569056fba9e1a2735cb6cf.tar.gz
 - circbuf-f092b4f207b6e5cce0569056fba9e1a2735cb6cf.tar.gz



1.2  app-admin/consul/consul-.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/consul/consul-.ebuild?rev=1.2view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/consul/consul-.ebuild?rev=1.2content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/consul/consul-.ebuild?r1=1.1r2=1.2

Index: consul-.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-admin/consul/consul-.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- consul-.ebuild  24 May 2015 07:59:56 -  1.1
+++ consul-.ebuild  24 May 2015 21:38:02 -  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/app-admin/consul/consul-.ebuild,v 1.1 
2015/05/24 07:59:56 zmedico Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/consul/consul-.ebuild,v 1.2 
2015/05/24 21:38:02 zmedico Exp $
 
 EAPI=5
 
@@ -22,7 +22,7 @@
dev-ruby/sass
dev-ruby/uglifier
)
-RDEPEND==dev-lang/go-1.4
+RDEPEND=
 SRC_URI=
 
 STRIP_MASK=*.a



1.2  app-admin/consul/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/consul/ChangeLog?rev=1.2view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/consul/ChangeLog?rev=1.2content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/consul/ChangeLog?r1=1.1r2=1.2

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-admin/consul/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog   24 May 2015 07:59:56 -  1.1
+++ ChangeLog   24 May 2015 21:38:02 -  1.2
@@ -1,6 +1,10 @@
 # ChangeLog for app-admin/consul
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/consul/ChangeLog,v 1.1 2015/05/24 
07:59:56 zmedico Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/consul/ChangeLog,v 1.2 2015/05/24 
21:38:02 zmedico Exp $
+
+  24 May 2015; Zac Medico zmed...@gentoo.org consul-0.5.2.ebuild,
+  consul-.ebuild:
+  Remove dev-lang/go from RDEPEND.
 
 *consul-0.5.2 (24 May 2015)
 *consul- (24 May 2015)