summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTony Vroon <chainsaw@gentoo.org>2011-01-19 23:03:41 +0000
committerTony Vroon <chainsaw@gentoo.org>2011-01-19 23:03:41 +0000
commitb1f08aa6b432987f8d0e31a03bf458c8100d0f72 (patch)
tree4b907534087621654347f7fac187781ffa12f6ec /net-misc/asterisk
parentVersion bump (diff)
downloadgentoo-2-b1f08aa6b432987f8d0e31a03bf458c8100d0f72.tar.gz
gentoo-2-b1f08aa6b432987f8d0e31a03bf458c8100d0f72.tar.bz2
gentoo-2-b1f08aa6b432987f8d0e31a03bf458c8100d0f72.zip
Remove dodoc call for PDFs in tex, these do not longer exist as pointed out by Agostino "ago" Sarubbo in bug #352136. Remove USE="keepsrc" as it is defective. The 1.6.2 & 1.8 branch ebuilds no longer have it either. Closes bug #352137 by Agostino "ago" Sarubbo. Remove misdn dependency as the dependencies refuse to build for several arch testers. Revision bump, kill off old ebuild.
(Portage version: 2.1.9.33/cvs/Linux x86_64)
Diffstat (limited to 'net-misc/asterisk')
-rw-r--r--net-misc/asterisk/ChangeLog16
-rw-r--r--net-misc/asterisk/asterisk-1.4.39.1-r1.ebuild (renamed from net-misc/asterisk/asterisk-1.4.39.1.ebuild)26
2 files changed, 15 insertions, 27 deletions
diff --git a/net-misc/asterisk/ChangeLog b/net-misc/asterisk/ChangeLog
index a7338a570675..049bb02a098a 100644
--- a/net-misc/asterisk/ChangeLog
+++ b/net-misc/asterisk/ChangeLog
@@ -1,13 +1,23 @@
# ChangeLog for net-misc/asterisk
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/asterisk/ChangeLog,v 1.286 2011/01/19 17:25:39 c1pher Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/asterisk/ChangeLog,v 1.287 2011/01/19 23:03:41 chainsaw Exp $
+
+*asterisk-1.4.39.1-r1 (19 Jan 2011)
+
+ 19 Jan 2011; Tony Vroon <chainsaw@gentoo.org> -asterisk-1.4.39.1.ebuild,
+ +asterisk-1.4.39.1-r1.ebuild:
+ Remove dodoc call for PDFs in tex, these do not longer exist as pointed out
+ by Agostino "ago" Sarubbo in bug #352136. Remove USE="keepsrc" as it is
+ defective. The 1.6.2 & 1.8 branch ebuilds no longer have it either. Closes
+ bug #352137 by Agostino "ago" Sarubbo. Remove misdn dependency as the
+ dependencies refuse to build for several arch testers. Revision bump, kill
+ off old ebuild.
19 Jan 2011; Dane Smith <c1pher@gentoo.org> asterisk-1.2.37.ebuild,
asterisk-1.2.40.ebuild, asterisk-1.4.39.1.ebuild,
asterisk-1.6.2.16.1.ebuild, asterisk-1.8.2.1.ebuild:
Move enew{user,group} to the appropriate place wtr bug 352139. Thanks
- Agostino
- for reporting.
+ Agostino for reporting.
*asterisk-1.4.39.1 (19 Jan 2011)
diff --git a/net-misc/asterisk/asterisk-1.4.39.1.ebuild b/net-misc/asterisk/asterisk-1.4.39.1-r1.ebuild
index 8f406085f74a..81ac8922d704 100644
--- a/net-misc/asterisk/asterisk-1.4.39.1.ebuild
+++ b/net-misc/asterisk/asterisk-1.4.39.1-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/asterisk/asterisk-1.4.39.1.ebuild,v 1.2 2011/01/19 17:25:39 c1pher Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/asterisk/asterisk-1.4.39.1-r1.ebuild,v 1.1 2011/01/19 23:03:41 chainsaw Exp $
EAPI=3
inherit autotools base eutils flag-o-matic linux-info multilib
@@ -15,7 +15,7 @@ LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64"
-IUSE="alsa +caps dahdi debug doc freetds imap jabber keepsrc misdn newt +samples odbc oss postgres radius snmp speex ssl sqlite static vanilla vorbis"
+IUSE="alsa +caps dahdi debug doc freetds imap jabber newt +samples odbc oss postgres radius snmp speex ssl sqlite static vanilla vorbis"
EPATCH_SUFFIX="patch"
PATCHES=( "${WORKDIR}/ast14-patchset" )
@@ -30,7 +30,6 @@ RDEPEND="sys-libs/ncurses
freetds? ( dev-db/freetds )
imap? ( >=net-libs/c-client-2007[ssl=] )
jabber? ( dev-libs/iksemel )
- misdn? ( net-dialup/misdnuser )
newt? ( dev-libs/newt )
odbc? ( dev-db/unixODBC )
postgres? ( dev-db/postgresql-base )
@@ -135,9 +134,6 @@ src_configure() {
$(use_with freetds tds) \
$(use_with imap imap system) \
$(use_with jabber iksemel) \
- $(use_with misdn isdnnet) \
- $(use_with misdn suppserv) \
- $(use_with misdn) \
$(use_with newt) \
$(use_with odbc) \
$(use_with oss) \
@@ -200,23 +196,6 @@ src_install() {
newinitd "${FILESDIR}"/1.4.0/asterisk.initd asterisk
newconfd "${FILESDIR}"/1.4.0/asterisk.confd asterisk
- # some people like to keep the sources around for custom patching
- # copy the whole source tree to /usr/src/asterisk-${PVF} and run make clean there
- if use keepsrc
- then
- dodir /usr/src
-
- ebegin "Copying sources into /usr/src"
- cp -dPR "${S}" "${D}"/usr/src/${PF} || die "Unable to copy sources"
- eend $?
-
- ebegin "Cleaning source tree"
- emake -C "${D}"/usr/src/${PF} clean &>/dev/null || die "Unable to clean sources"
- eend $?
-
- einfo "Clean sources are available in "${ROOT}"usr/src/${PF}"
- fi
-
# install the upgrade documentation
#
dodoc README UPGRADE* BUGS CREDITS
@@ -229,7 +208,6 @@ src_install() {
dodoc doc/*.pdf
dodoc doc/PEERING
dodoc doc/CODING-GUIDELINES
- dodoc doc/tex/*.pdf
fi
# install snmp mib files