public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Ali Polatel (hawking)" <hawking@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/setuptools: ChangeLog setuptools-0.6_rc7-r1.ebuild setuptools-0.6_rc5.ebuild setuptools-0.6_rc7.ebuild
Date: Sun, 04 Nov 2007 08:01:24 +0000	[thread overview]
Message-ID: <E1IoaQ8-0006TJ-MO@stork.gentoo.org> (raw)

hawking     07/11/04 08:01:24

  Modified:             ChangeLog
  Added:                setuptools-0.6_rc7-r1.ebuild
  Removed:              setuptools-0.6_rc5.ebuild setuptools-0.6_rc7.ebuild
  Log:
  Revbump. Don't install windows executables, bug 198023
  (Portage version: 2.1.3.16)

Revision  Changes    Path
1.29                 dev-python/setuptools/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/setuptools/ChangeLog?rev=1.29&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/setuptools/ChangeLog?rev=1.29&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/setuptools/ChangeLog?r1=1.28&r2=1.29

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/setuptools/ChangeLog,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- ChangeLog	4 Oct 2007 10:04:26 -0000	1.28
+++ ChangeLog	4 Nov 2007 08:01:24 -0000	1.29
@@ -1,6 +1,13 @@
 # ChangeLog for dev-python/setuptools
 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/setuptools/ChangeLog,v 1.28 2007/10/04 10:04:26 kutsuya Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/setuptools/ChangeLog,v 1.29 2007/11/04 08:01:24 hawking Exp $
+
+*setuptools-0.6_rc7-r1 (04 Nov 2007)
+
+  04 Nov 2007; Ali Polatel <hawking@gentoo.org>
+  +files/setuptools-0.6_rc7-noexe.patch, -setuptools-0.6_rc5.ebuild,
+  -setuptools-0.6_rc7.ebuild, +setuptools-0.6_rc7-r1.ebuild:
+  Revbump. Don't install windows executables, bug 198023
 
 *setuptools-0.6_rc7 (04 Oct 2007)
 



1.1                  dev-python/setuptools/setuptools-0.6_rc7-r1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/setuptools/setuptools-0.6_rc7-r1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/setuptools/setuptools-0.6_rc7-r1.ebuild?rev=1.1&content-type=text/plain

Index: setuptools-0.6_rc7-r1.ebuild
===================================================================
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/setuptools/setuptools-0.6_rc7-r1.ebuild,v 1.1 2007/11/04 08:01:24 hawking Exp $

inherit distutils eutils

MY_P=${P/_rc/c}
S="${WORKDIR}/${MY_P}"

DESCRIPTION="A collection of enhancements to the Python distutils including easy install"
HOMEPAGE="http://peak.telecommunity.com/DevCenter/setuptools"
SRC_URI="http://cheeseshop.python.org/packages/source/s/setuptools/${MY_P}.tar.gz"

LICENSE="PSF-2.2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
IUSE=""

RDEPEND=">=dev-lang/python-2.4.2"
DEPEND="${RDEPEND}"

DOCS="EasyInstall.txt api_tests.txt pkg_resources.txt setuptools.txt README.txt"

src_unpack() {
	distutils_src_unpack
	epatch "${FILESDIR}/${P}-noexe.patch"
}

src_test() {
	"${python}" setup.py test || die "tests failed"
}



-- 
gentoo-commits@gentoo.org mailing list



                 reply	other threads:[~2007-11-04  8:01 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=E1IoaQ8-0006TJ-MO@stork.gentoo.org \
    --to=hawking@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