diff options
author | Tristan Heaven <nyhm@gentoo.org> | 2008-01-29 10:08:03 +0000 |
---|---|---|
committer | Tristan Heaven <nyhm@gentoo.org> | 2008-01-29 10:08:03 +0000 |
commit | 02301f0b0b9fb7fd6ec4753ff44057f31962d6e7 (patch) | |
tree | ee72ad3c0c8865d75e3879e7b9f229eed28f06b8 /games-engines | |
parent | update apache mirrors, #208003 (diff) | |
download | gentoo-2-02301f0b0b9fb7fd6ec4753ff44057f31962d6e7.tar.gz gentoo-2-02301f0b0b9fb7fd6ec4753ff44057f31962d6e7.tar.bz2 gentoo-2-02301f0b0b9fb7fd6ec4753ff44057f31962d6e7.zip |
Don't specify compression type in doc elog, bug #169772
(Portage version: 2.1.4)
Diffstat (limited to 'games-engines')
-rw-r--r-- | games-engines/exult/ChangeLog | 7 | ||||
-rw-r--r-- | games-engines/exult/exult-1.2.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/games-engines/exult/ChangeLog b/games-engines/exult/ChangeLog index 81ed58a1ba34..d7a7f74dcd81 100644 --- a/games-engines/exult/ChangeLog +++ b/games-engines/exult/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-engines/exult -# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-engines/exult/ChangeLog,v 1.18 2007/01/05 21:01:54 nyhm Exp $ +# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-engines/exult/ChangeLog,v 1.19 2008/01/29 10:08:03 nyhm Exp $ + + 29 Jan 2008; Tristan Heaven <nyhm@gentoo.org> exult-1.2.ebuild: + Don't specify compression type in doc elog, bug #169772 05 Jan 2007; Tristan Heaven <nyhm@gentoo.org> exult-1.2.ebuild: Set WANT_AUTOCONF and WANT_AUTOMAKE diff --git a/games-engines/exult/exult-1.2.ebuild b/games-engines/exult/exult-1.2.ebuild index 8474f51de1ab..4ec632a316cd 100644 --- a/games-engines/exult/exult-1.2.ebuild +++ b/games-engines/exult/exult-1.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-engines/exult/exult-1.2.ebuild,v 1.11 2007/10/01 00:25:25 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-engines/exult/exult-1.2.ebuild,v 1.12 2008/01/29 10:08:03 nyhm Exp $ inherit eutils autotools games @@ -83,5 +83,5 @@ pkg_postinst() { games_pkg_postinst elog "You *must* have the original Ultima7 The Black Gate and/or" elog "The Serpent Isle installed." - elog "See /usr/share/doc/${PF}/README.gz for information!" + elog "See README in /usr/share/doc/${PF} for information." } |