diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2015-01-23 19:38:58 +0000 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2015-01-23 19:38:58 +0000 |
commit | 65c9786e1cfc9862c899ae862805e8c631033e9d (patch) | |
tree | af92171a481653ff2f5be183910e79bb625a12c8 /sys-devel/bison | |
parent | Removed unused patches (diff) | |
download | gentoo-2-65c9786e1cfc9862c899ae862805e8c631033e9d.tar.gz gentoo-2-65c9786e1cfc9862c899ae862805e8c631033e9d.tar.bz2 gentoo-2-65c9786e1cfc9862c899ae862805e8c631033e9d.zip |
Version bump. Removed old
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 0x981CA6FC)
Diffstat (limited to 'sys-devel/bison')
-rw-r--r-- | sys-devel/bison/ChangeLog | 8 | ||||
-rw-r--r-- | sys-devel/bison/bison-3.0.4.ebuild (renamed from sys-devel/bison/bison-3.0.2.ebuild) | 5 |
2 files changed, 10 insertions, 3 deletions
diff --git a/sys-devel/bison/ChangeLog b/sys-devel/bison/ChangeLog index 81ea8f1d5482..e3f1588056f3 100644 --- a/sys-devel/bison/ChangeLog +++ b/sys-devel/bison/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for sys-devel/bison # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/bison/ChangeLog,v 1.132 2015/01/15 19:30:43 polynomial-c Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/bison/ChangeLog,v 1.133 2015/01/23 19:38:58 polynomial-c Exp $ + +*bison-3.0.4 (23 Jan 2015) + + 23 Jan 2015; Lars Wendler <polynomial-c@gentoo.org> -bison-3.0.2.ebuild, + +bison-3.0.4.ebuild: + Version bump. Removed old. *bison-3.0.3-r1 (15 Jan 2015) diff --git a/sys-devel/bison/bison-3.0.2.ebuild b/sys-devel/bison/bison-3.0.4.ebuild index 92926b57ea6b..c0c915e6ad30 100644 --- a/sys-devel/bison/bison-3.0.2.ebuild +++ b/sys-devel/bison/bison-3.0.4.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/bison/bison-3.0.2.ebuild,v 1.2 2014/01/18 03:19:42 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/bison/bison-3.0.4.ebuild,v 1.1 2015/01/23 19:38:58 polynomial-c Exp $ EAPI=5 @@ -26,6 +26,7 @@ src_configure() { use static && append-ldflags -static econf \ + --docdir="${EPREFIX}"/usr/share/doc/${PF} \ $(use_enable nls) } |