public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Tony Vroon (chainsaw)" <chainsaw@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in net-misc/dahdi-tools: dahdi-tools-2.10.0.ebuild ChangeLog
Date: Tue, 19 Aug 2014 08:30:05 +0000 (UTC)	[thread overview]
Message-ID: <20140819083005.7BC543BCB@oystercatcher.gentoo.org> (raw)

chainsaw    14/08/19 08:30:05

  Modified:             ChangeLog
  Added:                dahdi-tools-2.10.0.ebuild
  Log:
  New release adds hardware support for TE436/TE236 cards and reduces ioctl spam on non-existent channels from dahdi_cfg. Fixes default recall tone and Australian congestion tone.
  
  (Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key 0xB5058F9A)

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

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/dahdi-tools/ChangeLog,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- ChangeLog	10 Aug 2014 17:34:33 -0000	1.33
+++ ChangeLog	19 Aug 2014 08:30:05 -0000	1.34
@@ -1,6 +1,13 @@
 # ChangeLog for net-misc/dahdi-tools
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/dahdi-tools/ChangeLog,v 1.33 2014/08/10 17:34:33 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/dahdi-tools/ChangeLog,v 1.34 2014/08/19 08:30:05 chainsaw Exp $
+
+*dahdi-tools-2.10.0 (19 Aug 2014)
+
+  19 Aug 2014; Tony Vroon <chainsaw@gentoo.org> +dahdi-tools-2.10.0.ebuild:
+  New release adds hardware support for TE436/TE236 cards and reduces ioctl
+  spam on non-existent channels from dahdi_cfg. Fixes default recall tone and
+  Australian congestion tone.
 
   10 Aug 2014; Agostino Sarubbo <ago@gentoo.org> dahdi-tools-2.9.0.1.ebuild:
   Stable for x86, wrt bug #511738



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

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

Index: dahdi-tools-2.10.0.ebuild
===================================================================
# Copyright 1999-2014 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.0.ebuild,v 1.1 2014/08/19 08:30:05 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	other threads:[~2014-08-19  8:30 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-08-19  8:30 Tony Vroon (chainsaw) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2015-01-31 11:44 [gentoo-commits] gentoo-x86 commit in net-misc/dahdi-tools: dahdi-tools-2.10.0.ebuild ChangeLog Agostino Sarubbo (ago)

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20140819083005.7BC543BCB@oystercatcher.gentoo.org \
    --to=chainsaw@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox