chainsaw    15/03/02 10:00:03

  Modified:             ChangeLog
  Added:                dahdi-tools-2.10.1.ebuild
  Log:
  Version bump as requested by Oliver Jaksch in bug #541010.
  
  (Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 
0xB5058F9A)

Revision  Changes    Path
1.36                 net-misc/dahdi-tools/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/dahdi-tools/ChangeLog,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- ChangeLog   31 Jan 2015 11:44:33 -0000      1.35
+++ ChangeLog   2 Mar 2015 10:00:03 -0000       1.36
@@ -1,6 +1,11 @@
 # ChangeLog for net-misc/dahdi-tools
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/dahdi-tools/ChangeLog,v 1.35 
2015/01/31 11:44:33 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/dahdi-tools/ChangeLog,v 1.36 
2015/03/02 10:00:03 chainsaw Exp $
+
+*dahdi-tools-2.10.1 (02 Mar 2015)
+
+  02 Mar 2015; Tony Vroon <[email protected]> +dahdi-tools-2.10.1.ebuild:
+  Version bump as requested by Oliver Jaksch in bug #541010.
 
   31 Jan 2015; Agostino Sarubbo <[email protected]> dahdi-tools-2.10.0.ebuild:
   Stable for amd64, wrt bug #535596



1.1                  net-misc/dahdi-tools/dahdi-tools-2.10.1.ebuild

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

Index: dahdi-tools-2.10.1.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/net-misc/dahdi-tools/dahdi-tools-2.10.1.ebuild,v 1.1 
2015/03/02 10:00:03 chainsaw Exp $

EAPI=5

inherit base

DESCRIPTION="Userspace tools to configure the kernel modules from 
net-misc/dahdi"
HOMEPAGE="http://www.asterisk.org";
SRC_URI="http://downloads.asterisk.org/pub/telephony/${PN}/releases/${P}.tar.gz
        mirror://gentoo/gentoo-${PN}-patchset-0.4.tar.bz2"

LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="ppp"

DEPEND="dev-libs/newt
        ppp? ( net-dialup/ppp )
        >=net-misc/dahdi-2.5.0
        !net-misc/zaptel
        >=sys-kernel/linux-headers-2.6.35
        virtual/libusb:0"
RDEPEND="${DEPEND}"

EPATCH_SUFFIX="diff"
PATCHES=( "${WORKDIR}/${PN}-patchset" )

src_compile() {
        default_src_compile
        emake tests
        use ppp && emake -C ppp
}

src_install() {
        emake DESTDIR="${D}" install
        use ppp && emake DESTDIR="${D}" -C ppp install
        emake DESTDIR="${D}" config

        dosbin patgen pattest patlooptest hdlcstress hdlctest hdlcgen 
hdlcverify timertest

        # install init scripts
        newinitd "${FILESDIR}"/dahdi.init2 dahdi
        newinitd "${FILESDIR}"/dahdi-autoconf.init2 dahdi-autoconf
        newconfd "${FILESDIR}"/dahdi-autoconf.conf2 dahdi-autoconf
}




Reply via email to