public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Mike Gilbert (floppym)" <floppym@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/lockfile: lockfile-0.9.1-r1.ebuild ChangeLog
Date: Sat,  4 May 2013 02:47:02 +0000 (UTC)	[thread overview]
Message-ID: <20130504024702.7F4F92171E@flycatcher.gentoo.org> (raw)

floppym     13/05/04 02:47:02

  Modified:             lockfile-0.9.1-r1.ebuild ChangeLog
  Log:
  Drop setuptools dep.
  
  (Portage version: 2.2.0_alpha173/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4)

Revision  Changes    Path
1.3                  dev-python/lockfile/lockfile-0.9.1-r1.ebuild

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

Index: lockfile-0.9.1-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/lockfile/lockfile-0.9.1-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- lockfile-0.9.1-r1.ebuild	3 May 2013 05:03:34 -0000	1.2
+++ lockfile-0.9.1-r1.ebuild	4 May 2013 02:47:02 -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/lockfile/lockfile-0.9.1-r1.ebuild,v 1.2 2013/05/03 05:03:34 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/lockfile/lockfile-0.9.1-r1.ebuild,v 1.3 2013/05/04 02:47:02 floppym Exp $
 
 EAPI=5
 # py2.5 dropped; Test file reveals py2.5 can't support a core file
@@ -17,8 +17,7 @@
 KEYWORDS="~amd64 ~arm ~ppc ~x86"
 IUSE="doc test"
 
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
-	doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
+DEPEND="doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
 	test? ( dev-python/nose[${PYTHON_USEDEP}] )"
 RDEPEND=""
 



1.16                 dev-python/lockfile/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/lockfile/ChangeLog,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ChangeLog	3 May 2013 05:03:34 -0000	1.15
+++ ChangeLog	4 May 2013 02:47:02 -0000	1.16
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/lockfile
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/lockfile/ChangeLog,v 1.15 2013/05/03 05:03:34 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/lockfile/ChangeLog,v 1.16 2013/05/04 02:47:02 floppym Exp $
+
+  04 May 2013; Mike Gilbert <floppym@gentoo.org> lockfile-0.9.1-r1.ebuild:
+  Drop setuptools dep.
 
   03 May 2013; Ian Delaney <idella4@gentoo.org> +files/py3-support.patch,
   lockfile-0.9.1-r1.ebuild:





             reply	other threads:[~2013-05-04  2:47 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-05-04  2:47 Mike Gilbert (floppym) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2015-04-08  8:05 [gentoo-commits] gentoo-x86 commit in dev-python/lockfile: lockfile-0.9.1-r1.ebuild ChangeLog Michal Gorny (mgorny)
2014-07-22  4:19 Ian Delaney (idella4)
2014-03-31 20:45 Michal Gorny (mgorny)
2013-09-05 18:46 Michal Gorny (mgorny)
2013-08-10 13:29 Agostino Sarubbo (ago)
2013-08-10 12:52 Agostino Sarubbo (ago)
2013-05-03  5:03 Ian Delaney (idella4)
2013-05-02  5:25 Ian Delaney (idella4)

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=20130504024702.7F4F92171E@flycatcher.gentoo.org \
    --to=floppym@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