From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 5DE9D13838B for ; Sat, 13 Sep 2014 14:43:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 25167E0899; Sat, 13 Sep 2014 14:43:44 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B05BAE0899 for ; Sat, 13 Sep 2014 14:43:43 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8E0C5340001 for ; Sat, 13 Sep 2014 14:43:42 +0000 (UTC) Received: by oystercatcher.gentoo.org (Postfix, from userid 2279) id 28B7355C9; Sat, 13 Sep 2014 14:43:41 +0000 (UTC) From: "Michal Gorny (mgorny)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, mgorny@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in net-libs/ccrtp: ccrtp-2.0.9.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: ccrtp-2.0.9.ebuild ChangeLog X-VCS-Directories: net-libs/ccrtp X-VCS-Committer: mgorny X-VCS-Committer-Name: Michal Gorny Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20140913144341.28B7355C9@oystercatcher.gentoo.org> Date: Sat, 13 Sep 2014 14:43:41 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 7391aaf0-350b-46a9-aff9-92cc77d3d24b X-Archives-Hash: e494501b1ec507e5256246003fb94b2b mgorny 14/09/13 14:43:41 Modified: ChangeLog Added: ccrtp-2.0.9.ebuild Log: Minor version bump. Set subslot to match SONAME. (Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!) Revision Changes Path 1.33 net-libs/ccrtp/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/ccrtp/ChangeLog?rev=1.33&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/ccrtp/ChangeLog?rev=1.33&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/ccrtp/ChangeLog?r1=1.32&r2=1.33 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-libs/ccrtp/ChangeLog,v retrieving revision 1.32 retrieving revision 1.33 diff -u -r1.32 -r1.33 --- ChangeLog 1 Mar 2014 22:13:12 -0000 1.32 +++ ChangeLog 13 Sep 2014 14:43:41 -0000 1.33 @@ -1,6 +1,11 @@ # ChangeLog for net-libs/ccrtp # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/ccrtp/ChangeLog,v 1.32 2014/03/01 22:13:12 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/ccrtp/ChangeLog,v 1.33 2014/09/13 14:43:41 mgorny Exp $ + +*ccrtp-2.0.9 (13 Sep 2014) + + 13 Sep 2014; Michał Górny +ccrtp-2.0.9.ebuild: + Minor version bump. Set subslot to match SONAME. 01 Mar 2014; Michał Górny ccrtp-2.0.5.ebuild: Update libgcrypt dep to use slot :0. 1.1 net-libs/ccrtp/ccrtp-2.0.9.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/ccrtp/ccrtp-2.0.9.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/ccrtp/ccrtp-2.0.9.ebuild?rev=1.1&content-type=text/plain Index: ccrtp-2.0.9.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/net-libs/ccrtp/ccrtp-2.0.9.ebuild,v 1.1 2014/09/13 14:43:41 mgorny Exp $ EAPI=5 inherit eutils multilib 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/2" RDEPEND=">=dev-cpp/commoncpp2-1.3.0:0= dev-libs/libgcrypt:0= >=dev-libs/ucommon-5.0.0:=" DEPEND="${RDEPEND} virtual/pkgconfig doc? ( app-doc/doxygen )" src_configure() { econf --disable-static } src_install() { default prune_libtool_files use doc && dohtml -r doc/html/* } pkg_postinst() { if [[ -e "${ROOT}"/usr/$(get_libdir)/libccrtp1-1.4.so.0 ]] ; then elog "Please run: revdep-rebuild --library libccrtp1-1.4.so.0" fi if [[ -e "${ROOT}"/usr/$(get_libdir)/libccrtp1-1.5.so.0 ]] ; then elog "Please run: revdep-rebuild --library libccrtp1-1.5.so.0" fi if [[ -e "${ROOT}"/usr/$(get_libdir)/libccrtp1-1.6.so.0 ]] ; then elog "Please run: revdep-rebuild --library libccrtp1-1.6.so.0" fi }