public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-libs/ccrtp: ccrtp-2.0.9.ebuild ChangeLog
@ 2014-09-13 14:43 Michal Gorny (mgorny)
  0 siblings, 0 replies; 5+ messages in thread
From: Michal Gorny (mgorny) @ 2014-09-13 14:43 UTC (permalink / raw
  To: gentoo-commits

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 <mgorny@gentoo.org> +ccrtp-2.0.9.ebuild:
+  Minor version bump. Set subslot to match SONAME.
 
   01 Mar 2014; Michał Górny <mgorny@gentoo.org> 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
}





^ permalink raw reply	[flat|nested] 5+ messages in thread
* [gentoo-commits] gentoo-x86 commit in net-libs/ccrtp: ccrtp-2.0.9.ebuild ChangeLog
@ 2015-01-09 13:38 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 5+ messages in thread
From: Agostino Sarubbo (ago) @ 2015-01-09 13:38 UTC (permalink / raw
  To: gentoo-commits

ago         15/01/09 13:38:39

  Modified:             ccrtp-2.0.9.ebuild ChangeLog
  Log:
  Stable for amd64, wrt bug #535572
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.2                  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.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/ccrtp/ccrtp-2.0.9.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/ccrtp/ccrtp-2.0.9.ebuild?r1=1.1&r2=1.2

Index: ccrtp-2.0.9.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/ccrtp/ccrtp-2.0.9.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ccrtp-2.0.9.ebuild	13 Sep 2014 14:43:41 -0000	1.1
+++ ccrtp-2.0.9.ebuild	9 Jan 2015 13:38:39 -0000	1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 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 $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/ccrtp/ccrtp-2.0.9.ebuild,v 1.2 2015/01/09 13:38:39 ago Exp $
 
 EAPI=5
 inherit eutils multilib
@@ -9,7 +9,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/2"



1.34                 net-libs/ccrtp/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/ccrtp/ChangeLog?rev=1.34&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/ccrtp/ChangeLog?rev=1.34&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/ccrtp/ChangeLog?r1=1.33&r2=1.34

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/ccrtp/ChangeLog,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- ChangeLog	13 Sep 2014 14:43:41 -0000	1.33
+++ ChangeLog	9 Jan 2015 13:38:39 -0000	1.34
@@ -1,6 +1,9 @@
 # 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.33 2014/09/13 14:43:41 mgorny Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-libs/ccrtp/ChangeLog,v 1.34 2015/01/09 13:38:39 ago Exp $
+
+  09 Jan 2015; Agostino Sarubbo <ago@gentoo.org> ccrtp-2.0.9.ebuild:
+  Stable for amd64, wrt bug #535572
 
 *ccrtp-2.0.9 (13 Sep 2014)
 





^ permalink raw reply	[flat|nested] 5+ messages in thread
* [gentoo-commits] gentoo-x86 commit in net-libs/ccrtp: ccrtp-2.0.9.ebuild ChangeLog
@ 2015-01-17 13:46 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 5+ messages in thread
From: Agostino Sarubbo (ago) @ 2015-01-17 13:46 UTC (permalink / raw
  To: gentoo-commits

ago         15/01/17 13:46:55

  Modified:             ccrtp-2.0.9.ebuild ChangeLog
  Log:
  Stable for ppc, wrt bug #535572
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="ppc", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.3                  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.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/ccrtp/ccrtp-2.0.9.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/ccrtp/ccrtp-2.0.9.ebuild?r1=1.2&r2=1.3

Index: ccrtp-2.0.9.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/ccrtp/ccrtp-2.0.9.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ccrtp-2.0.9.ebuild	9 Jan 2015 13:38:39 -0000	1.2
+++ ccrtp-2.0.9.ebuild	17 Jan 2015 13:46:55 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 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.2 2015/01/09 13:38:39 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/ccrtp/ccrtp-2.0.9.ebuild,v 1.3 2015/01/17 13:46:55 ago Exp $
 
 EAPI=5
 inherit eutils multilib
@@ -9,7 +9,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/2"



1.35                 net-libs/ccrtp/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/ccrtp/ChangeLog?rev=1.35&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/ccrtp/ChangeLog?rev=1.35&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/ccrtp/ChangeLog?r1=1.34&r2=1.35

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/ccrtp/ChangeLog,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- ChangeLog	9 Jan 2015 13:38:39 -0000	1.34
+++ ChangeLog	17 Jan 2015 13:46:55 -0000	1.35
@@ -1,6 +1,9 @@
 # ChangeLog for net-libs/ccrtp
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/ccrtp/ChangeLog,v 1.34 2015/01/09 13:38:39 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/ccrtp/ChangeLog,v 1.35 2015/01/17 13:46:55 ago Exp $
+
+  17 Jan 2015; Agostino Sarubbo <ago@gentoo.org> ccrtp-2.0.9.ebuild:
+  Stable for ppc, wrt bug #535572
 
   09 Jan 2015; Agostino Sarubbo <ago@gentoo.org> ccrtp-2.0.9.ebuild:
   Stable for amd64, wrt bug #535572





^ permalink raw reply	[flat|nested] 5+ messages in thread
* [gentoo-commits] gentoo-x86 commit in net-libs/ccrtp: ccrtp-2.0.9.ebuild ChangeLog
@ 2015-01-18  8:40 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 5+ messages in thread
From: Agostino Sarubbo (ago) @ 2015-01-18  8:40 UTC (permalink / raw
  To: gentoo-commits

ago         15/01/18 08:40:45

  Modified:             ccrtp-2.0.9.ebuild ChangeLog
  Log:
  Stable for ppc64, wrt bug #535572
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="ppc64", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.4                  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.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/ccrtp/ccrtp-2.0.9.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/ccrtp/ccrtp-2.0.9.ebuild?r1=1.3&r2=1.4

Index: ccrtp-2.0.9.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/ccrtp/ccrtp-2.0.9.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ccrtp-2.0.9.ebuild	17 Jan 2015 13:46:55 -0000	1.3
+++ ccrtp-2.0.9.ebuild	18 Jan 2015 08:40:45 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 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.3 2015/01/17 13:46:55 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/ccrtp/ccrtp-2.0.9.ebuild,v 1.4 2015/01/18 08:40:45 ago Exp $
 
 EAPI=5
 inherit eutils multilib
@@ -9,7 +9,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/2"



1.36                 net-libs/ccrtp/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/ccrtp/ChangeLog?rev=1.36&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/ccrtp/ChangeLog?rev=1.36&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/ccrtp/ChangeLog?r1=1.35&r2=1.36

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/ccrtp/ChangeLog,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- ChangeLog	17 Jan 2015 13:46:55 -0000	1.35
+++ ChangeLog	18 Jan 2015 08:40:45 -0000	1.36
@@ -1,6 +1,9 @@
 # ChangeLog for net-libs/ccrtp
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/ccrtp/ChangeLog,v 1.35 2015/01/17 13:46:55 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/ccrtp/ChangeLog,v 1.36 2015/01/18 08:40:45 ago Exp $
+
+  18 Jan 2015; Agostino Sarubbo <ago@gentoo.org> ccrtp-2.0.9.ebuild:
+  Stable for ppc64, wrt bug #535572
 
   17 Jan 2015; Agostino Sarubbo <ago@gentoo.org> ccrtp-2.0.9.ebuild:
   Stable for ppc, wrt bug #535572





^ permalink raw reply	[flat|nested] 5+ messages in thread
* [gentoo-commits] gentoo-x86 commit in net-libs/ccrtp: ccrtp-2.0.9.ebuild ChangeLog
@ 2015-01-26 10:08 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 5+ messages in thread
From: Agostino Sarubbo (ago) @ 2015-01-26 10:08 UTC (permalink / raw
  To: gentoo-commits

ago         15/01/26 10:08:27

  Modified:             ccrtp-2.0.9.ebuild ChangeLog
  Log:
  Stable for x86, wrt bug #535572
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.5                  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.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/ccrtp/ccrtp-2.0.9.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/ccrtp/ccrtp-2.0.9.ebuild?r1=1.4&r2=1.5

Index: ccrtp-2.0.9.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/ccrtp/ccrtp-2.0.9.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ccrtp-2.0.9.ebuild	18 Jan 2015 08:40:45 -0000	1.4
+++ ccrtp-2.0.9.ebuild	26 Jan 2015 10:08:27 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 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.4 2015/01/18 08:40:45 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/ccrtp/ccrtp-2.0.9.ebuild,v 1.5 2015/01/26 10:08:27 ago Exp $
 
 EAPI=5
 inherit eutils multilib
@@ -9,7 +9,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/2"



1.37                 net-libs/ccrtp/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/ccrtp/ChangeLog?rev=1.37&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/ccrtp/ChangeLog?rev=1.37&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/ccrtp/ChangeLog?r1=1.36&r2=1.37

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/ccrtp/ChangeLog,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -r1.36 -r1.37
--- ChangeLog	18 Jan 2015 08:40:45 -0000	1.36
+++ ChangeLog	26 Jan 2015 10:08:27 -0000	1.37
@@ -1,6 +1,9 @@
 # ChangeLog for net-libs/ccrtp
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/ccrtp/ChangeLog,v 1.36 2015/01/18 08:40:45 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/ccrtp/ChangeLog,v 1.37 2015/01/26 10:08:27 ago Exp $
+
+  26 Jan 2015; Agostino Sarubbo <ago@gentoo.org> ccrtp-2.0.9.ebuild:
+  Stable for x86, wrt bug #535572
 
   18 Jan 2015; Agostino Sarubbo <ago@gentoo.org> ccrtp-2.0.9.ebuild:
   Stable for ppc64, wrt bug #535572





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

end of thread, other threads:[~2015-01-26 10:08 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-09-13 14:43 [gentoo-commits] gentoo-x86 commit in net-libs/ccrtp: ccrtp-2.0.9.ebuild ChangeLog Michal Gorny (mgorny)
  -- strict thread matches above, loose matches on Subject: below --
2015-01-09 13:38 Agostino Sarubbo (ago)
2015-01-17 13:46 Agostino Sarubbo (ago)
2015-01-18  8:40 Agostino Sarubbo (ago)
2015-01-26 10:08 Agostino Sarubbo (ago)

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