floppym 14/03/16 16:30:42
Modified: cffi-0.8.ebuild cffi-0.8.1.ebuild cffi-0.7.2.ebuild
ChangeLog
Log:
Drop depencency on htdistver per Arferver.
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key
0BBEEA1FEA4843A4)
Revision Changes Path
1.4 dev-python/cffi/cffi-0.8.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cffi/cffi-0.8.ebuild?rev=1.4&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cffi/cffi-0.8.ebuild?rev=1.4&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cffi/cffi-0.8.ebuild?r1=1.3&r2=1.4
Index: cffi-0.8.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/cffi/cffi-0.8.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- cffi-0.8.ebuild 30 Nov 2013 04:04:46 -0000 1.3
+++ cffi-0.8.ebuild 16 Mar 2014 16:30:42 -0000 1.4
@@ -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/cffi/cffi-0.8.ebuild,v 1.3
2013/11/30 04:04:46 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/cffi/cffi-0.8.ebuild,v 1.4
2014/03/16 16:30:42 floppym Exp $
EAPI="5"
PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy2_0 )
@@ -18,8 +18,7 @@
RDEPEND="virtual/libffi
dev-python/pycparser[${PYTHON_USEDEP}]
- dev-python/pytest[${PYTHON_USEDEP}]
- dev-python/hgdistver"
+ dev-python/pytest[${PYTHON_USEDEP}]"
DEPEND="$REDEPEND
test? ( dev-python/virtualenv )"
1.6 dev-python/cffi/cffi-0.8.1.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cffi/cffi-0.8.1.ebuild?rev=1.6&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cffi/cffi-0.8.1.ebuild?rev=1.6&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cffi/cffi-0.8.1.ebuild?r1=1.5&r2=1.6
Index: cffi-0.8.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/cffi/cffi-0.8.1.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- cffi-0.8.1.ebuild 4 Mar 2014 20:53:08 -0000 1.5
+++ cffi-0.8.1.ebuild 16 Mar 2014 16:30:42 -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/cffi/cffi-0.8.1.ebuild,v 1.5
2014/03/04 20:53:08 naota Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/cffi/cffi-0.8.1.ebuild,v 1.6
2014/03/16 16:30:42 floppym Exp $
EAPI="5"
PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy2_0 )
@@ -18,8 +18,7 @@
RDEPEND="virtual/libffi
dev-python/pycparser[${PYTHON_USEDEP}]
- dev-python/pytest[${PYTHON_USEDEP}]
- dev-python/hgdistver"
+ dev-python/pytest[${PYTHON_USEDEP}]"
DEPEND="$REDEPEND
test? ( dev-python/virtualenv )"
1.7 dev-python/cffi/cffi-0.7.2.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cffi/cffi-0.7.2.ebuild?rev=1.7&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cffi/cffi-0.7.2.ebuild?rev=1.7&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cffi/cffi-0.7.2.ebuild?r1=1.6&r2=1.7
Index: cffi-0.7.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/cffi/cffi-0.7.2.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- cffi-0.7.2.ebuild 7 Dec 2013 19:14:46 -0000 1.6
+++ cffi-0.7.2.ebuild 16 Mar 2014 16:30:42 -0000 1.7
@@ -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/cffi/cffi-0.7.2.ebuild,v 1.6
2013/12/07 19:14:46 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/cffi/cffi-0.7.2.ebuild,v 1.7
2014/03/16 16:30:42 floppym Exp $
EAPI="5"
PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy2_0 )
@@ -18,8 +18,7 @@
RDEPEND="virtual/libffi
dev-python/pycparser[${PYTHON_USEDEP}]
- dev-python/pytest[${PYTHON_USEDEP}]
- dev-python/hgdistver"
+ dev-python/pytest[${PYTHON_USEDEP}]"
DEPEND="$REDEPEND
test? ( dev-python/virtualenv )"
1.24 dev-python/cffi/ChangeLog
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cffi/ChangeLog?rev=1.24&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cffi/ChangeLog?rev=1.24&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cffi/ChangeLog?r1=1.23&r2=1.24
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/cffi/ChangeLog,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- ChangeLog 4 Mar 2014 20:53:08 -0000 1.23
+++ ChangeLog 16 Mar 2014 16:30:42 -0000 1.24
@@ -1,6 +1,10 @@
# ChangeLog for dev-python/cffi
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/cffi/ChangeLog,v 1.23 2014/03/04
20:53:08 naota Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/cffi/ChangeLog,v 1.24 2014/03/16
16:30:42 floppym Exp $
+
+ 16 Mar 2014; Mike Gilbert <[email protected]> cffi-0.7.2.ebuild,
+ cffi-0.8.1.ebuild, cffi-0.8.ebuild:
+ Drop depencency on htdistver per Arferver.
04 Mar 2014; Naohiro Aota <[email protected]> cffi-0.8.1.ebuild:
Add ~x86-fbsd wrt bug #503094