diff options
author | 2017-06-28 19:30:06 +0200 | |
---|---|---|
committer | 2017-06-30 19:26:22 +0200 | |
commit | 296da062a4b21824e5f0d40693abc4e9cc35c0ec (patch) | |
tree | 46111af805288a6e6cea25737c0c501ac503ba55 /app-text/libwps | |
parent | media-sound/amarok: Drop old (diff) | |
download | gentoo-296da062a4b21824e5f0d40693abc4e9cc35c0ec.tar.gz gentoo-296da062a4b21824e5f0d40693abc4e9cc35c0ec.tar.bz2 gentoo-296da062a4b21824e5f0d40693abc4e9cc35c0ec.zip |
app-text/libwps: Drop old
Package-Manager: Portage-2.3.6, Repoman-2.3.1
Diffstat (limited to 'app-text/libwps')
-rw-r--r-- | app-text/libwps/Manifest | 1 | ||||
-rw-r--r-- | app-text/libwps/libwps-0.4.4-r1.ebuild | 37 |
2 files changed, 0 insertions, 38 deletions
diff --git a/app-text/libwps/Manifest b/app-text/libwps/Manifest index 1d3e8eefd844..f341e451fb29 100644 --- a/app-text/libwps/Manifest +++ b/app-text/libwps/Manifest @@ -1,2 +1 @@ -DIST libwps-0.4.4.tar.xz 574768 SHA256 b7c564bba7bc9058c524eaf94cb43448832aa03e3d763b98e11ee12d25082df4 SHA512 201b4a7d6788e4193aeff694e25bbda78678126b654907f4d20783afa343a069d7f6c12344b261496434df4fd1f3df933881a5ed5358f330cd15568c8710963d WHIRLPOOL de32feb8721771a5058b283b5dd6a59e005db1e53a8539c5e1268540cf3e9f5d0353babafcb42e82aade103dd1efc0834f0a80d7b3e995a8d5464ffbc0f538b7 DIST libwps-0.4.6.tar.xz 592276 SHA256 e48a7c2fd20048a0a8eaf69bad972575f8b9f06e7497c787463f127d332fccd0 SHA512 00d1d9108f405cb5eeb67985057f0c6a5d9dd8ef9c3daeebb6739e10a38a5db7cbf22a9e4d09684452376896009993ba08cb015ec0616b56c222244d87a3241e WHIRLPOOL 31198a1889148c87357c0411cd7c28c75de69048ed9c589e98c8a9f866a18295a6d572308966bc1173f207499616bcd1e87eb48bbbec5193fef36228a23ca5c5 diff --git a/app-text/libwps/libwps-0.4.4-r1.ebuild b/app-text/libwps/libwps-0.4.4-r1.ebuild deleted file mode 100644 index dfef4a6a180e..000000000000 --- a/app-text/libwps/libwps-0.4.4-r1.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -DESCRIPTION="Microsoft Works file word processor format import filter library" -HOMEPAGE="https://sourceforge.net/p/libwps/wiki/Home/" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz" - -LICENSE="|| ( LGPL-2.1 MPL-2.0 )" -SLOT="0" -KEYWORDS="~alpha amd64 ~arm x86" -IUSE="doc debug static-libs tools" - -RDEPEND=" - app-text/libwpd:0.10 - dev-libs/librevenge -" -DEPEND="${RDEPEND} - virtual/pkgconfig - doc? ( app-doc/doxygen ) -" - -src_configure() { - econf \ - --disable-werror \ - --with-sharedptr=c++11 \ - $(use_enable debug) \ - $(use_with doc docs) \ - $(use_enable static-libs static) \ - $(use_enable tools) -} - -src_install() { - default - find "${D}" -name '*.la' -delete || die -} |