public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-misc/dahdi-tools: ChangeLog dahdi-tools-2.10.2.ebuild
@ 2015-06-29 13:43 Tony Vroon (chainsaw)
  0 siblings, 0 replies; only message in thread
From: Tony Vroon (chainsaw) @ 2015-06-29 13:43 UTC (permalink / raw
  To: gentoo-commits

chainsaw    15/06/29 13:43:19

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

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

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/dahdi-tools/ChangeLog,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -r1.39 -r1.40
--- ChangeLog	27 May 2015 11:19:33 -0000	1.39
+++ ChangeLog	29 Jun 2015 13:43:19 -0000	1.40
@@ -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.39 2015/05/27 11:19:33 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/dahdi-tools/ChangeLog,v 1.40 2015/06/29 13:43:19 chainsaw Exp $
+
+*dahdi-tools-2.10.2 (29 Jun 2015)
+
+  29 Jun 2015; Tony Vroon <chainsaw@gentoo.org> +dahdi-tools-2.10.2.ebuild:
+  Version bump, as requested by Oliver Jaksch in bug #553390.
 
   27 May 2015; Agostino Sarubbo <ago@gentoo.org> dahdi-tools-2.10.1.ebuild:
   Stable for x86, wrt bug #544768



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

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

Index: dahdi-tools-2.10.2.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.2.ebuild,v 1.1 2015/06/29 13:43:19 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_prepare() {
	base_src_prepare
	sed -i \
		-e 's:-Werror::' \
		Makefile xpp/Makefile || die
}

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
}





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2015-06-29 13:43 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-06-29 13:43 [gentoo-commits] gentoo-x86 commit in net-misc/dahdi-tools: ChangeLog dahdi-tools-2.10.2.ebuild Tony Vroon (chainsaw)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox