diff options
author | Doug Goldstein <cardoe@gentoo.org> | 2008-04-07 13:33:57 +0000 |
---|---|---|
committer | Doug Goldstein <cardoe@gentoo.org> | 2008-04-07 13:33:57 +0000 |
commit | 3181217c615953b61ea8829a57cad53533b5984c (patch) | |
tree | 06320117c31e15eb8618eb5f15d6ac4191f8bc13 /dev-util/catalyst | |
parent | Specify deps on gst 0.10* (diff) | |
download | gentoo-2-3181217c615953b61ea8829a57cad53533b5984c.tar.gz gentoo-2-3181217c615953b61ea8829a57cad53533b5984c.tar.bz2 gentoo-2-3181217c615953b61ea8829a57cad53533b5984c.zip |
ChangeLog.old doesn't exist in the tarball
(Portage version: 2.1.5_rc2)
Diffstat (limited to 'dev-util/catalyst')
-rw-r--r-- | dev-util/catalyst/ChangeLog | 6 | ||||
-rw-r--r-- | dev-util/catalyst/catalyst-2.0.6_pre17.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-util/catalyst/ChangeLog b/dev-util/catalyst/ChangeLog index 67f663b6dfa6..04376c84c4d5 100644 --- a/dev-util/catalyst/ChangeLog +++ b/dev-util/catalyst/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-util/catalyst # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/catalyst/ChangeLog,v 1.198 2008/04/06 17:20:38 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/catalyst/ChangeLog,v 1.199 2008/04/07 13:33:57 cardoe Exp $ + + 07 Apr 2008; Doug Goldstein <cardoe@gentoo.org> + catalyst-2.0.6_pre17.ebuild: + ChangeLog.old doesn't exist in the tarball *catalyst-2.0.6_pre17 (06 Apr 2008) diff --git a/dev-util/catalyst/catalyst-2.0.6_pre17.ebuild b/dev-util/catalyst/catalyst-2.0.6_pre17.ebuild index 5afeec5f88aa..204b87ce62cf 100644 --- a/dev-util/catalyst/catalyst-2.0.6_pre17.ebuild +++ b/dev-util/catalyst/catalyst-2.0.6_pre17.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/catalyst/catalyst-2.0.6_pre17.ebuild,v 1.1 2008/04/06 17:20:38 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/catalyst/catalyst-2.0.6_pre17.ebuild,v 1.2 2008/04/07 13:33:57 cardoe Exp $ # catalyst-9999 -> latest SVN # catalyst-9999.REV -> use SVN REV @@ -76,7 +76,7 @@ src_install() { doins files/catalyst.conf files/catalystrc || die "copying configuration" insinto /usr/share/doc/${PF}/examples doins examples/* || die - dodoc README ChangeLog ChangeLog.old AUTHORS + dodoc README ChangeLog AUTHORS #ChangeLog.old doman files/catalyst.1 # Here is where we actually enable ccache use ccache && \ |