* [gentoo-commits] gentoo-x86 commit in dev-python/eyeD3: eyeD3-0.7.4-r2.ebuild ChangeLog
@ 2014-06-11 13:52 Michal Gorny (mgorny)
0 siblings, 0 replies; 10+ messages in thread
From: Michal Gorny (mgorny) @ 2014-06-11 13:52 UTC (permalink / raw
To: gentoo-commits
mgorny 14/06/11 13:52:58
Modified: ChangeLog
Added: eyeD3-0.7.4-r2.ebuild
Log:
Wrap installed script properly. Add missing python-magic dep that causes auto-download to happen during install.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Revision Changes Path
1.69 dev-python/eyeD3/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/eyeD3/ChangeLog?rev=1.69&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/eyeD3/ChangeLog?rev=1.69&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/eyeD3/ChangeLog?r1=1.68&r2=1.69
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/eyeD3/ChangeLog,v
retrieving revision 1.68
retrieving revision 1.69
diff -u -r1.68 -r1.69
--- ChangeLog 1 Apr 2014 09:19:53 -0000 1.68
+++ ChangeLog 11 Jun 2014 13:52:58 -0000 1.69
@@ -1,6 +1,12 @@
# ChangeLog for dev-python/eyeD3
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/eyeD3/ChangeLog,v 1.68 2014/04/01 09:19:53 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/eyeD3/ChangeLog,v 1.69 2014/06/11 13:52:58 mgorny Exp $
+
+*eyeD3-0.7.4-r2 (11 Jun 2014)
+
+ 11 Jun 2014; Michał Górny <mgorny@gentoo.org> +eyeD3-0.7.4-r2.ebuild:
+ Wrap installed script properly. Add missing python-magic dep that causes auto-
+ download to happen during install.
*eyeD3-0.7.4-r1 (01 Apr 2014)
1.1 dev-python/eyeD3/eyeD3-0.7.4-r2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/eyeD3/eyeD3-0.7.4-r2.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/eyeD3/eyeD3-0.7.4-r2.ebuild?rev=1.1&content-type=text/plain
Index: eyeD3-0.7.4-r2.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/eyeD3/eyeD3-0.7.4-r2.ebuild,v 1.1 2014/06/11 13:52:58 mgorny Exp $
EAPI=5
# For python3_{2,3}, see bugs 501338, 501340
PYTHON_COMPAT=( python2_7 )
inherit distutils-r1
DESCRIPTION="Module for manipulating ID3 (v1 + v2) tags in Python"
HOMEPAGE="http://eyed3.nicfit.net/"
SRC_URI="http://eyed3.nicfit.net/releases/${P}.tgz"
LICENSE="GPL-2"
SLOT="0.7"
KEYWORDS="~amd64 ~hppa ~ia64 ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos ~x86-solaris"
IUSE=""
RDEPEND="!<${CATEGORY}/${PN}-0.6.18-r1:0
dev-python/python-magic[${PYTHON_USEDEP}]"
DEPEND="${RDEPEND}
dev-python/paver[${PYTHON_USEDEP}]"
python_prepare_all() {
# prevent the build system from installing unwrapped bash script
sed -i -e '/scripts/d' pavement.py || die
distutils-r1_python_prepare_all
}
python_install() {
distutils-r1_python_install
sed -e "s:python:${EPYTHON}:" bin/eyeD3 > "${TMPDIR}"/eyeD3 || die
python_doexe "${TMPDIR}"/eyeD3
}
python_install_all() {
dodoc AUTHORS ChangeLog README.rst
distutils-r1_python_install_all
}
^ permalink raw reply [flat|nested] 10+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/eyeD3: eyeD3-0.7.4-r2.ebuild ChangeLog
@ 2014-06-11 14:06 Michal Gorny (mgorny)
0 siblings, 0 replies; 10+ messages in thread
From: Michal Gorny (mgorny) @ 2014-06-11 14:06 UTC (permalink / raw
To: gentoo-commits
mgorny 14/06/11 14:06:32
Modified: eyeD3-0.7.4-r2.ebuild ChangeLog
Log:
Remove the python-magic dependency wrt bug #488270, and remove the pavement.py line that tries to install it instead.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Revision Changes Path
1.2 dev-python/eyeD3/eyeD3-0.7.4-r2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/eyeD3/eyeD3-0.7.4-r2.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/eyeD3/eyeD3-0.7.4-r2.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/eyeD3/eyeD3-0.7.4-r2.ebuild?r1=1.1&r2=1.2
Index: eyeD3-0.7.4-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/eyeD3/eyeD3-0.7.4-r2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- eyeD3-0.7.4-r2.ebuild 11 Jun 2014 13:52:58 -0000 1.1
+++ eyeD3-0.7.4-r2.ebuild 11 Jun 2014 14:06:32 -0000 1.2
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/eyeD3/eyeD3-0.7.4-r2.ebuild,v 1.1 2014/06/11 13:52:58 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/eyeD3/eyeD3-0.7.4-r2.ebuild,v 1.2 2014/06/11 14:06:32 mgorny Exp $
EAPI=5
@@ -19,14 +19,15 @@
KEYWORDS="~amd64 ~hppa ~ia64 ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos ~x86-solaris"
IUSE=""
-RDEPEND="!<${CATEGORY}/${PN}-0.6.18-r1:0
- dev-python/python-magic[${PYTHON_USEDEP}]"
+RDEPEND="!<${CATEGORY}/${PN}-0.6.18-r1:0"
DEPEND="${RDEPEND}
dev-python/paver[${PYTHON_USEDEP}]"
python_prepare_all() {
# prevent the build system from installing unwrapped bash script
- sed -i -e '/scripts/d' pavement.py || die
+ # and prevent it from pulling optional python-magic
+ sed -i -e '/scripts/d' \
+ -e '/install_requires/d' pavement.py || die
distutils-r1_python_prepare_all
}
1.70 dev-python/eyeD3/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/eyeD3/ChangeLog?rev=1.70&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/eyeD3/ChangeLog?rev=1.70&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/eyeD3/ChangeLog?r1=1.69&r2=1.70
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/eyeD3/ChangeLog,v
retrieving revision 1.69
retrieving revision 1.70
diff -u -r1.69 -r1.70
--- ChangeLog 11 Jun 2014 13:52:58 -0000 1.69
+++ ChangeLog 11 Jun 2014 14:06:32 -0000 1.70
@@ -1,6 +1,10 @@
# ChangeLog for dev-python/eyeD3
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/eyeD3/ChangeLog,v 1.69 2014/06/11 13:52:58 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/eyeD3/ChangeLog,v 1.70 2014/06/11 14:06:32 mgorny Exp $
+
+ 11 Jun 2014; Michał Górny <mgorny@gentoo.org> eyeD3-0.7.4-r2.ebuild:
+ Remove the python-magic dependency wrt bug #488270, and remove the pavement.py
+ line that tries to install it instead.
*eyeD3-0.7.4-r2 (11 Jun 2014)
^ permalink raw reply [flat|nested] 10+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/eyeD3: eyeD3-0.7.4-r2.ebuild ChangeLog
@ 2014-06-11 14:21 Michal Gorny (mgorny)
0 siblings, 0 replies; 10+ messages in thread
From: Michal Gorny (mgorny) @ 2014-06-11 14:21 UTC (permalink / raw
To: gentoo-commits
mgorny 14/06/11 14:21:34
Modified: eyeD3-0.7.4-r2.ebuild ChangeLog
Log:
Restore ~arm after dropping python-magic dep.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Revision Changes Path
1.3 dev-python/eyeD3/eyeD3-0.7.4-r2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/eyeD3/eyeD3-0.7.4-r2.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/eyeD3/eyeD3-0.7.4-r2.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/eyeD3/eyeD3-0.7.4-r2.ebuild?r1=1.2&r2=1.3
Index: eyeD3-0.7.4-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/eyeD3/eyeD3-0.7.4-r2.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- eyeD3-0.7.4-r2.ebuild 11 Jun 2014 14:06:32 -0000 1.2
+++ eyeD3-0.7.4-r2.ebuild 11 Jun 2014 14:21:34 -0000 1.3
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/eyeD3/eyeD3-0.7.4-r2.ebuild,v 1.2 2014/06/11 14:06:32 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/eyeD3/eyeD3-0.7.4-r2.ebuild,v 1.3 2014/06/11 14:21:34 mgorny Exp $
EAPI=5
@@ -16,7 +16,7 @@
LICENSE="GPL-2"
SLOT="0.7"
-KEYWORDS="~amd64 ~hppa ~ia64 ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos ~x86-solaris"
+KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos ~x86-solaris"
IUSE=""
RDEPEND="!<${CATEGORY}/${PN}-0.6.18-r1:0"
1.72 dev-python/eyeD3/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/eyeD3/ChangeLog?rev=1.72&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/eyeD3/ChangeLog?rev=1.72&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/eyeD3/ChangeLog?r1=1.71&r2=1.72
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/eyeD3/ChangeLog,v
retrieving revision 1.71
retrieving revision 1.72
diff -u -r1.71 -r1.72
--- ChangeLog 11 Jun 2014 14:20:03 -0000 1.71
+++ ChangeLog 11 Jun 2014 14:21:34 -0000 1.72
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/eyeD3
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/eyeD3/ChangeLog,v 1.71 2014/06/11 14:20:03 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/eyeD3/ChangeLog,v 1.72 2014/06/11 14:21:34 mgorny Exp $
+
+ 11 Jun 2014; Michał Górny <mgorny@gentoo.org> eyeD3-0.7.4-r2.ebuild:
+ Restore ~arm after dropping python-magic dep.
*eyeD3-0.6.18-r2 (11 Jun 2014)
^ permalink raw reply [flat|nested] 10+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/eyeD3: eyeD3-0.7.4-r2.ebuild ChangeLog
@ 2014-06-19 11:24 Tobias Klausmann (klausman)
0 siblings, 0 replies; 10+ messages in thread
From: Tobias Klausmann (klausman) @ 2014-06-19 11:24 UTC (permalink / raw
To: gentoo-commits
klausman 14/06/19 11:24:11
Modified: eyeD3-0.7.4-r2.ebuild ChangeLog
Log:
Keyworded on alpha, bug #454638
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key CE5D54E8)
Revision Changes Path
1.4 dev-python/eyeD3/eyeD3-0.7.4-r2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/eyeD3/eyeD3-0.7.4-r2.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/eyeD3/eyeD3-0.7.4-r2.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/eyeD3/eyeD3-0.7.4-r2.ebuild?r1=1.3&r2=1.4
Index: eyeD3-0.7.4-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/eyeD3/eyeD3-0.7.4-r2.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- eyeD3-0.7.4-r2.ebuild 11 Jun 2014 14:21:34 -0000 1.3
+++ eyeD3-0.7.4-r2.ebuild 19 Jun 2014 11:24:11 -0000 1.4
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/eyeD3/eyeD3-0.7.4-r2.ebuild,v 1.3 2014/06/11 14:21:34 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/eyeD3/eyeD3-0.7.4-r2.ebuild,v 1.4 2014/06/19 11:24:11 klausman Exp $
EAPI=5
@@ -16,7 +16,7 @@
LICENSE="GPL-2"
SLOT="0.7"
-KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos ~x86-solaris"
IUSE=""
RDEPEND="!<${CATEGORY}/${PN}-0.6.18-r1:0"
1.74 dev-python/eyeD3/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/eyeD3/ChangeLog?rev=1.74&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/eyeD3/ChangeLog?rev=1.74&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/eyeD3/ChangeLog?r1=1.73&r2=1.74
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/eyeD3/ChangeLog,v
retrieving revision 1.73
retrieving revision 1.74
diff -u -r1.73 -r1.74
--- ChangeLog 19 Jun 2014 11:07:15 -0000 1.73
+++ ChangeLog 19 Jun 2014 11:24:11 -0000 1.74
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/eyeD3
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/eyeD3/ChangeLog,v 1.73 2014/06/19 11:07:15 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/eyeD3/ChangeLog,v 1.74 2014/06/19 11:24:11 klausman Exp $
+
+ 19 Jun 2014; Tobias Klausmann <klausman@gentoo.org> eyeD3-0.7.4-r2.ebuild:
+ Keyworded on alpha, bug #454638
19 Jun 2014; Tobias Klausmann <klausman@gentoo.org> eyeD3-0.6.18-r2.ebuild:
Keyworded on alpha, bug #454638
^ permalink raw reply [flat|nested] 10+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/eyeD3: eyeD3-0.7.4-r2.ebuild ChangeLog
@ 2014-09-18 15:02 Samuli Suominen (ssuominen)
0 siblings, 0 replies; 10+ messages in thread
From: Samuli Suominen (ssuominen) @ 2014-09-18 15:02 UTC (permalink / raw
To: gentoo-commits
ssuominen 14/09/18 15:02:14
Modified: eyeD3-0.7.4-r2.ebuild ChangeLog
Log:
Keyword ~ppc/~ppc64 wrt #454638
(Portage version: 2.2.13/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
Revision Changes Path
1.6 dev-python/eyeD3/eyeD3-0.7.4-r2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/eyeD3/eyeD3-0.7.4-r2.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/eyeD3/eyeD3-0.7.4-r2.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/eyeD3/eyeD3-0.7.4-r2.ebuild?r1=1.5&r2=1.6
Index: eyeD3-0.7.4-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/eyeD3/eyeD3-0.7.4-r2.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- eyeD3-0.7.4-r2.ebuild 21 Aug 2014 12:41:50 -0000 1.5
+++ eyeD3-0.7.4-r2.ebuild 18 Sep 2014 15:02:14 -0000 1.6
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/eyeD3/eyeD3-0.7.4-r2.ebuild,v 1.5 2014/08/21 12:41:50 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/eyeD3/eyeD3-0.7.4-r2.ebuild,v 1.6 2014/09/18 15:02:14 ssuominen Exp $
EAPI=5
@@ -16,7 +16,7 @@
LICENSE="GPL-2"
SLOT="0.7"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos ~x86-solaris"
IUSE=""
RDEPEND="!<${CATEGORY}/${PN}-0.6.18-r1:0"
1.76 dev-python/eyeD3/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/eyeD3/ChangeLog?rev=1.76&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/eyeD3/ChangeLog?rev=1.76&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/eyeD3/ChangeLog?r1=1.75&r2=1.76
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/eyeD3/ChangeLog,v
retrieving revision 1.75
retrieving revision 1.76
diff -u -r1.75 -r1.76
--- ChangeLog 21 Aug 2014 12:41:50 -0000 1.75
+++ ChangeLog 18 Sep 2014 15:02:14 -0000 1.76
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/eyeD3
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/eyeD3/ChangeLog,v 1.75 2014/08/21 12:41:50 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/eyeD3/ChangeLog,v 1.76 2014/09/18 15:02:14 ssuominen Exp $
+
+ 18 Sep 2014; Samuli Suominen <ssuominen@gentoo.org> eyeD3-0.7.4-r2.ebuild:
+ Keyword ~ppc/~ppc64 wrt #454638
21 Aug 2014; Raúl Porcel <armin76@gentoo.org> eyeD3-0.6.18-r1.ebuild,
eyeD3-0.6.18-r2.ebuild, eyeD3-0.7.1.ebuild, eyeD3-0.7.4.ebuild,
^ permalink raw reply [flat|nested] 10+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/eyeD3: eyeD3-0.7.4-r2.ebuild ChangeLog
@ 2014-09-18 15:15 Samuli Suominen (ssuominen)
0 siblings, 0 replies; 10+ messages in thread
From: Samuli Suominen (ssuominen) @ 2014-09-18 15:15 UTC (permalink / raw
To: gentoo-commits
ssuominen 14/09/18 15:15:07
Modified: eyeD3-0.7.4-r2.ebuild ChangeLog
Log:
amd64/ppc/ppc64/x86 stable wrt #523136
(Portage version: 2.2.13/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
Revision Changes Path
1.7 dev-python/eyeD3/eyeD3-0.7.4-r2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/eyeD3/eyeD3-0.7.4-r2.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/eyeD3/eyeD3-0.7.4-r2.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/eyeD3/eyeD3-0.7.4-r2.ebuild?r1=1.6&r2=1.7
Index: eyeD3-0.7.4-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/eyeD3/eyeD3-0.7.4-r2.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- eyeD3-0.7.4-r2.ebuild 18 Sep 2014 15:02:14 -0000 1.6
+++ eyeD3-0.7.4-r2.ebuild 18 Sep 2014 15:15:07 -0000 1.7
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/eyeD3/eyeD3-0.7.4-r2.ebuild,v 1.6 2014/09/18 15:02:14 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/eyeD3/eyeD3-0.7.4-r2.ebuild,v 1.7 2014/09/18 15:15:07 ssuominen Exp $
EAPI=5
@@ -16,7 +16,7 @@
LICENSE="GPL-2"
SLOT="0.7"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ppc ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos ~x86-solaris"
IUSE=""
RDEPEND="!<${CATEGORY}/${PN}-0.6.18-r1:0"
1.78 dev-python/eyeD3/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/eyeD3/ChangeLog?rev=1.78&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/eyeD3/ChangeLog?rev=1.78&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/eyeD3/ChangeLog?r1=1.77&r2=1.78
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/eyeD3/ChangeLog,v
retrieving revision 1.77
retrieving revision 1.78
diff -u -r1.77 -r1.78
--- ChangeLog 18 Sep 2014 15:10:32 -0000 1.77
+++ ChangeLog 18 Sep 2014 15:15:07 -0000 1.78
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/eyeD3
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/eyeD3/ChangeLog,v 1.77 2014/09/18 15:10:32 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/eyeD3/ChangeLog,v 1.78 2014/09/18 15:15:07 ssuominen Exp $
+
+ 18 Sep 2014; Samuli Suominen <ssuominen@gentoo.org> eyeD3-0.7.4-r2.ebuild:
+ amd64/ppc/ppc64/x86 stable wrt #523136
*eyeD3-0.7.5 (18 Sep 2014)
^ permalink raw reply [flat|nested] 10+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/eyeD3: eyeD3-0.7.4-r2.ebuild ChangeLog
@ 2014-09-19 9:32 Jeroen Roovers (jer)
0 siblings, 0 replies; 10+ messages in thread
From: Jeroen Roovers (jer) @ 2014-09-19 9:32 UTC (permalink / raw
To: gentoo-commits
jer 14/09/19 09:32:31
Modified: eyeD3-0.7.4-r2.ebuild ChangeLog
Log:
Stable for HPPA (bug #523136).
(Portage version: 2.2.13/cvs/Linux x86_64, RepoMan options: --ignore-arches, signed Manifest commit with key A792A613)
Revision Changes Path
1.8 dev-python/eyeD3/eyeD3-0.7.4-r2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/eyeD3/eyeD3-0.7.4-r2.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/eyeD3/eyeD3-0.7.4-r2.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/eyeD3/eyeD3-0.7.4-r2.ebuild?r1=1.7&r2=1.8
Index: eyeD3-0.7.4-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/eyeD3/eyeD3-0.7.4-r2.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- eyeD3-0.7.4-r2.ebuild 18 Sep 2014 15:15:07 -0000 1.7
+++ eyeD3-0.7.4-r2.ebuild 19 Sep 2014 09:32:31 -0000 1.8
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/eyeD3/eyeD3-0.7.4-r2.ebuild,v 1.7 2014/09/18 15:15:07 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/eyeD3/eyeD3-0.7.4-r2.ebuild,v 1.8 2014/09/19 09:32:31 jer Exp $
EAPI=5
@@ -16,7 +16,7 @@
LICENSE="GPL-2"
SLOT="0.7"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ppc ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ppc ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos ~x86-solaris"
IUSE=""
RDEPEND="!<${CATEGORY}/${PN}-0.6.18-r1:0"
1.81 dev-python/eyeD3/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/eyeD3/ChangeLog?rev=1.81&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/eyeD3/ChangeLog?rev=1.81&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/eyeD3/ChangeLog?r1=1.80&r2=1.81
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/eyeD3/ChangeLog,v
retrieving revision 1.80
retrieving revision 1.81
diff -u -r1.80 -r1.81
--- ChangeLog 18 Sep 2014 15:21:16 -0000 1.80
+++ ChangeLog 19 Sep 2014 09:32:31 -0000 1.81
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/eyeD3
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/eyeD3/ChangeLog,v 1.80 2014/09/18 15:21:16 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/eyeD3/ChangeLog,v 1.81 2014/09/19 09:32:31 jer Exp $
+
+ 19 Sep 2014; Jeroen Roovers <jer@gentoo.org> eyeD3-0.7.4-r2.ebuild:
+ Stable for HPPA (bug #523136).
18 Sep 2014; Samuli Suominen <ssuominen@gentoo.org> eyeD3-0.7.5.ebuild:
Restore ~ppc/~ppc64 keywording which were removed for no reason at all.
^ permalink raw reply [flat|nested] 10+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/eyeD3: eyeD3-0.7.4-r2.ebuild ChangeLog
@ 2014-09-21 20:16 Markus Meier (maekke)
0 siblings, 0 replies; 10+ messages in thread
From: Markus Meier (maekke) @ 2014-09-21 20:16 UTC (permalink / raw
To: gentoo-commits
maekke 14/09/21 20:16:59
Modified: eyeD3-0.7.4-r2.ebuild ChangeLog
Log:
arm stable, bug #523136
(Portage version: 2.2.13/cvs/Linux x86_64, RepoMan options: --include-arches="arm", signed Manifest commit with key 072AD062)
Revision Changes Path
1.9 dev-python/eyeD3/eyeD3-0.7.4-r2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/eyeD3/eyeD3-0.7.4-r2.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/eyeD3/eyeD3-0.7.4-r2.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/eyeD3/eyeD3-0.7.4-r2.ebuild?r1=1.8&r2=1.9
Index: eyeD3-0.7.4-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/eyeD3/eyeD3-0.7.4-r2.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- eyeD3-0.7.4-r2.ebuild 19 Sep 2014 09:32:31 -0000 1.8
+++ eyeD3-0.7.4-r2.ebuild 21 Sep 2014 20:16:59 -0000 1.9
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/eyeD3/eyeD3-0.7.4-r2.ebuild,v 1.8 2014/09/19 09:32:31 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/eyeD3/eyeD3-0.7.4-r2.ebuild,v 1.9 2014/09/21 20:16:59 maekke Exp $
EAPI=5
@@ -16,7 +16,7 @@
LICENSE="GPL-2"
SLOT="0.7"
-KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ppc ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos ~x86-solaris"
+KEYWORDS="~alpha amd64 arm hppa ~ia64 ppc ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos ~x86-solaris"
IUSE=""
RDEPEND="!<${CATEGORY}/${PN}-0.6.18-r1:0"
1.82 dev-python/eyeD3/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/eyeD3/ChangeLog?rev=1.82&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/eyeD3/ChangeLog?rev=1.82&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/eyeD3/ChangeLog?r1=1.81&r2=1.82
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/eyeD3/ChangeLog,v
retrieving revision 1.81
retrieving revision 1.82
diff -u -r1.81 -r1.82
--- ChangeLog 19 Sep 2014 09:32:31 -0000 1.81
+++ ChangeLog 21 Sep 2014 20:16:59 -0000 1.82
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/eyeD3
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/eyeD3/ChangeLog,v 1.81 2014/09/19 09:32:31 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/eyeD3/ChangeLog,v 1.82 2014/09/21 20:16:59 maekke Exp $
+
+ 21 Sep 2014; Markus Meier <maekke@gentoo.org> eyeD3-0.7.4-r2.ebuild:
+ arm stable, bug #523136
19 Sep 2014; Jeroen Roovers <jer@gentoo.org> eyeD3-0.7.4-r2.ebuild:
Stable for HPPA (bug #523136).
^ permalink raw reply [flat|nested] 10+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/eyeD3: eyeD3-0.7.4-r2.ebuild ChangeLog
@ 2014-11-21 12:55 Tobias Klausmann (klausman)
0 siblings, 0 replies; 10+ messages in thread
From: Tobias Klausmann (klausman) @ 2014-11-21 12:55 UTC (permalink / raw
To: gentoo-commits
klausman 14/11/21 12:55:03
Modified: eyeD3-0.7.4-r2.ebuild ChangeLog
Log:
Stable on alpha, bug 523136
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key CE5D54E8)
Revision Changes Path
1.10 dev-python/eyeD3/eyeD3-0.7.4-r2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/eyeD3/eyeD3-0.7.4-r2.ebuild?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/eyeD3/eyeD3-0.7.4-r2.ebuild?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/eyeD3/eyeD3-0.7.4-r2.ebuild?r1=1.9&r2=1.10
Index: eyeD3-0.7.4-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/eyeD3/eyeD3-0.7.4-r2.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- eyeD3-0.7.4-r2.ebuild 21 Sep 2014 20:16:59 -0000 1.9
+++ eyeD3-0.7.4-r2.ebuild 21 Nov 2014 12:55:03 -0000 1.10
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/eyeD3/eyeD3-0.7.4-r2.ebuild,v 1.9 2014/09/21 20:16:59 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/eyeD3/eyeD3-0.7.4-r2.ebuild,v 1.10 2014/11/21 12:55:03 klausman Exp $
EAPI=5
@@ -16,7 +16,7 @@
LICENSE="GPL-2"
SLOT="0.7"
-KEYWORDS="~alpha amd64 arm hppa ~ia64 ppc ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos ~x86-solaris"
+KEYWORDS="alpha amd64 arm hppa ~ia64 ppc ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos ~x86-solaris"
IUSE=""
RDEPEND="!<${CATEGORY}/${PN}-0.6.18-r1:0"
1.83 dev-python/eyeD3/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/eyeD3/ChangeLog?rev=1.83&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/eyeD3/ChangeLog?rev=1.83&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/eyeD3/ChangeLog?r1=1.82&r2=1.83
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/eyeD3/ChangeLog,v
retrieving revision 1.82
retrieving revision 1.83
diff -u -r1.82 -r1.83
--- ChangeLog 21 Sep 2014 20:16:59 -0000 1.82
+++ ChangeLog 21 Nov 2014 12:55:03 -0000 1.83
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/eyeD3
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/eyeD3/ChangeLog,v 1.82 2014/09/21 20:16:59 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/eyeD3/ChangeLog,v 1.83 2014/11/21 12:55:03 klausman Exp $
+
+ 21 Nov 2014; Tobias Klausmann <klausman@gentoo.org> eyeD3-0.7.4-r2.ebuild:
+ Stable on alpha, bug 523136
21 Sep 2014; Markus Meier <maekke@gentoo.org> eyeD3-0.7.4-r2.ebuild:
arm stable, bug #523136
^ permalink raw reply [flat|nested] 10+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/eyeD3: eyeD3-0.7.4-r2.ebuild ChangeLog
@ 2015-01-15 10:49 Raul Porcel (armin76)
0 siblings, 0 replies; 10+ messages in thread
From: Raul Porcel (armin76) @ 2015-01-15 10:49 UTC (permalink / raw
To: gentoo-commits
armin76 15/01/15 10:49:35
Modified: eyeD3-0.7.4-r2.ebuild ChangeLog
Log:
ia64/sparc stable wrt #523136
(Portage version: 2.2.8-r2/cvs/Linux ia64, signed Manifest commit with key 0xF6AD3240)
Revision Changes Path
1.11 dev-python/eyeD3/eyeD3-0.7.4-r2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/eyeD3/eyeD3-0.7.4-r2.ebuild?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/eyeD3/eyeD3-0.7.4-r2.ebuild?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/eyeD3/eyeD3-0.7.4-r2.ebuild?r1=1.10&r2=1.11
Index: eyeD3-0.7.4-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/eyeD3/eyeD3-0.7.4-r2.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- eyeD3-0.7.4-r2.ebuild 21 Nov 2014 12:55:03 -0000 1.10
+++ eyeD3-0.7.4-r2.ebuild 15 Jan 2015 10:49:35 -0000 1.11
@@ -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/dev-python/eyeD3/eyeD3-0.7.4-r2.ebuild,v 1.10 2014/11/21 12:55:03 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/eyeD3/eyeD3-0.7.4-r2.ebuild,v 1.11 2015/01/15 10:49:35 armin76 Exp $
EAPI=5
@@ -16,7 +16,7 @@
LICENSE="GPL-2"
SLOT="0.7"
-KEYWORDS="alpha amd64 arm hppa ~ia64 ppc ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos ~x86-solaris"
+KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos ~x86-solaris"
IUSE=""
RDEPEND="!<${CATEGORY}/${PN}-0.6.18-r1:0"
1.84 dev-python/eyeD3/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/eyeD3/ChangeLog?rev=1.84&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/eyeD3/ChangeLog?rev=1.84&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/eyeD3/ChangeLog?r1=1.83&r2=1.84
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/eyeD3/ChangeLog,v
retrieving revision 1.83
retrieving revision 1.84
diff -u -r1.83 -r1.84
--- ChangeLog 21 Nov 2014 12:55:03 -0000 1.83
+++ ChangeLog 15 Jan 2015 10:49:35 -0000 1.84
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/eyeD3
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/eyeD3/ChangeLog,v 1.83 2014/11/21 12:55:03 klausman Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/eyeD3/ChangeLog,v 1.84 2015/01/15 10:49:35 armin76 Exp $
+
+ 15 Jan 2015; Raúl Porcel <armin76@gentoo.org> eyeD3-0.7.4-r2.ebuild:
+ ia64/sparc stable wrt #523136
21 Nov 2014; Tobias Klausmann <klausman@gentoo.org> eyeD3-0.7.4-r2.ebuild:
Stable on alpha, bug 523136
^ permalink raw reply [flat|nested] 10+ messages in thread
end of thread, other threads:[~2015-01-15 10:49 UTC | newest]
Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-11-21 12:55 [gentoo-commits] gentoo-x86 commit in dev-python/eyeD3: eyeD3-0.7.4-r2.ebuild ChangeLog Tobias Klausmann (klausman)
-- strict thread matches above, loose matches on Subject: below --
2015-01-15 10:49 Raul Porcel (armin76)
2014-09-21 20:16 Markus Meier (maekke)
2014-09-19 9:32 Jeroen Roovers (jer)
2014-09-18 15:15 Samuli Suominen (ssuominen)
2014-09-18 15:02 Samuli Suominen (ssuominen)
2014-06-19 11:24 Tobias Klausmann (klausman)
2014-06-11 14:21 Michal Gorny (mgorny)
2014-06-11 14:06 Michal Gorny (mgorny)
2014-06-11 13:52 Michal Gorny (mgorny)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox