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/kivy-garden: kivy-garden-0.1.1.ebuild ChangeLog
Date: Wed,  3 Jun 2015 19:56:54 +0000 (UTC)	[thread overview]
Message-ID: <20150603195654.691A9A19@oystercatcher.gentoo.org> (raw)

jlec        15/06/03 19:56:54

  Modified:             kivy-garden-0.1.1.ebuild ChangeLog
  Log:
  Fix eclass usage
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key E9402A79B03529A2!)

Revision  Changes    Path
1.4                  dev-python/kivy-garden/kivy-garden-0.1.1.ebuild

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

Index: kivy-garden-0.1.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/kivy-garden/kivy-garden-0.1.1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- kivy-garden-0.1.1.ebuild	8 Apr 2015 08:05:18 -0000	1.3
+++ kivy-garden-0.1.1.ebuild	3 Jun 2015 19:56:54 -0000	1.4
@@ -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/kivy-garden/kivy-garden-0.1.1.ebuild,v 1.3 2015/04/08 08:05:18 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/kivy-garden/kivy-garden-0.1.1.ebuild,v 1.4 2015/06/03 19:56:54 jlec Exp $
 
 EAPI="5"
 
@@ -17,13 +17,12 @@
 KEYWORDS="~amd64 ~x86"
 IUSE=""
 
-DEPEND="dev-python/requests
-	dev-python/setuptools
+DEPEND="
+	dev-python/requests[${PYTHON_USEDEP}]
+	dev-python/setuptools[${PYTHON_USEDEP}]
 	"
 RDEPEND="${DEPEND}"
 
 S="${WORKDIR}/garden-${PV}"
 
-src_prepare() {
-	epatch "${FILESDIR}/remove_bat.patch"
-}
+PATCHES=( "${FILESDIR}/remove_bat.patch" )



1.4                  dev-python/kivy-garden/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/kivy-garden/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog	3 Jun 2015 19:54:57 -0000	1.3
+++ ChangeLog	3 Jun 2015 19:56:54 -0000	1.4
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/kivy-garden
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/kivy-garden/ChangeLog,v 1.3 2015/06/03 19:54:57 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/kivy-garden/ChangeLog,v 1.4 2015/06/03 19:56:54 jlec Exp $
+
+  03 Jun 2015; Justin Lecher <jlec@gentoo.org> kivy-garden-0.1.1.ebuild:
+  Fix eclass usage
 
   03 Jun 2015; Justin Lecher <jlec@gentoo.org> metadata.xml:
   Add pypi to remote-id in metadata.xml





             reply	other threads:[~2015-06-03 19:56 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-06-03 19:56 Justin Lecher (jlec) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2015-04-08  8:05 [gentoo-commits] gentoo-x86 commit in dev-python/kivy-garden: kivy-garden-0.1.1.ebuild ChangeLog Michal Gorny (mgorny)

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=20150603195654.691A9A19@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