diff options
author | Kacper Kowalik <xarthisius@gentoo.org> | 2013-03-24 21:06:04 +0000 |
---|---|---|
committer | Kacper Kowalik <xarthisius@gentoo.org> | 2013-03-24 21:06:04 +0000 |
commit | 1267bb8c54e6eaf0e61121c971ab96f3ddaae08a (patch) | |
tree | 38ae060f0456278900b9f291c8379404f05cd05c /dev-lang/ekopath | |
parent | version bump (diff) | |
download | gentoo-2-1267bb8c54e6eaf0e61121c971ab96f3ddaae08a.tar.gz gentoo-2-1267bb8c54e6eaf0e61121c971ab96f3ddaae08a.tar.bz2 gentoo-2-1267bb8c54e6eaf0e61121c971ab96f3ddaae08a.zip |
Install docs unconditionally, add proper dir to MANPATH. Thanks to nanikata@gmail.com for the patch. Fixes bug 460428
(Portage version: 2.2.0_alpha166/cvs/Linux x86_64, signed Manifest commit with key 895192F9)
Diffstat (limited to 'dev-lang/ekopath')
-rw-r--r-- | dev-lang/ekopath/ChangeLog | 7 | ||||
-rw-r--r-- | dev-lang/ekopath/ekopath-4.0.12.1_pre20121102.ebuild | 3 | ||||
-rw-r--r-- | dev-lang/ekopath/ekopath-5.0.0_pre20130113.ebuild | 6 |
3 files changed, 11 insertions, 5 deletions
diff --git a/dev-lang/ekopath/ChangeLog b/dev-lang/ekopath/ChangeLog index 7203c75595fc..fdb1376077ef 100644 --- a/dev-lang/ekopath/ChangeLog +++ b/dev-lang/ekopath/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-lang/ekopath # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/ekopath/ChangeLog,v 1.17 2013/01/14 17:41:37 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ekopath/ChangeLog,v 1.18 2013/03/24 21:06:04 xarthisius Exp $ + + 24 Mar 2013; Kacper Kowalik <xarthisius@gentoo.org> + ekopath-4.0.12.1_pre20121102.ebuild, ekopath-5.0.0_pre20130113.ebuild: + Install docs unconditionally, add proper dir to MANPATH. Thanks to + nanikata@gmail.com for the patch. Fixes bug 460428 *ekopath-5.0.0_pre20130113 (14 Jan 2013) diff --git a/dev-lang/ekopath/ekopath-4.0.12.1_pre20121102.ebuild b/dev-lang/ekopath/ekopath-4.0.12.1_pre20121102.ebuild index 5c06fb9e3af5..49c84c510a9f 100644 --- a/dev-lang/ekopath/ekopath-4.0.12.1_pre20121102.ebuild +++ b/dev-lang/ekopath/ekopath-4.0.12.1_pre20121102.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/ekopath/ekopath-4.0.12.1_pre20121102.ebuild,v 1.1 2013/01/03 07:45:23 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ekopath/ekopath-4.0.12.1_pre20121102.ebuild,v 1.2 2013/03/24 21:06:04 xarthisius Exp $ EAPI=4 @@ -47,6 +47,7 @@ src_prepare() { PATH=/opt/${PN}/bin ROOTPATH=/opt/${PN}/bin LDPATH=/opt/${PN}/lib:/opt/${PN}/lib/${MY_PV}/x8664/64 + MANPATH=/opt/${PN}/docs/man EOF } diff --git a/dev-lang/ekopath/ekopath-5.0.0_pre20130113.ebuild b/dev-lang/ekopath/ekopath-5.0.0_pre20130113.ebuild index 7c0788c1a531..aa7115bc7b58 100644 --- a/dev-lang/ekopath/ekopath-5.0.0_pre20130113.ebuild +++ b/dev-lang/ekopath/ekopath-5.0.0_pre20130113.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/ekopath/ekopath-5.0.0_pre20130113.ebuild,v 1.1 2013/01/14 17:41:37 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ekopath/ekopath-5.0.0_pre20130113.ebuild,v 1.2 2013/03/24 21:06:04 xarthisius Exp $ EAPI=4 @@ -19,7 +19,7 @@ SRC_URI="http://c591116.r16.cf2.rackcdn.com/${PN}/nightly/Linux/${PN}-${DATE}-in LICENSE="GPL-3" SLOT="0" KEYWORDS="~amd64" -IUSE="doc" +IUSE="" DEPEND="!!app-arch/rpm" RDEPEND="" @@ -47,12 +47,12 @@ src_prepare() { PATH=/opt/${PN}/bin ROOTPATH=/opt/${PN}/bin LDPATH=/opt/${PN}/lib:/opt/${PN}/lib/${MY_PV}/x8664/64 + MANPATH=/opt/${PN}/docs/man EOF } src_install() { local opts - use doc || opts="${opts} --disable-components documentation" # You must paxmark -m EI_PAX (not PT_PAX) to run the installer # on a pax enabled kernel. Adding PT_PAX breaks the binary. /usr/bin/scanelf -Xxz m ${P}.run >> /dev/null |