summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2022-03-06 17:43:22 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2022-03-06 17:43:22 +0100
commit0bc6b3e9ca46a60773043372c78b19f2e13b9d8d (patch)
treecc0c20ca4f8056a5eba3ab5fb77b158eeac7bb9e /app-text/wv2
parentsci-chemistry/tm-align: Drop 20150914 (r0) (diff)
downloadgentoo-0bc6b3e9ca46a60773043372c78b19f2e13b9d8d.tar.gz
gentoo-0bc6b3e9ca46a60773043372c78b19f2e13b9d8d.tar.bz2
gentoo-0bc6b3e9ca46a60773043372c78b19f2e13b9d8d.zip
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@gentoo.org>
Diffstat (limited to 'app-text/wv2')
-rw-r--r--app-text/wv2/wv2-0.4.2-r2.ebuild39
1 files changed, 0 insertions, 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
-}