diff options
author | Ulrich Müller <ulm@gentoo.org> | 2012-01-03 23:38:52 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2012-01-03 23:38:52 +0000 |
commit | 4da7f85ac788cae9786158f66c7d8326df27d65b (patch) | |
tree | 66f12d740c44eae7ad54aadd741cdbf297286a5a /dev-util | |
parent | Version bump, remove old (keeping versions in sync with gentoo-sources). (diff) | |
download | gentoo-2-4da7f85ac788cae9786158f66c7d8326df27d65b.tar.gz gentoo-2-4da7f85ac788cae9786158f66c7d8326df27d65b.tar.bz2 gentoo-2-4da7f85ac788cae9786158f66c7d8326df27d65b.zip |
QA: Don't install MANIFEST with dodoc.
(Portage version: 2.1.10.44/cvs/Linux x86_64)
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/byacc/ChangeLog | 7 | ||||
-rw-r--r-- | dev-util/byacc/byacc-1.9-r3.ebuild | 9 |
2 files changed, 9 insertions, 7 deletions
diff --git a/dev-util/byacc/ChangeLog b/dev-util/byacc/ChangeLog index e017c84edaf1..723d2b09e9af 100644 --- a/dev-util/byacc/ChangeLog +++ b/dev-util/byacc/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/byacc -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/byacc/ChangeLog,v 1.27 2011/12/13 23:25:02 ago Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-util/byacc/ChangeLog,v 1.28 2012/01/03 23:38:52 ulm Exp $ + + 03 Jan 2012; Ulrich Mueller <ulm@gentoo.org> byacc-1.9-r3.ebuild: + QA: Don't install MANIFEST with dodoc. 13 Dec 2011; Agostino Sarubbo <ago@gentoo.org> byacc-1.9-r3.ebuild: Stable for AMD64, wrt bug #392813 diff --git a/dev-util/byacc/byacc-1.9-r3.ebuild b/dev-util/byacc/byacc-1.9-r3.ebuild index f67543545bb2..c4bc2cd677de 100644 --- a/dev-util/byacc/byacc-1.9-r3.ebuild +++ b/dev-util/byacc/byacc-1.9-r3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/byacc/byacc-1.9-r3.ebuild,v 1.4 2011/12/13 23:25:02 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/byacc/byacc-1.9-r3.ebuild,v 1.5 2012/01/03 23:38:52 ulm Exp $ EAPI=2 @@ -32,7 +32,6 @@ src_compile() { src_install() { dobin byacc || die - mv yacc.1 byacc.1 || die - doman byacc.1 || die - dodoc ACKNOWLEDGEMENTS MANIFEST NEW_FEATURES NOTES README || die + newman yacc.1 byacc.1 || die + dodoc ACKNOWLEDGEMENTS NEW_FEATURES NOTES README || die } |