summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Black <dragonheart@gentoo.org>2006-01-08 07:51:09 +0000
committerDaniel Black <dragonheart@gentoo.org>2006-01-08 07:51:09 +0000
commitf5709533100d8366bd9f2ac887ed8c19dd876beb (patch)
tree8fc3f2ed4b9842119c1c3f486c1b41751aa8c9c4 /net-libs/ccrtp
parentMarked ppc stable for bug #113570. (diff)
downloadhistorical-f5709533100d8366bd9f2ac887ed8c19dd876beb.tar.gz
historical-f5709533100d8366bd9f2ac887ed8c19dd876beb.tar.bz2
historical-f5709533100d8366bd9f2ac887ed8c19dd876beb.zip
version bump
Package-Manager: portage-2.1_pre3-r1
Diffstat (limited to 'net-libs/ccrtp')
-rw-r--r--net-libs/ccrtp/ChangeLog9
-rw-r--r--net-libs/ccrtp/Manifest10
-rw-r--r--net-libs/ccrtp/ccrtp-1.3.6.ebuild28
-rw-r--r--net-libs/ccrtp/files/digest-ccrtp-1.3.61
4 files changed, 42 insertions, 6 deletions
diff --git a/net-libs/ccrtp/ChangeLog b/net-libs/ccrtp/ChangeLog
index 691a8992e3d4..a8c390249633 100644
--- a/net-libs/ccrtp/ChangeLog
+++ b/net-libs/ccrtp/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for net-libs/ccrtp
-# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/ccrtp/ChangeLog,v 1.3 2005/11/07 10:25:23 dragonheart Exp $
+# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-libs/ccrtp/ChangeLog,v 1.4 2006/01/08 07:51:09 dragonheart Exp $
+
+*ccrtp-1.3.6 (08 Jan 2006)
+
+ 08 Jan 2006; Daniel Black <dragonheart@gentoo.org> +ccrtp-1.3.6.ebuild:
+ version bump
*ccrtp-1.3.5-r1 (07 Nov 2005)
diff --git a/net-libs/ccrtp/Manifest b/net-libs/ccrtp/Manifest
index 5df0aac0d37a..a89bf5b2d77a 100644
--- a/net-libs/ccrtp/Manifest
+++ b/net-libs/ccrtp/Manifest
@@ -1,19 +1,21 @@
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
-MD5 3049836e32615aa3838c9cbf7bb4c528 ChangeLog 721
+MD5 f0d5f214f7c67ba96374d92a9c386ccb ChangeLog 839
MD5 179a095c09cbaae39e5732fd2db7f456 ccrtp-1.3.4.ebuild 615
MD5 e0df19acdb4af8bfad118b85473805db ccrtp-1.3.5-r1.ebuild 702
MD5 1a11fe5158f0b4fa5c0d52ef0f44e983 ccrtp-1.3.5.ebuild 615
+MD5 ab4fe7427ca760c0e9fe7b3f10b2f290 ccrtp-1.3.6.ebuild 715
MD5 2b12c1744c85b868fc95411e96b8f9e2 files/ccrtp-1.3.5-amd64.patch 699
MD5 e2450d97ee3ec317929ba907208f2a88 files/digest-ccrtp-1.3.4 63
MD5 46446c015677f6eb590de0f77206674f files/digest-ccrtp-1.3.5 63
MD5 46446c015677f6eb590de0f77206674f files/digest-ccrtp-1.3.5-r1 63
+MD5 054859c12548d570b0dc3ba91cee068d files/digest-ccrtp-1.3.6 63
MD5 c1a6093f6bf43cae3b4360e3620d9992 metadata.xml 252
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2-ecc0.1.6 (GNU/Linux)
-iD8DBQFDbyuhmdTrptrqvGERAgFaAJ9f1uS06+8SwQmtEQjG8qE25lawHACfc1+J
-tTXdp9EHrKrRvvlpE3PzxW0=
-=apU7
+iD8DBQFDwMzEmdTrptrqvGERAmd/AJ0T5soEIqq7GkZp5MDoZWadpRIvUACfc5QZ
+Oa3/9jgpm89MBDWPRBPLt6Y=
+=NV6h
-----END PGP SIGNATURE-----
diff --git a/net-libs/ccrtp/ccrtp-1.3.6.ebuild b/net-libs/ccrtp/ccrtp-1.3.6.ebuild
new file mode 100644
index 000000000000..2e88fb432a7c
--- /dev/null
+++ b/net-libs/ccrtp/ccrtp-1.3.6.ebuild
@@ -0,0 +1,28 @@
+# 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.1 2006/01/08 07:51:09 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}
+ 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/files/digest-ccrtp-1.3.6 b/net-libs/ccrtp/files/digest-ccrtp-1.3.6
new file mode 100644
index 000000000000..af984c8bff4d
--- /dev/null
+++ b/net-libs/ccrtp/files/digest-ccrtp-1.3.6
@@ -0,0 +1 @@
+MD5 5dddefbbc9c455a05816ded8e56adda6 ccrtp-1.3.6.tar.gz 475263