Gentoo Archives: gentoo-commits

From: "Daniel Black (dragonheart)" <dragonheart@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-libs/ccrtp: ccrtp-1.5.1.ebuild ChangeLog ccrtp-1.5.0.ebuild ccrtp-1.6.0.ebuild ccrtp-1.4.1.ebuild
Date: Sat, 10 May 2008 10:04:04
Message-Id: E1Julvp-00022B-T6@stork.gentoo.org
1 dragonheart 08/05/10 10:03:57
2
3 Modified: ccrtp-1.5.1.ebuild ChangeLog ccrtp-1.5.0.ebuild
4 Added: ccrtp-1.6.0.ebuild
5 Removed: ccrtp-1.4.1.ebuild
6 Log:
7 forgotten commit
8 (Portage version: 2.1.4.4)
9
10 Revision Changes Path
11 1.3 net-libs/ccrtp/ccrtp-1.5.1.ebuild
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/ccrtp/ccrtp-1.5.1.ebuild?rev=1.3&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/ccrtp/ccrtp-1.5.1.ebuild?rev=1.3&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/ccrtp/ccrtp-1.5.1.ebuild?r1=1.2&r2=1.3
16
17 Index: ccrtp-1.5.1.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/net-libs/ccrtp/ccrtp-1.5.1.ebuild,v
20 retrieving revision 1.2
21 retrieving revision 1.3
22 diff -u -r1.2 -r1.3
23 --- ccrtp-1.5.1.ebuild 11 Aug 2007 02:25:06 -0000 1.2
24 +++ ccrtp-1.5.1.ebuild 10 May 2008 10:03:57 -0000 1.3
25 @@ -1,8 +1,8 @@
26 -# Copyright 1999-2007 Gentoo Foundation
27 +# Copyright 1999-2008 Gentoo Foundation
28 # Distributed under the terms of the GNU General Public License v2
29 -# $Header: /var/cvsroot/gentoo-x86/net-libs/ccrtp/ccrtp-1.5.1.ebuild,v 1.2 2007/08/11 02:25:06 beandog Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/net-libs/ccrtp/ccrtp-1.5.1.ebuild,v 1.3 2008/05/10 10:03:57 dragonheart Exp $
31
32 -inherit multilib
33 +inherit multilib eutils
34
35 DESCRIPTION="GNU ccRTP is an implementation of RTP, the real-time transport protocol from the IETF"
36 HOMEPAGE="http://www.gnu.org/software/ccrtp/"
37 @@ -19,6 +19,12 @@
38 >=dev-util/pkgconfig-0.9.0
39 doc? ( app-doc/doxygen )"
40
41 +src_unpack() {
42 + unpack ${A}
43 + cd "${S}"
44 + epatch "${FILESDIR}"/${PN}-stdlib.patch
45 +}
46 +
47 src_install() {
48 emake DESTDIR="${D}" install || die
49 dodoc README ChangeLog AUTHORS NEWS TODO
50
51
52
53 1.14 net-libs/ccrtp/ChangeLog
54
55 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/ccrtp/ChangeLog?rev=1.14&view=markup
56 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/ccrtp/ChangeLog?rev=1.14&content-type=text/plain
57 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/ccrtp/ChangeLog?r1=1.13&r2=1.14
58
59 Index: ChangeLog
60 ===================================================================
61 RCS file: /var/cvsroot/gentoo-x86/net-libs/ccrtp/ChangeLog,v
62 retrieving revision 1.13
63 retrieving revision 1.14
64 diff -u -r1.13 -r1.14
65 --- ChangeLog 15 Aug 2007 23:52:24 -0000 1.13
66 +++ ChangeLog 10 May 2008 10:03:57 -0000 1.14
67 @@ -1,6 +1,14 @@
68 # ChangeLog for net-libs/ccrtp
69 -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
70 -# $Header: /var/cvsroot/gentoo-x86/net-libs/ccrtp/ChangeLog,v 1.13 2007/08/15 23:52:24 dertobi123 Exp $
71 +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
72 +# $Header: /var/cvsroot/gentoo-x86/net-libs/ccrtp/ChangeLog,v 1.14 2008/05/10 10:03:57 dragonheart Exp $
73 +
74 +*ccrtp-1.6.0 (01 May 2008)
75 +
76 + 01 May 2008; Daniel Black <dragonheart@g.o>
77 + +files/ccrtp-stdlib.patch, -ccrtp-1.4.1.ebuild, ccrtp-1.5.0.ebuild,
78 + ccrtp-1.5.1.ebuild, +ccrtp-1.6.0.ebuild:
79 + version bump. Patch for stdlib to defile rand as per bug #219102 fixes
80 + gcc-4.3 compilation error thanks to Redeeman
81
82 15 Aug 2007; Tobias Scherbaum <dertobi123@g.o> ccrtp-1.5.0.ebuild:
83 ppc stable, bug #182353
84
85
86
87 1.7 net-libs/ccrtp/ccrtp-1.5.0.ebuild
88
89 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/ccrtp/ccrtp-1.5.0.ebuild?rev=1.7&view=markup
90 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/ccrtp/ccrtp-1.5.0.ebuild?rev=1.7&content-type=text/plain
91 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/ccrtp/ccrtp-1.5.0.ebuild?r1=1.6&r2=1.7
92
93 Index: ccrtp-1.5.0.ebuild
94 ===================================================================
95 RCS file: /var/cvsroot/gentoo-x86/net-libs/ccrtp/ccrtp-1.5.0.ebuild,v
96 retrieving revision 1.6
97 retrieving revision 1.7
98 diff -u -r1.6 -r1.7
99 --- ccrtp-1.5.0.ebuild 15 Aug 2007 23:52:24 -0000 1.6
100 +++ ccrtp-1.5.0.ebuild 10 May 2008 10:03:57 -0000 1.7
101 @@ -1,8 +1,8 @@
102 -# Copyright 1999-2007 Gentoo Foundation
103 +# Copyright 1999-2008 Gentoo Foundation
104 # Distributed under the terms of the GNU General Public License v2
105 -# $Header: /var/cvsroot/gentoo-x86/net-libs/ccrtp/ccrtp-1.5.0.ebuild,v 1.6 2007/08/15 23:52:24 dertobi123 Exp $
106 +# $Header: /var/cvsroot/gentoo-x86/net-libs/ccrtp/ccrtp-1.5.0.ebuild,v 1.7 2008/05/10 10:03:57 dragonheart Exp $
107
108 -inherit multilib
109 +inherit multilib eutils
110
111 DESCRIPTION="GNU ccRTP is an implementation of RTP, the real-time transport protocol from the IETF"
112 HOMEPAGE="http://www.gnu.org/software/ccrtp/"
113 @@ -19,6 +19,12 @@
114 >=dev-util/pkgconfig-0.9.0
115 doc? ( app-doc/doxygen )"
116
117 +src_unpack() {
118 + unpack ${A}
119 + cd "${S}"
120 + epatch "${FILESDIR}"/${PN}-stdlib.patch
121 +}
122 +
123 src_install() {
124 emake DESTDIR="${D}" install || die
125 dodoc README ChangeLog AUTHORS NEWS TODO
126
127
128
129 1.1 net-libs/ccrtp/ccrtp-1.6.0.ebuild
130
131 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/ccrtp/ccrtp-1.6.0.ebuild?rev=1.1&view=markup
132 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/ccrtp/ccrtp-1.6.0.ebuild?rev=1.1&content-type=text/plain
133
134 Index: ccrtp-1.6.0.ebuild
135 ===================================================================
136 # Copyright 1999-2008 Gentoo Foundation
137 # Distributed under the terms of the GNU General Public License v2
138 # $Header: /var/cvsroot/gentoo-x86/net-libs/ccrtp/ccrtp-1.6.0.ebuild,v 1.1 2008/05/10 10:03:57 dragonheart Exp $
139
140 inherit multilib eutils
141
142 DESCRIPTION="GNU ccRTP is an implementation of RTP, the real-time transport protocol from the IETF"
143 HOMEPAGE="http://www.gnu.org/software/ccrtp/"
144 SRC_URI="mirror://gnu/${PN}/${P}.tar.gz"
145
146 KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
147 LICENSE="GPL-2"
148 IUSE="doc"
149 SLOT="0"
150
151 RDEPEND=">=dev-cpp/commoncpp2-1.3.0
152 dev-libs/libgcrypt"
153 DEPEND="${RDEPEND}
154 >=dev-util/pkgconfig-0.9.0
155 doc? ( app-doc/doxygen )"
156
157 src_unpack() {
158 unpack ${A}
159 cd "${S}"
160 epatch "${FILESDIR}"/${PN}-stdlib.patch
161 }
162
163 src_install() {
164 emake DESTDIR="${D}" install || die
165 dodoc README ChangeLog AUTHORS NEWS TODO
166 use doc && dohtml -r doc/html/*
167 }
168
169 pkg_postinst() {
170 if [[ -e "${ROOT}"/usr/$(get_libdir)/libccrtp1-1.4.so.0 ]] ; then
171 elog "Please run: revdep-rebuild --library libccrtp1-1.4.so.0"
172 fi
173 if [[ -e "${ROOT}"/usr/$(get_libdir)/libccrtp1-1.5.so.0 ]] ; then
174 elog "Please run: revdep-rebuild --library libccrtp1-1.5.so.0"
175 fi
176 }
177
178
179
180 --
181 gentoo-commits@l.g.o mailing list