diff options
author | Daniel Black <dragonheart@gentoo.org> | 2007-07-17 13:05:46 +0000 |
---|---|---|
committer | Daniel Black <dragonheart@gentoo.org> | 2007-07-17 13:05:46 +0000 |
commit | 179eefd05969055ad93c3e973467d4a81357db5b (patch) | |
tree | dc170cbbc1ebf88f74ef63c57796ec0f1cb545e8 /net-libs/ccrtp | |
parent | Stable on sparc wrt #185614 (diff) | |
download | gentoo-2-179eefd05969055ad93c3e973467d4a81357db5b.tar.gz gentoo-2-179eefd05969055ad93c3e973467d4a81357db5b.tar.bz2 gentoo-2-179eefd05969055ad93c3e973467d4a81357db5b.zip |
cleanout + verison bump
(Portage version: 2.1.2.9)
Diffstat (limited to 'net-libs/ccrtp')
-rw-r--r-- | net-libs/ccrtp/ChangeLog | 11 | ||||
-rw-r--r-- | net-libs/ccrtp/ccrtp-1.3.4.ebuild | 20 | ||||
-rw-r--r-- | net-libs/ccrtp/ccrtp-1.3.5-r1.ebuild | 27 | ||||
-rw-r--r-- | net-libs/ccrtp/ccrtp-1.3.5.ebuild | 20 | ||||
-rw-r--r-- | net-libs/ccrtp/ccrtp-1.3.6.ebuild | 28 | ||||
-rw-r--r-- | net-libs/ccrtp/ccrtp-1.5.1.ebuild | 32 | ||||
-rw-r--r-- | net-libs/ccrtp/files/ccrtp-1.3.5-amd64.patch | 22 | ||||
-rw-r--r-- | net-libs/ccrtp/files/digest-ccrtp-1.3.4 | 3 | ||||
-rw-r--r-- | net-libs/ccrtp/files/digest-ccrtp-1.3.5 | 3 | ||||
-rw-r--r-- | net-libs/ccrtp/files/digest-ccrtp-1.3.5-r1 | 3 | ||||
-rw-r--r-- | net-libs/ccrtp/files/digest-ccrtp-1.3.6 | 3 | ||||
-rw-r--r-- | net-libs/ccrtp/files/digest-ccrtp-1.5.1 | 3 |
12 files changed, 44 insertions, 131 deletions
diff --git a/net-libs/ccrtp/ChangeLog b/net-libs/ccrtp/ChangeLog index 9724cd965521..f3ff11a5052f 100644 --- a/net-libs/ccrtp/ChangeLog +++ b/net-libs/ccrtp/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for net-libs/ccrtp -# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/ccrtp/ChangeLog,v 1.9 2006/11/05 23:14:55 lu_zero Exp $ +# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-libs/ccrtp/ChangeLog,v 1.10 2007/07/17 13:05:46 dragonheart Exp $ + +*ccrtp-1.5.1 (17 Jul 2007) + + 17 Jul 2007; Daniel Black <dragonheart@gentoo.org> + -files/ccrtp-1.3.5-amd64.patch, -ccrtp-1.3.4.ebuild, -ccrtp-1.3.5.ebuild, + -ccrtp-1.3.5-r1.ebuild, -ccrtp-1.3.6.ebuild, +ccrtp-1.5.1.ebuild: + cleanout + verison bump 05 Nov 2006; Luca Barbato <lu_zero@gentoo.org> ccrtp-1.5.0.ebuild: Marked ~ppc64 diff --git a/net-libs/ccrtp/ccrtp-1.3.4.ebuild b/net-libs/ccrtp/ccrtp-1.3.4.ebuild deleted file mode 100644 index d2c0245f2a2e..000000000000 --- a/net-libs/ccrtp/ccrtp-1.3.4.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/ccrtp/ccrtp-1.3.4.ebuild,v 1.2 2005/10/17 19:10:43 dragonheart Exp $ - -DESCRIPTION="GNU ccRTP is an implementation of RTP, the real-time transport protocol from the IETF" -HOMEPAGE="http://www.gnu.org/software/ccrtp/" -SRC_URI="mirror://gnu/${PN}/${P}.tar.gz" - -KEYWORDS="~x86 ~ppc" -LICENSE="GPL-2" -IUSE="" -SLOT="0" - -DEPEND=">=dev-cpp/commoncpp2-1.3.0" -RDEPEND="${DEPEND}" - -src_install() { - make DESTDIR=${D} install || die - dodoc README ChangeLog AUTHORS NEWS TODO -} diff --git a/net-libs/ccrtp/ccrtp-1.3.5-r1.ebuild b/net-libs/ccrtp/ccrtp-1.3.5-r1.ebuild deleted file mode 100644 index 38dcd1176009..000000000000 --- a/net-libs/ccrtp/ccrtp-1.3.5-r1.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/ccrtp/ccrtp-1.3.5-r1.ebuild,v 1.1 2005/11/07 10:25:23 dragonheart Exp $ - -inherit eutils - -DESCRIPTION="GNU ccRTP is an implementation of RTP, the real-time transport protocol from the IETF" -HOMEPAGE="http://www.gnu.org/software/ccrtp/" -SRC_URI="mirror://gnu/${PN}/${P}.tar.gz" - -KEYWORDS="~x86 ~ppc" -LICENSE="GPL-2" -IUSE="" -SLOT="0" - -DEPEND=">=dev-cpp/commoncpp2-1.3.0" -RDEPEND="${DEPEND}" - -src_unpack() { - unpack ${A} - epatch ${FILESDIR}/${P}-amd64.patch -} - -src_install() { - make DESTDIR=${D} install || die - dodoc README ChangeLog AUTHORS NEWS TODO -} diff --git a/net-libs/ccrtp/ccrtp-1.3.5.ebuild b/net-libs/ccrtp/ccrtp-1.3.5.ebuild deleted file mode 100644 index 9e41e091959b..000000000000 --- a/net-libs/ccrtp/ccrtp-1.3.5.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/ccrtp/ccrtp-1.3.5.ebuild,v 1.1 2005/10/17 19:10:43 dragonheart Exp $ - -DESCRIPTION="GNU ccRTP is an implementation of RTP, the real-time transport protocol from the IETF" -HOMEPAGE="http://www.gnu.org/software/ccrtp/" -SRC_URI="mirror://gnu/${PN}/${P}.tar.gz" - -KEYWORDS="~x86 ~ppc" -LICENSE="GPL-2" -IUSE="" -SLOT="0" - -DEPEND=">=dev-cpp/commoncpp2-1.3.0" -RDEPEND="${DEPEND}" - -src_install() { - make DESTDIR=${D} install || die - dodoc README ChangeLog AUTHORS NEWS TODO -} diff --git a/net-libs/ccrtp/ccrtp-1.3.6.ebuild b/net-libs/ccrtp/ccrtp-1.3.6.ebuild deleted file mode 100644 index 88c7049e2557..000000000000 --- a/net-libs/ccrtp/ccrtp-1.3.6.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2006 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/ccrtp/ccrtp-1.3.6.ebuild,v 1.2 2006/03/15 15:01:31 deltacow Exp $ - -inherit eutils - -DESCRIPTION="GNU ccRTP is an implementation of RTP, the real-time transport protocol from the IETF" -HOMEPAGE="http://www.gnu.org/software/ccrtp/" -SRC_URI="mirror://gnu/${PN}/${P}.tar.gz" - -KEYWORDS="~amd64 ~ppc ~x86" -LICENSE="GPL-2" -IUSE="" -SLOT="0" - -DEPEND=">=dev-cpp/commoncpp2-1.3.0" -RDEPEND="${DEPEND}" - -src_unpack() { - unpack ${A} - cd ${S} - epatch ${FILESDIR}/${PN}-1.3.5-amd64.patch -} - -src_install() { - make DESTDIR=${D} install || die - dodoc README ChangeLog AUTHORS NEWS TODO -} diff --git a/net-libs/ccrtp/ccrtp-1.5.1.ebuild b/net-libs/ccrtp/ccrtp-1.5.1.ebuild new file mode 100644 index 000000000000..ac96b73af218 --- /dev/null +++ b/net-libs/ccrtp/ccrtp-1.5.1.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-libs/ccrtp/ccrtp-1.5.1.ebuild,v 1.1 2007/07/17 13:05:46 dragonheart Exp $ + +DESCRIPTION="GNU ccRTP is an implementation of RTP, the real-time transport protocol from the IETF" +HOMEPAGE="http://www.gnu.org/software/ccrtp/" +SRC_URI="mirror://gnu/${PN}/${P}.tar.gz" + +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" +LICENSE="GPL-2" +IUSE="doc" +SLOT="0" + +RDEPEND=">=dev-cpp/commoncpp2-1.3.0 + dev-libs/libgcrypt" +DEPEND="${RDEPEND} + >=dev-util/pkgconfig-0.9.0 + doc? ( app-doc/doxygen )" + +src_install() { + emake DESTDIR="${D}" install || die + dodoc README ChangeLog AUTHORS NEWS TODO + use doc && dohtml -r doc/html/* +} + +pkg_postinst() { + if [[ -e "${ROOT}"/usr/lib/libccrtp1-1.4.so.0 ]] ; then + elog + elog "Please run: revdep-rebuild --library libccrtp1-1.4.so.0" + elog + fi +} diff --git a/net-libs/ccrtp/files/ccrtp-1.3.5-amd64.patch b/net-libs/ccrtp/files/ccrtp-1.3.5-amd64.patch deleted file mode 100644 index fa8cc0108988..000000000000 --- a/net-libs/ccrtp/files/ccrtp-1.3.5-amd64.patch +++ /dev/null @@ -1,22 +0,0 @@ -Index: ccrtp-1.3.5/src/queue.cpp -=================================================================== ---- ccrtp-1.3.5.orig/src/queue.cpp -+++ ccrtp-1.3.5/src/queue.cpp -@@ -458,7 +458,7 @@ static uint32 MD5BasedRandom32() - uint8 array[1]; - struct { - timeval time; -- uint32 address; -+ void *address; - uint8 cname[10]; - } data; - } message; -@@ -473,7 +473,7 @@ static uint32 MD5BasedRandom32() - message.array[0] = - static_cast<uint8>(message.data.time.tv_sec * - message.data.time.tv_usec); -- message.data.address = (uint32)(&message); -+ message.data.address = (&message); - memcpy(message.data.cname, - defaultApplication().getSDESItem(SDESItemTypeCNAME).c_str(),10); - diff --git a/net-libs/ccrtp/files/digest-ccrtp-1.3.4 b/net-libs/ccrtp/files/digest-ccrtp-1.3.4 deleted file mode 100644 index 56ca14395dae..000000000000 --- a/net-libs/ccrtp/files/digest-ccrtp-1.3.4 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 a73a524ced1105e738cddb8574c469de ccrtp-1.3.4.tar.gz 560441 -RMD160 ef6c0bf357a40a02a358167db42679403c53c759 ccrtp-1.3.4.tar.gz 560441 -SHA256 afc20dfbc91498527df47be265f83a0776648ab01b44fd8b25799130c31a7677 ccrtp-1.3.4.tar.gz 560441 diff --git a/net-libs/ccrtp/files/digest-ccrtp-1.3.5 b/net-libs/ccrtp/files/digest-ccrtp-1.3.5 deleted file mode 100644 index 34235f556e8a..000000000000 --- a/net-libs/ccrtp/files/digest-ccrtp-1.3.5 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 d133235b1a33ec2202017a9d922fdd3e ccrtp-1.3.5.tar.gz 560385 -RMD160 776665205ad734048135a3e86016a427a1d828de ccrtp-1.3.5.tar.gz 560385 -SHA256 918cead24d5d4d29ce112b9a22b0b96a9c6e626a72b076aca88f4e27ad6956ee ccrtp-1.3.5.tar.gz 560385 diff --git a/net-libs/ccrtp/files/digest-ccrtp-1.3.5-r1 b/net-libs/ccrtp/files/digest-ccrtp-1.3.5-r1 deleted file mode 100644 index 34235f556e8a..000000000000 --- a/net-libs/ccrtp/files/digest-ccrtp-1.3.5-r1 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 d133235b1a33ec2202017a9d922fdd3e ccrtp-1.3.5.tar.gz 560385 -RMD160 776665205ad734048135a3e86016a427a1d828de ccrtp-1.3.5.tar.gz 560385 -SHA256 918cead24d5d4d29ce112b9a22b0b96a9c6e626a72b076aca88f4e27ad6956ee ccrtp-1.3.5.tar.gz 560385 diff --git a/net-libs/ccrtp/files/digest-ccrtp-1.3.6 b/net-libs/ccrtp/files/digest-ccrtp-1.3.6 deleted file mode 100644 index e02c7a657025..000000000000 --- a/net-libs/ccrtp/files/digest-ccrtp-1.3.6 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 5dddefbbc9c455a05816ded8e56adda6 ccrtp-1.3.6.tar.gz 475263 -RMD160 d27fb029c8be64991e24d3224413dcb970fc75c0 ccrtp-1.3.6.tar.gz 475263 -SHA256 f8e2268509c879a83a6c7a7d6236fb4e51118bfa472357589440bb6623b5d8d6 ccrtp-1.3.6.tar.gz 475263 diff --git a/net-libs/ccrtp/files/digest-ccrtp-1.5.1 b/net-libs/ccrtp/files/digest-ccrtp-1.5.1 new file mode 100644 index 000000000000..2d793c3adb1e --- /dev/null +++ b/net-libs/ccrtp/files/digest-ccrtp-1.5.1 @@ -0,0 +1,3 @@ +MD5 728c41edd62be2871eac50be287f97ee ccrtp-1.5.1.tar.gz 609361 +RMD160 f9dd29bdf4e0c8dea2f20c892036fb2074c0a839 ccrtp-1.5.1.tar.gz 609361 +SHA256 97c1e5d8a690db25918d5c9ab864ddc781f90aac25ea86fb7951814c9f5478fe ccrtp-1.5.1.tar.gz 609361 |