[gentoo-commits] gentoo-x86 commit in dev-python/pyparted: pyparted-3.10.3.ebuild ChangeLog

2015-03-12 Thread Jeroen Roovers (jer)
jer 15/03/12 09:33:40

  Modified: pyparted-3.10.3.ebuild ChangeLog
  Log:
  Drop unneeded dependency on sys-libs/ncurses.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
A792A613)

Revision  ChangesPath
1.2  dev-python/pyparted/pyparted-3.10.3.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyparted/pyparted-3.10.3.ebuild?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyparted/pyparted-3.10.3.ebuild?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyparted/pyparted-3.10.3.ebuild?r1=1.1&r2=1.2

Index: pyparted-3.10.3.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyparted/pyparted-3.10.3.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- pyparted-3.10.3.ebuild  20 Jan 2015 16:14:31 -  1.1
+++ pyparted-3.10.3.ebuild  12 Mar 2015 09:33:40 -  1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-python/pyparted/pyparted-3.10.3.ebuild,v 1.1 
2015/01/20 16:14:31 jer Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-python/pyparted/pyparted-3.10.3.ebuild,v 1.2 
2015/03/12 09:33:40 jer Exp $
 
 EAPI=5
 
@@ -19,7 +19,6 @@
 RDEPEND="
>=sys-block/parted-3.1
dev-python/decorator[${PYTHON_USEDEP}]
-   sys-libs/ncurses
 "
 DEPEND="
${RDEPEND}



1.92 dev-python/pyparted/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyparted/ChangeLog?rev=1.92&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyparted/ChangeLog?rev=1.92&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyparted/ChangeLog?r1=1.91&r2=1.92

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyparted/ChangeLog,v
retrieving revision 1.91
retrieving revision 1.92
diff -u -r1.91 -r1.92
--- ChangeLog   20 Jan 2015 16:14:31 -  1.91
+++ ChangeLog   12 Mar 2015 09:33:40 -  1.92
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/pyparted
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyparted/ChangeLog,v 1.91 
2015/01/20 16:14:31 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyparted/ChangeLog,v 1.92 
2015/03/12 09:33:40 jer Exp $
+
+  12 Mar 2015; Jeroen Roovers  pyparted-3.10.3.ebuild:
+  Drop unneeded dependency on sys-libs/ncurses.
 
 *pyparted-3.10.3 (20 Jan 2015)
 






[gentoo-commits] gentoo-x86 commit in dev-python/pyparted: pyparted-3.10.3.ebuild ChangeLog

2015-01-20 Thread Jeroen Roovers (jer)
jer 15/01/20 16:14:31

  Modified: ChangeLog
  Added:pyparted-3.10.3.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
A792A613)

Revision  ChangesPath
1.91 dev-python/pyparted/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyparted/ChangeLog?rev=1.91&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyparted/ChangeLog?rev=1.91&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyparted/ChangeLog?r1=1.90&r2=1.91

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyparted/ChangeLog,v
retrieving revision 1.90
retrieving revision 1.91
diff -u -r1.90 -r1.91
--- ChangeLog   9 Dec 2014 09:42:41 -   1.90
+++ ChangeLog   20 Jan 2015 16:14:31 -  1.91
@@ -1,6 +1,11 @@
 # ChangeLog for dev-python/pyparted
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyparted/ChangeLog,v 1.90 
2014/12/09 09:42:41 jer Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyparted/ChangeLog,v 1.91 
2015/01/20 16:14:31 jer Exp $
+
+*pyparted-3.10.3 (20 Jan 2015)
+
+  20 Jan 2015; Jeroen Roovers  +pyparted-3.10.3.ebuild:
+  Version bump.
 
 *pyparted-3.10.2 (09 Dec 2014)
 



1.1  dev-python/pyparted/pyparted-3.10.3.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyparted/pyparted-3.10.3.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyparted/pyparted-3.10.3.ebuild?rev=1.1&content-type=text/plain

Index: pyparted-3.10.3.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/pyparted/pyparted-3.10.3.ebuild,v 
1.1 2015/01/20 16:14:31 jer Exp $

EAPI=5

PYTHON_COMPAT=( python{2_7,3_{3,4}} )
inherit distutils-r1

DESCRIPTION="Python bindings for sys-block/parted"
HOMEPAGE="https://github.com/dcantrell/pyparted/";
SRC_URI="${HOMEPAGE}archive/${P}.tar.gz"

LICENSE="GPL-2+"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
RESTRICT="test"

RDEPEND="
>=sys-block/parted-3.1
dev-python/decorator[${PYTHON_USEDEP}]
sys-libs/ncurses
"
DEPEND="
${RDEPEND}
virtual/pkgconfig
"

S=${WORKDIR}/${PN}-${P}