* [gentoo-commits] gentoo-x86 commit in dev-python/irc: irc-8.3-r1.ebuild ChangeLog irc-8.0.1.ebuild irc-8.0.ebuild irc-8.1.1.ebuild
@ 2013-06-24 12:15 Ian Delaney (idella4)
0 siblings, 0 replies; only message in thread
From: Ian Delaney (idella4) @ 2013-06-24 12:15 UTC (permalink / raw
To: gentoo-commits
idella4 13/06/24 12:15:46
Modified: ChangeLog
Added: irc-8.3-r1.ebuild
Removed: irc-8.0.1.ebuild irc-8.0.ebuild irc-8.1.1.ebuild
Log:
revbump; migrate -> distutils-r1, remove old
(Portage version: 2.1.11.63/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Revision Changes Path
1.10 dev-python/irc/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/irc/ChangeLog?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/irc/ChangeLog?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/irc/ChangeLog?r1=1.9&r2=1.10
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/irc/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog 2 May 2013 06:11:45 -0000 1.9
+++ ChangeLog 24 Jun 2013 12:15:46 -0000 1.10
@@ -1,6 +1,12 @@
# ChangeLog for dev-python/irc
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/irc/ChangeLog,v 1.9 2013/05/02 06:11:45 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/irc/ChangeLog,v 1.10 2013/06/24 12:15:46 idella4 Exp $
+
+*irc-8.3-r1 (24 Jun 2013)
+
+ 24 Jun 2013; Ian Delaney <idella4@gentoo.org> +irc-8.3-r1.ebuild,
+ -irc-8.0.1.ebuild, -irc-8.0.ebuild, -irc-8.1.1.ebuild:
+ revbump; migrate -> distutils-r1, remove old
*irc-8.3 (02 May 2013)
1.1 dev-python/irc/irc-8.3-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/irc/irc-8.3-r1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/irc/irc-8.3-r1.ebuild?rev=1.1&content-type=text/plain
Index: irc-8.3-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/irc/irc-8.3-r1.ebuild,v 1.1 2013/06/24 12:15:46 idella4 Exp $
EAPI=5
PYTHON_COMPAT=( python{2_6,2_7,3_1,3_2,3_3} pypy2_0 )
inherit distutils-r1
DESCRIPTION="IRC client framework written in Python."
HOMEPAGE="https://bitbucket.org/jaraco/irc http://pypi.python.org/pypi/irc"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.zip"
LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="examples"
DEPEND="app-arch/unzip
app-text/dos2unix"
RDEPEND="!>=dev-python/python-irclib-3.2.2[${PYTHON_USEDEP}]"
python_prepare_all() {
# Prevent setup from downloading hgtools package
dos2unix setup.py || die "Oopsie"
epatch "${FILESDIR}/irc-setup.py.8.0.1.patch"
# Don't rely on hgtools for version
sed -e "s/use_hg_version=True/version=\"${PV}\"/" -i setup.py || die
sed -e "/^tag_/d" -i setup.cfg || die
distutils-r1_python_prepare_all
}
python_install_all() {
use examples && local EXAMPLES=( scripts/. )
distutils-r1_python_install_all
}
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2013-06-24 12:15 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-06-24 12:15 [gentoo-commits] gentoo-x86 commit in dev-python/irc: irc-8.3-r1.ebuild ChangeLog irc-8.0.1.ebuild irc-8.0.ebuild irc-8.1.1.ebuild Ian Delaney (idella4)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox