jlec        14/09/21 14:26:11

  Modified:             ChangeLog
  Added:                qrencode-python-1.02_pre140921.ebuild
  Log:
  media-gfx/qrencode-python: Add support for python3, thanks Michael Weber for 
the patch, #523324
  
  (Portage version: 2.2.13/cvs/Linux x86_64, signed Manifest commit with key 
B9D4F231BD1558AB!)

Revision  Changes    Path
1.5                  media-gfx/qrencode-python/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/qrencode-python/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog   10 Jun 2014 02:25:21 -0000      1.4
+++ ChangeLog   21 Sep 2014 14:26:11 -0000      1.5
@@ -1,6 +1,12 @@
 # ChangeLog for media-gfx/qrencode-python
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/qrencode-python/ChangeLog,v 1.4 
2014/06/10 02:25:21 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/qrencode-python/ChangeLog,v 1.5 
2014/09/21 14:26:11 jlec Exp $
+
+*qrencode-python-1.02_pre140921 (21 Sep 2014)
+
+  21 Sep 2014; Justin Lecher <j...@gentoo.org>
+  +qrencode-python-1.02_pre140921.ebuild:
+  Add support for python3, thanks Michael Weber for the patch, #523324
 
   10 Jun 2014; Mike Gilbert <flop...@gentoo.org> -qrencode-python-1.01.ebuild:
   Remove old.



1.1                  
media-gfx/qrencode-python/qrencode-python-1.02_pre140921.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/qrencode-python/qrencode-python-1.02_pre140921.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/qrencode-python/qrencode-python-1.02_pre140921.ebuild?rev=1.1&content-type=text/plain

Index: qrencode-python-1.02_pre140921.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/media-gfx/qrencode-python/qrencode-python-1.02_pre140921.ebuild,v
 1.1 2014/09/21 14:26:11 jlec Exp $

EAPI=5

PYTHON_COMPAT=( python{2_7,3_3,3_4} )

inherit distutils-r1 vcs-snapshot

DESCRIPTION="A simple wrapper for the C qrencode library"
HOMEPAGE="http://pypi.python.org/pypi/qrencode/ 
https://github.com/Arachnid/pyqrencode/";
#SRC_URI="mirror://pypi/q/qrencode/qrencode-${PV}.tar.gz -> ${P}.tar.gz"
SRC_URI="https://github.com/Arachnid/pyqrencode/tarball/486bb7b64e3ce5483f65e375a67da0fa6d02ca92
 -> ${P}.tar.gz"

SLOT="0"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
LICENSE="Apache-2.0"
IUSE=""

RDEPEND="
        virtual/python-imaging[${PYTHON_USEDEP}]
        media-gfx/qrencode"
DEPEND="${RDEPEND}"




Reply via email to