diff options
author | Jeroen Roovers <jer@gentoo.org> | 2013-01-31 15:01:43 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2013-01-31 15:01:43 +0000 |
commit | f6bc06471e105a37f464e33eae9cf2b5d02d933e (patch) | |
tree | 44b0ff66cb084253283916e6793a8d9f447f395f /dev-util/catalyst | |
parent | Fix bug #454300 (diff) | |
download | gentoo-2-f6bc06471e105a37f464e33eae9cf2b5d02d933e.tar.gz gentoo-2-f6bc06471e105a37f464e33eae9cf2b5d02d933e.tar.bz2 gentoo-2-f6bc06471e105a37f464e33eae9cf2b5d02d933e.zip |
Install catalyst-spec.5 by W. Trevor King (bug #454856).
(Portage version: 2.2.0_alpha161/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Diffstat (limited to 'dev-util/catalyst')
-rw-r--r-- | dev-util/catalyst/ChangeLog | 6 | ||||
-rw-r--r-- | dev-util/catalyst/catalyst-2.0.12.2.ebuild | 4 | ||||
-rw-r--r-- | dev-util/catalyst/catalyst-9999.ebuild | 6 |
3 files changed, 10 insertions, 6 deletions
diff --git a/dev-util/catalyst/ChangeLog b/dev-util/catalyst/ChangeLog index 7fb853749057..f15764dbc38d 100644 --- a/dev-util/catalyst/ChangeLog +++ b/dev-util/catalyst/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-util/catalyst # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/catalyst/ChangeLog,v 1.258 2013/01/02 15:29:58 zerochaos Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/catalyst/ChangeLog,v 1.259 2013/01/31 15:01:43 jer Exp $ + + 31 Jan 2013; Jeroen Roovers <jer@gentoo.org> catalyst-2.0.12.2.ebuild, + catalyst-9999.ebuild: + Install catalyst-spec.5 by W. Trevor King (bug #454856). 02 Jan 2013; Rick Farina <zerochaos@gentoo.org> catalyst-2.0.12.2.ebuild: fix stupid backticks in quote diff --git a/dev-util/catalyst/catalyst-2.0.12.2.ebuild b/dev-util/catalyst/catalyst-2.0.12.2.ebuild index 5081666a46d5..47db917c3828 100644 --- a/dev-util/catalyst/catalyst-2.0.12.2.ebuild +++ b/dev-util/catalyst/catalyst-2.0.12.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/catalyst/catalyst-2.0.12.2.ebuild,v 1.2 2013/01/02 15:29:58 zerochaos Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/catalyst/catalyst-2.0.12.2.ebuild,v 1.3 2013/01/31 15:01:43 jer Exp $ # catalyst-9999 -> latest Git # catalyst-2.9999 -> catalyst_2 branch from Git @@ -91,7 +91,7 @@ src_install() { insinto /usr/share/doc/${PF}/examples doins examples/* || die dodoc README ChangeLog AUTHORS - doman files/catalyst.1 + doman files/catalyst.1 files/catalyst-spec.5 # Here is where we actually enable ccache use ccache && \ dosed 's:options="autoresume kern:options="autoresume ccache kern:' \ diff --git a/dev-util/catalyst/catalyst-9999.ebuild b/dev-util/catalyst/catalyst-9999.ebuild index 014d07bb4d25..ace13681325b 100644 --- a/dev-util/catalyst/catalyst-9999.ebuild +++ b/dev-util/catalyst/catalyst-9999.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/catalyst/catalyst-9999.ebuild,v 1.24 2012/10/14 05:51:29 mattst88 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/catalyst/catalyst-9999.ebuild,v 1.25 2013/01/31 15:01:43 jer Exp $ # catalyst-9999 -> latest Git # catalyst-2.9999 -> catalyst_2 branch from Git @@ -91,7 +91,7 @@ src_install() { insinto /usr/share/doc/${PF}/examples doins examples/* || die dodoc README ChangeLog AUTHORS - doman files/catalyst.1 + doman files/catalyst.1 files/catalyst-spec.5 # Here is where we actually enable ccache use ccache && \ dosed 's:options="autoresume kern:options="autoresume ccache kern:' \ |