diff options
author | Rafael Martins <rafaelmartins@gentoo.org> | 2011-09-08 06:41:49 +0000 |
---|---|---|
committer | Rafael Martins <rafaelmartins@gentoo.org> | 2011-09-08 06:41:49 +0000 |
commit | 96e4b7f839012a8dc4651e90e9594336955a60ff (patch) | |
tree | 49698837816a3d07187c6e91ed6d3fd418bdbfe4 | |
parent | Add CipherList option - bug #381139 (diff) | |
download | gentoo-2-96e4b7f839012a8dc4651e90e9594336955a60ff.tar.gz gentoo-2-96e4b7f839012a8dc4651e90e9594336955a60ff.tar.bz2 gentoo-2-96e4b7f839012a8dc4651e90e9594336955a60ff.zip |
Version bump. Fixes bug #376313.
(Portage version: 2.2.0_alpha51_p7/cvs/Linux x86_64)
-rw-r--r-- | www-apps/trac-mercurial/ChangeLog | 8 | ||||
-rw-r--r-- | www-apps/trac-mercurial/trac-mercurial-0.12.0.28_pre10784.ebuild (renamed from www-apps/trac-mercurial/trac-mercurial-0.12.0.23.ebuild) | 6 |
2 files changed, 10 insertions, 4 deletions
diff --git a/www-apps/trac-mercurial/ChangeLog b/www-apps/trac-mercurial/ChangeLog index d3019ab5fa9c..bd819126ce76 100644 --- a/www-apps/trac-mercurial/ChangeLog +++ b/www-apps/trac-mercurial/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for www-apps/trac-mercurial # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-apps/trac-mercurial/ChangeLog,v 1.1 2011/01/14 21:32:48 rafaelmartins Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apps/trac-mercurial/ChangeLog,v 1.2 2011/09/08 06:41:48 rafaelmartins Exp $ + +*trac-mercurial-0.12.0.28_pre10784 (08 Sep 2011) + + 08 Sep 2011; Rafael G. Martins <rafaelmartins@gentoo.org> + -trac-mercurial-0.12.0.23.ebuild, +trac-mercurial-0.12.0.28_pre10784.ebuild: + Version bump. Fixes bug #376313. *trac-mercurial-0.12.0.23 (14 Jan 2011) diff --git a/www-apps/trac-mercurial/trac-mercurial-0.12.0.23.ebuild b/www-apps/trac-mercurial/trac-mercurial-0.12.0.28_pre10784.ebuild index 0a034e37393f..d2161527f03d 100644 --- a/www-apps/trac-mercurial/trac-mercurial-0.12.0.23.ebuild +++ b/www-apps/trac-mercurial/trac-mercurial-0.12.0.28_pre10784.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-apps/trac-mercurial/trac-mercurial-0.12.0.23.ebuild,v 1.1 2011/01/14 21:32:48 rafaelmartins Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apps/trac-mercurial/trac-mercurial-0.12.0.28_pre10784.ebuild,v 1.1 2011/09/08 06:41:48 rafaelmartins Exp $ EAPI=3 @@ -11,11 +11,11 @@ RESTRICT_PYTHON_ABIS="3.*" inherit distutils MY_PN="TracMercurial" -MY_P="${MY_PN}-${PV}" +MY_P="${MY_PN}-${PV/_pre/dev-r}" DESCRIPTION="A Mercurial plugin for Trac" HOMEPAGE="http://trac.edgewall.org/" -SRC_URI="mirror://gentoo/${MY_P}.tar.gz" +SRC_URI="http://dev.gentoo.org/~rafaelmartins/distfiles/${MY_P}.tar.gz" LICENSE="GPL-2" SLOT="0" |