diff options
author | 2010-06-09 19:47:29 +0000 | |
---|---|---|
committer | 2010-06-09 19:47:29 +0000 | |
commit | 207ac8db22272832de72063daff1074953f8a979 (patch) | |
tree | 839b0f70d45b6cd92fca58d4793078a1338a5e18 /dev-vcs/cola | |
parent | x86 stable wrt bug #322295 (diff) | |
download | gentoo-2-207ac8db22272832de72063daff1074953f8a979.tar.gz gentoo-2-207ac8db22272832de72063daff1074953f8a979.tar.bz2 gentoo-2-207ac8db22272832de72063daff1074953f8a979.zip |
Version bump.
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'dev-vcs/cola')
-rw-r--r-- | dev-vcs/cola/ChangeLog | 5 | ||||
-rw-r--r-- | dev-vcs/cola/cola-1.4.2.1.ebuild | 6 |
2 files changed, 9 insertions, 2 deletions
diff --git a/dev-vcs/cola/ChangeLog b/dev-vcs/cola/ChangeLog index 8c5a191de35f..ce068110f610 100644 --- a/dev-vcs/cola/ChangeLog +++ b/dev-vcs/cola/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-vcs/cola # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/cola/ChangeLog,v 1.3 2010/06/08 12:43:50 dev-zero Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/cola/ChangeLog,v 1.4 2010/06/09 19:47:29 dev-zero Exp $ + + 09 Jun 2010; Tiziano Müller <dev-zero@gentoo.org> cola-1.4.2.1.ebuild: + Version bump. *cola-1.4.2.1 (08 Jun 2010) diff --git a/dev-vcs/cola/cola-1.4.2.1.ebuild b/dev-vcs/cola/cola-1.4.2.1.ebuild index e6115aae2898..51a026f83a81 100644 --- a/dev-vcs/cola/cola-1.4.2.1.ebuild +++ b/dev-vcs/cola/cola-1.4.2.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/cola/cola-1.4.2.1.ebuild,v 1.1 2010/06/08 12:43:50 dev-zero Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/cola/cola-1.4.2.1.ebuild,v 1.2 2010/06/09 19:47:29 dev-zero Exp $ EAPI="3" @@ -24,8 +24,12 @@ DEPEND="${RDEPEND} doc? ( app-text/asciidoc dev-python/sphinx app-text/xmlto ) + sys-devel/gettext test? ( dev-python/nose )" +# tests currently broken due to unfinished translation framework +RESTRICT="test" + src_prepare() { # don't install docs into wrong location sed -i \ |