* [gentoo-commits] gentoo-x86 commit in media-video/coherence: coherence-0.6.6.2.ebuild ChangeLog coherence-0.6.6.1.ebuild
@ 2011-01-11 20:25 Michael Weber (xmw)
0 siblings, 0 replies; 6+ messages in thread
From: Michael Weber (xmw) @ 2011-01-11 20:25 UTC (permalink / raw
To: gentoo-commits
xmw 11/01/11 20:25:05
Modified: ChangeLog coherence-0.6.6.1.ebuild
Added: coherence-0.6.6.2.ebuild
Log:
Fix python issues (bug 313987) and version bump (bug 349476).
(Portage version: 2.1.9.25/cvs/Linux x86_64)
Revision Changes Path
1.6 media-video/coherence/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/coherence/ChangeLog?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/coherence/ChangeLog?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/coherence/ChangeLog?r1=1.5&r2=1.6
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/coherence/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog 7 Jan 2011 09:37:06 -0000 1.5
+++ ChangeLog 11 Jan 2011 20:25:04 -0000 1.6
@@ -1,6 +1,12 @@
# ChangeLog for media-video/coherence
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/coherence/ChangeLog,v 1.5 2011/01/07 09:37:06 xmw Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/coherence/ChangeLog,v 1.6 2011/01/11 20:25:04 xmw Exp $
+
+*coherence-0.6.6.2 (11 Jan 2011)
+
+ 11 Jan 2011; Michael Weber <xmw@gentoo.org> coherence-0.6.6.1.ebuild,
+ +coherence-0.6.6.2.ebuild:
+ Fix python issues (bug 313987) and version bump (bug 349476).
07 Jan 2011; Michael Weber <xmw@gentoo.org> coherence-0.6.6.1.ebuild:
added ~sparc keyword (bug 311825)
1.6 media-video/coherence/coherence-0.6.6.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/coherence/coherence-0.6.6.1.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/coherence/coherence-0.6.6.1.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/coherence/coherence-0.6.6.1.ebuild?r1=1.5&r2=1.6
Index: coherence-0.6.6.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/coherence/coherence-0.6.6.1.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- coherence-0.6.6.1.ebuild 7 Jan 2011 09:37:06 -0000 1.5
+++ coherence-0.6.6.1.ebuild 11 Jan 2011 20:25:04 -0000 1.6
@@ -1,13 +1,18 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/coherence/coherence-0.6.6.1.ebuild,v 1.5 2011/01/07 09:37:06 xmw Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/coherence/coherence-0.6.6.1.ebuild,v 1.6 2011/01/11 20:25:04 xmw Exp $
EAPI=2
-inherit distutils
+PYTHON_DEPEND="*"
+PYTHON_USE_WITH="sqlite"
+SUPPORT_PYTHON_ABIS="1"
+RESTRICT_PYTHON_ABIS="2.4 3.* *-jython"
+
+inherit distutils python
MY_P="Coherence-${PV}"
-DESCRIPTION="Coherence is a framework written in Python for DLNA/UPnP components"
+DESCRIPTION="A framework written in Python for DLNA/UPnP components"
HOMEPAGE="https://coherence.beebits.net/"
SRC_URI="http://coherence.beebits.net/download/${MY_P}.tar.gz"
@@ -27,7 +32,6 @@
dev-python/axiom
dev-python/gdata
dev-python/feedparser
- dev-lang/python[sqlite]
dev-python/tagpy"
S="${WORKDIR}/${MY_P}"
1.1 media-video/coherence/coherence-0.6.6.2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/coherence/coherence-0.6.6.2.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/coherence/coherence-0.6.6.2.ebuild?rev=1.1&content-type=text/plain
Index: coherence-0.6.6.2.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-video/coherence/coherence-0.6.6.2.ebuild,v 1.1 2011/01/11 20:25:04 xmw Exp $
EAPI=2
PYTHON_DEPEND="*"
PYTHON_USE_WITH="sqlite"
SUPPORT_PYTHON_ABIS="1"
RESTRICT_PYTHON_ABIS="2.4 3.* *-jython"
inherit distutils python
MY_P="Coherence-${PV}"
DESCRIPTION="A framework written in Python for DLNA/UPnP components"
HOMEPAGE="https://coherence.beebits.net/"
SRC_URI="http://coherence.beebits.net/download/${MY_P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~ppc64 ~sparc ~x86"
IUSE=""
# deps are not exact and need some work
DEPEND="dev-python/louie
dev-python/twisted
dev-python/twisted-web
dev-python/configobj
dev-python/gst-python
dev-python/nevow"
RDEPEND="${DEPEND}
dev-python/axiom
dev-python/gdata
dev-python/feedparser
dev-python/tagpy"
S="${WORKDIR}/${MY_P}"
src_install() {
DOCS="docs/*"
distutils_src_install
newinitd "${FILESDIR}"/coherence-init coherence
}
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-commits] gentoo-x86 commit in media-video/coherence: coherence-0.6.6.2.ebuild ChangeLog coherence-0.6.6.1.ebuild
@ 2011-01-11 21:42 Arfrever Frehtes Taifersar Arahesis (arfrever)
0 siblings, 0 replies; 6+ messages in thread
From: Arfrever Frehtes Taifersar Arahesis (arfrever) @ 2011-01-11 21:42 UTC (permalink / raw
To: gentoo-commits
arfrever 11/01/11 21:42:23
Modified: coherence-0.6.6.2.ebuild ChangeLog
coherence-0.6.6.1.ebuild
Log:
Fix dependencies.
(Portage version: 2.2.0_alpha14_p1/cvs/Linux x86_64)
Revision Changes Path
1.2 media-video/coherence/coherence-0.6.6.2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/coherence/coherence-0.6.6.2.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/coherence/coherence-0.6.6.2.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/coherence/coherence-0.6.6.2.ebuild?r1=1.1&r2=1.2
Index: coherence-0.6.6.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/coherence/coherence-0.6.6.2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- coherence-0.6.6.2.ebuild 11 Jan 2011 20:25:04 -0000 1.1
+++ coherence-0.6.6.2.ebuild 11 Jan 2011 21:42:23 -0000 1.2
@@ -1,9 +1,9 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/coherence/coherence-0.6.6.2.ebuild,v 1.1 2011/01/11 20:25:04 xmw Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/coherence/coherence-0.6.6.2.ebuild,v 1.2 2011/01/11 21:42:23 arfrever Exp $
EAPI=2
-PYTHON_DEPEND="*"
+PYTHON_DEPEND="2:2.5"
PYTHON_USE_WITH="sqlite"
SUPPORT_PYTHON_ABIS="1"
RESTRICT_PYTHON_ABIS="2.4 3.* *-jython"
1.7 media-video/coherence/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/coherence/ChangeLog?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/coherence/ChangeLog?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/coherence/ChangeLog?r1=1.6&r2=1.7
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/coherence/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog 11 Jan 2011 20:25:04 -0000 1.6
+++ ChangeLog 11 Jan 2011 21:42:23 -0000 1.7
@@ -1,6 +1,10 @@
# ChangeLog for media-video/coherence
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/coherence/ChangeLog,v 1.6 2011/01/11 20:25:04 xmw Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/coherence/ChangeLog,v 1.7 2011/01/11 21:42:23 arfrever Exp $
+
+ 11 Jan 2011; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
+ coherence-0.6.6.1.ebuild, coherence-0.6.6.2.ebuild:
+ Fix dependencies.
*coherence-0.6.6.2 (11 Jan 2011)
1.7 media-video/coherence/coherence-0.6.6.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/coherence/coherence-0.6.6.1.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/coherence/coherence-0.6.6.1.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/coherence/coherence-0.6.6.1.ebuild?r1=1.6&r2=1.7
Index: coherence-0.6.6.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/coherence/coherence-0.6.6.1.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- coherence-0.6.6.1.ebuild 11 Jan 2011 20:25:04 -0000 1.6
+++ coherence-0.6.6.1.ebuild 11 Jan 2011 21:42:23 -0000 1.7
@@ -1,9 +1,9 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/coherence/coherence-0.6.6.1.ebuild,v 1.6 2011/01/11 20:25:04 xmw Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/coherence/coherence-0.6.6.1.ebuild,v 1.7 2011/01/11 21:42:23 arfrever Exp $
EAPI=2
-PYTHON_DEPEND="*"
+PYTHON_DEPEND="2:2.5"
PYTHON_USE_WITH="sqlite"
SUPPORT_PYTHON_ABIS="1"
RESTRICT_PYTHON_ABIS="2.4 3.* *-jython"
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-commits] gentoo-x86 commit in media-video/coherence: coherence-0.6.6.2.ebuild ChangeLog coherence-0.6.6.1.ebuild
@ 2011-01-16 15:10 Raul Porcel (armin76)
0 siblings, 0 replies; 6+ messages in thread
From: Raul Porcel (armin76) @ 2011-01-16 15:10 UTC (permalink / raw
To: gentoo-commits
armin76 11/01/16 15:10:23
Modified: coherence-0.6.6.2.ebuild ChangeLog
coherence-0.6.6.1.ebuild
Log:
sparc stable, add ~ia64
(Portage version: 2.1.9.25/cvs/Linux ia64, RepoMan options: --force)
Revision Changes Path
1.3 media-video/coherence/coherence-0.6.6.2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/coherence/coherence-0.6.6.2.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/coherence/coherence-0.6.6.2.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/coherence/coherence-0.6.6.2.ebuild?r1=1.2&r2=1.3
Index: coherence-0.6.6.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/coherence/coherence-0.6.6.2.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- coherence-0.6.6.2.ebuild 11 Jan 2011 21:42:23 -0000 1.2
+++ coherence-0.6.6.2.ebuild 16 Jan 2011 15:10:23 -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/media-video/coherence/coherence-0.6.6.2.ebuild,v 1.2 2011/01/11 21:42:23 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/coherence/coherence-0.6.6.2.ebuild,v 1.3 2011/01/16 15:10:23 armin76 Exp $
EAPI=2
PYTHON_DEPEND="2:2.5"
@@ -18,7 +18,7 @@
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~amd64 ~ppc64 ~sparc ~x86"
+KEYWORDS="~amd64 ~ia64 ~ppc64 ~sparc ~x86"
IUSE=""
# deps are not exact and need some work
1.8 media-video/coherence/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/coherence/ChangeLog?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/coherence/ChangeLog?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/coherence/ChangeLog?r1=1.7&r2=1.8
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/coherence/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog 11 Jan 2011 21:42:23 -0000 1.7
+++ ChangeLog 16 Jan 2011 15:10:23 -0000 1.8
@@ -1,6 +1,10 @@
# ChangeLog for media-video/coherence
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/coherence/ChangeLog,v 1.7 2011/01/11 21:42:23 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/coherence/ChangeLog,v 1.8 2011/01/16 15:10:23 armin76 Exp $
+
+ 16 Jan 2011; Raúl Porcel <armin76@gentoo.org> coherence-0.6.6.1.ebuild,
+ coherence-0.6.6.2.ebuild:
+ sparc stable, add ~ia64
11 Jan 2011; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
coherence-0.6.6.1.ebuild, coherence-0.6.6.2.ebuild:
1.8 media-video/coherence/coherence-0.6.6.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/coherence/coherence-0.6.6.1.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/coherence/coherence-0.6.6.1.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/coherence/coherence-0.6.6.1.ebuild?r1=1.7&r2=1.8
Index: coherence-0.6.6.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/coherence/coherence-0.6.6.1.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- coherence-0.6.6.1.ebuild 11 Jan 2011 21:42:23 -0000 1.7
+++ coherence-0.6.6.1.ebuild 16 Jan 2011 15:10:23 -0000 1.8
@@ -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/media-video/coherence/coherence-0.6.6.1.ebuild,v 1.7 2011/01/11 21:42:23 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/coherence/coherence-0.6.6.1.ebuild,v 1.8 2011/01/16 15:10:23 armin76 Exp $
EAPI=2
PYTHON_DEPEND="2:2.5"
@@ -18,7 +18,7 @@
LICENSE="MIT"
SLOT="0"
-KEYWORDS="amd64 ~ppc64 ~sparc x86"
+KEYWORDS="amd64 ~ia64 ~ppc64 sparc x86"
IUSE=""
# deps are not exact and need some work
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-commits] gentoo-x86 commit in media-video/coherence: coherence-0.6.6.2.ebuild ChangeLog coherence-0.6.6.1.ebuild
@ 2011-03-05 17:08 Raul Porcel (armin76)
0 siblings, 0 replies; 6+ messages in thread
From: Raul Porcel (armin76) @ 2011-03-05 17:08 UTC (permalink / raw
To: gentoo-commits
armin76 11/03/05 17:08:17
Modified: coherence-0.6.6.2.ebuild ChangeLog
coherence-0.6.6.1.ebuild
Log:
Drop ia64 keywords
(Portage version: 2.1.9.41/cvs/Linux ia64)
Revision Changes Path
1.9 media-video/coherence/coherence-0.6.6.2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/coherence/coherence-0.6.6.2.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/coherence/coherence-0.6.6.2.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/coherence/coherence-0.6.6.2.ebuild?r1=1.8&r2=1.9
Index: coherence-0.6.6.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/coherence/coherence-0.6.6.2.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- coherence-0.6.6.2.ebuild 4 Mar 2011 21:03:26 -0000 1.8
+++ coherence-0.6.6.2.ebuild 5 Mar 2011 17:08:17 -0000 1.9
@@ -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/media-video/coherence/coherence-0.6.6.2.ebuild,v 1.8 2011/03/04 21:03:26 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/coherence/coherence-0.6.6.2.ebuild,v 1.9 2011/03/05 17:08:17 armin76 Exp $
EAPI=2
PYTHON_DEPEND="2:2.5"
@@ -18,7 +18,7 @@
LICENSE="MIT"
SLOT="0"
-KEYWORDS="amd64 ~ia64 ppc ppc64 sparc x86"
+KEYWORDS="amd64 ppc ppc64 sparc x86"
IUSE=""
# deps are not exact and need some work
1.15 media-video/coherence/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/coherence/ChangeLog?rev=1.15&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/coherence/ChangeLog?rev=1.15&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/coherence/ChangeLog?r1=1.14&r2=1.15
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/coherence/ChangeLog,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- ChangeLog 4 Mar 2011 21:03:26 -0000 1.14
+++ ChangeLog 5 Mar 2011 17:08:17 -0000 1.15
@@ -1,6 +1,10 @@
# ChangeLog for media-video/coherence
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/coherence/ChangeLog,v 1.14 2011/03/04 21:03:26 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/coherence/ChangeLog,v 1.15 2011/03/05 17:08:17 armin76 Exp $
+
+ 05 Mar 2011; Raúl Porcel <armin76@gentoo.org> coherence-0.6.6.1.ebuild,
+ coherence-0.6.6.2.ebuild:
+ Drop ia64 keywords
04 Mar 2011; Kacper Kowalik <xarthisius@gentoo.org>
coherence-0.6.6.2.ebuild:
1.9 media-video/coherence/coherence-0.6.6.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/coherence/coherence-0.6.6.1.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/coherence/coherence-0.6.6.1.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/coherence/coherence-0.6.6.1.ebuild?r1=1.8&r2=1.9
Index: coherence-0.6.6.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/coherence/coherence-0.6.6.1.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- coherence-0.6.6.1.ebuild 16 Jan 2011 15:10:23 -0000 1.8
+++ coherence-0.6.6.1.ebuild 5 Mar 2011 17:08:17 -0000 1.9
@@ -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/media-video/coherence/coherence-0.6.6.1.ebuild,v 1.8 2011/01/16 15:10:23 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/coherence/coherence-0.6.6.1.ebuild,v 1.9 2011/03/05 17:08:17 armin76 Exp $
EAPI=2
PYTHON_DEPEND="2:2.5"
@@ -18,7 +18,7 @@
LICENSE="MIT"
SLOT="0"
-KEYWORDS="amd64 ~ia64 ~ppc64 sparc x86"
+KEYWORDS="amd64 ~ppc64 sparc x86"
IUSE=""
# deps are not exact and need some work
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-commits] gentoo-x86 commit in media-video/coherence: coherence-0.6.6.2.ebuild ChangeLog coherence-0.6.6.1.ebuild
@ 2013-08-03 9:45 Michal Gorny (mgorny)
0 siblings, 0 replies; 6+ messages in thread
From: Michal Gorny (mgorny) @ 2013-08-03 9:45 UTC (permalink / raw
To: gentoo-commits
mgorny 13/08/03 09:45:38
Modified: coherence-0.6.6.2.ebuild ChangeLog
coherence-0.6.6.1.ebuild
Log:
Move dev-python/twisted to dev-python/twisted-core.
(Portage version: 2.2.0_alpha191/cvs/Linux x86_64, signed Manifest commit with key 9627F456F9DA7643!)
Revision Changes Path
1.11 media-video/coherence/coherence-0.6.6.2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/coherence/coherence-0.6.6.2.ebuild?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/coherence/coherence-0.6.6.2.ebuild?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/coherence/coherence-0.6.6.2.ebuild?r1=1.10&r2=1.11
Index: coherence-0.6.6.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/coherence/coherence-0.6.6.2.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- coherence-0.6.6.2.ebuild 26 May 2013 06:38:02 -0000 1.10
+++ coherence-0.6.6.2.ebuild 3 Aug 2013 09:45:37 -0000 1.11
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/coherence/coherence-0.6.6.2.ebuild,v 1.10 2013/05/26 06:38:02 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/coherence/coherence-0.6.6.2.ebuild,v 1.11 2013/08/03 09:45:37 mgorny Exp $
EAPI=2
PYTHON_DEPEND="2:2.5"
@@ -23,7 +23,7 @@
# deps are not exact and need some work
DEPEND="dev-python/louie
- dev-python/twisted
+ dev-python/twisted-core
dev-python/twisted-web
dev-python/configobj
dev-python/gst-python
1.17 media-video/coherence/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/coherence/ChangeLog?rev=1.17&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/coherence/ChangeLog?rev=1.17&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/coherence/ChangeLog?r1=1.16&r2=1.17
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/coherence/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ChangeLog 26 May 2013 06:38:02 -0000 1.16
+++ ChangeLog 3 Aug 2013 09:45:37 -0000 1.17
@@ -1,6 +1,10 @@
# ChangeLog for media-video/coherence
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/coherence/ChangeLog,v 1.16 2013/05/26 06:38:02 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/coherence/ChangeLog,v 1.17 2013/08/03 09:45:37 mgorny Exp $
+
+ 03 Aug 2013; Michał Górny <mgorny@gentoo.org> coherence-0.6.6.1.ebuild,
+ coherence-0.6.6.2.ebuild:
+ Move dev-python/twisted to dev-python/twisted-core.
26 May 2013; Patrick Lauer <patrick@gentoo.org> coherence-0.6.6.1.ebuild,
coherence-0.6.6.2.ebuild:
1.11 media-video/coherence/coherence-0.6.6.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/coherence/coherence-0.6.6.1.ebuild?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/coherence/coherence-0.6.6.1.ebuild?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/coherence/coherence-0.6.6.1.ebuild?r1=1.10&r2=1.11
Index: coherence-0.6.6.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/coherence/coherence-0.6.6.1.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- coherence-0.6.6.1.ebuild 26 May 2013 06:38:02 -0000 1.10
+++ coherence-0.6.6.1.ebuild 3 Aug 2013 09:45:37 -0000 1.11
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/coherence/coherence-0.6.6.1.ebuild,v 1.10 2013/05/26 06:38:02 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/coherence/coherence-0.6.6.1.ebuild,v 1.11 2013/08/03 09:45:37 mgorny Exp $
EAPI=2
PYTHON_DEPEND="2:2.5"
@@ -23,7 +23,7 @@
# deps are not exact and need some work
DEPEND="dev-python/louie
- dev-python/twisted
+ dev-python/twisted-core
dev-python/twisted-web
dev-python/configobj
dev-python/gst-python
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-commits] gentoo-x86 commit in media-video/coherence: coherence-0.6.6.2.ebuild ChangeLog coherence-0.6.6.1.ebuild
@ 2014-04-06 10:45 Gilles Dartiguelongue (eva)
0 siblings, 0 replies; 6+ messages in thread
From: Gilles Dartiguelongue (eva) @ 2014-04-06 10:45 UTC (permalink / raw
To: gentoo-commits
eva 14/04/06 10:45:14
Modified: coherence-0.6.6.2.ebuild ChangeLog
coherence-0.6.6.1.ebuild
Log:
Pin gst-python to 0.10 slot.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key C6085806)
Revision Changes Path
1.12 media-video/coherence/coherence-0.6.6.2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/coherence/coherence-0.6.6.2.ebuild?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/coherence/coherence-0.6.6.2.ebuild?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/coherence/coherence-0.6.6.2.ebuild?r1=1.11&r2=1.12
Index: coherence-0.6.6.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/coherence/coherence-0.6.6.2.ebuild,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- coherence-0.6.6.2.ebuild 3 Aug 2013 09:45:37 -0000 1.11
+++ coherence-0.6.6.2.ebuild 6 Apr 2014 10:45:13 -0000 1.12
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/coherence/coherence-0.6.6.2.ebuild,v 1.11 2013/08/03 09:45:37 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/coherence/coherence-0.6.6.2.ebuild,v 1.12 2014/04/06 10:45:13 eva Exp $
EAPI=2
PYTHON_DEPEND="2:2.5"
@@ -26,7 +26,7 @@
dev-python/twisted-core
dev-python/twisted-web
dev-python/configobj
- dev-python/gst-python
+ dev-python/gst-python:0.10
dev-python/nevow"
RDEPEND="${DEPEND}
dev-python/axiom
1.18 media-video/coherence/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/coherence/ChangeLog?rev=1.18&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/coherence/ChangeLog?rev=1.18&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/coherence/ChangeLog?r1=1.17&r2=1.18
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/coherence/ChangeLog,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- ChangeLog 3 Aug 2013 09:45:37 -0000 1.17
+++ ChangeLog 6 Apr 2014 10:45:13 -0000 1.18
@@ -1,6 +1,10 @@
# ChangeLog for media-video/coherence
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/coherence/ChangeLog,v 1.17 2013/08/03 09:45:37 mgorny Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-video/coherence/ChangeLog,v 1.18 2014/04/06 10:45:13 eva Exp $
+
+ 06 Apr 2014; Gilles Dartiguelongue <eva@gentoo.org> coherence-0.6.6.1.ebuild,
+ coherence-0.6.6.2.ebuild:
+ Pin gst-python to 0.10 slot.
03 Aug 2013; Michał Górny <mgorny@gentoo.org> coherence-0.6.6.1.ebuild,
coherence-0.6.6.2.ebuild:
1.12 media-video/coherence/coherence-0.6.6.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/coherence/coherence-0.6.6.1.ebuild?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/coherence/coherence-0.6.6.1.ebuild?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/coherence/coherence-0.6.6.1.ebuild?r1=1.11&r2=1.12
Index: coherence-0.6.6.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/coherence/coherence-0.6.6.1.ebuild,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- coherence-0.6.6.1.ebuild 3 Aug 2013 09:45:37 -0000 1.11
+++ coherence-0.6.6.1.ebuild 6 Apr 2014 10:45:13 -0000 1.12
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/coherence/coherence-0.6.6.1.ebuild,v 1.11 2013/08/03 09:45:37 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/coherence/coherence-0.6.6.1.ebuild,v 1.12 2014/04/06 10:45:13 eva Exp $
EAPI=2
PYTHON_DEPEND="2:2.5"
@@ -26,7 +26,7 @@
dev-python/twisted-core
dev-python/twisted-web
dev-python/configobj
- dev-python/gst-python
+ dev-python/gst-python:0.10
dev-python/nevow"
RDEPEND="${DEPEND}
dev-python/axiom
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2014-04-06 10:45 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-05 17:08 [gentoo-commits] gentoo-x86 commit in media-video/coherence: coherence-0.6.6.2.ebuild ChangeLog coherence-0.6.6.1.ebuild Raul Porcel (armin76)
-- strict thread matches above, loose matches on Subject: below --
2014-04-06 10:45 Gilles Dartiguelongue (eva)
2013-08-03 9:45 Michal Gorny (mgorny)
2011-01-16 15:10 Raul Porcel (armin76)
2011-01-11 21:42 Arfrever Frehtes Taifersar Arahesis (arfrever)
2011-01-11 20:25 Michael Weber (xmw)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox