public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-python/pydns: pydns-3.0.2-r1.ebuild pydns-2.3.4.ebuild pydns-2.3.6-r1.ebuild ChangeLog
@ 2013-08-25  2:23 Mike Gilbert (floppym)
  0 siblings, 0 replies; only message in thread
From: Mike Gilbert (floppym) @ 2013-08-25  2:23 UTC (permalink / raw
  To: gentoo-commits

floppym     13/08/25 02:23:39

  Modified:             pydns-3.0.2-r1.ebuild pydns-2.3.4.ebuild
                        pydns-2.3.6-r1.ebuild ChangeLog
  Log:
  Change SLOT from 0 to 2 in 2.3.4, and do some general cleanup.
  
  (Portage version: 2.2.1/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4)

Revision  Changes    Path
1.2                  dev-python/pydns/pydns-3.0.2-r1.ebuild

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

Index: pydns-3.0.2-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pydns/pydns-3.0.2-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- pydns-3.0.2-r1.ebuild	21 Jun 2013 15:50:30 -0000	1.1
+++ pydns-3.0.2-r1.ebuild	25 Aug 2013 02:23:39 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pydns/pydns-3.0.2-r1.ebuild,v 1.1 2013/06/21 15:50:30 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pydns/pydns-3.0.2-r1.ebuild,v 1.2 2013/08/25 02:23:39 floppym Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{3_1,3_2,3_3} )
@@ -20,32 +20,21 @@
 #should this have !dev-python/pydns:0 ?
 RDEPEND=""
 
-DOCS=( CREDITS )
 # Funny a dns package attempts to use the network on tests
 # Await the day that gentoo chills out on such a blanket law.
 RESTRICT=test
 
 S="${WORKDIR}/${P/py/py3}"
 
-src_prepare() {
-	# Don't compile bytecode.
-	sed -i -e 's:^\(compile\|optimize\).*:\1 = 0:g' setup.cfg
-
-	# cleanup docs
-	rm -f -- "README-guido.txt"
-	mv -f -- "README.txt" "README"
-	mv -f -- "CREDITS.txt" "CREDITS"
-}
-
 python_test() {
 	local test
 	for test in tests/{test.py,test[2-5].py,testsrv.py}
 	do
-		"${PYTHON}" $test || die
+		"${PYTHON}" ${test} || die
 	done
 }
 
-python_install_all(){
+python_install_all() {
 	use examples && local EXAMPLES=( ./{tests,tools}/. )
 	distutils-r1_python_install_all
 }



1.5                  dev-python/pydns/pydns-2.3.4.ebuild

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

Index: pydns-2.3.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pydns/pydns-2.3.4.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- pydns-2.3.4.ebuild	26 Dec 2010 15:15:07 -0000	1.4
+++ pydns-2.3.4.ebuild	25 Aug 2013 02:23:39 -0000	1.5
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pydns/pydns-2.3.4.ebuild,v 1.4 2010/12/26 15:15:07 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pydns/pydns-2.3.4.ebuild,v 1.5 2013/08/25 02:23:39 floppym Exp $
 
 EAPI="2"
 SUPPORT_PYTHON_ABIS="1"
@@ -12,7 +12,7 @@
 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="CNRI"
-SLOT="0"
+SLOT="2"
 KEYWORDS="amd64 x86"
 IUSE="examples"
 



1.3                  dev-python/pydns/pydns-2.3.6-r1.ebuild

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

Index: pydns-2.3.6-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pydns/pydns-2.3.6-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- pydns-2.3.6-r1.ebuild	9 Jul 2013 00:09:23 -0000	1.2
+++ pydns-2.3.6-r1.ebuild	25 Aug 2013 02:23:39 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pydns/pydns-2.3.6-r1.ebuild,v 1.2 2013/07/09 00:09:23 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pydns/pydns-2.3.6-r1.ebuild,v 1.3 2013/08/25 02:23:39 floppym Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_5,2_6,2_7} pypy2_0 )
@@ -20,24 +20,18 @@
 	virtual/libiconv"
 RDEPEND=""
 
-DOCS=( CREDITS )
 # Funny a dns package attempts to use the network on tests
 # Await the day that gentoo chills out on such a blanket law.
 RESTRICT=test
 
 python_prepare_all() {
 	# Fix encodings (should be utf-8 but is latin1).
+	local i
 	for i in DNS/{Lib,Type}.py; do
-		iconv -f ISO-8859-1 -t UTF-8 < "${i}" > "${i}~" && mv -f "${i}~" "${i}" || rm -f "${i}~"
+		iconv -f ISO-8859-1 -t UTF-8 "${i}" > "${i}.utf8" || die
+		mv -f "${i}.utf8" "${i}" || die
 	done
-
-	# Don't compile bytecode.
-	sed -i -e 's:^\(compile\|optimize\).*:\1 = 0:g' setup.cfg
-
-	# cleanup docs
-	rm -f -- "README-guido.txt"
-	mv -f -- "README.txt" "README"
-	mv -f -- "CREDITS.txt" "CREDITS"
+	distutils-r1_python_prepare_all
 }
 
 python_test() {
@@ -48,7 +42,7 @@
 	done
 }
 
-python_install_all(){
+python_install_all() {
 	use examples && local EXAMPLES=( ./{tests,tools}/. )
 	distutils-r1_python_install_all
 }



1.19                 dev-python/pydns/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pydns/ChangeLog,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- ChangeLog	22 Jul 2013 08:59:04 -0000	1.18
+++ ChangeLog	25 Aug 2013 02:23:39 -0000	1.19
@@ -1,6 +1,10 @@
 # ChangeLog for dev-python/pydns
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pydns/ChangeLog,v 1.18 2013/07/22 08:59:04 djc Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pydns/ChangeLog,v 1.19 2013/08/25 02:23:39 floppym Exp $
+
+  25 Aug 2013; Mike Gilbert <floppym@gentoo.org> pydns-2.3.4.ebuild,
+  pydns-2.3.6-r1.ebuild, pydns-3.0.2-r1.ebuild:
+  Change SLOT from 0 to 2 in 2.3.4, and do some general cleanup.
 
   22 Jul 2013; Dirkjan Ochtman <djc@gentoo.org> metadata.xml:
   Add python herd.





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2013-08-25  2:23 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-08-25  2:23 [gentoo-commits] gentoo-x86 commit in dev-python/pydns: pydns-3.0.2-r1.ebuild pydns-2.3.4.ebuild pydns-2.3.6-r1.ebuild ChangeLog Mike Gilbert (floppym)

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