[gentoo-commits] repo/gentoo:master commit in: app-text/wv2/

2023-12-28 Thread Sam James
commit: 69b2ff2cfa092468ddebb0dd06bd8ecb65584d64
Author: Sam James  gentoo  org>
AuthorDate: Fri Dec 29 01:02:31 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Dec 29 01:02:31 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=69b2ff2c

app-text/wv2: Keyword 0.4.2-r3 arm64, #920862

Signed-off-by: Sam James  gentoo.org>

 app-text/wv2/wv2-0.4.2-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/wv2/wv2-0.4.2-r3.ebuild b/app-text/wv2/wv2-0.4.2-r3.ebuild
index d7bfa6c7699d..779ef5584fea 100644
--- a/app-text/wv2/wv2-0.4.2-r3.ebuild
+++ b/app-text/wv2/wv2-0.4.2-r3.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/wvware/${P}.tar.bz2"
 
 LICENSE="LGPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~hppa ~ia64 ppc ppc64 sparc x86"
+KEYWORDS="~alpha amd64 ~arm64 ~hppa ~ia64 ppc ppc64 sparc x86"
 IUSE="zlib"
 
 RDEPEND="dev-libs/glib



[gentoo-commits] repo/gentoo:master commit in: app-text/wv2/

2023-07-07 Thread Conrad Kostecki
commit: 82d01829bdc23fd27819edaba384b9a10a299d26
Author: Michael Mair-Keimberger  levelnine  at>
AuthorDate: Wed Jul  5 07:11:19 2023 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Fri Jul  7 21:53:13 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82d01829

app-text/wv2: use HTTPS

Signed-off-by: Michael Mair-Keimberger  levelnine.at>
Signed-off-by: Conrad Kostecki  gentoo.org>

 app-text/wv2/wv2-0.4.2-r3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-text/wv2/wv2-0.4.2-r3.ebuild b/app-text/wv2/wv2-0.4.2-r3.ebuild
index 4b22d2a50e99..d7bfa6c7699d 100644
--- a/app-text/wv2/wv2-0.4.2-r3.ebuild
+++ b/app-text/wv2/wv2-0.4.2-r3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -6,7 +6,7 @@ EAPI=8
 inherit cmake flag-o-matic
 
 DESCRIPTION="Excellent MS Word filter lib, used in most Office suites"
-HOMEPAGE="http://wvware.sourceforge.net;
+HOMEPAGE="https://wvware.sourceforge.net;
 SRC_URI="mirror://sourceforge/wvware/${P}.tar.bz2"
 
 LICENSE="LGPL-2"



[gentoo-commits] repo/gentoo:master commit in: app-text/wv2/

2022-03-06 Thread Andreas Sturmlechner
commit: 0bc6b3e9ca46a60773043372c78b19f2e13b9d8d
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Mar  6 16:43:22 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Mar  6 16:43:22 2022 +
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  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..
--- 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
-}



[gentoo-commits] repo/gentoo:master commit in: app-text/wv2/

2022-03-06 Thread Agostino Sarubbo
commit: c23f6c685e9496c2285909e5c7994612c314fbae
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sun Mar  6 08:53:30 2022 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sun Mar  6 08:54:12 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c23f6c68

app-text/wv2: x86 stable wrt bug #834111

Package-Manager: Portage-3.0.30, Repoman-3.0.3
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 app-text/wv2/wv2-0.4.2-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/wv2/wv2-0.4.2-r3.ebuild b/app-text/wv2/wv2-0.4.2-r3.ebuild
index 7f2b2487db2d..4b22d2a50e99 100644
--- a/app-text/wv2/wv2-0.4.2-r3.ebuild
+++ b/app-text/wv2/wv2-0.4.2-r3.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/wvware/${P}.tar.bz2"
 
 LICENSE="LGPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~hppa ~ia64 ppc ppc64 sparc ~x86"
+KEYWORDS="~alpha amd64 ~hppa ~ia64 ppc ppc64 sparc x86"
 IUSE="zlib"
 
 RDEPEND="dev-libs/glib



[gentoo-commits] repo/gentoo:master commit in: app-text/wv2/

2022-03-06 Thread Agostino Sarubbo
commit: f75094ec91003381fb7082bb81ef4e196dde0ea7
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sun Mar  6 08:52:32 2022 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sun Mar  6 08:52:32 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f75094ec

app-text/wv2: sparc stable wrt bug #834111

Package-Manager: Portage-3.0.30, Repoman-3.0.3
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 app-text/wv2/wv2-0.4.2-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/wv2/wv2-0.4.2-r3.ebuild b/app-text/wv2/wv2-0.4.2-r3.ebuild
index fb588e9d435f..7f2b2487db2d 100644
--- a/app-text/wv2/wv2-0.4.2-r3.ebuild
+++ b/app-text/wv2/wv2-0.4.2-r3.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/wvware/${P}.tar.bz2"
 
 LICENSE="LGPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~hppa ~ia64 ppc ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~hppa ~ia64 ppc ppc64 sparc ~x86"
 IUSE="zlib"
 
 RDEPEND="dev-libs/glib



