voyageur    14/08/22 12:00:03

  Modified:             ChangeLog
  Added:                dibbler-1.0.0_rc2.ebuild
  Removed:              dibbler-0.7.3.ebuild dibbler-0.8.3-r1.ebuild
  Log:
  Version bump to 1.0 rc, reported to work better than current 0.8 branch. 
Fixes bug #487876 by Alexander Wright
  
  (Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key 
C74525F2)

Revision  Changes    Path
1.28                 net-misc/dibbler/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/dibbler/ChangeLog?rev=1.28&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/dibbler/ChangeLog?rev=1.28&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/dibbler/ChangeLog?r1=1.27&r2=1.28

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/dibbler/ChangeLog,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- ChangeLog   22 Feb 2014 08:07:15 -0000      1.27
+++ ChangeLog   22 Aug 2014 12:00:03 -0000      1.28
@@ -1,6 +1,13 @@
 # ChangeLog for net-misc/dibbler
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/dibbler/ChangeLog,v 1.27 
2014/02/22 08:07:15 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/dibbler/ChangeLog,v 1.28 
2014/08/22 12:00:03 voyageur Exp $
+
+*dibbler-1.0.0_rc2 (22 Aug 2014)
+
+  22 Aug 2014; Bernard Cafarelli <voyag...@gentoo.org> -dibbler-0.7.3.ebuild,
+  -dibbler-0.8.3-r1.ebuild, +dibbler-1.0.0_rc2.ebuild:
+  Version bump to 1.0 rc, reported to work better than current 0.8 branch.
+  Fixes bug #487876 by Alexander Wright
 
   22 Feb 2014; Agostino Sarubbo <a...@gentoo.org> dibbler-0.8.4.ebuild:
   Stable for x86, wrt bug #499102



1.1                  net-misc/dibbler/dibbler-1.0.0_rc2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/dibbler/dibbler-1.0.0_rc2.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/dibbler/dibbler-1.0.0_rc2.ebuild?rev=1.1&content-type=text/plain

Index: dibbler-1.0.0_rc2.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-misc/dibbler/dibbler-1.0.0_rc2.ebuild,v 
1.1 2014/08/22 12:00:03 voyageur Exp $

EAPI="5"
inherit eutils readme.gentoo systemd

DESCRIPTION="Portable DHCPv6 implementation (server, client and relay)"
HOMEPAGE="http://klub.com.pl/dhcpv6/";
SRC_URI="http://klub.com.pl/dhcpv6/dibbler/${P/_rc/RC}.tar.gz";

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~hppa ~mips ~x86"
IUSE="doc"

DEPEND="doc? ( || (
                dev-texlive/texlive-latexextra
                dev-tex/floatflt )
        )"
RDEPEND=""

S=${WORKDIR}/${P/_rc/RC}

DOC_CONTENTS="Make sure that you modify client.conf, server.conf and/or 
relay.conf
to suit your needs. They are stored in /etc/dibbler"

src_prepare() {
        epatch_user
}

src_compile() {
        emake
        # devel documentation is broken and users should consult the online 
version
        # http://klub.com.pl/dhcpv6/doxygen/
        use doc && emake -C doc/ user
}

src_install() {
        readme.gentoo_create_doc

        dosbin dibbler-{client,relay,server}
        doman doc/man/*.8

        insinto /etc/dibbler
        doins doc/examples/*.conf
        dodir /var/lib/dibbler

        dodoc AUTHORS CHANGELOG RELNOTES TODO
        use doc && dodoc doc/dibbler-user.pdf

        doinitd "${FILESDIR}"/dibbler-{client,relay,server}
        systemd_dounit "${FILESDIR}"/dibbler-client.service
}




Reply via email to