Gentoo Archives: gentoo-commits

From: "Andreas Hüttel" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/libstaroffice/
Date: Sat, 05 Nov 2016 21:01:13
Message-Id: 1478379649.3d22e0437060b1e11787d639ddd0e9feaa283786.dilfridge@gentoo
1 commit: 3d22e0437060b1e11787d639ddd0e9feaa283786
2 Author: Andreas Sturmlechner <andreas.sturmlechner <AT> gmail <DOT> com>
3 AuthorDate: Wed Oct 26 17:35:12 2016 +0000
4 Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Sat Nov 5 21:00:49 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d22e043
7
8 app-text/libstaroffice: Add 0.0.2 release
9
10 Package-Manager: portage-2.3.0
11
12 app-text/libstaroffice/Manifest | 1 +
13 .../{libstaroffice-9999.ebuild => libstaroffice-0.0.2.ebuild} | 7 ++-----
14 app-text/libstaroffice/libstaroffice-9999.ebuild | 7 ++-----
15 3 files changed, 5 insertions(+), 10 deletions(-)
16
17 diff --git a/app-text/libstaroffice/Manifest b/app-text/libstaroffice/Manifest
18 new file mode 100644
19 index 00000000..9fb791f
20 --- /dev/null
21 +++ b/app-text/libstaroffice/Manifest
22 @@ -0,0 +1 @@
23 +DIST libstaroffice-0.0.2.tar.bz2 886950 SHA256 f06eb29d13357f1aa1944de0be1162de05d9f9333b5f54e9bf762415029a8899 SHA512 dc66324dd8b365db73ea6dea16188b808648970311d443f09302648ab6b3d27c95e91f09f2be6d0d8ef173d8c5129afe6d493b1e2664dbe229553060142858e8 WHIRLPOOL 8a4b1baafea2d9cb38520e234c0b3e03a16d7fc479ff8f8807e19c9f7fd8d34536fdffb7426f85406e559c22e3196dab90238aad0b36fc63e8c7ca82bab3d59d
24
25 diff --git a/app-text/libstaroffice/libstaroffice-9999.ebuild b/app-text/libstaroffice/libstaroffice-0.0.2.ebuild
26 similarity index 86%
27 copy from app-text/libstaroffice/libstaroffice-9999.ebuild
28 copy to app-text/libstaroffice/libstaroffice-0.0.2.ebuild
29 index e5d61b8..e6ce459 100644
30 --- a/app-text/libstaroffice/libstaroffice-9999.ebuild
31 +++ b/app-text/libstaroffice/libstaroffice-0.0.2.ebuild
32 @@ -5,10 +5,7 @@
33 EAPI=6
34
35 EGIT_REPO_URI="https://github.com/fosnola/libstaroffice.git"
36 -
37 -[[ ${PV} == 9999 ]] && GITECLASS="git-r3 autotools"
38 -inherit eutils ${GITECLASS}
39 -unset GITECLASS
40 +[[ ${PV} == 9999 ]] && inherit git-r3 autotools
41
42 DESCRIPTION="Import filter for old StarOffice documents"
43 HOMEPAGE="https://github.com/fosnola/libstaroffice"
44 @@ -44,5 +41,5 @@ src_configure() {
45
46 src_install() {
47 default
48 - prune_libtool_files --all
49 + find "${D}" -name '*.la' -delete || die
50 }
51
52 diff --git a/app-text/libstaroffice/libstaroffice-9999.ebuild b/app-text/libstaroffice/libstaroffice-9999.ebuild
53 index e5d61b8..e6ce459 100644
54 --- a/app-text/libstaroffice/libstaroffice-9999.ebuild
55 +++ b/app-text/libstaroffice/libstaroffice-9999.ebuild
56 @@ -5,10 +5,7 @@
57 EAPI=6
58
59 EGIT_REPO_URI="https://github.com/fosnola/libstaroffice.git"
60 -
61 -[[ ${PV} == 9999 ]] && GITECLASS="git-r3 autotools"
62 -inherit eutils ${GITECLASS}
63 -unset GITECLASS
64 +[[ ${PV} == 9999 ]] && inherit git-r3 autotools
65
66 DESCRIPTION="Import filter for old StarOffice documents"
67 HOMEPAGE="https://github.com/fosnola/libstaroffice"
68 @@ -44,5 +41,5 @@ src_configure() {
69
70 src_install() {
71 default
72 - prune_libtool_files --all
73 + find "${D}" -name '*.la' -delete || die
74 }