summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Black <dragonheart@gentoo.org>2005-10-17 19:14:36 +0000
committerDaniel Black <dragonheart@gentoo.org>2005-10-17 19:14:36 +0000
commit0fde83a9c464b8e2baf826080145345544aa19e6 (patch)
tree54c87467aa91e30fa33fb3766319c2b655342723 /net-libs/ccrtp
parentAdded word/byte type fix for new pciutils. (diff)
downloadgentoo-2-0fde83a9c464b8e2baf826080145345544aa19e6.tar.gz
gentoo-2-0fde83a9c464b8e2baf826080145345544aa19e6.tar.bz2
gentoo-2-0fde83a9c464b8e2baf826080145345544aa19e6.zip
version bump
(Portage version: 2.0.53_rc3)
Diffstat (limited to 'net-libs/ccrtp')
-rw-r--r--net-libs/ccrtp/ChangeLog8
-rw-r--r--net-libs/ccrtp/Manifest16
-rw-r--r--net-libs/ccrtp/ccrtp-1.3.4.ebuild6
-rw-r--r--net-libs/ccrtp/ccrtp-1.3.5.ebuild20
-rw-r--r--net-libs/ccrtp/files/digest-ccrtp-1.3.51
5 files changed, 35 insertions, 16 deletions
diff --git a/net-libs/ccrtp/ChangeLog b/net-libs/ccrtp/ChangeLog
index c84f4bf1276c..545d1f14450d 100644
--- a/net-libs/ccrtp/ChangeLog
+++ b/net-libs/ccrtp/ChangeLog
@@ -1,6 +1,12 @@
# 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.1 2005/08/21 04:22:57 dragonheart Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/ccrtp/ChangeLog,v 1.2 2005/10/17 19:10:43 dragonheart Exp $
+
+*ccrtp-1.3.5 (17 Oct 2005)
+
+ 17 Oct 2005; Daniel Black <dragonheart@gentoo.org> ccrtp-1.3.4.ebuild,
+ +ccrtp-1.3.5.ebuild:
+ version bump
*ccrtp-1.3.4 (21 Aug 2005)
diff --git a/net-libs/ccrtp/Manifest b/net-libs/ccrtp/Manifest
index 2fc61c23c1f6..f0de7cd759eb 100644
--- a/net-libs/ccrtp/Manifest
+++ b/net-libs/ccrtp/Manifest
@@ -1,14 +1,6 @@
------BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA1
-
-MD5 6d777aabfea7e4b5050d4be825ec16d9 ccrtp-1.3.4.ebuild 632
MD5 49b32583c982702680e5be3b9aea1df5 ChangeLog 394
-MD5 c1a6093f6bf43cae3b4360e3620d9992 metadata.xml 252
+MD5 5f4815c0274cc607ae542517485152e8 ccrtp-1.3.4.ebuild 615
+MD5 5f4815c0274cc607ae542517485152e8 ccrtp-1.3.5.ebuild 615
MD5 e2450d97ee3ec317929ba907208f2a88 files/digest-ccrtp-1.3.4 63
------BEGIN PGP SIGNATURE-----
-Version: GnuPG v1.4.2 (GNU/Linux)
-
-iD8DBQFDCAGzmdTrptrqvGERAuW6AJ9gwtg+W0cI3fJL/09P3FCO6/+jRQCfXRYu
-iagzsC8KOWHlVt9xtT4EE8Y=
-=MYnM
------END PGP SIGNATURE-----
+MD5 46446c015677f6eb590de0f77206674f files/digest-ccrtp-1.3.5 63
+MD5 c1a6093f6bf43cae3b4360e3620d9992 metadata.xml 252
diff --git a/net-libs/ccrtp/ccrtp-1.3.4.ebuild b/net-libs/ccrtp/ccrtp-1.3.4.ebuild
index ab14f3fc507b..d2c0245f2a2e 100644
--- a/net-libs/ccrtp/ccrtp-1.3.4.ebuild
+++ b/net-libs/ccrtp/ccrtp-1.3.4.ebuild
@@ -1,6 +1,6 @@
# 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.1 2005/08/21 04:22:57 dragonheart Exp $
+# $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/"
@@ -15,6 +15,6 @@ DEPEND=">=dev-cpp/commoncpp2-1.3.0"
RDEPEND="${DEPEND}"
src_install() {
- emake DESTDIR=${D} install || die
- dodoc README ChangeLog INSTALL AUTHORS COPYING NEWS TODO
+ 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
new file mode 100644
index 000000000000..9e41e091959b
--- /dev/null
+++ b/net-libs/ccrtp/ccrtp-1.3.5.ebuild
@@ -0,0 +1,20 @@
+# 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/files/digest-ccrtp-1.3.5 b/net-libs/ccrtp/files/digest-ccrtp-1.3.5
new file mode 100644
index 000000000000..8d5fd9f34f97
--- /dev/null
+++ b/net-libs/ccrtp/files/digest-ccrtp-1.3.5
@@ -0,0 +1 @@
+MD5 d133235b1a33ec2202017a9d922fdd3e ccrtp-1.3.5.tar.gz 560385