diff options
author | Daniel Black <dragonheart@gentoo.org> | 2006-01-08 07:51:09 +0000 |
---|---|---|
committer | Daniel Black <dragonheart@gentoo.org> | 2006-01-08 07:51:09 +0000 |
commit | f924f36f33da183ebdbcb69d6a53bbd0a7b88813 (patch) | |
tree | a45843016529c203abbed663dea938d6a3157084 /net-libs/ccrtp | |
parent | Marked ppc stable for bug #113570. (diff) | |
download | gentoo-2-f924f36f33da183ebdbcb69d6a53bbd0a7b88813.tar.gz gentoo-2-f924f36f33da183ebdbcb69d6a53bbd0a7b88813.tar.bz2 gentoo-2-f924f36f33da183ebdbcb69d6a53bbd0a7b88813.zip |
version bump
(Portage version: 2.1_pre3-r1)
Diffstat (limited to 'net-libs/ccrtp')
-rw-r--r-- | net-libs/ccrtp/ChangeLog | 9 | ||||
-rw-r--r-- | net-libs/ccrtp/Manifest | 12 | ||||
-rw-r--r-- | net-libs/ccrtp/ccrtp-1.3.6.ebuild | 28 | ||||
-rw-r--r-- | net-libs/ccrtp/files/digest-ccrtp-1.3.6 | 1 |
4 files changed, 38 insertions, 12 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..272f7504faa9 100644 --- a/net-libs/ccrtp/Manifest +++ b/net-libs/ccrtp/Manifest @@ -1,19 +1,11 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - MD5 3049836e32615aa3838c9cbf7bb4c528 ChangeLog 721 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 778e7e492673cd4ec9fdc82760e0805d ccrtp-1.3.6.ebuild 718 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 ------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 |