public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-libs/libeXosip: libeXosip-3.5.0.ebuild ChangeLog
@ 2011-01-07  9:07 Peter Volkov (pva)
  0 siblings, 0 replies; 4+ messages in thread
From: Peter Volkov (pva) @ 2011-01-07  9:07 UTC (permalink / raw
  To: gentoo-commits

pva         11/01/07 09:07:06

  Modified:             libeXosip-3.5.0.ebuild ChangeLog
  Log:
  Fix minor QA issues.
  
  (Portage version: 2.1.9.29/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  net-libs/libeXosip/libeXosip-3.5.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libeXosip/libeXosip-3.5.0.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libeXosip/libeXosip-3.5.0.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libeXosip/libeXosip-3.5.0.ebuild?r1=1.1&r2=1.2

Index: libeXosip-3.5.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/libeXosip/libeXosip-3.5.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- libeXosip-3.5.0.ebuild	7 Jan 2011 08:56:39 -0000	1.1
+++ libeXosip-3.5.0.ebuild	7 Jan 2011 09:07:06 -0000	1.2
@@ -1,10 +1,10 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libeXosip/libeXosip-3.5.0.ebuild,v 1.1 2011/01/07 08:56:39 pva Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libeXosip/libeXosip-3.5.0.ebuild,v 1.2 2011/01/07 09:07:06 pva Exp $
 
 EAPI="2"
 
-inherit eutils autotools
+inherit eutils
 
 MY_PV=${PV%.?}-${PV##*.}
 MY_PV=${PV}
@@ -20,6 +20,7 @@
 
 DEPEND=">=net-libs/libosip-3.2.0
 	ssl? ( dev-libs/openssl )"
+RDEPEND="${DEPEND}"
 
 S=${WORKDIR}/${MY_P}
 



1.20                 net-libs/libeXosip/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/libeXosip/ChangeLog,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- ChangeLog	7 Jan 2011 08:56:39 -0000	1.19
+++ ChangeLog	7 Jan 2011 09:07:06 -0000	1.20
@@ -1,6 +1,9 @@
 # ChangeLog for net-libs/libeXosip
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libeXosip/ChangeLog,v 1.19 2011/01/07 08:56:39 pva Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libeXosip/ChangeLog,v 1.20 2011/01/07 09:07:06 pva Exp $
+
+  07 Jan 2011; Peter Volkov <pva@gentoo.org> libeXosip-3.5.0.ebuild:
+  Fix minor QA issues.
 
 *libeXosip-3.5.0 (07 Jan 2011)
 






^ permalink raw reply	[flat|nested] 4+ messages in thread
* [gentoo-commits] gentoo-x86 commit in net-libs/libeXosip: libeXosip-3.5.0.ebuild ChangeLog
@ 2011-05-01 18:09 Markos Chandras (hwoarang)
  0 siblings, 0 replies; 4+ messages in thread
From: Markos Chandras (hwoarang) @ 2011-05-01 18:09 UTC (permalink / raw
  To: gentoo-commits

hwoarang    11/05/01 18:09:34

  Modified:             libeXosip-3.5.0.ebuild ChangeLog
  Log:
  Stable on amd64 wrt bug #363311
  
  (Portage version: 2.1.9.44/cvs/Linux x86_64)

Revision  Changes    Path
1.3                  net-libs/libeXosip/libeXosip-3.5.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libeXosip/libeXosip-3.5.0.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libeXosip/libeXosip-3.5.0.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libeXosip/libeXosip-3.5.0.ebuild?r1=1.2&r2=1.3

Index: libeXosip-3.5.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/libeXosip/libeXosip-3.5.0.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- libeXosip-3.5.0.ebuild	7 Jan 2011 09:07:06 -0000	1.2
+++ libeXosip-3.5.0.ebuild	1 May 2011 18:09:34 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libeXosip/libeXosip-3.5.0.ebuild,v 1.2 2011/01/07 09:07:06 pva Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libeXosip/libeXosip-3.5.0.ebuild,v 1.3 2011/05/01 18:09:34 hwoarang Exp $
 
 EAPI="2"
 
@@ -13,7 +13,7 @@
 HOMEPAGE="http://savannah.nongnu.org/projects/exosip/"
 SRC_URI="http://download.savannah.nongnu.org/releases/exosip/${MY_P}.tar.gz"
 
-KEYWORDS="~amd64 ~ppc ~x86 ~ppc-macos ~x86-macos"
+KEYWORDS="amd64 ~ppc ~x86 ~ppc-macos ~x86-macos"
 SLOT="0"
 LICENSE="GPL-2"
 IUSE="+srv ssl"



1.21                 net-libs/libeXosip/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/libeXosip/ChangeLog,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- ChangeLog	7 Jan 2011 09:07:06 -0000	1.20
+++ ChangeLog	1 May 2011 18:09:34 -0000	1.21
@@ -1,6 +1,9 @@
 # ChangeLog for net-libs/libeXosip
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libeXosip/ChangeLog,v 1.20 2011/01/07 09:07:06 pva Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libeXosip/ChangeLog,v 1.21 2011/05/01 18:09:34 hwoarang Exp $
+
+  01 May 2011; Markos Chandras <hwoarang@gentoo.org> libeXosip-3.5.0.ebuild:
+  Stable on amd64 wrt bug #363311
 
   07 Jan 2011; Peter Volkov <pva@gentoo.org> libeXosip-3.5.0.ebuild:
   Fix minor QA issues.






^ permalink raw reply	[flat|nested] 4+ messages in thread
* [gentoo-commits] gentoo-x86 commit in net-libs/libeXosip: libeXosip-3.5.0.ebuild ChangeLog
@ 2011-05-14  9:33 Thomas Kahle (tomka)
  0 siblings, 0 replies; 4+ messages in thread
From: Thomas Kahle (tomka) @ 2011-05-14  9:33 UTC (permalink / raw
  To: gentoo-commits

tomka       11/05/14 09:33:42

  Modified:             libeXosip-3.5.0.ebuild ChangeLog
  Log:
  x86 stable per bug 363311
  
  (Portage version: 2.1.9.49/cvs/Linux i686)

Revision  Changes    Path
1.4                  net-libs/libeXosip/libeXosip-3.5.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libeXosip/libeXosip-3.5.0.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libeXosip/libeXosip-3.5.0.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libeXosip/libeXosip-3.5.0.ebuild?r1=1.3&r2=1.4

Index: libeXosip-3.5.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/libeXosip/libeXosip-3.5.0.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- libeXosip-3.5.0.ebuild	1 May 2011 18:09:34 -0000	1.3
+++ libeXosip-3.5.0.ebuild	14 May 2011 09:33:42 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libeXosip/libeXosip-3.5.0.ebuild,v 1.3 2011/05/01 18:09:34 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libeXosip/libeXosip-3.5.0.ebuild,v 1.4 2011/05/14 09:33:42 tomka Exp $
 
 EAPI="2"
 
@@ -13,7 +13,7 @@
 HOMEPAGE="http://savannah.nongnu.org/projects/exosip/"
 SRC_URI="http://download.savannah.nongnu.org/releases/exosip/${MY_P}.tar.gz"
 
-KEYWORDS="amd64 ~ppc ~x86 ~ppc-macos ~x86-macos"
+KEYWORDS="amd64 ~ppc x86 ~ppc-macos ~x86-macos"
 SLOT="0"
 LICENSE="GPL-2"
 IUSE="+srv ssl"



1.22                 net-libs/libeXosip/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/libeXosip/ChangeLog,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- ChangeLog	1 May 2011 18:09:34 -0000	1.21
+++ ChangeLog	14 May 2011 09:33:42 -0000	1.22
@@ -1,6 +1,9 @@
 # ChangeLog for net-libs/libeXosip
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libeXosip/ChangeLog,v 1.21 2011/05/01 18:09:34 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libeXosip/ChangeLog,v 1.22 2011/05/14 09:33:42 tomka Exp $
+
+  14 May 2011; Thomas Kahle <tomka@gentoo.org> libeXosip-3.5.0.ebuild:
+  x86 stable per bug 363311
 
   01 May 2011; Markos Chandras <hwoarang@gentoo.org> libeXosip-3.5.0.ebuild:
   Stable on amd64 wrt bug #363311






^ permalink raw reply	[flat|nested] 4+ messages in thread
* [gentoo-commits] gentoo-x86 commit in net-libs/libeXosip: libeXosip-3.5.0.ebuild ChangeLog
@ 2012-01-06 15:04 Brent Baude (ranger)
  0 siblings, 0 replies; 4+ messages in thread
From: Brent Baude (ranger) @ 2012-01-06 15:04 UTC (permalink / raw
  To: gentoo-commits

ranger      12/01/06 15:04:46

  Modified:             libeXosip-3.5.0.ebuild ChangeLog
  Log:
  Marking libeXosip-3.5.0 ppc for bug 363311
  
  (Portage version: 2.1.10.11/cvs/Linux ppc64)

Revision  Changes    Path
1.5                  net-libs/libeXosip/libeXosip-3.5.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libeXosip/libeXosip-3.5.0.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libeXosip/libeXosip-3.5.0.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libeXosip/libeXosip-3.5.0.ebuild?r1=1.4&r2=1.5

Index: libeXosip-3.5.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/libeXosip/libeXosip-3.5.0.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- libeXosip-3.5.0.ebuild	14 May 2011 09:33:42 -0000	1.4
+++ libeXosip-3.5.0.ebuild	6 Jan 2012 15:04:46 -0000	1.5
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libeXosip/libeXosip-3.5.0.ebuild,v 1.4 2011/05/14 09:33:42 tomka Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libeXosip/libeXosip-3.5.0.ebuild,v 1.5 2012/01/06 15:04:46 ranger Exp $
 
 EAPI="2"
 
@@ -13,7 +13,7 @@
 HOMEPAGE="http://savannah.nongnu.org/projects/exosip/"
 SRC_URI="http://download.savannah.nongnu.org/releases/exosip/${MY_P}.tar.gz"
 
-KEYWORDS="amd64 ~ppc x86 ~ppc-macos ~x86-macos"
+KEYWORDS="amd64 ppc x86 ~ppc-macos ~x86-macos"
 SLOT="0"
 LICENSE="GPL-2"
 IUSE="+srv ssl"



1.24                 net-libs/libeXosip/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/libeXosip/ChangeLog,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- ChangeLog	20 Jul 2011 14:48:54 -0000	1.23
+++ ChangeLog	6 Jan 2012 15:04:46 -0000	1.24
@@ -1,6 +1,9 @@
 # ChangeLog for net-libs/libeXosip
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libeXosip/ChangeLog,v 1.23 2011/07/20 14:48:54 pacho Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libeXosip/ChangeLog,v 1.24 2012/01/06 15:04:46 ranger Exp $
+
+  06 Jan 2012; Brent Baude <ranger@gentoo.org> libeXosip-3.5.0.ebuild:
+  Marking libeXosip-3.5.0 ppc stable for bug 363311
 
   20 Jul 2011; Pacho Ramos <pacho@gentoo.org> metadata.xml:
   Drop maintainer due retirement, bug #34534






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

end of thread, other threads:[~2012-01-06 15:04 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-01-07  9:07 [gentoo-commits] gentoo-x86 commit in net-libs/libeXosip: libeXosip-3.5.0.ebuild ChangeLog Peter Volkov (pva)
  -- strict thread matches above, loose matches on Subject: below --
2011-05-01 18:09 Markos Chandras (hwoarang)
2011-05-14  9:33 Thomas Kahle (tomka)
2012-01-06 15:04 Brent Baude (ranger)

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