commit:     1f25e556c2939e61460c2b1fdd28836fa188650c
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 18 19:08:02 2020 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Oct 18 20:13:38 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f25e556

app-text/libwps: Drop 0.4.11

Package-Manager: Portage-3.0.8, Repoman-3.0.2
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 app-text/libwps/Manifest             |  1 -
 app-text/libwps/libwps-0.4.11.ebuild | 37 ------------------------------------
 2 files changed, 38 deletions(-)

diff --git a/app-text/libwps/Manifest b/app-text/libwps/Manifest
index 19afca9e0c2..94014b44936 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 469c52effde..00000000000
--- 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
-}

Reply via email to