[gentoo-commits] repo/gentoo:master commit in: app-text/wv2/

2022-03-06 Thread Agostino Sarubbo
commit: d50f044063796b6c0acdb95e9b881c78fef1740d
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sun Mar  6 08:51:43 2022 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sun Mar  6 08:51:43 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d50f0440

app-text/wv2: ppc64 stable wrt bug #834111

Package-Manager: Portage-3.0.30, Repoman-3.0.3
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 app-text/wv2/wv2-0.4.2-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/wv2/wv2-0.4.2-r3.ebuild b/app-text/wv2/wv2-0.4.2-r3.ebuild
index cdc8e764ad2a..fb588e9d435f 100644
--- a/app-text/wv2/wv2-0.4.2-r3.ebuild
+++ b/app-text/wv2/wv2-0.4.2-r3.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/wvware/${P}.tar.bz2"
 
 LICENSE="LGPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~hppa ~ia64 ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~hppa ~ia64 ppc ppc64 ~sparc ~x86"
 IUSE="zlib"
 
 RDEPEND="dev-libs/glib



[gentoo-commits] repo/gentoo:master commit in: app-text/wv2/

2022-03-06 Thread Agostino Sarubbo
commit: f2807710930c2c94079f27a4dd4ecd4a49469b80
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sun Mar  6 08:50:41 2022 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sun Mar  6 08:50:41 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2807710

app-text/wv2: ppc stable wrt bug #834111

Package-Manager: Portage-3.0.30, Repoman-3.0.3
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 app-text/wv2/wv2-0.4.2-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/wv2/wv2-0.4.2-r3.ebuild b/app-text/wv2/wv2-0.4.2-r3.ebuild
index 04f2cbd0bdfb..cdc8e764ad2a 100644
--- a/app-text/wv2/wv2-0.4.2-r3.ebuild
+++ b/app-text/wv2/wv2-0.4.2-r3.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/wvware/${P}.tar.bz2"
 
 LICENSE="LGPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~hppa ~ia64 ppc ~ppc64 ~sparc ~x86"
 IUSE="zlib"
 
 RDEPEND="dev-libs/glib



[gentoo-commits] repo/gentoo:master commit in: app-text/wv2/

2022-03-06 Thread Agostino Sarubbo
commit: a146d64f32fd31994bab953f23a7db7bb3b754df
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sun Mar  6 08:49:33 2022 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sun Mar  6 08:49:33 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a146d64f

app-text/wv2: amd64 stable wrt bug #834111

Package-Manager: Portage-3.0.30, Repoman-3.0.3
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 app-text/wv2/wv2-0.4.2-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/wv2/wv2-0.4.2-r3.ebuild b/app-text/wv2/wv2-0.4.2-r3.ebuild
index d983f3763221..04f2cbd0bdfb 100644
--- a/app-text/wv2/wv2-0.4.2-r3.ebuild
+++ b/app-text/wv2/wv2-0.4.2-r3.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/wvware/${P}.tar.bz2"
 
 LICENSE="LGPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
 IUSE="zlib"
 
 RDEPEND="dev-libs/glib



[gentoo-commits] repo/gentoo:master commit in: app-text/wv2/

2022-02-26 Thread Sam James
commit: aeea2bbcab092bc8f37826e65f40d776a476ea85
Author: Sam James  gentoo  org>
AuthorDate: Sat Feb 26 19:22:54 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Feb 26 19:53:26 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aeea2bbc

app-text/wv2: update EAPI 6 -> 8

Signed-off-by: Sam James  gentoo.org>

 app-text/wv2/wv2-0.4.2-r3.ebuild | 39 +++
 1 file changed, 39 insertions(+)

diff --git a/app-text/wv2/wv2-0.4.2-r3.ebuild b/app-text/wv2/wv2-0.4.2-r3.ebuild
new file mode 100644
index ..d983f3763221
--- /dev/null
+++ b/app-text/wv2/wv2-0.4.2-r3.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake 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_src_configure
+}



[gentoo-commits] repo/gentoo:master commit in: app-text/wv2/

2018-08-20 Thread Patrice Clement
commit: 3b7168f02239a12bf6bdda5c4e5cffdaae7017b0
Author: Francesco Turco  fastmail  fm>
AuthorDate: Sat Aug 11 16:52:24 2018 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Mon Aug 20 09:45:06 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b7168f0

app-text/wv2: fix broken link in metadata.xml.

Closes: https://github.com/gentoo/gentoo/pull/9538

 app-text/wv2/metadata.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/wv2/metadata.xml b/app-text/wv2/metadata.xml
index 4102994d89c..f7ff6e99633 100644
--- a/app-text/wv2/metadata.xml
+++ b/app-text/wv2/metadata.xml
@@ -7,6 +7,6 @@


wvware
-   
https://sourceforge.net/tracker/?group_id=10501
+   https://sourceforge.net/p/wvware/bugs/

 



