From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 806F71381F3 for ; Sat, 18 May 2013 12:57:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 26EBBE09A7; Sat, 18 May 2013 12:57:51 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B1195E09A7 for ; Sat, 18 May 2013 12:57:50 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id AAE3D33E2E3 for ; Sat, 18 May 2013 12:57:49 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2332) id C96F42171D; Sat, 18 May 2013 12:57:47 +0000 (UTC) From: "Ian Delaney (idella4)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, idella4@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in dev-python/setuptools_hg: setuptools_hg-0.4-r1.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: setuptools_hg-0.4-r1.ebuild ChangeLog X-VCS-Directories: dev-python/setuptools_hg X-VCS-Committer: idella4 X-VCS-Committer-Name: Ian Delaney Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20130518125747.C96F42171D@flycatcher.gentoo.org> Date: Sat, 18 May 2013 12:57:47 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 296f7832-63ad-4c78-8a5b-e4f56dbec2f1 X-Archives-Hash: c8b0e0f5626438d3eea24f362f49361e idella4 13/05/18 12:57:47 Modified: ChangeLog Added: setuptools_hg-0.4-r1.ebuild Log: revbump; migrate -> distutils-r1 (Portage version: 2.1.11.62/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D) Revision Changes Path 1.2 dev-python/setuptools_hg/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/setuptools_hg/ChangeLog?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/setuptools_hg/ChangeLog?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/setuptools_hg/ChangeLog?r1=1.1&r2=1.2 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/setuptools_hg/ChangeLog,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- ChangeLog 8 May 2012 12:34:06 -0000 1.1 +++ ChangeLog 18 May 2013 12:57:47 -0000 1.2 @@ -1,9 +1,13 @@ # ChangeLog for dev-python/setuptools_hg -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/setuptools_hg/ChangeLog,v 1.1 2012/05/08 12:34:06 iksaif Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/setuptools_hg/ChangeLog,v 1.2 2013/05/18 12:57:47 idella4 Exp $ + +*setuptools_hg-0.4-r1 (18 May 2013) + + 18 May 2013; Ian Delaney +setuptools_hg-0.4-r1.ebuild: + revbump; migrate -> distutils-r1 *setuptools_hg-0.4 (08 May 2012) 08 May 2012; +metadata.xml, +setuptools_hg-0.4.ebuild: New ebuild for setuptools_hg. - 1.1 dev-python/setuptools_hg/setuptools_hg-0.4-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/setuptools_hg/setuptools_hg-0.4-r1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/setuptools_hg/setuptools_hg-0.4-r1.ebuild?rev=1.1&content-type=text/plain Index: setuptools_hg-0.4-r1.ebuild =================================================================== # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-python/setuptools_hg/setuptools_hg-0.4-r1.ebuild,v 1.1 2013/05/18 12:57:47 idella4 Exp $ EAPI=5 PYTHON_COMPAT=( python{2_5,2_6,2_7,3_1,3_2,3_3} pypy{1_9,2_0} ) inherit distutils-r1 DESCRIPTION="Setuptools/distribute plugin for finding files under Mercurial version control." HOMEPAGE="http://pypi.python.org/pypi/setuptools_hg http://bitbucket.org/jezdez/setuptools_hg/" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="GPL-2" KEYWORDS="~amd64 ~x86" SLOT="0" IUSE="" RDEPEND="dev-vcs/mercurial" DEPEND="${RDEPEND} dev-python/setuptools[${PYTHON_USEDEP}]"