public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-python/hachoir-core: ChangeLog hachoir-core-1.3.3.ebuild
@ 2010-03-26 19:31 Arfrever Frehtes Taifersar Arahesis (arfrever)
  0 siblings, 0 replies; 2+ messages in thread
From: Arfrever Frehtes Taifersar Arahesis (arfrever) @ 2010-03-26 19:31 UTC (permalink / raw
  To: gentoo-commits

arfrever    10/03/26 19:31:09

  Modified:             ChangeLog
  Added:                hachoir-core-1.3.3.ebuild
  Log:
  Version bump. Set SUPPORT_PYTHON_ABIS.
  (Portage version: 15841-svn/cvs/Linux x86_64)

Revision  Changes    Path
1.6                  dev-python/hachoir-core/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/hachoir-core/ChangeLog?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/hachoir-core/ChangeLog?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/hachoir-core/ChangeLog?r1=1.5&r2=1.6

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/hachoir-core/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog	12 Aug 2008 08:07:13 -0000	1.5
+++ ChangeLog	26 Mar 2010 19:31:09 -0000	1.6
@@ -1,6 +1,12 @@
 # ChangeLog for dev-python/hachoir-core
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/hachoir-core/ChangeLog,v 1.5 2008/08/12 08:07:13 cedk Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/hachoir-core/ChangeLog,v 1.6 2010/03/26 19:31:09 arfrever Exp $
+
+*hachoir-core-1.3.3 (26 Mar 2010)
+
+  26 Mar 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
+  -hachoir-core-1.0.1.ebuild, +hachoir-core-1.3.3.ebuild:
+  Version bump. Set SUPPORT_PYTHON_ABIS.
 
   12 Aug 2008; Cédric Krier <cedk@gentoo.org> hachoir-core-1.0.1.ebuild,
   hachoir-core-1.1.ebuild:



1.1                  dev-python/hachoir-core/hachoir-core-1.3.3.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/hachoir-core/hachoir-core-1.3.3.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/hachoir-core/hachoir-core-1.3.3.ebuild?rev=1.1&content-type=text/plain

Index: hachoir-core-1.3.3.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/hachoir-core/hachoir-core-1.3.3.ebuild,v 1.1 2010/03/26 19:31:09 arfrever Exp $

EAPI="3"
PYTHON_DEPEND="2"
SUPPORT_PYTHON_ABIS="1"

inherit distutils

DESCRIPTION="Core of Hachoir framework: parse and edit binary files"
HOMEPAGE="http://bitbucket.org/haypo/hachoir/wiki/hachoir-core http://pypi.python.org/pypi/hachoir-core"
SRC_URI="http://pypi.python.org/packages/source/${PN:0:1}/${PN}/${P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE=""

DEPEND=""
RDEPEND=""
RESTRICT_PYTHON_ABIS="3.*"

PYTHON_MODNAME="${PN/-/_}"

src_test() {
	testing() {
		PYTHONPATH="build-${PYTHON_ABI}/lib" "$(PYTHON)" test_doc.py
	}
	python_execute_function testing
}






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

* [gentoo-commits] gentoo-x86 commit in dev-python/hachoir-core: ChangeLog hachoir-core-1.3.3.ebuild
@ 2015-02-01 16:31 Manuel Rueger (mrueg)
  0 siblings, 0 replies; 2+ messages in thread
From: Manuel Rueger (mrueg) @ 2015-02-01 16:31 UTC (permalink / raw
  To: gentoo-commits

mrueg       15/02/01 16:31:59

  Modified:             ChangeLog
  Removed:              hachoir-core-1.3.3.ebuild
  Log:
  Remove old.
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key )

Revision  Changes    Path
1.11                 dev-python/hachoir-core/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/hachoir-core/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog	31 Mar 2014 21:03:59 -0000	1.10
+++ ChangeLog	1 Feb 2015 16:31:59 -0000	1.11
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/hachoir-core
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/hachoir-core/ChangeLog,v 1.10 2014/03/31 21:03:59 mgorny Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/hachoir-core/ChangeLog,v 1.11 2015/02/01 16:31:59 mrueg Exp $
+
+  01 Feb 2015; Manuel Rüger <mrueg@gentoo.org> -hachoir-core-1.3.3.ebuild:
+  Remove old.
 
   31 Mar 2014; Michał Górny <mgorny@gentoo.org> hachoir-core-1.3.3-r1.ebuild:
   Add support for the new PyPy slotting.





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

end of thread, other threads:[~2015-02-01 16:32 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-02-01 16:31 [gentoo-commits] gentoo-x86 commit in dev-python/hachoir-core: ChangeLog hachoir-core-1.3.3.ebuild Manuel Rueger (mrueg)
  -- strict thread matches above, loose matches on Subject: below --
2010-03-26 19:31 Arfrever Frehtes Taifersar Arahesis (arfrever)

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