[gentoo-commits] repo/gentoo:master commit in: app-text/wv2/, app-text/wv2/files/

2018-05-26 Thread David Seifert
commit: 8e9a6eb1d1f91d17cb1db87bcf146a53c6877664
Author: David Seifert  gentoo  org>
AuthorDate: Sat May 26 10:24:07 2018 +
Commit: David Seifert  gentoo  org>
CommitDate: Sat May 26 10:42:40 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e9a6eb1

app-text/wv2: Force C++11

* Also port to EAPI 6

Closes: https://bugs.gentoo.org/653494
Package-Manager: Portage-2.3.40, Repoman-2.3.9

 app-text/wv2/files/wv2-0.4.2-glib.patch   |  4 ++--
 app-text/wv2/files/wv2-0.4.2-libgsf.patch |  4 ++--
 app-text/wv2/wv2-0.4.2-r2.ebuild  | 26 +++---
 3 files changed, 19 insertions(+), 15 deletions(-)

diff --git a/app-text/wv2/files/wv2-0.4.2-glib.patch 
b/app-text/wv2/files/wv2-0.4.2-glib.patch
index 66fde790d0b..eaa2a61fc66 100644
--- a/app-text/wv2/files/wv2-0.4.2-glib.patch
+++ b/app-text/wv2/files/wv2-0.4.2-glib.patch
@@ -1,6 +1,6 @@
 From: 
https://sourceforge.net/tracker/?func=detail=3544851_id=10501=110501
 src/olestream.h
-+++ src/olestream.h
+--- a/src/olestream.h
 b/src/olestream.h
 @@ -23,7 +23,7 @@
  #include "global.h"  // U8,... typedefs
  #include 

diff --git a/app-text/wv2/files/wv2-0.4.2-libgsf.patch 
b/app-text/wv2/files/wv2-0.4.2-libgsf.patch
index 2367c24aad0..efbf02f5752 100644
--- a/app-text/wv2/files/wv2-0.4.2-libgsf.patch
+++ b/app-text/wv2/files/wv2-0.4.2-libgsf.patch
@@ -1,7 +1,7 @@
 http://bugs.gentoo.org/show_bug.cgi?id=465882
 
 CMakeLists.txt
-+++ CMakeLists.txt
+--- a/CMakeLists.txt
 b/CMakeLists.txt
 @@ -34,7 +34,7 @@
FIND_PACKAGE( ZLIB REQUIRED )
  ENDIF( WITH_ZLIB )

diff --git a/app-text/wv2/wv2-0.4.2-r2.ebuild b/app-text/wv2/wv2-0.4.2-r2.ebuild
index b13fed4fecb..5f5d76cee7e 100644
--- a/app-text/wv2/wv2-0.4.2-r2.ebuild
+++ b/app-text/wv2/wv2-0.4.2-r2.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=6
 
-inherit cmake-utils
+inherit cmake-utils flag-o-matic
 
 DESCRIPTION="Excellent MS Word filter lib, used in most Office suites"
 HOMEPAGE="http://wvware.sourceforge.net;
@@ -14,22 +14,26 @@ SLOT="0"
 KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd"
 IUSE="zlib"
 
-RDEPEND="dev-libs/glib
+RDEPEND="
+   dev-libs/glib
>=gnome-extra/libgsf-1.8:=
virtual/libiconv
-   zlib? ( sys-libs/zlib )
-"
-DEPEND="${RDEPEND}"
+   zlib? ( sys-libs/zlib )"
+DEPEND="
+   ${RDEPEND}"
 
-DOCS=( AUTHORS ChangeLog README RELEASE THANKS TODO )
 PATCHES=(
-   "${FILESDIR}/${P}-glib.patch"
-   "${FILESDIR}/${P}-libgsf.patch"
+   "${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=(
-   $(cmake-utils_use_with zlib)
+   -DWITH_ZLIB=$(usex zlib)
)
cmake-utils_src_configure
 }



[gentoo-commits] repo/gentoo:master commit in: app-text/wv2/

2016-04-07 Thread Michael Palimaka
commit: 6876c135fc8994c494e7b1c766cf185598081758
Author: Michael Palimaka  gentoo  org>
AuthorDate: Thu Apr  7 09:33:44 2016 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Thu Apr  7 09:33:56 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6876c135

app-text/wv2: remove kde project

Package-Manager: portage-2.2.28

 app-text/wv2/metadata.xml | 4 
 1 file changed, 4 deletions(-)

diff --git a/app-text/wv2/metadata.xml b/app-text/wv2/metadata.xml
index 18ee1e4..3c2149d 100644
--- a/app-text/wv2/metadata.xml
+++ b/app-text/wv2/metadata.xml
@@ -2,10 +2,6 @@
 http://www.gentoo.org/dtd/metadata.dtd;>
 

-   k...@gentoo.org
-   Gentoo KDE Project
-   
-   
t...@gentoo.org
Gentoo TeX Project