diff options
author | Zac Medico <zmedico@gentoo.org> | 2008-11-09 19:03:42 +0000 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2008-11-09 19:03:42 +0000 |
commit | f3dad7acdb6378cb6dddf9bde9995a77c4e80e14 (patch) | |
tree | dc11f8b7e93a6c6a0b7360c5c193d8d7b93156a4 /sys-devel | |
parent | alpha/arm/ia64 stable wrt #246109 (diff) | |
download | gentoo-2-f3dad7acdb6378cb6dddf9bde9995a77c4e80e14.tar.gz gentoo-2-f3dad7acdb6378cb6dddf9bde9995a77c4e80e14.tar.bz2 gentoo-2-f3dad7acdb6378cb6dddf9bde9995a77c4e80e14.zip |
Bug #246184 - Rename the yacc.1 man page to avoid collision with dev-util/yacc.
(Portage version: 2.2_rc13_p11836/cvs/Linux 2.6.27-1101-x86-64 i686)
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/bison/ChangeLog | 6 | ||||
-rw-r--r-- | sys-devel/bison/bison-2.4.ebuild | 3 |
2 files changed, 7 insertions, 2 deletions
diff --git a/sys-devel/bison/ChangeLog b/sys-devel/bison/ChangeLog index b567548bb2aa..217735fe0d45 100644 --- a/sys-devel/bison/ChangeLog +++ b/sys-devel/bison/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-devel/bison # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/bison/ChangeLog,v 1.72 2008/11/09 07:31:15 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/bison/ChangeLog,v 1.73 2008/11/09 19:03:42 zmedico Exp $ + + 09 Nov 2008; Zac Medico <zmedico@gentoo.org> bison-2.4.ebuild: + Bug #246184 - Rename the yacc.1 man page to avoid collision with + dev-util/yacc. 09 Nov 2008; Mike Frysinger <vapier@gentoo.org> +bison-2.4.ebuild: Version bump #245990 by Arfrever Frehtes Taifersar Arahesis. diff --git a/sys-devel/bison/bison-2.4.ebuild b/sys-devel/bison/bison-2.4.ebuild index e576660ff099..85226e5ba6af 100644 --- a/sys-devel/bison/bison-2.4.ebuild +++ b/sys-devel/bison/bison-2.4.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/sys-devel/bison/bison-2.4.ebuild,v 1.1 2008/11/09 07:31:15 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/bison/bison-2.4.ebuild,v 1.2 2008/11/09 19:03:42 zmedico Exp $ inherit toolchain-funcs flag-o-matic @@ -28,6 +28,7 @@ src_install() { # This one is installed by dev-util/yacc mv "${D}"/usr/bin/yacc{,.bison} || die + mv "${D}"/usr/share/man/man1/yacc{,.bison}.1 || die # We do not need this. rm -r "${D}"/usr/lib* || die |