commit:     0bc6b3e9ca46a60773043372c78b19f2e13b9d8d
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Mar  6 16:43:22 2022 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Mar  6 16:43:22 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0bc6b3e9

app-text/wv2: Drop 0.4.2-r2, EAPI-6--

Closes: https://bugs.gentoo.org/834111
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 app-text/wv2/wv2-0.4.2-r2.ebuild | 39 ---------------------------------------
 1 file changed, 39 deletions(-)

diff --git a/app-text/wv2/wv2-0.4.2-r2.ebuild b/app-text/wv2/wv2-0.4.2-r2.ebuild
deleted file mode 100644
index 0bd111c40a1e..000000000000
--- a/app-text/wv2/wv2-0.4.2-r2.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit cmake-utils flag-o-matic
-
-DESCRIPTION="Excellent MS Word filter lib, used in most Office suites"
-HOMEPAGE="http://wvware.sourceforge.net";
-SRC_URI="mirror://sourceforge/wvware/${P}.tar.bz2"
-
-LICENSE="LGPL-2"
-SLOT="0"
-KEYWORDS="~alpha amd64 ~hppa ~ia64 ppc ppc64 sparc x86"
-IUSE="zlib"
-
-RDEPEND="
-       dev-libs/glib
-       >=gnome-extra/libgsf-1.8:=
-       virtual/libiconv
-       zlib? ( sys-libs/zlib )"
-DEPEND="
-       ${RDEPEND}"
-
-PATCHES=(
-       "${FILESDIR}"/${P}-glib.patch
-       "${FILESDIR}"/${P}-libgsf.patch
-)
-DOCS=( AUTHORS ChangeLog README RELEASE THANKS TODO )
-
-src_configure() {
-       # due to ICU 59 requiring C++11 now
-       append-cxxflags -std=c++11
-
-       local mycmakeargs=(
-               -DWITH_ZLIB=$(usex zlib)
-       )
-       cmake-utils_src_configure
-}

Reply via email to