public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-libs/ccrtp: ChangeLog ccrtp-1.7.0.ebuild
@ 2009-01-27 17:52 Daniel Black (dragonheart)
  0 siblings, 0 replies; 2+ messages in thread
From: Daniel Black (dragonheart) @ 2009-01-27 17:52 UTC (permalink / raw
  To: gentoo-commits

dragonheart    09/01/27 17:52:56

  Modified:             ChangeLog
  Added:                ccrtp-1.7.0.ebuild
  Log:
  version bump
  (Portage version: 2.2_rc20/cvs/Linux 2.6.26-gentoo-r4 x86_64)

Revision  Changes    Path
1.15                 net-libs/ccrtp/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/ccrtp/ChangeLog?rev=1.15&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/ccrtp/ChangeLog?rev=1.15&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/ccrtp/ChangeLog?r1=1.14&r2=1.15

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/ccrtp/ChangeLog,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- ChangeLog	10 May 2008 10:03:57 -0000	1.14
+++ ChangeLog	27 Jan 2009 17:52:55 -0000	1.15
@@ -1,6 +1,11 @@
 # ChangeLog for net-libs/ccrtp
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/ccrtp/ChangeLog,v 1.14 2008/05/10 10:03:57 dragonheart Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-libs/ccrtp/ChangeLog,v 1.15 2009/01/27 17:52:55 dragonheart Exp $
+
+*ccrtp-1.7.0 (27 Jan 2009)
+
+  27 Jan 2009; Daniel Black <dragonheart@gentoo.org> +ccrtp-1.7.0.ebuild:
+  version bump
 
 *ccrtp-1.6.0 (01 May 2008)
 



1.1                  net-libs/ccrtp/ccrtp-1.7.0.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/ccrtp/ccrtp-1.7.0.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/ccrtp/ccrtp-1.7.0.ebuild?rev=1.1&content-type=text/plain

Index: ccrtp-1.7.0.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-libs/ccrtp/ccrtp-1.7.0.ebuild,v 1.1 2009/01/27 17:52:55 dragonheart Exp $

inherit 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"

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/$(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
}






^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in net-libs/ccrtp: ChangeLog ccrtp-1.7.0.ebuild
@ 2009-04-15 21:28 Markus Meier (maekke)
  0 siblings, 0 replies; 2+ messages in thread
From: Markus Meier (maekke) @ 2009-04-15 21:28 UTC (permalink / raw
  To: gentoo-commits

maekke      09/04/15 21:28:50

  Modified:             ChangeLog ccrtp-1.7.0.ebuild
  Log:
  amd64/x86 stable, bug #264505
  (Portage version: 2.1.6.11/cvs/Linux x86_64)

Revision  Changes    Path
1.16                 net-libs/ccrtp/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/ccrtp/ChangeLog?rev=1.16&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/ccrtp/ChangeLog?rev=1.16&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/ccrtp/ChangeLog?r1=1.15&r2=1.16

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/ccrtp/ChangeLog,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ChangeLog	27 Jan 2009 17:52:55 -0000	1.15
+++ ChangeLog	15 Apr 2009 21:28:50 -0000	1.16
@@ -1,6 +1,9 @@
 # ChangeLog for net-libs/ccrtp
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/ccrtp/ChangeLog,v 1.15 2009/01/27 17:52:55 dragonheart Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/ccrtp/ChangeLog,v 1.16 2009/04/15 21:28:50 maekke Exp $
+
+  15 Apr 2009; Markus Meier <maekke@gentoo.org> ccrtp-1.7.0.ebuild:
+  amd64/x86 stable, bug #264505
 
 *ccrtp-1.7.0 (27 Jan 2009)
 



1.2                  net-libs/ccrtp/ccrtp-1.7.0.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/ccrtp/ccrtp-1.7.0.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/ccrtp/ccrtp-1.7.0.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/ccrtp/ccrtp-1.7.0.ebuild?r1=1.1&r2=1.2

Index: ccrtp-1.7.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/ccrtp/ccrtp-1.7.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ccrtp-1.7.0.ebuild	27 Jan 2009 17:52:55 -0000	1.1
+++ ccrtp-1.7.0.ebuild	15 Apr 2009 21:28:50 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/ccrtp/ccrtp-1.7.0.ebuild,v 1.1 2009/01/27 17:52:55 dragonheart Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/ccrtp/ccrtp-1.7.0.ebuild,v 1.2 2009/04/15 21:28:50 maekke Exp $
 
 inherit multilib
 
@@ -8,7 +8,7 @@
 HOMEPAGE="http://www.gnu.org/software/ccrtp/"
 SRC_URI="mirror://gnu/${PN}/${P}.tar.gz"
 
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~ppc ~ppc64 x86"
 LICENSE="GPL-2"
 IUSE="doc"
 SLOT="0"






^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2009-04-15 21:28 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-01-27 17:52 [gentoo-commits] gentoo-x86 commit in net-libs/ccrtp: ChangeLog ccrtp-1.7.0.ebuild Daniel Black (dragonheart)
  -- strict thread matches above, loose matches on Subject: below --
2009-04-15 21:28 Markus Meier (maekke)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox