diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2017-12-29 23:38:51 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2017-12-30 00:04:56 +0100 |
commit | 5d768a0519c0b8b8fabe1f2a4664972dbb3f91a1 (patch) | |
tree | 3e70d62c567f3c1b9565a26582f540a678fed1e3 | |
parent | app-text/libstaroffice: Drop 0.0.4 (diff) | |
download | gentoo-5d768a05.tar.gz gentoo-5d768a05.tar.bz2 gentoo-5d768a05.zip |
app-text/libwps: Drop 0.4.7
Package-Manager: Portage-2.3.19, Repoman-2.3.6
-rw-r--r-- | app-text/libwps/Manifest | 1 | ||||
-rw-r--r-- | app-text/libwps/libwps-0.4.7.ebuild | 36 |
2 files changed, 0 insertions, 37 deletions
diff --git a/app-text/libwps/Manifest b/app-text/libwps/Manifest index 80727c38495b..5e8f12fd1aa1 100644 --- a/app-text/libwps/Manifest +++ b/app-text/libwps/Manifest @@ -1,2 +1 @@ -DIST libwps-0.4.7.tar.xz 595580 BLAKE2B 697d0572aa8dccc732b5ff3f23c3bacf2a82ea77442e819172a03a8b906aaee010fc992419d161f573efb3c998cc8d001a7431e16996f5348fe4aa80b8060bdd SHA512 d38b778016f8ca6a44edba86177d28a3f0bcd338e57276a615eeb9d470def71aa9326c3077789129418b38e88ae6f6d1901d08f5716081ba2eb9847a133c96da DIST libwps-0.4.8.tar.xz 648512 BLAKE2B b446c9999ff0e760569daa52fd24e42af8cdda78f2c0bc77d26cc25957381456f045dde1eb4ec8bd7999de29f658d67b2a493fdeacde4faa12a00aa28725603f SHA512 bf5d7aeb6f06e87f15ec8e911fb6436fb4e14839123db71488638f0e658034ad4ea8849ed83926af2fab9b50a7ef7410199d4a1102abc63c83d37bf1966a4afb diff --git a/app-text/libwps/libwps-0.4.7.ebuild b/app-text/libwps/libwps-0.4.7.ebuild deleted file mode 100644 index 640c8c1bdff2..000000000000 --- a/app-text/libwps/libwps-0.4.7.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2017 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 ~arm64 x86" -IUSE="doc debug static-libs tools" - -RDEPEND=" - 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 -} |