public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Arfrever Frehtes Taifersar Arahesis (arfrever)" <arfrever@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in net-zope/zope-testing: ChangeLog zope-testing-3.9.4.ebuild
Date: Sat, 17 Apr 2010 23:43:55 +0000 (UTC)	[thread overview]
Message-ID: <20100417234355.C78742C04E@corvid.gentoo.org> (raw)

arfrever    10/04/17 23:43:55

  Modified:             ChangeLog
  Added:                zope-testing-3.9.4.ebuild
  Log:
  Version bump.
  (Portage version: HEAD/cvs/Linux x86_64)

Revision  Changes    Path
1.11                 net-zope/zope-testing/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-zope/zope-testing/ChangeLog?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-zope/zope-testing/ChangeLog?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-zope/zope-testing/ChangeLog?r1=1.10&r2=1.11

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-zope/zope-testing/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog	26 Mar 2010 18:31:43 -0000	1.10
+++ ChangeLog	17 Apr 2010 23:43:55 -0000	1.11
@@ -1,6 +1,12 @@
 # ChangeLog for net-zope/zope-testing
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-zope/zope-testing/ChangeLog,v 1.10 2010/03/26 18:31:43 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-zope/zope-testing/ChangeLog,v 1.11 2010/04/17 23:43:55 arfrever Exp $
+
+*zope-testing-3.9.4 (17 Apr 2010)
+
+  17 Apr 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
+  -zope-testing-3.9.3.ebuild, +zope-testing-3.9.4.ebuild:
+  Version bump.
 
 *zope-testing-3.9.3 (26 Mar 2010)
 



1.1                  net-zope/zope-testing/zope-testing-3.9.4.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-zope/zope-testing/zope-testing-3.9.4.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-zope/zope-testing/zope-testing-3.9.4.ebuild?rev=1.1&content-type=text/plain

Index: zope-testing-3.9.4.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-zope/zope-testing/zope-testing-3.9.4.ebuild,v 1.1 2010/04/17 23:43:55 arfrever Exp $

EAPI="3"
PYTHON_DEPEND="2"
SUPPORT_PYTHON_ABIS="1"

inherit distutils

MY_PN="${PN/-/.}"
MY_P="${MY_PN}-${PV}"

DESCRIPTION="Zope testing framework, including the testrunner script."
HOMEPAGE="http://pypi.python.org/pypi/zope.testing"
SRC_URI="http://pypi.python.org/packages/source/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"

LICENSE="ZPL"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86"
IUSE="examples"

RDEPEND="net-zope/zope-exceptions
	net-zope/zope-interface"
DEPEND="${RDEPEND}
	dev-python/setuptools"
RESTRICT_PYTHON_ABIS="3.*"

S="${WORKDIR}/${MY_P}"

PYTHON_MODNAME="${PN/-//}"
DOCS="CHANGES.txt README.txt"

src_install() {
	if use examples; then
		insinto /usr/share/doc/${PF}/examples
		doins -r src/zope/testing/testrunner/testrunner-ex{,-pp-lib,-pp-products} || die "Installation of examples failed"
	fi

	# Don't install examples in site-packages directories.
	rm -fr src/zope/testing/testrunner/testrunner-ex* build-*/lib/zope/testing/testrunner/testrunner-ex*

	distutils_src_install
}






                 reply	other threads:[~2010-04-17 23:43 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=20100417234355.C78742C04E@corvid.gentoo.org \
    --to=arfrever@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