armin76 14/08/20 14:05:28
Modified: lockfile-0.8.ebuild ChangeLog
lockfile-0.8-r1.ebuild lockfile-0.9.1-r1.ebuild
lockfile-0.9.1.ebuild
Log:
Add ~sparc wrt #519844
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key
0xF6AD3240)
Revision Changes Path
1.5 dev-python/lockfile/lockfile-0.8.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/lockfile/lockfile-0.8.ebuild?rev=1.5&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/lockfile/lockfile-0.8.ebuild?rev=1.5&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/lockfile/lockfile-0.8.ebuild?r1=1.4&r2=1.5
Index: lockfile-0.8.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/lockfile/lockfile-0.8.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- lockfile-0.8.ebuild 26 Jan 2013 05:38:07 -0000 1.4
+++ lockfile-0.8.ebuild 20 Aug 2014 14:05:28 -0000 1.5
@@ -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/dev-python/lockfile/lockfile-0.8.ebuild,v
1.4 2013/01/26 05:38:07 prometheanfire Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/lockfile/lockfile-0.8.ebuild,v
1.5 2014/08/20 14:05:28 armin76 Exp $
EAPI="3"
PYTHON_DEPEND="2:2.5"
@@ -15,7 +15,7 @@
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc ~x86"
+KEYWORDS="~amd64 ~arm ~ppc ~sparc ~x86"
IUSE="doc"
DEPEND="doc? ( dev-python/sphinx )"
1.24 dev-python/lockfile/ChangeLog
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/lockfile/ChangeLog?rev=1.24&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/lockfile/ChangeLog?rev=1.24&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/lockfile/ChangeLog?r1=1.23&r2=1.24
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/lockfile/ChangeLog,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- ChangeLog 22 Jul 2014 04:19:48 -0000 1.23
+++ ChangeLog 20 Aug 2014 14:05:28 -0000 1.24
@@ -1,6 +1,10 @@
# ChangeLog for dev-python/lockfile
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/lockfile/ChangeLog,v 1.23
2014/07/22 04:19:48 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/lockfile/ChangeLog,v 1.24
2014/08/20 14:05:28 armin76 Exp $
+
+ 20 Aug 2014; Raúl Porcel <[email protected]> lockfile-0.8.ebuild,
+ lockfile-0.8-r1.ebuild, lockfile-0.9.1.ebuild, lockfile-0.9.1-r1.ebuild:
+ Add ~sparc wrt #519844
22 Jul 2014; Ian Delaney <[email protected]> lockfile-0.9.1-r1.ebuild:
drop py2.6 pypy2_0 add py3.4
1.2 dev-python/lockfile/lockfile-0.8-r1.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/lockfile/lockfile-0.8-r1.ebuild?rev=1.2&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/lockfile/lockfile-0.8-r1.ebuild?rev=1.2&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/lockfile/lockfile-0.8-r1.ebuild?r1=1.1&r2=1.2
Index: lockfile-0.8-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/lockfile/lockfile-0.8-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- lockfile-0.8-r1.ebuild 12 Sep 2013 05:24:35 -0000 1.1
+++ lockfile-0.8-r1.ebuild 20 Aug 2014 14:05:28 -0000 1.2
@@ -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/dev-python/lockfile/lockfile-0.8-r1.ebuild,v 1.1
2013/09/12 05:24:35 prometheanfire Exp $
+# $Header:
/var/cvsroot/gentoo-x86/dev-python/lockfile/lockfile-0.8-r1.ebuild,v 1.2
2014/08/20 14:05:28 armin76 Exp $
EAPI="5"
PYTHON_COMPAT=( python2_6 python2_7 )
@@ -13,7 +13,7 @@
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc ~x86"
+KEYWORDS="~amd64 ~arm ~ppc ~sparc ~x86"
IUSE="doc"
DEPEND="doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )"
1.10 dev-python/lockfile/lockfile-0.9.1-r1.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/lockfile/lockfile-0.9.1-r1.ebuild?rev=1.10&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/lockfile/lockfile-0.9.1-r1.ebuild?rev=1.10&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/lockfile/lockfile-0.9.1-r1.ebuild?r1=1.9&r2=1.10
Index: lockfile-0.9.1-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/lockfile/lockfile-0.9.1-r1.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- lockfile-0.9.1-r1.ebuild 22 Jul 2014 04:19:48 -0000 1.9
+++ lockfile-0.9.1-r1.ebuild 20 Aug 2014 14:05:28 -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/lockfile/lockfile-0.9.1-r1.ebuild,v 1.9
2014/07/22 04:19:48 idella4 Exp $
+# $Header:
/var/cvsroot/gentoo-x86/dev-python/lockfile/lockfile-0.9.1-r1.ebuild,v 1.10
2014/08/20 14:05:28 armin76 Exp $
EAPI=5
# py2.5 dropped; Test file reveals py2.5 can't support a core file
@@ -14,7 +14,7 @@
LICENSE="MIT"
SLOT="0"
-KEYWORDS="amd64 arm ppc x86"
+KEYWORDS="amd64 arm ppc ~sparc x86"
IUSE="doc test"
DEPEND="doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
1.7 dev-python/lockfile/lockfile-0.9.1.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/lockfile/lockfile-0.9.1.ebuild?rev=1.7&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/lockfile/lockfile-0.9.1.ebuild?rev=1.7&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/lockfile/lockfile-0.9.1.ebuild?r1=1.6&r2=1.7
Index: lockfile-0.9.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/lockfile/lockfile-0.9.1.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- lockfile-0.9.1.ebuild 9 Jun 2012 08:17:55 -0000 1.6
+++ lockfile-0.9.1.ebuild 20 Aug 2014 14:05:28 -0000 1.7
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/lockfile/lockfile-0.9.1.ebuild,v
1.6 2012/06/09 08:17:55 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/lockfile/lockfile-0.9.1.ebuild,v
1.7 2014/08/20 14:05:28 armin76 Exp $
EAPI="3"
PYTHON_DEPEND="2:2.5"
@@ -15,7 +15,7 @@
LICENSE="MIT"
SLOT="0"
-KEYWORDS="amd64 arm ppc x86"
+KEYWORDS="amd64 arm ppc ~sparc x86"
IUSE="doc"
DEPEND="doc? ( dev-python/sphinx )"