* [gentoo-commits] gentoo-x86 commit in net-libs/libpri: libpri-1.2.4-r2.ebuild libpri-1.2.5.ebuild libpri-1.2.3-r1.ebuild libpri-1.2.3.ebuild libpri-1.2.4.ebuild libpri-1.0.8.ebuild libpri-1.2.2-r1.ebuild ChangeLog libpri-1.4.9.ebuild libpri-1.0.7-r1.ebuild libpri-1.0.9-r2.ebuild libpri-1.2.2-r2.ebuild libpri-1.2.4-r1.ebuild
@ 2009-03-10 18:51 Tony Vroon (chainsaw)
0 siblings, 0 replies; only message in thread
From: Tony Vroon (chainsaw) @ 2009-03-10 18:51 UTC (permalink / raw
To: gentoo-commits
chainsaw 09/03/10 18:51:15
Modified: libpri-1.2.4-r2.ebuild libpri-1.2.5.ebuild
libpri-1.2.3-r1.ebuild libpri-1.2.3.ebuild
libpri-1.2.4.ebuild libpri-1.0.8.ebuild
libpri-1.2.2-r1.ebuild ChangeLog
libpri-1.0.7-r1.ebuild libpri-1.0.9-r2.ebuild
libpri-1.2.2-r2.ebuild libpri-1.2.4-r1.ebuild
Added: libpri-1.4.9.ebuild
Log:
Version bump to 1.4 branch, for use with Asterisk 1.6 which is masked. Patches rebased. BRIstuff failed to build/patch correctly after repeated attempts, so dropped for now.
(Portage version: 2.1.6.7/cvs/Linux x86_64)
Revision Changes Path
1.4 net-libs/libpri/libpri-1.2.4-r2.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/libpri/libpri-1.2.4-r2.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/libpri/libpri-1.2.4-r2.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/libpri/libpri-1.2.4-r2.ebuild?r1=1.3&r2=1.4
Index: libpri-1.2.4-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/libpri/libpri-1.2.4-r2.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- libpri-1.2.4-r2.ebuild 1 May 2007 09:17:01 -0000 1.3
+++ libpri-1.2.4-r2.ebuild 10 Mar 2009 18:51:15 -0000 1.4
@@ -1,6 +1,6 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libpri/libpri-1.2.4-r2.ebuild,v 1.3 2007/05/01 09:17:01 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libpri/libpri-1.2.4-r2.ebuild,v 1.4 2009/03/10 18:51:15 chainsaw Exp $
inherit eutils
@@ -14,7 +14,6 @@
HOMEPAGE="http://www.asterisk.org/"
SRC_URI="http://ftp.digium.com/pub/libpri/${MY_P}.tar.gz
bri? ( http://www.junghanns.net/downloads/bristuff-${BRI_VERSION}.tar.gz )"
-# bri? ( http://www.netdomination.org/pub/asterisk/libpri-${PV}-bristuff-${BRI_VERSION}.diff.gz )"
S="${WORKDIR}/${MY_P}"
@@ -24,24 +23,20 @@
LICENSE="GPL-2"
KEYWORDS="~amd64 ~ppc sparc x86"
-DEPEND="virtual/libc"
-
src_unpack() {
unpack ${A}
- cd ${S}
- epatch ${FILESDIR}/${PN}-1.2.3-gentoo.diff
+ cd "${S}"
+ epatch "${FILESDIR}/${PN}-1.2.3-gentoo.diff"
if use bri; then
einfo "Patching libpri w/ BRI stuff (${BRI_VERSION})"
# fix a small clash in patches
sed -i -e "s:CFLAGS=:CFLAGS+=:" \
- ${S_BRI}/patches/libpri.patch
-# ${WORKDIR}/libpri-${PV}-bristuff-${BRI_VERSION}.diff
+ "${S_BRI}/patches/libpri.patch"
- epatch ${S_BRI}/patches/libpri.patch
-# epatch ${WORKDIR}/libpri-${PV}-bristuff-${BRI_VERSION}.diff
+ epatch "${S_BRI}/patches/libpri.patch"
fi
}
@@ -50,7 +45,6 @@
}
src_install() {
- make INSTALL_PREFIX=${D} install || die
-
- dodoc ChangeLog README TODO LICENSE
+ make INSTALL_PREFIX="${D}" install || die
+ dodoc ChangeLog README TODO
}
1.6 net-libs/libpri/libpri-1.2.5.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/libpri/libpri-1.2.5.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/libpri/libpri-1.2.5.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/libpri/libpri-1.2.5.ebuild?r1=1.5&r2=1.6
Index: libpri-1.2.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/libpri/libpri-1.2.5.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- libpri-1.2.5.ebuild 8 Dec 2008 13:27:14 -0000 1.5
+++ libpri-1.2.5.ebuild 10 Mar 2009 18:51:15 -0000 1.6
@@ -1,6 +1,6 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libpri/libpri-1.2.5.ebuild,v 1.5 2008/12/08 13:27:14 pva Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libpri/libpri-1.2.5.ebuild,v 1.6 2009/03/10 18:51:15 chainsaw Exp $
inherit eutils
1.4 net-libs/libpri/libpri-1.2.3-r1.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/libpri/libpri-1.2.3-r1.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/libpri/libpri-1.2.3-r1.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/libpri/libpri-1.2.3-r1.ebuild?r1=1.3&r2=1.4
Index: libpri-1.2.3-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/libpri/libpri-1.2.3-r1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- libpri-1.2.3-r1.ebuild 6 Oct 2006 22:53:18 -0000 1.3
+++ libpri-1.2.3-r1.ebuild 10 Mar 2009 18:51:15 -0000 1.4
@@ -1,6 +1,6 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libpri/libpri-1.2.3-r1.ebuild,v 1.3 2006/10/06 22:53:18 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libpri/libpri-1.2.3-r1.ebuild,v 1.4 2009/03/10 18:51:15 chainsaw Exp $
inherit eutils
@@ -14,7 +14,6 @@
HOMEPAGE="http://www.asterisk.org/"
SRC_URI="http://ftp.digium.com/pub/libpri/${MY_P}.tar.gz
bri? ( http://www.junghanns.net/downloads/bristuff-${BRI_VERSION}.tar.gz )"
-# bri? ( http://www.netdomination.org/pub/asterisk/libpri-${PV}-bristuff-${BRI_VERSION}.diff.gz )"
S="${WORKDIR}/${MY_P}"
@@ -24,24 +23,20 @@
LICENSE="GPL-2"
KEYWORDS="~amd64 ~ppc sparc x86"
-DEPEND="virtual/libc"
-
src_unpack() {
unpack ${A}
- cd ${S}
- epatch ${FILESDIR}/${PN}-1.2.3-gentoo.diff
+ cd "${S}"
+ epatch "${FILESDIR}/${PN}-1.2.3-gentoo.diff"
if use bri; then
einfo "Patching libpri w/ BRI stuff (${BRI_VERSION})"
# fix a small clash in patches
sed -i -e "s:CFLAGS=:CFLAGS+=:" \
- ${S_BRI}/patches/libpri.patch
-# ${WORKDIR}/libpri-${PV}-bristuff-${BRI_VERSION}.diff
+ "${S_BRI}/patches/libpri.patch"
- epatch ${S_BRI}/patches/libpri.patch
-# epatch ${WORKDIR}/libpri-${PV}-bristuff-${BRI_VERSION}.diff
+ epatch "${S_BRI}/patches/libpri.patch"
fi
}
@@ -50,7 +45,6 @@
}
src_install() {
- make INSTALL_PREFIX=${D} install || die
-
- dodoc ChangeLog README TODO LICENSE
+ make INSTALL_PREFIX="${D}" install || die
+ dodoc ChangeLog README TODO
}
1.2 net-libs/libpri/libpri-1.2.3.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/libpri/libpri-1.2.3.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/libpri/libpri-1.2.3.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/libpri/libpri-1.2.3.ebuild?r1=1.1&r2=1.2
Index: libpri-1.2.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/libpri/libpri-1.2.3.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- libpri-1.2.3.ebuild 7 Jun 2006 17:52:33 -0000 1.1
+++ libpri-1.2.3.ebuild 10 Mar 2009 18:51:15 -0000 1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libpri/libpri-1.2.3.ebuild,v 1.1 2006/06/07 17:52:33 stkn Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libpri/libpri-1.2.3.ebuild,v 1.2 2009/03/10 18:51:15 chainsaw Exp $
inherit eutils
@@ -19,7 +19,6 @@
HOMEPAGE="http://www.asterisk.org/"
SRC_URI="http://ftp.digium.com/pub/libpri/${MY_P}.tar.gz
bri? ( http://www.netdomination.org/pub/asterisk/libpri-${PV}-bristuff-${BRI_VERSION}.diff.gz )"
-# bri? ( http://www.junghanns.net/downloads/bristuff-${BRI_VERSION}.tar.gz )"
S="${WORKDIR}/${MY_P}"
@@ -29,24 +28,20 @@
LICENSE="GPL-2"
KEYWORDS="~amd64 ~ppc ~sparc ~x86"
-DEPEND="virtual/libc"
-
src_unpack() {
unpack ${A}
- cd ${S}
- epatch ${FILESDIR}/${PN}-1.2.3-gentoo.diff
+ cd "${S}"
+ epatch "${FILESDIR}/${PN}-1.2.3-gentoo.diff"
if use bri; then
einfo "Patching libpri w/ BRI stuff (${BRI_VERSION})"
# fix a small clash in patches
sed -i -e "s:CFLAGS=:CFLAGS+=:" \
- ${WORKDIR}/libpri-${PV}-bristuff-${BRI_VERSION}.diff
-# ${S_BRI}/patches/libpri.patch
+ "${WORKDIR}/libpri-${PV}-bristuff-${BRI_VERSION}.diff"
- epatch ${WORKDIR}/libpri-${PV}-bristuff-${BRI_VERSION}.diff
-# epatch ${S_BRI}/patches/libpri.patch
+ epatch "${WORKDIR}/libpri-${PV}-bristuff-${BRI_VERSION}.diff"
fi
}
@@ -55,7 +50,7 @@
}
src_install() {
- make INSTALL_PREFIX=${D} install || die
+ make INSTALL_PREFIX="${D}" install || die
- dodoc ChangeLog README TODO LICENSE
+ dodoc ChangeLog README TODO
}
1.2 net-libs/libpri/libpri-1.2.4.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/libpri/libpri-1.2.4.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/libpri/libpri-1.2.4.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/libpri/libpri-1.2.4.ebuild?r1=1.1&r2=1.2
Index: libpri-1.2.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/libpri/libpri-1.2.4.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- libpri-1.2.4.ebuild 27 Nov 2006 14:50:22 -0000 1.1
+++ libpri-1.2.4.ebuild 10 Mar 2009 18:51:15 -0000 1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libpri/libpri-1.2.4.ebuild,v 1.1 2006/11/27 14:50:22 gustavoz Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libpri/libpri-1.2.4.ebuild,v 1.2 2009/03/10 18:51:15 chainsaw Exp $
inherit eutils
@@ -14,7 +14,6 @@
HOMEPAGE="http://www.asterisk.org/"
SRC_URI="http://ftp.digium.com/pub/libpri/${MY_P}.tar.gz
bri? ( http://www.junghanns.net/downloads/bristuff-${BRI_VERSION}.tar.gz )"
-# bri? ( http://www.netdomination.org/pub/asterisk/libpri-${PV}-bristuff-${BRI_VERSION}.diff.gz )"
S="${WORKDIR}/${MY_P}"
@@ -24,24 +23,20 @@
LICENSE="GPL-2"
KEYWORDS="~amd64 ~ppc ~sparc ~x86"
-DEPEND="virtual/libc"
-
src_unpack() {
unpack ${A}
- cd ${S}
- epatch ${FILESDIR}/${PN}-1.2.3-gentoo.diff
+ cd "${S}"
+ epatch "${FILESDIR}/${PN}-1.2.3-gentoo.diff"
if use bri; then
einfo "Patching libpri w/ BRI stuff (${BRI_VERSION})"
# fix a small clash in patches
sed -i -e "s:CFLAGS=:CFLAGS+=:" \
- ${S_BRI}/patches/libpri.patch
-# ${WORKDIR}/libpri-${PV}-bristuff-${BRI_VERSION}.diff
+ "${S_BRI}/patches/libpri.patch"
- epatch ${S_BRI}/patches/libpri.patch
-# epatch ${WORKDIR}/libpri-${PV}-bristuff-${BRI_VERSION}.diff
+ epatch "${S_BRI}/patches/libpri.patch"
fi
}
@@ -50,7 +45,6 @@
}
src_install() {
- make INSTALL_PREFIX=${D} install || die
-
- dodoc ChangeLog README TODO LICENSE
+ make INSTALL_PREFIX="${D}" install || die
+ dodoc ChangeLog README TODO
}
1.7 net-libs/libpri/libpri-1.0.8.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/libpri/libpri-1.0.8.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/libpri/libpri-1.0.8.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/libpri/libpri-1.0.8.ebuild?r1=1.6&r2=1.7
Index: libpri-1.0.8.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/libpri/libpri-1.0.8.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- libpri-1.0.8.ebuild 15 Sep 2005 02:45:15 -0000 1.6
+++ libpri-1.0.8.ebuild 10 Mar 2009 18:51:15 -0000 1.7
@@ -1,6 +1,6 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libpri/libpri-1.0.8.ebuild,v 1.6 2005/09/15 02:45:15 stkn Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libpri/libpri-1.0.8.ebuild,v 1.7 2009/03/10 18:51:15 chainsaw Exp $
inherit eutils
@@ -17,15 +17,13 @@
LICENSE="GPL-2"
KEYWORDS="x86 ~ppc sparc ~amd64"
-DEPEND="virtual/libc"
-
src_unpack() {
unpack ${A}
- cd ${S}
+ cd "${S}"
if use bri; then
einfo "Patching libpri w/ BRI stuff (${BRI_VERSION})"
- epatch ${WORKDIR}/bristuff-${BRI_VERSION}/patches/libpri.patch
+ epatch "${WORKDIR}/bristuff-${BRI_VERSION}/patches/libpri.patch"
fi
# use system CFLAGS
@@ -38,7 +36,7 @@
}
src_install() {
- make INSTALL_PREFIX=${D} install || die
+ make INSTALL_PREFIX="${D}" install || die
- dodoc ChangeLog README TODO LICENSE
+ dodoc ChangeLog README TODO
}
1.3 net-libs/libpri/libpri-1.2.2-r1.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/libpri/libpri-1.2.2-r1.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/libpri/libpri-1.2.2-r1.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/libpri/libpri-1.2.2-r1.ebuild?r1=1.2&r2=1.3
Index: libpri-1.2.2-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/libpri/libpri-1.2.2-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- libpri-1.2.2-r1.ebuild 26 Jun 2007 02:26:51 -0000 1.2
+++ libpri-1.2.2-r1.ebuild 10 Mar 2009 18:51:15 -0000 1.3
@@ -1,6 +1,6 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libpri/libpri-1.2.2-r1.ebuild,v 1.2 2007/06/26 02:26:51 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libpri/libpri-1.2.2-r1.ebuild,v 1.3 2009/03/10 18:51:15 chainsaw Exp $
inherit eutils
@@ -27,13 +27,11 @@
LICENSE="GPL-2"
KEYWORDS="~amd64 ~ppc ~sparc ~x86"
-DEPEND="virtual/libc"
-
src_unpack() {
unpack ${A}
- cd ${S}
- epatch ${FILESDIR}/${PN}-1.2.2-gentoo.diff
+ cd "${S}"
+ epatch "${FILESDIR}/${PN}-1.2.2-gentoo.diff"
if use bri; then
einfo "Patching libpri w/ BRI stuff (${BRI_VERSION})"
@@ -53,7 +51,7 @@
}
src_install() {
- make INSTALL_PREFIX=${D} install || die
+ make INSTALL_PREFIX="${D}" install || die
- dodoc ChangeLog README TODO LICENSE
+ dodoc ChangeLog README TODO
}
1.71 net-libs/libpri/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/libpri/ChangeLog?rev=1.71&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/libpri/ChangeLog?rev=1.71&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/libpri/ChangeLog?r1=1.70&r2=1.71
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/libpri/ChangeLog,v
retrieving revision 1.70
retrieving revision 1.71
diff -u -r1.70 -r1.71
--- ChangeLog 8 Dec 2008 13:27:14 -0000 1.70
+++ ChangeLog 10 Mar 2009 18:51:15 -0000 1.71
@@ -1,6 +1,22 @@
# ChangeLog for net-libs/libpri
-# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libpri/ChangeLog,v 1.70 2008/12/08 13:27:14 pva Exp $
+# Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libpri/ChangeLog,v 1.71 2009/03/10 18:51:15 chainsaw Exp $
+
+ 10 Mar 2009; <chainsaw@gentoo.org> +files/libpri-1.4.9-multilib.patch,
+ +files/libpri-1.4.9-respect-cflags.patch, libpri-1.0.7-r1.ebuild,
+ libpri-1.0.8.ebuild, libpri-1.0.9-r2.ebuild, libpri-1.2.2-r1.ebuild,
+ libpri-1.2.2-r2.ebuild, libpri-1.2.3.ebuild, libpri-1.2.3-r1.ebuild,
+ libpri-1.2.4.ebuild, libpri-1.2.4-r1.ebuild, libpri-1.2.4-r2.ebuild,
+ +libpri-1.4.9.ebuild:
+ Made repoman a lot happier about the state of this ebuild collection.
+
+*libpri-1.4.9 (10 Mar 2009)
+
+ 10 Mar 2009; <chainsaw@gentoo.org> +files/libpri-1.4.9-multilib.patch,
+ +files/libpri-1.4.9-respect-cflags.patch, +libpri-1.4.9.ebuild:
+ Version bump to 1.4 branch, for use with Asterisk 1.6 which is masked.
+ Patches rebased. BRIstuff failed to build/patch correctly after repeated
+ attempts, so dropped for now.
08 Dec 2008; Peter Volkov <pva@gentoo.org>
+files/libpri-1.2.5-gcc42.patch, libpri-1.2.5.ebuild:
1.10 net-libs/libpri/libpri-1.0.7-r1.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/libpri/libpri-1.0.7-r1.ebuild?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/libpri/libpri-1.0.7-r1.ebuild?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/libpri/libpri-1.0.7-r1.ebuild?r1=1.9&r2=1.10
Index: libpri-1.0.7-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/libpri/libpri-1.0.7-r1.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- libpri-1.0.7-r1.ebuild 15 Sep 2005 02:45:15 -0000 1.9
+++ libpri-1.0.7-r1.ebuild 10 Mar 2009 18:51:15 -0000 1.10
@@ -1,6 +1,6 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libpri/libpri-1.0.7-r1.ebuild,v 1.9 2005/09/15 02:45:15 stkn Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libpri/libpri-1.0.7-r1.ebuild,v 1.10 2009/03/10 18:51:15 chainsaw Exp $
inherit eutils
@@ -17,15 +17,13 @@
LICENSE="GPL-2"
KEYWORDS="x86 ~ppc ~sparc ~amd64"
-DEPEND="virtual/libc"
-
src_unpack() {
unpack ${A}
- cd ${S}
+ cd "${S}"
if use bri; then
einfo "Patching libpri w/ BRI stuff (${BRI_VERSION})"
- epatch ${WORKDIR}/bristuff-${BRI_VERSION}/patches/libpri.patch
+ epatch "${WORKDIR}/bristuff-${BRI_VERSION}/patches/libpri.patch"
fi
# use system CFLAGS
@@ -38,7 +36,7 @@
}
src_install() {
- make INSTALL_PREFIX=${D} install || die
+ make INSTALL_PREFIX="${D}" install || die
- dodoc ChangeLog README TODO LICENSE
+ dodoc ChangeLog README TODO
}
1.4 net-libs/libpri/libpri-1.0.9-r2.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/libpri/libpri-1.0.9-r2.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/libpri/libpri-1.0.9-r2.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/libpri/libpri-1.0.9-r2.ebuild?r1=1.3&r2=1.4
Index: libpri-1.0.9-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/libpri/libpri-1.0.9-r2.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- libpri-1.0.9-r2.ebuild 12 Jun 2006 12:51:27 -0000 1.3
+++ libpri-1.0.9-r2.ebuild 10 Mar 2009 18:51:15 -0000 1.4
@@ -1,6 +1,6 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libpri/libpri-1.0.9-r2.ebuild,v 1.3 2006/06/12 12:51:27 rajiv Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libpri/libpri-1.0.9-r2.ebuild,v 1.4 2009/03/10 18:51:15 chainsaw Exp $
inherit eutils
@@ -17,15 +17,13 @@
LICENSE="GPL-2"
KEYWORDS="x86 ~ppc sparc ~amd64"
-DEPEND="virtual/libc"
-
src_unpack() {
unpack ${A}
- cd ${S}
+ cd "${S}"
if use bri; then
einfo "Patching libpri w/ BRI stuff (${BRI_VERSION})"
- epatch ${WORKDIR}/bristuff-${BRI_VERSION}/patches/libpri.patch
+ epatch "${WORKDIR}/bristuff-${BRI_VERSION}/patches/libpri.patch"
fi
# use system CFLAGS
@@ -38,7 +36,7 @@
}
src_install() {
- make INSTALL_PREFIX=${D} install || die
+ make INSTALL_PREFIX="${D}" install || die
- dodoc ChangeLog README TODO LICENSE
+ dodoc ChangeLog README TODO
}
1.3 net-libs/libpri/libpri-1.2.2-r2.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/libpri/libpri-1.2.2-r2.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/libpri/libpri-1.2.2-r2.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/libpri/libpri-1.2.2-r2.ebuild?r1=1.2&r2=1.3
Index: libpri-1.2.2-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/libpri/libpri-1.2.2-r2.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- libpri-1.2.2-r2.ebuild 6 May 2006 14:41:20 -0000 1.2
+++ libpri-1.2.2-r2.ebuild 10 Mar 2009 18:51:15 -0000 1.3
@@ -1,6 +1,6 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libpri/libpri-1.2.2-r2.ebuild,v 1.2 2006/05/06 14:41:20 stkn Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libpri/libpri-1.2.2-r2.ebuild,v 1.3 2009/03/10 18:51:15 chainsaw Exp $
inherit eutils
@@ -19,7 +19,6 @@
HOMEPAGE="http://www.asterisk.org/"
SRC_URI="http://ftp.digium.com/pub/libpri/${MY_P}.tar.gz
bri? ( http://www.junghanns.net/downloads/bristuff-${BRI_VERSION}.tar.gz )"
-# bri? ( http://www.netdomination.org/pub/asterisk/libpri-${PV}-bristuff-${BRI_VERSION}.diff.gz )"
S="${WORKDIR}/${MY_P}"
@@ -29,24 +28,20 @@
LICENSE="GPL-2"
KEYWORDS="~amd64 ~ppc ~sparc ~x86"
-DEPEND="virtual/libc"
-
src_unpack() {
unpack ${A}
- cd ${S}
- epatch ${FILESDIR}/${PN}-1.2.2-gentoo.diff
+ cd "${S}"
+ epatch "${FILESDIR}/${PN}-1.2.2-gentoo.diff"
if use bri; then
einfo "Patching libpri w/ BRI stuff (${BRI_VERSION})"
# fix a small clash in patches
sed -i -e "s:CFLAGS=:CFLAGS+=:" \
- ${S_BRI}/patches/libpri.patch
-# ${WORKDIR}/libpri-${PV}-bristuff-${BRI_VERSION}.diff
+ "${S_BRI}/patches/libpri.patch"
- epatch ${S_BRI}/patches/libpri.patch
-# epatch ${WORKDIR}/libpri-${PV}-bristuff-${BRI_VERSION}.diff
+ epatch "${S_BRI}/patches/libpri.patch"
fi
}
@@ -55,7 +50,7 @@
}
src_install() {
- make INSTALL_PREFIX=${D} install || die
+ make INSTALL_PREFIX="${D}" install || die
- dodoc ChangeLog README TODO LICENSE
+ dodoc ChangeLog README TODO
}
1.4 net-libs/libpri/libpri-1.2.4-r1.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/libpri/libpri-1.2.4-r1.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/libpri/libpri-1.2.4-r1.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/libpri/libpri-1.2.4-r1.ebuild?r1=1.3&r2=1.4
Index: libpri-1.2.4-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/libpri/libpri-1.2.4-r1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- libpri-1.2.4-r1.ebuild 13 Mar 2007 19:56:21 -0000 1.3
+++ libpri-1.2.4-r1.ebuild 10 Mar 2009 18:51:15 -0000 1.4
@@ -1,6 +1,6 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libpri/libpri-1.2.4-r1.ebuild,v 1.3 2007/03/13 19:56:21 opfer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libpri/libpri-1.2.4-r1.ebuild,v 1.4 2009/03/10 18:51:15 chainsaw Exp $
inherit eutils
@@ -14,7 +14,6 @@
HOMEPAGE="http://www.asterisk.org/"
SRC_URI="http://ftp.digium.com/pub/libpri/${MY_P}.tar.gz
bri? ( http://www.junghanns.net/downloads/bristuff-${BRI_VERSION}.tar.gz )"
-# bri? ( http://www.netdomination.org/pub/asterisk/libpri-${PV}-bristuff-${BRI_VERSION}.diff.gz )"
S="${WORKDIR}/${MY_P}"
@@ -24,24 +23,20 @@
LICENSE="GPL-2"
KEYWORDS="~amd64 ~ppc sparc x86"
-DEPEND="virtual/libc"
-
src_unpack() {
unpack ${A}
- cd ${S}
- epatch ${FILESDIR}/${PN}-1.2.3-gentoo.diff
+ cd "${S}"
+ epatch "${FILESDIR}/${PN}-1.2.3-gentoo.diff"
if use bri; then
einfo "Patching libpri w/ BRI stuff (${BRI_VERSION})"
# fix a small clash in patches
sed -i -e "s:CFLAGS=:CFLAGS+=:" \
- ${S_BRI}/patches/libpri.patch
-# ${WORKDIR}/libpri-${PV}-bristuff-${BRI_VERSION}.diff
+ "${S_BRI}/patches/libpri.patch"
- epatch ${S_BRI}/patches/libpri.patch
-# epatch ${WORKDIR}/libpri-${PV}-bristuff-${BRI_VERSION}.diff
+ epatch "${S_BRI}/patches/libpri.patch"
fi
}
@@ -50,7 +45,6 @@
}
src_install() {
- make INSTALL_PREFIX=${D} install || die
-
- dodoc ChangeLog README TODO LICENSE
+ make INSTALL_PREFIX="${D}" install || die
+ dodoc ChangeLog README TODO
}
1.1 net-libs/libpri/libpri-1.4.9.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/libpri/libpri-1.4.9.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/libpri/libpri-1.4.9.ebuild?rev=1.1&content-type=text/plain
Index: libpri-1.4.9.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-libs/libpri/libpri-1.4.9.ebuild,v 1.1 2009/03/10 18:51:15 chainsaw Exp $
inherit eutils
IUSE=""
MY_P="${P/_/-}"
DESCRIPTION="Primary Rate ISDN (PRI) library"
HOMEPAGE="http://www.asterisk.org/"
SRC_URI="http://downloads.digium.com/pub/libpri/${MY_P}.tar.gz"
S="${WORKDIR}/${MY_P}"
SLOT="0"
LICENSE="GPL-2"
KEYWORDS="~amd64 ~x86 ~ppc ~sparc"
src_unpack() {
unpack ${A}
cd "${S}"
epatch "${FILESDIR}/${P}-respect-cflags.patch"
epatch "${FILESDIR}/${P}-multilib.patch"
}
src_compile() {
emake || die
}
src_install() {
make INSTALL_PREFIX="${D}" LIBDIR="${D}/usr/$(get_libdir)" install || die
dodoc ChangeLog README TODO
}
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2009-03-10 18:51 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-03-10 18:51 [gentoo-commits] gentoo-x86 commit in net-libs/libpri: libpri-1.2.4-r2.ebuild libpri-1.2.5.ebuild libpri-1.2.3-r1.ebuild libpri-1.2.3.ebuild libpri-1.2.4.ebuild libpri-1.0.8.ebuild libpri-1.2.2-r1.ebuild ChangeLog libpri-1.4.9.ebuild libpri-1.0.7-r1.ebuild libpri-1.0.9-r2.ebuild libpri-1.2.2-r2.ebuild libpri-1.2.4-r1.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