diff options
author | 2014-04-04 07:34:34 +0000 | |
---|---|---|
committer | 2014-04-04 07:34:34 +0000 | |
commit | ce7cc62b56db6b0e3ddfd771d266cd8ce55d9ecc (patch) | |
tree | 0f9410e79c3b0784b093c89aa69d5416d05c69ca /app-officeext | |
parent | Use github repo. (diff) | |
download | gentoo-2-ce7cc62b56db6b0e3ddfd771d266cd8ce55d9ecc.tar.gz gentoo-2-ce7cc62b56db6b0e3ddfd771d266cd8ce55d9ecc.tar.bz2 gentoo-2-ce7cc62b56db6b0e3ddfd771d266cd8ce55d9ecc.zip |
Revision bump: install documentation properly, wrt bug #497992. Thanks to Sergey Starikoff <Ikonta AT yandex.ru>, who discovered this issue. Drop old revision
(Portage version: 2.2.9-r1/cvs/Linux x86_64, signed Manifest commit with key 0x1F357D42)
Diffstat (limited to 'app-officeext')
-rw-r--r-- | app-officeext/ooofbtools/ChangeLog | 10 | ||||
-rw-r--r-- | app-officeext/ooofbtools/ooofbtools-2.26-r1.ebuild (renamed from app-officeext/ooofbtools/ooofbtools-2.26.ebuild) | 9 |
2 files changed, 15 insertions, 4 deletions
diff --git a/app-officeext/ooofbtools/ChangeLog b/app-officeext/ooofbtools/ChangeLog index bbe32b1749f4..100e34cb853c 100644 --- a/app-officeext/ooofbtools/ChangeLog +++ b/app-officeext/ooofbtools/ChangeLog @@ -1,6 +1,14 @@ # ChangeLog for app-officeext/ooofbtools # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-officeext/ooofbtools/ChangeLog,v 1.6 2014/04/04 07:27:31 pinkbyte Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-officeext/ooofbtools/ChangeLog,v 1.7 2014/04/04 07:34:34 pinkbyte Exp $ + +*ooofbtools-2.26-r1 (04 Apr 2014) + + 04 Apr 2014; Sergey Popov <pinkbyte@gentoo.org> -ooofbtools-2.26.ebuild, + +ooofbtools-2.26-r1.ebuild: + Revision bump: install documentation properly, wrt bug #497992. Thanks to + Sergey Starikoff <Ikonta AT yandex.ru>, who discovered this issue. Drop old + revision 04 Apr 2014; Sergey Popov <pinkbyte@gentoo.org> ooofbtools-2.12.ebuild, ooofbtools-2.26.ebuild: diff --git a/app-officeext/ooofbtools/ooofbtools-2.26.ebuild b/app-officeext/ooofbtools/ooofbtools-2.26-r1.ebuild index d0212e9a5c12..567ed953cbfb 100644 --- a/app-officeext/ooofbtools/ooofbtools-2.26.ebuild +++ b/app-officeext/ooofbtools/ooofbtools-2.26-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-officeext/ooofbtools/ooofbtools-2.26.ebuild,v 1.2 2014/04/04 07:27:31 pinkbyte Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-officeext/ooofbtools/ooofbtools-2.26-r1.ebuild,v 1.1 2014/04/04 07:34:34 pinkbyte Exp $ EAPI=5 @@ -28,6 +28,9 @@ DEPEND="app-arch/p7zip" S="${WORKDIR}/${MY_PN}-${PV}" -DOCS=( ChangeLog* ) - OFFICE_EXTENSIONS_LOCATION="${S}" + +src_install() { + office-ext-r1_src_install + dodoc ChangeLog* +} |