public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-python/fusil: fusil-1.5.ebuild ChangeLog
@ 2014-06-18 10:28 Ian Delaney (idella4)
  0 siblings, 0 replies; 4+ messages in thread
From: Ian Delaney (idella4) @ 2014-06-18 10:28 UTC (permalink / raw
  To: gentoo-commits

idella4     14/06/18 10:28:57

  Modified:             fusil-1.5.ebuild ChangeLog
  Log:
  drop pypy2_0, tidy
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)

Revision  Changes    Path
1.2                  dev-python/fusil/fusil-1.5.ebuild

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

Index: fusil-1.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/fusil/fusil-1.5.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- fusil-1.5.ebuild	10 Apr 2014 07:52:53 -0000	1.1
+++ fusil-1.5.ebuild	18 Jun 2014 10:28:57 -0000	1.2
@@ -1,9 +1,9 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/fusil/fusil-1.5.ebuild,v 1.1 2014/04/10 07:52:53 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/fusil/fusil-1.5.ebuild,v 1.2 2014/06/18 10:28:57 idella4 Exp $
 
 EAPI=5
-PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy2_0 pypy )
+PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )
 
 inherit distutils-r1 user
 
@@ -16,10 +16,8 @@
 KEYWORDS="~amd64 ~x86"
 IUSE="doc examples"
 
