public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Justin Lecher (jlec)" <jlec@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/backports-ssl-match-hostname: backports-ssl-match-hostname-3.4.0.2.ebuild ChangeLog
Date: Mon, 22 Jun 2015 07:30:06 +0000 (UTC)	[thread overview]
Message-ID: <20150622073006.BD459A41@oystercatcher.gentoo.org> (raw)

jlec        15/06/22 07:30:06

  Modified:             backports-ssl-match-hostname-3.4.0.2.ebuild
                        ChangeLog
  Log:
  Properly use python eclass
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key E9402A79B03529A2!)

Revision  Changes    Path
1.13                 dev-python/backports-ssl-match-hostname/backports-ssl-match-hostname-3.4.0.2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/backports-ssl-match-hostname/backports-ssl-match-hostname-3.4.0.2.ebuild?rev=1.13&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/backports-ssl-match-hostname/backports-ssl-match-hostname-3.4.0.2.ebuild?rev=1.13&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/backports-ssl-match-hostname/backports-ssl-match-hostname-3.4.0.2.ebuild?r1=1.12&r2=1.13

Index: backports-ssl-match-hostname-3.4.0.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/backports-ssl-match-hostname/backports-ssl-match-hostname-3.4.0.2.ebuild,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- backports-ssl-match-hostname-3.4.0.2.ebuild	8 Apr 2015 08:05:26 -0000	1.12
+++ backports-ssl-match-hostname-3.4.0.2.ebuild	22 Jun 2015 07:30:06 -0000	1.13
@@ -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/backports-ssl-match-hostname/backports-ssl-match-hostname-3.4.0.2.ebuild,v 1.12 2015/04/08 08:05:26 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/backports-ssl-match-hostname/backports-ssl-match-hostname-3.4.0.2.ebuild,v 1.13 2015/06/22 07:30:06 jlec Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python2_7 pypy )
@@ -24,9 +24,10 @@
 
 S=${WORKDIR}/${MY_P}
 
-src_prepare() {
+python_prepare_all() {
 	# prevent unnecessary docs from being installed in site-packages
 	mv src/backports/ssl_match_hostname/{LICENSE,README}.txt "${S}" || die
+	distutils-r1_python_prepare_all
 }
 
 python_install_all() {
@@ -38,5 +39,5 @@
 	distutils-r1_python_install
 
 	# main namespace provided by dev-python/backports
-	rm "${D}$(python_get_sitedir)"/backports/__init__.py* || die
+	rm "${ED}$(python_get_sitedir)"/backports/__init__.py* || die
 }



1.13                 dev-python/backports-ssl-match-hostname/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/backports-ssl-match-hostname/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog	8 Apr 2015 08:05:26 -0000	1.12
+++ ChangeLog	22 Jun 2015 07:30:06 -0000	1.13
@@ -1,6 +1,10 @@
 # ChangeLog for dev-python/backports-ssl-match-hostname
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/backports-ssl-match-hostname/ChangeLog,v 1.12 2015/04/08 08:05:26 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/backports-ssl-match-hostname/ChangeLog,v 1.13 2015/06/22 07:30:06 jlec Exp $
+
+  22 Jun 2015; Justin Lecher <jlec@gentoo.org>
+  backports-ssl-match-hostname-3.4.0.2.ebuild:
+  Properly use python eclass
 
   08 Apr 2015; Michał Górny <mgorny@gentoo.org>
   backports-ssl-match-hostname-3.4.0.2.ebuild:





             reply	other threads:[~2015-06-22  7:30 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-06-22  7:30 Justin Lecher (jlec) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2015-08-06 16:43 [gentoo-commits] gentoo-x86 commit in dev-python/backports-ssl-match-hostname: backports-ssl-match-hostname-3.4.0.2.ebuild ChangeLog Tobias Klausmann (klausman)
2015-04-08  8:05 Michal Gorny (mgorny)
2015-02-15 13:19 Pacho Ramos (pacho)
2014-10-22  9:52 Jeroen Roovers (jer)
2014-08-13 18:23 Anthony G. Basile (blueness)
2014-03-31 20:26 Michal Gorny (mgorny)
2014-03-10 17:03 Sebastien Fabbro (bicatali)

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20150622073006.BD459A41@oystercatcher.gentoo.org \
    --to=jlec@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox