zmedico     14/10/16 22:05:04

  Modified:             etcd-0.4.6.ebuild ChangeLog
  Log:
  Merge etcd.conf and USE=doc from steveeJ overlay.
  
  (Portage version: 2.2.14_rc1/cvs/Linux x86_64, signed Manifest commit with 
key 0xAE5719A3)

Revision  Changes    Path
1.2                  dev-db/etcd/etcd-0.4.6.ebuild

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

Index: etcd-0.4.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/etcd/etcd-0.4.6.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- etcd-0.4.6.ebuild   15 Oct 2014 11:36:53 -0000      1.1
+++ etcd-0.4.6.ebuild   16 Oct 2014 22:05:03 -0000      1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/etcd/etcd-0.4.6.ebuild,v 1.1 
2014/10/15 11:36:53 zmedico Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/etcd/etcd-0.4.6.ebuild,v 1.2 
2014/10/16 22:05:03 zmedico Exp $
 
 EAPI=5
 
@@ -12,7 +12,7 @@
 SRC_URI="https://github.com/coreos/etcd/archive/v${PV}.zip -> ${P}.zip"
 LICENSE="Apache-2.0"
 SLOT="0"
-IUSE=""
+IUSE="doc"
 DEPEND=">=dev-lang/go-1.2"
 
 pkg_setup() {
@@ -30,11 +30,14 @@
 }
 
 src_install() {
+       insinto /etc/${PN}
+       doins "${FILESDIR}/${PN}.conf"
        dobin bin/${PN}
        newbin bin/bench ${PN}-bench
-       dodoc -r CHANGELOG Documentation README.md
+       dodoc CHANGELOG README.md
+       use doc && dodoc -r Documentation
        systemd_dounit "${FILESDIR}/${PN}.service"
-       systemd_dotmpfilesd "${FILESDIR}/${PN}.conf"
+       systemd_newtmpfilesd "${FILESDIR}/${PN}.tmpfiles.d.conf" ${PN}.conf
        newinitd "${FILESDIR}"/${PN}.initd ${PN}
        newconfd "${FILESDIR}"/${PN}.confd ${PN}
        dodir /var/lib/${PN}



1.2                  dev-db/etcd/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/etcd/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog   15 Oct 2014 11:36:53 -0000      1.1
+++ ChangeLog   16 Oct 2014 22:05:03 -0000      1.2
@@ -1,6 +1,10 @@
 # ChangeLog for dev-db/etcd
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/etcd/ChangeLog,v 1.1 2014/10/15 
11:36:53 zmedico Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/etcd/ChangeLog,v 1.2 2014/10/16 
22:05:03 zmedico Exp $
+
+  16 Oct 2014; Zac Medico <[email protected]> +files/etcd.tmpfiles.d.conf,
+  etcd-0.4.6.ebuild, files/etcd.conf:
+  Merge etcd.conf and USE=doc from steveeJ overlay.
 
 *etcd-0.4.6 (15 Oct 2014)
 




Reply via email to