-DEPEND=">=dev-python/python-ptrace-0.6[${PYTHON_USEDEP}]
-	doc? ( dev-python/docutils[${PYTHON_USEDEP}] )"
-
-RDEPEND="${DEPEND}"
+DEPEND="doc? ( dev-python/docutils[${PYTHON_USEDEP}] )"
+RDEPEND=">=dev-python/python-ptrace-0.7[${PYTHON_USEDEP}]"
 
 python_compile_all() {
 	use doc && emake -C doc RST2HTML="rst2html.py" || die "Generation of documentation failed"



1.10                 dev-python/fusil/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/fusil/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog	10 Apr 2014 07:52:53 -0000	1.9
+++ ChangeLog	18 Jun 2014 10:28:57 -0000	1.10
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/fusil
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/fusil/ChangeLog,v 1.9 2014/04/10 07:52:53 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/fusil/ChangeLog,v 1.10 2014/06/18 10:28:57 idella4 Exp $
+
+  18 Jun 2014; Ian Delaney <idella4@gentoo.org> fusil-1.5.ebuild:
+  drop pypy2_0, tidy
 
 *fusil-1.5 (10 Apr 2014)
 





^ permalink raw reply	[flat|nested] 4+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-python/fusil: fusil-1.5.ebuild ChangeLog
@ 2014-08-10 21:11 Sergei Trofimovich (slyfox)
  0 siblings, 0 replies; 4+ messages in thread
From: Sergei Trofimovich (slyfox) @ 2014-08-10 21:11 UTC (permalink / raw
  To: gentoo-commits

slyfox      14/08/10 21:11:34

  Modified:             fusil-1.5.ebuild ChangeLog
  Log:
  QA: drop trailing '.' from DESCRIPTION
  
  (Portage version: 2.2.11_p9/cvs/Linux x86_64, signed Manifest commit with key 611FF3AA)

Revision  Changes    Path
1.3                  dev-python/fusil/fusil-1.5.ebuild

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

Index: fusil-1.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/fusil/fusil-1.5.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- fusil-1.5.ebuild	18 Jun 2014 10:28:57 -0000	1.2
+++ fusil-1.5.ebuild	10 Aug 2014 21:11:34 -0000	1.3
@@ -1,13 +1,13 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/fusil/fusil-1.5.ebuild,v 1.2 2014/06/18 10:28:57 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/fusil/fusil-1.5.ebuild,v 1.3 2014/08/10 21:11:34 slyfox Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )
 
 inherit distutils-r1 user
 
-DESCRIPTION="Fusil the fuzzer is a Python library used to write fuzzing programs."
+DESCRIPTION="Fusil the fuzzer is a Python library used to write fuzzing programs"
 HOMEPAGE="http://bitbucket.org/haypo/fusil/wiki/Home http://pypi.python.org/pypi/fusil"
 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 



1.11                 dev-python/fusil/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/fusil/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog	18 Jun 2014 10:28:57 -0000	1.10
+++ ChangeLog	10 Aug 2014 21:11:34 -0000	1.11
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/fusil
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/fusil/ChangeLog,v 1.10 2014/06/18 10:28:57 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/fusil/ChangeLog,v 1.11 2014/08/10 21:11:34 slyfox Exp $
+
+  10 Aug 2014; Sergei Trofimovich <slyfox@gentoo.org> fusil-1.5.ebuild:
+  QA: drop trailing '.' from DESCRIPTION
 
   18 Jun 2014; Ian Delaney <idella4@gentoo.org> fusil-1.5.ebuild:
   drop pypy2_0, tidy





^ permalink raw reply	[flat|nested] 4+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-python/fusil: fusil-1.5.ebuild ChangeLog
@ 2015-03-06 22:21 Pacho Ramos (pacho)
  0 siblings, 0 replies; 4+ messages in thread
From: Pacho Ramos (pacho) @ 2015-03-06 22:21 UTC (permalink / raw
  To: gentoo-commits

pacho       15/03/06 22:21:32

  Modified:             fusil-1.5.ebuild ChangeLog
  Log:
  amd64 stable, bug 540290
  
  (Portage version: 2.2.17/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key A188FBD4)

Revision  Changes    Path
1.5                  dev-python/fusil/fusil-1.5.ebuild

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

Index: fusil-1.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/fusil/fusil-1.5.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- fusil-1.5.ebuild	17 Dec 2014 23:25:56 -0000	1.4
+++ fusil-1.5.ebuild	6 Mar 2015 22:21:32 -0000	1.5
@@ -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/fusil/fusil-1.5.ebuild,v 1.4 2014/12/17 23:25:56 monsieurp Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/fusil/fusil-1.5.ebuild,v 1.5 2015/03/06 22:21:32 pacho Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )
@@ -13,7 +13,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE="doc examples"
 
 DEPEND="doc? ( dev-python/docutils[${PYTHON_USEDEP}] )"



1.13                 dev-python/fusil/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/fusil/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog	17 Dec 2014 23:25:56 -0000	1.12
+++ ChangeLog	6 Mar 2015 22:21:32 -0000	1.13
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/fusil
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/fusil/ChangeLog,v 1.12 2014/12/17 23:25:56 monsieurp Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/fusil/ChangeLog,v 1.13 2015/03/06 22:21:32 pacho Exp $
+
+  06 Mar 2015; Pacho Ramos <pacho@gentoo.org> fusil-1.5.ebuild:
+  amd64 stable, bug 540290
 
   17 Dec 2014; Patrice Clement <monsieurp@gentoo.org> fusil-1.5.ebuild:
   Replaced && and || combo by an if else then statement. Fix #513268.





^ permalink raw reply	[flat|nested] 4+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-python/fusil: fusil-1.5.ebuild ChangeLog
@ 2015-03-08 23:48 Pacho Ramos (pacho)
  0 siblings, 0 replies; 4+ messages in thread
From: Pacho Ramos (pacho) @ 2015-03-08 23:48 UTC (permalink / raw
  To: gentoo-commits

pacho       15/03/08 23:48:43

  Modified:             fusil-1.5.ebuild ChangeLog
  Log:
  x86 stable, bug 540290
  
  (Portage version: 2.2.17/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key A188FBD4)

Revision  Changes    Path
1.6                  dev-python/fusil/fusil-1.5.ebuild

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

Index: fusil-1.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/fusil/fusil-1.5.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- fusil-1.5.ebuild	6 Mar 2015 22:21:32 -0000	1.5
+++ fusil-1.5.ebuild	8 Mar 2015 23:48:43 -0000	1.6
@@ -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/fusil/fusil-1.5.ebuild,v 1.5 2015/03/06 22:21:32 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/fusil/fusil-1.5.ebuild,v 1.6 2015/03/08 23:48:43 pacho Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )
@@ -13,7 +13,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="doc examples"
 
 DEPEND="doc? ( dev-python/docutils[${PYTHON_USEDEP}] )"



1.14                 dev-python/fusil/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/fusil/ChangeLog,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ChangeLog	6 Mar 2015 22:21:32 -0000	1.13
+++ ChangeLog	8 Mar 2015 23:48:43 -0000	1.14
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/fusil
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/fusil/ChangeLog,v 1.13 2015/03/06 22:21:32 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/fusil/ChangeLog,v 1.14 2015/03/08 23:48:43 pacho Exp $
+
+  08 Mar 2015; Pacho Ramos <pacho@gentoo.org> fusil-1.5.ebuild:
+  x86 stable, bug 540290
 
   06 Mar 2015; Pacho Ramos <pacho@gentoo.org> fusil-1.5.ebuild:
   amd64 stable, bug 540290





^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2015-03-08 23:48 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-08-10 21:11 [gentoo-commits] gentoo-x86 commit in dev-python/fusil: fusil-1.5.ebuild ChangeLog Sergei Trofimovich (slyfox)
  -- strict thread matches above, loose matches on Subject: below --
2015-03-08 23:48 Pacho Ramos (pacho)
2015-03-06 22:21 Pacho Ramos (pacho)
2014-06-18 10:28 Ian Delaney (idella4)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox