diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2020-10-18 21:08:02 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2020-10-18 22:13:38 +0200 |
commit | 1f25e556c2939e61460c2b1fdd28836fa188650c (patch) | |
tree | 5125bf8b9a3cb980dadb482a83e1150d66a604fa /app-text | |
parent | sci-electronics/fasthenry: Version bump (diff) | |
download | gentoo-1f25e556c2939e61460c2b1fdd28836fa188650c.tar.gz gentoo-1f25e556c2939e61460c2b1fdd28836fa188650c.tar.bz2 gentoo-1f25e556c2939e61460c2b1fdd28836fa188650c.zip |
app-text/libwps: Drop 0.4.11
Package-Manager: Portage-3.0.8, Repoman-3.0.2
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/libwps/Manifest | 1 | ||||
-rw-r--r-- | app-text/libwps/libwps-0.4.11.ebuild | 37 |
2 files changed, 0 insertions, 38 deletions
diff --git a/app-text/libwps/Manifest b/app-text/libwps/Manifest index 19afca9e0c2d..94014b449366 100644 --- a/app-text/libwps/Manifest +++ b/app-text/libwps/Manifest @@ -1,2 +1 @@ -DIST libwps-0.4.11.tar.xz 706000 BLAKE2B e733b2fed9a05352b41126b2c0225807b3fe9a57f01f3b2a3bf35f99bd0adbd47bab8ef058f45de749332d407d589f6c33a03a3579fc76551548cb92c236e09f SHA512 6c81342b68fd93974c10ec0907dd46e9417cafa46d06205843941650828f4299a8793a7ace5c0ca755b8b9fb91fc1d6ef63304c641e7b5de36885e9995566e36 DIST libwps-0.4.12.tar.xz 713008 BLAKE2B c95bdab54f8853cd1d13b59904ee4064cded3741cb91f2b067f139d80cdae6ea19bac68e6855cad74878403bc1a04c6f4bdd3181407b69b7e50f1e7bf4255f58 SHA512 d23667681f443b0c718b55006bee881e8a07d6b071cda742a783a89e9ed0e4c60c66c7dc9612a3fb4a419ff6d6e572f5981cec1d9470422e10cf9837e92a4649 diff --git a/app-text/libwps/libwps-0.4.11.ebuild b/app-text/libwps/libwps-0.4.11.ebuild deleted file mode 100644 index 469c52effde1..000000000000 --- a/app-text/libwps/libwps-0.4.11.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -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 ~ppc64 x86" -IUSE="debug doc static-libs tools" - -BDEPEND=" - virtual/pkgconfig - doc? ( app-doc/doxygen ) -" -DEPEND=" - dev-libs/librevenge -" -RDEPEND="${DEPEND}" - -src_configure() { - local myeconfargs=( - $(use_enable debug) - $(use_with doc docs) - $(use_enable static-libs static) - $(use_enable tools) - ) - econf "${myeconfargs[@]}" -} - -src_install() { - default - find "${D}" -name '*.la' -type f -delete || die -} |