commit: 3d22e0437060b1e11787d639ddd0e9feaa283786
Author: Andreas Sturmlechner <andreas.sturmlechner <AT> gmail <DOT> com>
AuthorDate: Wed Oct 26 17:35:12 2016 +0000
Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sat Nov 5 21:00:49 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d22e043
app-text/libstaroffice: Add 0.0.2 release
Package-Manager: portage-2.3.0
app-text/libstaroffice/Manifest | 1 +
.../{libstaroffice-9999.ebuild => libstaroffice-0.0.2.ebuild} | 7 ++-----
app-text/libstaroffice/libstaroffice-9999.ebuild | 7 ++-----
3 files changed, 5 insertions(+), 10 deletions(-)
diff --git a/app-text/libstaroffice/Manifest b/app-text/libstaroffice/Manifest
new file mode 100644
index 00000000..9fb791f
--- /dev/null
+++ b/app-text/libstaroffice/Manifest
@@ -0,0 +1 @@
+DIST libstaroffice-0.0.2.tar.bz2 886950 SHA256
f06eb29d13357f1aa1944de0be1162de05d9f9333b5f54e9bf762415029a8899 SHA512
dc66324dd8b365db73ea6dea16188b808648970311d443f09302648ab6b3d27c95e91f09f2be6d0d8ef173d8c5129afe6d493b1e2664dbe229553060142858e8
WHIRLPOOL
8a4b1baafea2d9cb38520e234c0b3e03a16d7fc479ff8f8807e19c9f7fd8d34536fdffb7426f85406e559c22e3196dab90238aad0b36fc63e8c7ca82bab3d59d
diff --git a/app-text/libstaroffice/libstaroffice-9999.ebuild
b/app-text/libstaroffice/libstaroffice-0.0.2.ebuild
similarity index 86%
copy from app-text/libstaroffice/libstaroffice-9999.ebuild
copy to app-text/libstaroffice/libstaroffice-0.0.2.ebuild
index e5d61b8..e6ce459 100644
--- a/app-text/libstaroffice/libstaroffice-9999.ebuild
+++ b/app-text/libstaroffice/libstaroffice-0.0.2.ebuild
@@ -5,10 +5,7 @@
EAPI=6
EGIT_REPO_URI="https://github.com/fosnola/libstaroffice.git"
-
-[[ ${PV} == 9999 ]] && GITECLASS="git-r3 autotools"
-inherit eutils ${GITECLASS}
-unset GITECLASS
+[[ ${PV} == 9999 ]] && inherit git-r3 autotools
DESCRIPTION="Import filter for old StarOffice documents"
HOMEPAGE="https://github.com/fosnola/libstaroffice"
@@ -44,5 +41,5 @@ src_configure() {
src_install() {
default
- prune_libtool_files --all
+ find "${D}" -name '*.la' -delete || die
}
diff --git a/app-text/libstaroffice/libstaroffice-9999.ebuild
b/app-text/libstaroffice/libstaroffice-9999.ebuild
index e5d61b8..e6ce459 100644
--- a/app-text/libstaroffice/libstaroffice-9999.ebuild
+++ b/app-text/libstaroffice/libstaroffice-9999.ebuild
@@ -5,10 +5,7 @@
EAPI=6
EGIT_REPO_URI="https://github.com/fosnola/libstaroffice.git"
-
-[[ ${PV} == 9999 ]] && GITECLASS="git-r3 autotools"
-inherit eutils ${GITECLASS}
-unset GITECLASS
+[[ ${PV} == 9999 ]] && inherit git-r3 autotools
DESCRIPTION="Import filter for old StarOffice documents"
HOMEPAGE="https://github.com/fosnola/libstaroffice"
@@ -44,5 +41,5 @@ src_configure() {
src_install() {
default
- prune_libtool_files --all
+ find "${D}" -name '*.la' -delete || die
}