diff options
author | Daniel Black <dragonheart@gentoo.org> | 2006-10-01 23:36:21 +0000 |
---|---|---|
committer | Daniel Black <dragonheart@gentoo.org> | 2006-10-01 23:36:21 +0000 |
commit | 24821c2084ca9139da5fcd2703e7d4a28fa335e9 (patch) | |
tree | 0457e9701c935da91ceeacdfa612a0c4257a7cfe /net-libs | |
parent | digest fix (diff) | |
download | gentoo-2-24821c2084ca9139da5fcd2703e7d4a28fa335e9.tar.gz gentoo-2-24821c2084ca9139da5fcd2703e7d4a28fa335e9.tar.bz2 gentoo-2-24821c2084ca9139da5fcd2703e7d4a28fa335e9.zip |
version bump
(Portage version: 2.1.2_pre1-r2)
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/ccrtp/ChangeLog | 7 | ||||
-rw-r--r-- | net-libs/ccrtp/ccrtp-1.5.0.ebuild | 33 | ||||
-rw-r--r-- | net-libs/ccrtp/files/digest-ccrtp-1.5.0 | 3 |
3 files changed, 42 insertions, 1 deletions
diff --git a/net-libs/ccrtp/ChangeLog b/net-libs/ccrtp/ChangeLog index 29ad882b05f1..f6573da6ef06 100644 --- a/net-libs/ccrtp/ChangeLog +++ b/net-libs/ccrtp/ChangeLog @@ -1,6 +1,11 @@ # 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.7 2006/07/11 14:23:34 dragonheart Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/ccrtp/ChangeLog,v 1.8 2006/10/01 23:36:21 dragonheart Exp $ + +*ccrtp-1.5.0 (01 Oct 2006) + + 01 Oct 2006; Daniel Black <dragonheart@gentoo.org> +ccrtp-1.5.0.ebuild: + version bump as requested by genstef *ccrtp-1.4.1 (11 Jul 2006) diff --git a/net-libs/ccrtp/ccrtp-1.5.0.ebuild b/net-libs/ccrtp/ccrtp-1.5.0.ebuild new file mode 100644 index 000000000000..39c09d442d11 --- /dev/null +++ b/net-libs/ccrtp/ccrtp-1.5.0.ebuild @@ -0,0 +1,33 @@ +# 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.5.0.ebuild,v 1.1 2006/10/01 23:36:21 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 ~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 + ewarn + ewarn "Please run: revdep-rebuild --library libccrtp1-1.4.so.0" + ewarn + fi +} + diff --git a/net-libs/ccrtp/files/digest-ccrtp-1.5.0 b/net-libs/ccrtp/files/digest-ccrtp-1.5.0 new file mode 100644 index 000000000000..a439320328ac --- /dev/null +++ b/net-libs/ccrtp/files/digest-ccrtp-1.5.0 @@ -0,0 +1,3 @@ +MD5 019754d20b46b1b23f3bc368aa58d662 ccrtp-1.5.0.tar.gz 615076 +RMD160 bdef34a80a6f30c31db029cb4a805a5804a6303b ccrtp-1.5.0.tar.gz 615076 +SHA256 e6073cd096e3230e8036ed4dd1eca96bab1527f98eeb2823d646d40c53d8c153 ccrtp-1.5.0.tar.gz 615076 |