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.2.0-r1.ebuild dahdi-tools-2.2.0.ebuild
@ 2009-12-22 12:31 Tony Vroon (chainsaw)
  0 siblings, 0 replies; only message in thread
From: Tony Vroon (chainsaw) @ 2009-12-22 12:31 UTC (permalink / raw
  To: gentoo-commits

chainsaw    09/12/22 12:31:14

  Modified:             ChangeLog
  Added:                dahdi-tools-2.2.0-r1.ebuild
  Removed:              dahdi-tools-2.2.0.ebuild
  Log:
  Install in perl vendor directory, not site as per bug #295105. Explicitly block zaptel as per bug #295107 (both by Diego E. "Flameeyes" Pettenò). Work around Gentoo-specific broken linux headers, closes bug #290918 by Chí-Thanh Christopher Nguyễn. Do not fiddle with the hardware in the Makefile, closes bug #296359 by Jaco Kroon.
  (Portage version: 2.1.7.15/cvs/Linux x86_64)

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

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/dahdi-tools/ChangeLog?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/dahdi-tools/ChangeLog?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/dahdi-tools/ChangeLog?r1=1.2&r2=1.3

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/dahdi-tools/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog	28 Oct 2009 11:25:13 -0000	1.2
+++ ChangeLog	22 Dec 2009 12:31:14 -0000	1.3
@@ -1,6 +1,18 @@
 # ChangeLog for net-misc/dahdi-tools
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/dahdi-tools/ChangeLog,v 1.2 2009/10/28 11:25:13 chainsaw Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/dahdi-tools/ChangeLog,v 1.3 2009/12/22 12:31:14 chainsaw Exp $
+
+*dahdi-tools-2.2.0-r1 (22 Dec 2009)
+
+  22 Dec 2009; <chainsaw@gentoo.org> -dahdi-tools-2.2.0.ebuild,
+  +dahdi-tools-2.2.0-r1.ebuild,
+  +files/dahdi-tools-2.2.0-no-hardware-fiddling.patch,
+  +files/dahdi-tools-2.2.0-vendorlib.patch:
+  Install in perl vendor directory, not site as per bug #295105. Explicitly
+  block zaptel as per bug #295107 (both by Diego E. "Flameeyes" Pettenò).
+  Work around Gentoo-specific broken linux headers, closes bug #290918 by
+  Chí-Thanh Christopher Nguyễn. Do not fiddle with the hardware in the
+  Makefile, closes bug #296359 by Jaco Kroon.
 
 *dahdi-tools-2.2.0 (28 Oct 2009)
 



1.1                  net-misc/dahdi-tools/dahdi-tools-2.2.0-r1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/dahdi-tools/dahdi-tools-2.2.0-r1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/dahdi-tools/dahdi-tools-2.2.0-r1.ebuild?rev=1.1&content-type=text/plain

Index: dahdi-tools-2.2.0-r1.ebuild
===================================================================
# Copyright 1999-2009 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.2.0-r1.ebuild,v 1.1 2009/12/22 12:31:14 chainsaw Exp $

EAPI=1
inherit eutils

DESCRIPTION="Userspace tools to configure the kernel modules from net-misc/dahdi"
HOMEPAGE="http://www.asterisk.org"
SRC_URI="http://downloads.digium.com/pub/telephony/dahdi-tools/releases/${P}.tar.gz"

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

DEPEND="net-misc/dahdi
	!net-misc/zaptel
	virtual/libusb:0"
RDEPEND="${DEPEND}"

src_unpack() {
	unpack ${A}
	cd "${S}"
	# Work around broken 07_all_pull-libc-headers-linux.patch
	# that seemingly nobody wants to fix.
	if has_version ">sys-kernel/linux-headers-2.6.28-r1"; then
		epatch "${FILESDIR}/${P}-ifreq.patch"
	fi
	epatch "${FILESDIR}/${P}-modprobe-suffix.patch"
	epatch "${FILESDIR}/${P}-vendorlib.patch"
	epatch "${FILESDIR}/${P}-no-hardware-fiddling.patch"
}

src_install() {
	emake DESTDIR="${D}" install || die "Failed to install binaries"
	emake DESTDIR="${D}" config || die "Failed to install configuration files"

	# install init script
	newinitd "${FILESDIR}"/dahdi.init2 dahdi
}






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

only message in thread, other threads:[~2009-12-22 12:31 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-12-22 12:31 [gentoo-commits] gentoo-x86 commit in net-misc/dahdi-tools: ChangeLog dahdi-tools-2.2.0-r1.ebuild dahdi-tools-2.2.0.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