public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Rafael Martins (rafaelmartins)" <rafaelmartins@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/translationstring: metadata.xml translationstring-0.3.ebuild ChangeLog
Date: Sat, 30 Jul 2011 00:41:22 +0000 (UTC)	[thread overview]
Message-ID: <20110730004122.B4C4A2004B@flycatcher.gentoo.org> (raw)

rafaelmartins    11/07/30 00:41:22

  Added:                metadata.xml translationstring-0.3.ebuild ChangeLog
  Log:
  Initial version. Based on ebuild by Jan Matějka (bug #353769).
  
  (Portage version: 2.2.0_alpha46/cvs/Linux x86_64)

Revision  Changes    Path
1.1                  dev-python/translationstring/metadata.xml

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/translationstring/metadata.xml?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/translationstring/metadata.xml?rev=1.1&content-type=text/plain

Index: metadata.xml
===================================================================
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
  <herd>python</herd>
</pkgmetadata>




1.1                  dev-python/translationstring/translationstring-0.3.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/translationstring/translationstring-0.3.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/translationstring/translationstring-0.3.ebuild?rev=1.1&content-type=text/plain

Index: translationstring-0.3.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/translationstring/translationstring-0.3.ebuild,v 1.1 2011/07/30 00:41:22 rafaelmartins Exp $

EAPI=3

SUPPORT_PYTHON_ABIS=1
PYTHON_DEPEND="2"
RESTRICT_PYTHON_ABIS="3.*"
DISTUTILS_SRC_TEST="setup.py"

inherit distutils

DESCRIPTION="Utility library for i18n relied on by various Repoze packages"
HOMEPAGE="http://www.repoze.org/ http://pypi.python.org/pypi/translationstring"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"

LICENSE="repoze"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="doc"

src_compile() {
	distutils_src_compile

	if use doc; then
		(cd docs && emake html) || die "make html failed"
	fi
}

src_install() {
	distutils_src_install

	if use doc; then
		dohtml -r docs/.build/html/* || die "dohtml failed"
	fi
}



1.1                  dev-python/translationstring/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/translationstring/ChangeLog?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/translationstring/ChangeLog?rev=1.1&content-type=text/plain

Index: ChangeLog
===================================================================
# ChangeLog for dev-python/translationstring
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/translationstring/ChangeLog,v 1.1 2011/07/30 00:41:22 rafaelmartins Exp $

*translationstring-0.3 (30 Jul 2011)

  30 Jul 2011; Rafael G. Martins <rafaelmartins@gentoo.org>
  +translationstring-0.3.ebuild, +metadata.xml:
  Initial version. Based on ebuild by Jan Matějka (bug #353769).







                 reply	other threads:[~2011-07-30  0:41 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=20110730004122.B4C4A2004B@flycatcher.gentoo.org \
    --to=rafaelmartins@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