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

2022-12-04 Thread WANG Xuerui
commit: 4fdfb7b52bef0c7af387a575c7e6b0ae3a9a4ed1
Author: WANG Xuerui  gentoo  org>
AuthorDate: Mon Dec  5 04:18:43 2022 +
Commit: WANG Xuerui  gentoo  org>
CommitDate: Mon Dec  5 05:25:18 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4fdfb7b5

app-text/gtkspell: keyword 2.0.16-r2 for ~loong

Signed-off-by: WANG Xuerui  gentoo.org>

 app-text/gtkspell/gtkspell-2.0.16-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/gtkspell/gtkspell-2.0.16-r2.ebuild 
b/app-text/gtkspell/gtkspell-2.0.16-r2.ebuild
index e7f3727506aa..9c1e7acb2a2f 100644
--- a/app-text/gtkspell/gtkspell-2.0.16-r2.ebuild
+++ b/app-text/gtkspell/gtkspell-2.0.16-r2.ebuild
@@ -10,7 +10,7 @@ SRC_URI="http://${PN}.sourceforge.net/download/${P}.tar.gz;
 
 LICENSE="GPL-2+"
 SLOT="2"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv sparc x86 
~amd64-linux ~x86-linux ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv 
sparc x86 ~amd64-linux ~x86-linux ~x86-solaris"
 
 RDEPEND="
x11-libs/gtk+:2



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

2022-11-20 Thread David Seifert
commit: 350213efabeb36c6a437eb09c23d851eb0ff956f
Author: David Seifert  gentoo  org>
AuthorDate: Sun Nov 20 23:55:53 2022 +
Commit: David Seifert  gentoo  org>
CommitDate: Sun Nov 20 23:55:53 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=350213ef

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

Signed-off-by: David Seifert  gentoo.org>

 ...-2.0.16-r1.ebuild => gtkspell-2.0.16-r2.ebuild} | 17 +++---
 ...ell-3.0.10.ebuild => gtkspell-3.0.10-r1.ebuild} | 27 +-
 2 files changed, 19 insertions(+), 25 deletions(-)

diff --git a/app-text/gtkspell/gtkspell-2.0.16-r1.ebuild 
b/app-text/gtkspell/gtkspell-2.0.16-r2.ebuild
similarity index 74%
rename from app-text/gtkspell/gtkspell-2.0.16-r1.ebuild
rename to app-text/gtkspell/gtkspell-2.0.16-r2.ebuild
index d2a9465c87c3..e7f3727506aa 100644
--- a/app-text/gtkspell/gtkspell-2.0.16-r1.ebuild
+++ b/app-text/gtkspell/gtkspell-2.0.16-r2.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
 DESCRIPTION="Spell checking widget for GTK"
 HOMEPAGE="http://gtkspell.sourceforge.net/;
@@ -11,17 +11,16 @@ SRC_URI="http://${PN}.sourceforge.net/download/${P}.tar.gz;
 LICENSE="GPL-2+"
 SLOT="2"
 KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv sparc x86 
~amd64-linux ~x86-linux ~x86-solaris"
-IUSE=""
 
-RDEPEND="x11-libs/gtk+:2
+RDEPEND="
+   x11-libs/gtk+:2
>=app-text/enchant-1.1.6:0"
-DEPEND="${RDEPEND}
+DEPEND="${RDEPEND}"
+BDEPEND="
dev-util/gtk-doc-am
>=dev-util/intltool-0.35.0
virtual/pkgconfig"
 
-DOCS=( AUTHORS ChangeLog README ) # NEWS file is empty
-
 src_prepare() {
default
 
@@ -30,10 +29,10 @@ src_prepare() {
 }
 
 src_configure() {
-   econf --disable-static --disable-gtk-doc
+   econf --disable-gtk-doc
 }
 
 src_install() {
default
-   find "${D}" -name '*.la' -type f -delete || die
+   find "${ED}" -name '*.la' -type f -delete || die
 }

diff --git a/app-text/gtkspell/gtkspell-3.0.10.ebuild 
b/app-text/gtkspell/gtkspell-3.0.10-r1.ebuild
similarity index 77%
rename from app-text/gtkspell/gtkspell-3.0.10.ebuild
rename to app-text/gtkspell/gtkspell-3.0.10-r1.ebuild
index 9e36430f1a65..bfa4472c0e2e 100644
--- a/app-text/gtkspell/gtkspell-3.0.10.ebuild
+++ b/app-text/gtkspell/gtkspell-3.0.10-r1.ebuild
@@ -1,14 +1,16 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=8
 
 inherit gnome2 vala
 
+MY_P="${PN}3-${PV}"
+
 DESCRIPTION="Spell checking widget for GTK"
 HOMEPAGE="http://gtkspell.sourceforge.net/;
-MY_P="${PN}3-${PV}"
 SRC_URI="mirror://sourceforge/project/${PN}/${PV}/${MY_P}.tar.xz"
+S="${WORKDIR}/${MY_P}"
 
 LICENSE="GPL-2+"
 SLOT="3/0"
@@ -22,25 +24,18 @@ RDEPEND="
dev-libs/glib:2
x11-libs/gtk+:3[introspection?]
>=x11-libs/pango-1.8.0[introspection?]
-   introspection? ( >=dev-libs/gobject-introspection-1.30:= )
-"
-DEPEND="${RDEPEND}
+   introspection? ( >=dev-libs/gobject-introspection-1.30:= )"
+DEPEND="${RDEPEND}"
+BDEPEND="
>=dev-util/gtk-doc-am-1.17
>=dev-util/intltool-0.35.0
virtual/pkgconfig
-   vala? ( $(vala_depend) )
-"
-
-S="${WORKDIR}/${MY_P}"
-
-src_prepare() {
-   use vala && vala_src_prepare
-   gnome2_src_prepare
-}
+   vala? ( $(vala_depend) )"
 
 src_configure() {
+   use vala && vala_setup
+
gnome2_src_configure \
-   --disable-static \
$(use_enable introspection) \
$(use_enable vala)
 }



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

2021-08-11 Thread Yixun Lan
commit: ebf9d78a4ce30a13e701de22f306bdafebfc5561
Author: Alex Fan  yahoo  com>
AuthorDate: Wed Aug 11 11:02:35 2021 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Thu Aug 12 02:53:22 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ebf9d78a

app-text/gtkspell: keyword 3.0.10 for ~riscv

Signed-off-by: Alex Fan  yahoo.com>
Signed-off-by: Yixun Lan  gentoo.org>

 app-text/gtkspell/gtkspell-3.0.10.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/gtkspell/gtkspell-3.0.10.ebuild 
b/app-text/gtkspell/gtkspell-3.0.10.ebuild
index 679cc5564c8..9e36430f1a6 100644
--- a/app-text/gtkspell/gtkspell-3.0.10.ebuild
+++ b/app-text/gtkspell/gtkspell-3.0.10.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="mirror://sourceforge/project/${PN}/${PV}/${MY_P}.tar.xz"
 
 LICENSE="GPL-2+"
 SLOT="3/0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 sparc x86 
~amd64-linux ~x86-linux ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv sparc x86 
~amd64-linux ~x86-linux ~x86-solaris"
 IUSE="+introspection vala"
 REQUIRED_USE="vala? ( introspection )"
 



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

2020-06-07 Thread Mart Raudsepp
commit: 33c93a7503638d95c327facd5ad2a8e31e633110
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sun Jun  7 21:08:11 2020 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sun Jun  7 21:28:19 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33c93a75

app-text/gtkspell: remove old

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Mart Raudsepp  gentoo.org>

 app-text/gtkspell/gtkspell-2.0.16.ebuild | 39 
 1 file changed, 39 deletions(-)

diff --git a/app-text/gtkspell/gtkspell-2.0.16.ebuild 
b/app-text/gtkspell/gtkspell-2.0.16.ebuild
deleted file mode 100644
index c34f0b73d97..000
--- a/app-text/gtkspell/gtkspell-2.0.16.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-inherit eutils ltprune
-
-DESCRIPTION="Spell checking widget for GTK"
-HOMEPAGE="http://gtkspell.sourceforge.net/;
-# gtkspell doesn't use sourceforge mirroring system it seems.
-SRC_URI="http://${PN}.sourceforge.net/download/${P}.tar.gz;
-
-LICENSE="GPL-2+"
-SLOT="2"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 sparc x86 
~amd64-linux ~x86-linux ~x86-macos ~x86-solaris"
-IUSE=""
-
-RDEPEND="x11-libs/gtk+:2
-   >=app-text/enchant-1.1.6:0"
-DEPEND="${RDEPEND}
-   dev-util/gtk-doc-am
-   >=dev-util/intltool-0.35.0
-   virtual/pkgconfig"
-
-DOCS=( AUTHORS ChangeLog README ) # NEWS file is empty
-
-src_prepare() {
-   # Fix intltoolize broken file, see upstream #577133
-   sed -i -e "s:'\^\$\$lang\$\$':\^\$\$lang\$\$:g" po/Makefile.in.in || die
-}
-
-src_configure() {
-   econf --disable-static
-}
-
-src_install() {
-   default
-   prune_libtool_files
-}



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

2020-05-13 Thread Sergei Trofimovich
commit: 19045815dd97e029f1004e6bc3fbc4e06aa6e043
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Wed May 13 15:20:08 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed May 13 17:34:38 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19045815

app-text/gtkspell: stable 2.0.16-r1 for sparc, bug #717144

Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sergei Trofimovich  gentoo.org>

 app-text/gtkspell/gtkspell-2.0.16-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/gtkspell/gtkspell-2.0.16-r1.ebuild 
b/app-text/gtkspell/gtkspell-2.0.16-r1.ebuild
index dd793558691..5002486729b 100644
--- a/app-text/gtkspell/gtkspell-2.0.16-r1.ebuild
+++ b/app-text/gtkspell/gtkspell-2.0.16-r1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="http://${PN}.sourceforge.net/download/${P}.tar.gz;
 
 LICENSE="GPL-2+"
 SLOT="2"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~sparc x86 
~amd64-linux ~x86-linux ~x86-macos ~x86-solaris"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 sparc x86 
~amd64-linux ~x86-linux ~x86-macos ~x86-solaris"
 IUSE=""
 
 RDEPEND="x11-libs/gtk+:2



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

2020-04-17 Thread Mart Raudsepp
commit: 3fa6355f4d6f0c9ea02aca3942aeff635937effb
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Fri Apr 17 19:46:47 2020 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Fri Apr 17 19:49:30 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3fa6355f

app-text/gtkspell: remove old

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Mart Raudsepp  gentoo.org>

 app-text/gtkspell/Manifest  |  1 -
 app-text/gtkspell/gtkspell-3.0.9.ebuild | 46 -
 2 files changed, 47 deletions(-)

diff --git a/app-text/gtkspell/Manifest b/app-text/gtkspell/Manifest
index 78d160b5e3e..020f9dce8a9 100644
--- a/app-text/gtkspell/Manifest
+++ b/app-text/gtkspell/Manifest
@@ -1,3 +1,2 @@
 DIST gtkspell-2.0.16.tar.gz 351277 BLAKE2B 
ccb49b99c4f9059ed4461bb5ffda4dbeb691c5a062184ba7b51d8464d2461c5be0d648e4f69dbc36fe345be2addbc271af9701a0a387975265585dd3a7926e99
 SHA512 
7d3afb327c2e15608194e6ee6110107a0ce082e483788d831d636b2e579472304137373c09a966d8e5c0cd2f830bf2e0ee477c9b5fca7da6ee27fd1498915b9d
 DIST gtkspell3-3.0.10.tar.xz 300968 BLAKE2B 
aa167e9e5068e9c6c5fcf6933a28246de0be8386be43ab3af80a45dfbc092e1381503822d09742d20dde2e0b8dae77210001c955e37a8dab263b832ee52675a1
 SHA512 
3b1ceaa9ffa06bd3f6dae39c95db951588e5cf2edf4f551cac6972822ba230af3415c5045fa24f7a4dfe05c2e386ab3f67cb80cb779576b4e54293b7b9fbc28e
-DIST gtkspell3-3.0.9.tar.xz 298988 BLAKE2B 
01a824ba91fff1739046134ef0025cf894ed3f524dcc96a11ba6b23def3b1d84ef66fc5dbf37c1a047d23b276b944b25e89ff6a84ebfe19a1189ccc59d230250
 SHA512 
de6cc24ca092067a101996142bf2b3cfb6a5af2170ea4b0185a997e5c88adead7ba53c5a297c3110b3a66dc87d37e429720f972895bb2931f9a033fc006e2eab

diff --git a/app-text/gtkspell/gtkspell-3.0.9.ebuild 
b/app-text/gtkspell/gtkspell-3.0.9.ebuild
deleted file mode 100644
index a1f40688379..000
--- a/app-text/gtkspell/gtkspell-3.0.9.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit gnome2 vala
-
-DESCRIPTION="Spell checking widget for GTK"
-HOMEPAGE="http://gtkspell.sourceforge.net/;
-MY_P="${PN}3-${PV}"
-SRC_URI="mirror://sourceforge/project/${PN}/${PV}/${MY_P}.tar.xz"
-
-LICENSE="GPL-2+"
-SLOT="3/0"
-KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~mips ppc ppc64 sparc x86 
~amd64-linux ~x86-linux ~x86-macos ~x86-solaris"
-IUSE="+introspection vala"
-REQUIRED_USE="vala? ( introspection )"
-
-RDEPEND="
-   >=app-text/enchant-1.1.6:0
-   app-text/iso-codes
-   dev-libs/glib:2
-   x11-libs/gtk+:3[introspection?]
-   >=x11-libs/pango-1.8.0[introspection?]
-   introspection? ( >=dev-libs/gobject-introspection-1.30:= )
-"
-DEPEND="${RDEPEND}
-   >=dev-util/gtk-doc-am-1.17
-   >=dev-util/intltool-0.35.0
-   virtual/pkgconfig
-   vala? ( $(vala_depend) )
-"
-
-S="${WORKDIR}/${MY_P}"
-
-src_prepare() {
-   use vala && vala_src_prepare
-   gnome2_src_prepare
-}
-
-src_configure() {
-   gnome2_src_configure \
-   --disable-static \
-   $(use_enable introspection) \
-   $(use_enable vala)
-}



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

2020-04-13 Thread Agostino Sarubbo
commit: 0815a1a6d8144fc8f502a2251d19563121a989f5
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Apr 13 16:11:38 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Apr 13 16:12:06 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0815a1a6

app-text/gtkspell: x86 stable wrt bug #717076

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

 app-text/gtkspell/gtkspell-3.0.10.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/gtkspell/gtkspell-3.0.10.ebuild 
b/app-text/gtkspell/gtkspell-3.0.10.ebuild
index 9f6bd01bc08..d4ae7084875 100644
--- a/app-text/gtkspell/gtkspell-3.0.10.ebuild
+++ b/app-text/gtkspell/gtkspell-3.0.10.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="mirror://sourceforge/project/${PN}/${PV}/${MY_P}.tar.xz"
 
 LICENSE="GPL-2+"
 SLOT="3/0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 sparc ~x86 
~amd64-linux ~x86-linux ~x86-macos ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 sparc x86 
~amd64-linux ~x86-linux ~x86-macos ~x86-solaris"
 IUSE="+introspection vala"
 REQUIRED_USE="vala? ( introspection )"
 



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

2020-04-13 Thread Agostino Sarubbo
commit: c30ca7f2283f042be031e16161d62f481d6a8fa7
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Apr 13 14:47:03 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Apr 13 14:47:03 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c30ca7f2

app-text/gtkspell: amd64 stable wrt bug #717076

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

 app-text/gtkspell/gtkspell-3.0.10.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/gtkspell/gtkspell-3.0.10.ebuild 
b/app-text/gtkspell/gtkspell-3.0.10.ebuild
index 1bbe3dc3be1..9f6bd01bc08 100644
--- a/app-text/gtkspell/gtkspell-3.0.10.ebuild
+++ b/app-text/gtkspell/gtkspell-3.0.10.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="mirror://sourceforge/project/${PN}/${PV}/${MY_P}.tar.xz"
 
 LICENSE="GPL-2+"
 SLOT="3/0"
-KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 sparc ~x86 
~amd64-linux ~x86-linux ~x86-macos ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 sparc ~x86 
~amd64-linux ~x86-linux ~x86-macos ~x86-solaris"
 IUSE="+introspection vala"
 REQUIRED_USE="vala? ( introspection )"
 



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

2020-04-13 Thread Agostino Sarubbo
commit: c4566e060d23f8228539b06cf74d3d11a409bdec
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Apr 13 10:18:42 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Apr 13 10:18:42 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4566e06

app-text/gtkspell: ppc64 stable wrt bug #717076

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

 app-text/gtkspell/gtkspell-3.0.10.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/gtkspell/gtkspell-3.0.10.ebuild 
b/app-text/gtkspell/gtkspell-3.0.10.ebuild
index cdc04934e45..1bbe3dc3be1 100644
--- a/app-text/gtkspell/gtkspell-3.0.10.ebuild
+++ b/app-text/gtkspell/gtkspell-3.0.10.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="mirror://sourceforge/project/${PN}/${PV}/${MY_P}.tar.xz"
 
 LICENSE="GPL-2+"
 SLOT="3/0"
-KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~mips ppc ~ppc64 sparc ~x86 
~amd64-linux ~x86-linux ~x86-macos ~x86-solaris"
+KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 sparc ~x86 
~amd64-linux ~x86-linux ~x86-macos ~x86-solaris"
 IUSE="+introspection vala"
 REQUIRED_USE="vala? ( introspection )"
 



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

2020-04-13 Thread Agostino Sarubbo
commit: fca7c5b235f3349520dab30c8a6d01a716d5c4d9
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Apr 13 10:17:16 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Apr 13 10:17:16 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fca7c5b2

app-text/gtkspell: ppc stable wrt bug #717076

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

 app-text/gtkspell/gtkspell-3.0.10.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/gtkspell/gtkspell-3.0.10.ebuild 
b/app-text/gtkspell/gtkspell-3.0.10.ebuild
index 908fff1e126..cdc04934e45 100644
--- a/app-text/gtkspell/gtkspell-3.0.10.ebuild
+++ b/app-text/gtkspell/gtkspell-3.0.10.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="mirror://sourceforge/project/${PN}/${PV}/${MY_P}.tar.xz"
 
 LICENSE="GPL-2+"
 SLOT="3/0"
-KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 sparc ~x86 
~amd64-linux ~x86-linux ~x86-macos ~x86-solaris"
+KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~mips ppc ~ppc64 sparc ~x86 
~amd64-linux ~x86-linux ~x86-macos ~x86-solaris"
 IUSE="+introspection vala"
 REQUIRED_USE="vala? ( introspection )"
 



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

2020-04-13 Thread Agostino Sarubbo
commit: 319172f1c2fc6fb445f1fdbeae243dc9e560e853
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Apr 13 10:16:07 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Apr 13 10:16:07 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=319172f1

app-text/gtkspell: arm stable wrt bug #717076

Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="arm"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 app-text/gtkspell/gtkspell-3.0.10.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/gtkspell/gtkspell-3.0.10.ebuild 
b/app-text/gtkspell/gtkspell-3.0.10.ebuild
index 234fc91fc9b..908fff1e126 100644
--- a/app-text/gtkspell/gtkspell-3.0.10.ebuild
+++ b/app-text/gtkspell/gtkspell-3.0.10.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="mirror://sourceforge/project/${PN}/${PV}/${MY_P}.tar.xz"
 
 LICENSE="GPL-2+"
 SLOT="3/0"
-KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 sparc ~x86 
~amd64-linux ~x86-linux ~x86-macos ~x86-solaris"
+KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 sparc ~x86 
~amd64-linux ~x86-linux ~x86-macos ~x86-solaris"
 IUSE="+introspection vala"
 REQUIRED_USE="vala? ( introspection )"
 



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

2020-04-12 Thread Mart Raudsepp
commit: a99c40918c9c9872c6663965d7da44727e76c8e0
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sun Apr 12 21:48:41 2020 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sun Apr 12 21:52:19 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a99c4091

app-text/gtkspell: arm64 stable (bug #717076)

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Mart Raudsepp  gentoo.org>

 app-text/gtkspell/gtkspell-3.0.10.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/gtkspell/gtkspell-3.0.10.ebuild 
b/app-text/gtkspell/gtkspell-3.0.10.ebuild
index a80524c9226..234fc91fc9b 100644
--- a/app-text/gtkspell/gtkspell-3.0.10.ebuild
+++ b/app-text/gtkspell/gtkspell-3.0.10.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="mirror://sourceforge/project/${PN}/${PV}/${MY_P}.tar.xz"
 
 LICENSE="GPL-2+"
 SLOT="3/0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 sparc ~x86 
~amd64-linux ~x86-linux ~x86-macos ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 sparc ~x86 
~amd64-linux ~x86-linux ~x86-macos ~x86-solaris"
 IUSE="+introspection vala"
 REQUIRED_USE="vala? ( introspection )"
 



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

2020-04-12 Thread Sergei Trofimovich
commit: d8fe273a7e93ece245fded2b0de590b37c2f48e7
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Sun Apr 12 17:30:05 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Apr 12 18:27:42 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8fe273a

app-text/gtkspell: stable 3.0.10 for sparc, bug #717076

Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sergei Trofimovich  gentoo.org>

 app-text/gtkspell/gtkspell-3.0.10.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/gtkspell/gtkspell-3.0.10.ebuild 
b/app-text/gtkspell/gtkspell-3.0.10.ebuild
index 699833e8c8f..a80524c9226 100644
--- a/app-text/gtkspell/gtkspell-3.0.10.ebuild
+++ b/app-text/gtkspell/gtkspell-3.0.10.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="mirror://sourceforge/project/${PN}/${PV}/${MY_P}.tar.xz"
 
 LICENSE="GPL-2+"
 SLOT="3/0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux ~x86-macos ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 sparc ~x86 
~amd64-linux ~x86-linux ~x86-macos ~x86-solaris"
 IUSE="+introspection vala"
 REQUIRED_USE="vala? ( introspection )"
 



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

2020-02-08 Thread Mart Raudsepp
commit: c2f632afffab1172cb309b8e85d7c44ff47e483a
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sat Feb  8 08:47:00 2020 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sat Feb  8 09:27:31 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c2f632af

app-text/gtkspell: drop to ~hppa

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Mart Raudsepp  gentoo.org>

 app-text/gtkspell/gtkspell-2.0.16.ebuild | 2 +-
 app-text/gtkspell/gtkspell-3.0.9.ebuild  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-text/gtkspell/gtkspell-2.0.16.ebuild 
b/app-text/gtkspell/gtkspell-2.0.16.ebuild
index e2851ea43de..b57d54a8d44 100644
--- a/app-text/gtkspell/gtkspell-2.0.16.ebuild
+++ b/app-text/gtkspell/gtkspell-2.0.16.ebuild
@@ -12,7 +12,7 @@ SRC_URI="http://${PN}.sourceforge.net/download/${P}.tar.gz;
 
 LICENSE="GPL-2+"
 SLOT="2"
-KEYWORDS="~alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 sparc x86 
~amd64-linux ~x86-linux ~x86-macos ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ia64 ~mips ppc ppc64 sparc x86 
~amd64-linux ~x86-linux ~x86-macos ~x86-solaris"
 IUSE=""
 
 RDEPEND="x11-libs/gtk+:2

diff --git a/app-text/gtkspell/gtkspell-3.0.9.ebuild 
b/app-text/gtkspell/gtkspell-3.0.9.ebuild
index db2f17b17dd..a1f40688379 100644
--- a/app-text/gtkspell/gtkspell-3.0.9.ebuild
+++ b/app-text/gtkspell/gtkspell-3.0.9.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="mirror://sourceforge/project/${PN}/${PV}/${MY_P}.tar.xz"
 
 LICENSE="GPL-2+"
 SLOT="3/0"
-KEYWORDS="~alpha amd64 ~arm arm64 hppa ~ia64 ~mips ppc ppc64 sparc x86 
~amd64-linux ~x86-linux ~x86-macos ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~mips ppc ppc64 sparc x86 
~amd64-linux ~x86-linux ~x86-macos ~x86-solaris"
 IUSE="+introspection vala"
 REQUIRED_USE="vala? ( introspection )"
 



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

2020-02-07 Thread Mart Raudsepp
commit: 4ae8ecb6633db778e26cf1c62e6b1c5d4fa6783a
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Fri Feb  7 10:17:26 2020 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Fri Feb  7 10:17:42 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ae8ecb6

app-text/gtkspell: add back gtk-doc-am bdepend for now

We still have a gtk-doc-am stable version that provides the
gtkdoc-rebase benefits; so keep dep dep around for, and we
can go on a global scale gtk-doc-am bdep (for when it's for
the rebase tool, not m4 file) removal spree once the
python-based gtk-doc is stable and perl-based removed.

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Mart Raudsepp  gentoo.org>

 app-text/gtkspell/gtkspell-2.0.16-r1.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/app-text/gtkspell/gtkspell-2.0.16-r1.ebuild 
b/app-text/gtkspell/gtkspell-2.0.16-r1.ebuild
index bc0747bea5f..167691bf5c7 100644
--- a/app-text/gtkspell/gtkspell-2.0.16-r1.ebuild
+++ b/app-text/gtkspell/gtkspell-2.0.16-r1.ebuild
@@ -18,6 +18,7 @@ IUSE=""
 RDEPEND="x11-libs/gtk+:2
>=app-text/enchant-1.1.6:0"
 DEPEND="${RDEPEND}
+   dev-util/gtk-doc-am
>=dev-util/intltool-0.35.0
virtual/pkgconfig"
 



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

2020-02-06 Thread Rémi Cardona
commit: b1dec27cc401e050bfe2a8783cdb3d0cb92d0bb6
Author: Rémi Cardona  gentoo  org>
AuthorDate: Thu Feb  6 23:32:16 2020 +
Commit: Rémi Cardona  gentoo  org>
CommitDate: Thu Feb  6 23:32:42 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1dec27c

app-text/gtkspell: disable gtk-doc support to cope with tool removal

Closes: https://bugs.gentoo.org/707368
Package-Manager: Portage-2.3.87, Repoman-2.3.20
Signed-off-by: Rémi Cardona  gentoo.org>

 app-text/gtkspell/gtkspell-2.0.16-r1.ebuild | 40 +
 1 file changed, 40 insertions(+)

diff --git a/app-text/gtkspell/gtkspell-2.0.16-r1.ebuild 
b/app-text/gtkspell/gtkspell-2.0.16-r1.ebuild
new file mode 100644
index 000..bc0747bea5f
--- /dev/null
+++ b/app-text/gtkspell/gtkspell-2.0.16-r1.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit eutils
+
+DESCRIPTION="Spell checking widget for GTK"
+HOMEPAGE="http://gtkspell.sourceforge.net/;
+# gtkspell doesn't use sourceforge mirroring system it seems.
+SRC_URI="http://${PN}.sourceforge.net/download/${P}.tar.gz;
+
+LICENSE="GPL-2+"
+SLOT="2"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux ~x86-macos ~x86-solaris"
+IUSE=""
+
+RDEPEND="x11-libs/gtk+:2
+   >=app-text/enchant-1.1.6:0"
+DEPEND="${RDEPEND}
+   >=dev-util/intltool-0.35.0
+   virtual/pkgconfig"
+
+DOCS=( AUTHORS ChangeLog README ) # NEWS file is empty
+
+src_prepare() {
+   default
+
+   # Fix intltoolize broken file, see upstream #577133
+   sed -i -e "s:'\^\$\$lang\$\$':\^\$\$lang\$\$:g" po/Makefile.in.in || die
+}
+
+src_configure() {
+   econf --disable-static --disable-gtk-doc
+}
+
+src_install() {
+   default
+   find "${D}" -name '*.la' -type f -delete || die
+}



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

2020-02-02 Thread Mart Raudsepp
commit: 3cfef13d340625b3dd93896275d928aa702f34aa
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sun Feb  2 20:12:57 2020 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sun Feb  2 20:13:10 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3cfef13d

app-text/gtkspell-3.0.10: depend on enchant:2 explicitly

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Mart Raudsepp  gentoo.org>

 app-text/gtkspell/gtkspell-3.0.10.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-text/gtkspell/gtkspell-3.0.10.ebuild 
b/app-text/gtkspell/gtkspell-3.0.10.ebuild
index 1b3a6cedbae..699833e8c8f 100644
--- a/app-text/gtkspell/gtkspell-3.0.10.ebuild
+++ b/app-text/gtkspell/gtkspell-3.0.10.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -17,7 +17,7 @@ IUSE="+introspection vala"
 REQUIRED_USE="vala? ( introspection )"
 
 RDEPEND="
-   >=app-text/enchant-2.0.0
+   app-text/enchant:2
app-text/iso-codes
dev-libs/glib:2
x11-libs/gtk+:3[introspection?]



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

2020-02-02 Thread Mart Raudsepp
commit: e8c28bf5ff857da4449eb117a34120154a1083e5
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sun Feb  2 18:28:09 2020 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sun Feb  2 19:34:22 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8c28bf5

app-text/gtkspell: lock enchant dep to SLOT=0

configure checks only for enchant.pc, not enchant-2.pc
The still p.masked 3.0.10 uses enchant-2 only instead.

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Mart Raudsepp  gentoo.org>

 app-text/gtkspell/gtkspell-2.0.16.ebuild | 4 ++--
 app-text/gtkspell/gtkspell-3.0.9.ebuild  | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/app-text/gtkspell/gtkspell-2.0.16.ebuild 
b/app-text/gtkspell/gtkspell-2.0.16.ebuild
index 932bb5de0db..e2851ea43de 100644
--- a/app-text/gtkspell/gtkspell-2.0.16.ebuild
+++ b/app-text/gtkspell/gtkspell-2.0.16.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=4
@@ -16,7 +16,7 @@ KEYWORDS="~alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 
sparc x86 ~amd64-linu
 IUSE=""
 
 RDEPEND="x11-libs/gtk+:2
-   >=app-text/enchant-1.1.6"
+   >=app-text/enchant-1.1.6:0"
 DEPEND="${RDEPEND}
dev-util/gtk-doc-am
>=dev-util/intltool-0.35.0

diff --git a/app-text/gtkspell/gtkspell-3.0.9.ebuild 
b/app-text/gtkspell/gtkspell-3.0.9.ebuild
index b3ba00b8579..db2f17b17dd 100644
--- a/app-text/gtkspell/gtkspell-3.0.9.ebuild
+++ b/app-text/gtkspell/gtkspell-3.0.9.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -17,7 +17,7 @@ IUSE="+introspection vala"
 REQUIRED_USE="vala? ( introspection )"
 
 RDEPEND="
-   >=app-text/enchant-1.1.6
+   >=app-text/enchant-1.1.6:0
app-text/iso-codes
dev-libs/glib:2
x11-libs/gtk+:3[introspection?]



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

2019-07-29 Thread Aaron Bauman
commit: 9681caca068866fc71268c0f64e6a1c9c46162ab
Author: Aaron Bauman  gentoo  org>
AuthorDate: Mon Jul 29 21:12:41 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Mon Jul 29 21:13:02 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9681caca

app-text/gtkspell: slot 3 this time...

Signed-off-by: Aaron Bauman  gentoo.org>

 app-text/gtkspell/gtkspell-3.0.9.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/gtkspell/gtkspell-3.0.9.ebuild 
b/app-text/gtkspell/gtkspell-3.0.9.ebuild
index e35705c34ec..0c11422fc62 100644
--- a/app-text/gtkspell/gtkspell-3.0.9.ebuild
+++ b/app-text/gtkspell/gtkspell-3.0.9.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="mirror://sourceforge/project/${PN}/${PV}/${MY_P}.tar.xz"
 
 LICENSE="GPL-2+"
 SLOT="3/0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~mips ppc ppc64 sparc x86 
~x86-fbsd ~amd64-linux ~x86-linux ~x86-macos ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm arm64 hppa ~ia64 ~mips ppc ppc64 sparc x86 
~x86-fbsd ~amd64-linux ~x86-linux ~x86-macos ~x86-solaris"
 IUSE="+introspection vala"
 REQUIRED_USE="vala? ( introspection )"
 



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

2019-07-28 Thread Mart Raudsepp
commit: 7b643afe7db715063472aa5c26ef72e7bd4a3f4a
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sun Jul 28 18:59:01 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sun Jul 28 18:59:01 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b643afe

app-text/gtkspell: drop still p.masked version to ~arch

not straight to stable...

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Mart Raudsepp  gentoo.org>

 app-text/gtkspell/gtkspell-3.0.10.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/gtkspell/gtkspell-3.0.10.ebuild 
b/app-text/gtkspell/gtkspell-3.0.10.ebuild
index 06ae676ffdb..a8b3ddf550a 100644
--- a/app-text/gtkspell/gtkspell-3.0.10.ebuild
+++ b/app-text/gtkspell/gtkspell-3.0.10.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="mirror://sourceforge/project/${PN}/${PV}/${MY_P}.tar.xz"
 
 LICENSE="GPL-2+"
 SLOT="3/0"
-KEYWORDS="~alpha amd64 ~arm arm64 hppa ~ia64 ~mips ppc ppc64 sparc x86 
~x86-fbsd ~amd64-linux ~x86-linux ~x86-macos ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~x86-fbsd ~amd64-linux ~x86-linux ~x86-macos ~x86-solaris"
 IUSE="+introspection vala"
 REQUIRED_USE="vala? ( introspection )"
 



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

2019-07-28 Thread Aaron Bauman
commit: 42e0e72e2e116f25aec1e6b393fed465bc500204
Author: Aaron Bauman  gentoo  org>
AuthorDate: Sun Jul 28 18:25:38 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Sun Jul 28 18:31:01 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42e0e72e

app-text/gtkspell: arm64 stable

Signed-off-by: Aaron Bauman  gentoo.org>
Package-Manager: Portage-2.3.69, Repoman-2.3.16
RepoMan-Options: --include-arches="arm64"

 app-text/gtkspell/gtkspell-2.0.16.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-text/gtkspell/gtkspell-2.0.16.ebuild 
b/app-text/gtkspell/gtkspell-2.0.16.ebuild
index fa7512b9378..e3cea83f8f0 100644
--- a/app-text/gtkspell/gtkspell-2.0.16.ebuild
+++ b/app-text/gtkspell/gtkspell-2.0.16.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=4
@@ -12,7 +12,7 @@ SRC_URI="http://${PN}.sourceforge.net/download/${P}.tar.gz;
 
 LICENSE="GPL-2+"
 SLOT="2"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 sparc x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~x86-macos ~x86-solaris"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 sparc x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~x86-macos ~x86-solaris"
 IUSE=""
 
 RDEPEND="x11-libs/gtk+:2



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

2019-07-28 Thread Aaron Bauman
commit: bbef9ccf9a1cf53b9bc1c7386057e39479f53186
Author: Aaron Bauman  gentoo  org>
AuthorDate: Sun Jul 28 16:57:10 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Sun Jul 28 17:02:05 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bbef9ccf

app-text/gtkspell: arm64 stable

Signed-off-by: Aaron Bauman  gentoo.org>
Package-Manager: Portage-2.3.69, Repoman-2.3.16
RepoMan-Options: --include-arches="arm64"

 app-text/gtkspell/gtkspell-3.0.10.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-text/gtkspell/gtkspell-3.0.10.ebuild 
b/app-text/gtkspell/gtkspell-3.0.10.ebuild
index a87cfe4fc10..06ae676ffdb 100644
--- a/app-text/gtkspell/gtkspell-3.0.10.ebuild
+++ b/app-text/gtkspell/gtkspell-3.0.10.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -12,7 +12,7 @@ 
SRC_URI="mirror://sourceforge/project/${PN}/${PV}/${MY_P}.tar.xz"
 
 LICENSE="GPL-2+"
 SLOT="3/0"
-KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ppc ppc64 sparc x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~x86-macos ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm arm64 hppa ~ia64 ~mips ppc ppc64 sparc x86 
~x86-fbsd ~amd64-linux ~x86-linux ~x86-macos ~x86-solaris"
 IUSE="+introspection vala"
 REQUIRED_USE="vala? ( introspection )"
 



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

2019-03-11 Thread Andreas Sturmlechner
commit: fefec2c465bec8a7f77d40e685badbb6524b5edc
Author: Roy Bamford  gentoo  org>
AuthorDate: Mon Mar 11 20:01:44 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Mar 11 21:02:53 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fefec2c4

app-text/gtkspell: added ~arm64

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Roy Bamford  gentoo.org>
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 app-text/gtkspell/gtkspell-3.0.9.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-text/gtkspell/gtkspell-3.0.9.ebuild 
b/app-text/gtkspell/gtkspell-3.0.9.ebuild
index f41e0ea8e2f..e35705c34ec 100644
--- a/app-text/gtkspell/gtkspell-3.0.9.ebuild
+++ b/app-text/gtkspell/gtkspell-3.0.9.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -12,7 +12,7 @@ 
SRC_URI="mirror://sourceforge/project/${PN}/${PV}/${MY_P}.tar.xz"
 
 LICENSE="GPL-2+"
 SLOT="3/0"
-KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ppc ppc64 sparc x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~x86-macos ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~mips ppc ppc64 sparc x86 
~x86-fbsd ~amd64-linux ~x86-linux ~x86-macos ~x86-solaris"
 IUSE="+introspection vala"
 REQUIRED_USE="vala? ( introspection )"
 



[gentoo-commits] repo/gentoo:master commit in: app-text/gtkspell/, profiles/

2019-01-28 Thread Dennis Lamm
commit: d6abdc74d3b9741c252a3669fc2444d8a70dfa22
Author: Dennis Lamm  gentoo  org>
AuthorDate: Mon Jan 28 19:59:48 2019 +
Commit: Dennis Lamm  gentoo  org>
CommitDate: Mon Jan 28 20:01:33 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d6abdc74

app-text/gtkspell: bump to 3.0.10

Signed-off-by: Dennis Lamm  gentoo.org>

 app-text/gtkspell/Manifest   |  1 +
 app-text/gtkspell/gtkspell-3.0.10.ebuild | 46 
 profiles/package.mask|  5 
 3 files changed, 52 insertions(+)

diff --git a/app-text/gtkspell/Manifest b/app-text/gtkspell/Manifest
index 88d739c57e1..78d160b5e3e 100644
--- a/app-text/gtkspell/Manifest
+++ b/app-text/gtkspell/Manifest
@@ -1,2 +1,3 @@
 DIST gtkspell-2.0.16.tar.gz 351277 BLAKE2B 
ccb49b99c4f9059ed4461bb5ffda4dbeb691c5a062184ba7b51d8464d2461c5be0d648e4f69dbc36fe345be2addbc271af9701a0a387975265585dd3a7926e99
 SHA512 
7d3afb327c2e15608194e6ee6110107a0ce082e483788d831d636b2e579472304137373c09a966d8e5c0cd2f830bf2e0ee477c9b5fca7da6ee27fd1498915b9d
+DIST gtkspell3-3.0.10.tar.xz 300968 BLAKE2B 
aa167e9e5068e9c6c5fcf6933a28246de0be8386be43ab3af80a45dfbc092e1381503822d09742d20dde2e0b8dae77210001c955e37a8dab263b832ee52675a1
 SHA512 
3b1ceaa9ffa06bd3f6dae39c95db951588e5cf2edf4f551cac6972822ba230af3415c5045fa24f7a4dfe05c2e386ab3f67cb80cb779576b4e54293b7b9fbc28e
 DIST gtkspell3-3.0.9.tar.xz 298988 BLAKE2B 
01a824ba91fff1739046134ef0025cf894ed3f524dcc96a11ba6b23def3b1d84ef66fc5dbf37c1a047d23b276b944b25e89ff6a84ebfe19a1189ccc59d230250
 SHA512 
de6cc24ca092067a101996142bf2b3cfb6a5af2170ea4b0185a997e5c88adead7ba53c5a297c3110b3a66dc87d37e429720f972895bb2931f9a033fc006e2eab

diff --git a/app-text/gtkspell/gtkspell-3.0.10.ebuild 
b/app-text/gtkspell/gtkspell-3.0.10.ebuild
new file mode 100644
index 000..a87cfe4fc10
--- /dev/null
+++ b/app-text/gtkspell/gtkspell-3.0.10.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit gnome2 vala
+
+DESCRIPTION="Spell checking widget for GTK"
+HOMEPAGE="http://gtkspell.sourceforge.net/;
+MY_P="${PN}3-${PV}"
+SRC_URI="mirror://sourceforge/project/${PN}/${PV}/${MY_P}.tar.xz"
+
+LICENSE="GPL-2+"
+SLOT="3/0"
+KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ppc ppc64 sparc x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~x86-macos ~x86-solaris"
+IUSE="+introspection vala"
+REQUIRED_USE="vala? ( introspection )"
+
+RDEPEND="
+   >=app-text/enchant-2.0.0
+   app-text/iso-codes
+   dev-libs/glib:2
+   x11-libs/gtk+:3[introspection?]
+   >=x11-libs/pango-1.8.0[introspection?]
+   introspection? ( >=dev-libs/gobject-introspection-1.30:= )
+"
+DEPEND="${RDEPEND}
+   >=dev-util/gtk-doc-am-1.17
+   >=dev-util/intltool-0.35.0
+   virtual/pkgconfig
+   vala? ( $(vala_depend) )
+"
+
+S="${WORKDIR}/${MY_P}"
+
+src_prepare() {
+   use vala && vala_src_prepare
+   gnome2_src_prepare
+}
+
+src_configure() {
+   gnome2_src_configure \
+   --disable-static \
+   $(use_enable introspection) \
+   $(use_enable vala)
+}

diff --git a/profiles/package.mask b/profiles/package.mask
index cc636aaf852..e63e00e2ece 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -29,10 +29,15 @@
 
 #--- END OF EXAMPLES ---
 
+# Dennis Lamm  (28 Jan 2019)
+# Depends on >=app-text/enchant-2.0.0 which is masked
+>=app-text/gtkspell-3.0.10
+
 # Dennis Lamm  (28 Jan 2019)
 # Depends on >=app-text/enchant-2.1.3 which is masked
 >=app-text/gspell-1.8.1
 
+
 # Virgil Dupras  (27 Jan 2019)
 # Dead upstream, no revdep. bug #618744
 dev-python/fusil



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

2018-04-01 Thread Sergei Trofimovich
commit: 114d4f9cb1a91f7d820c13e56c64aba3fa97509a
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun Apr  1 21:36:28 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Apr  1 21:36:28 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=114d4f9c

app-text/gtkspell: stable 3.0.9 for ppc64, bug #647932

Package-Manager: Portage-2.3.27, Repoman-2.3.9
RepoMan-Options: --include-arches="ppc64"

 app-text/gtkspell/gtkspell-3.0.9.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/gtkspell/gtkspell-3.0.9.ebuild 
b/app-text/gtkspell/gtkspell-3.0.9.ebuild
index e9ff512e8da..f41e0ea8e2f 100644
--- a/app-text/gtkspell/gtkspell-3.0.9.ebuild
+++ b/app-text/gtkspell/gtkspell-3.0.9.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="mirror://sourceforge/project/${PN}/${PV}/${MY_P}.tar.xz"
 
 LICENSE="GPL-2+"
 SLOT="3/0"
-KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ppc ~ppc64 sparc x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~x86-macos ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ppc ppc64 sparc x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~x86-macos ~x86-solaris"
 IUSE="+introspection vala"
 REQUIRED_USE="vala? ( introspection )"
 



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

2018-02-23 Thread Sergei Trofimovich
commit: 2613c27e41c9f94c6741d625d0be056b7588556a
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Fri Feb 23 22:08:47 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri Feb 23 22:09:53 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2613c27e

app-text/gtkspell: stable 3.0.9 for ppc, bug #647932

Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="ppc"

 app-text/gtkspell/gtkspell-3.0.9.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/gtkspell/gtkspell-3.0.9.ebuild 
b/app-text/gtkspell/gtkspell-3.0.9.ebuild
index c376cac69eb..e9ff512e8da 100644
--- a/app-text/gtkspell/gtkspell-3.0.9.ebuild
+++ b/app-text/gtkspell/gtkspell-3.0.9.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="mirror://sourceforge/project/${PN}/${PV}/${MY_P}.tar.xz"
 
 LICENSE="GPL-2+"
 SLOT="3/0"
-KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 sparc x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~x86-macos ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ppc ~ppc64 sparc x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~x86-macos ~x86-solaris"
 IUSE="+introspection vala"
 REQUIRED_USE="vala? ( introspection )"
 



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

2018-02-20 Thread Sergei Trofimovich
commit: da18f847dc48cff78d2b6705c63fa5b514acf339
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Tue Feb 20 08:04:31 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Tue Feb 20 08:10:39 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da18f847

app-text/gtkspell: stable 3.0.9 for sparc, bug #647932

Package-Manager: Portage-2.3.19, Repoman-2.3.6
RepoMan-Options: --include-arches="sparc"

 app-text/gtkspell/gtkspell-3.0.9.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-text/gtkspell/gtkspell-3.0.9.ebuild 
b/app-text/gtkspell/gtkspell-3.0.9.ebuild
index d0ae946a189..c376cac69eb 100644
--- a/app-text/gtkspell/gtkspell-3.0.9.ebuild
+++ b/app-text/gtkspell/gtkspell-3.0.9.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -12,7 +12,7 @@ 
SRC_URI="mirror://sourceforge/project/${PN}/${PV}/${MY_P}.tar.xz"
 
 LICENSE="GPL-2+"
 SLOT="3/0"
-KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~x86-macos ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 sparc x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~x86-macos ~x86-solaris"
 IUSE="+introspection vala"
 REQUIRED_USE="vala? ( introspection )"
 



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

2017-12-20 Thread Mart Raudsepp
commit: faea5a4ed614180e706359d97e399701e55c15e6
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Wed Dec 20 19:44:45 2017 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Wed Dec 20 20:22:15 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=faea5a4e

app-text/gtkspell: remove old

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 app-text/gtkspell/Manifest  |  1 -
 app-text/gtkspell/gtkspell-3.0.7.ebuild | 46 -
 2 files changed, 47 deletions(-)

diff --git a/app-text/gtkspell/Manifest b/app-text/gtkspell/Manifest
index 458b109780d..88d739c57e1 100644
--- a/app-text/gtkspell/Manifest
+++ b/app-text/gtkspell/Manifest
@@ -1,3 +1,2 @@
 DIST gtkspell-2.0.16.tar.gz 351277 BLAKE2B 
ccb49b99c4f9059ed4461bb5ffda4dbeb691c5a062184ba7b51d8464d2461c5be0d648e4f69dbc36fe345be2addbc271af9701a0a387975265585dd3a7926e99
 SHA512 
7d3afb327c2e15608194e6ee6110107a0ce082e483788d831d636b2e579472304137373c09a966d8e5c0cd2f830bf2e0ee477c9b5fca7da6ee27fd1498915b9d
-DIST gtkspell3-3.0.7.tar.gz 447648 BLAKE2B 
2c3b9ec1c30fc2236d2aea6756382b878a4681a54c1829cd9d8c3f31f8ae206577e360ec7a463e4e0b1c475deab936652b428c8f2a68771e096ad4e46f6076a2
 SHA512 
121c32050a3f3fe6868d76ce7783cb4619a9cbca083b45b78e1279e4c86143fe414e60971fed4c505b066449743664b372a06589af9c3e8dd1bafae355f83e47
 DIST gtkspell3-3.0.9.tar.xz 298988 BLAKE2B 
01a824ba91fff1739046134ef0025cf894ed3f524dcc96a11ba6b23def3b1d84ef66fc5dbf37c1a047d23b276b944b25e89ff6a84ebfe19a1189ccc59d230250
 SHA512 
de6cc24ca092067a101996142bf2b3cfb6a5af2170ea4b0185a997e5c88adead7ba53c5a297c3110b3a66dc87d37e429720f972895bb2931f9a033fc006e2eab

diff --git a/app-text/gtkspell/gtkspell-3.0.7.ebuild 
b/app-text/gtkspell/gtkspell-3.0.7.ebuild
deleted file mode 100644
index 63cc9b4b5b4..000
--- a/app-text/gtkspell/gtkspell-3.0.7.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-GCONF_DEBUG="no"
-
-inherit eutils gnome2 vala
-
-DESCRIPTION="Spell checking widget for GTK"
-HOMEPAGE="http://gtkspell.sourceforge.net/;
-MY_P="${PN}3-${PV}"
-SRC_URI="mirror://sourceforge/project/${PN}/${PV}/${MY_P}.tar.gz"
-
-LICENSE="GPL-2+"
-SLOT="3/0"
-KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~x86-macos ~x86-solaris"
-IUSE="+introspection vala"
-
-RDEPEND="
-   >=app-text/enchant-1.1.6
-   app-text/iso-codes
-   dev-libs/glib:2
-   x11-libs/gtk+:3[introspection?]
-   >=x11-libs/pango-1.8.0[introspection?]
-   introspection? ( >=dev-libs/gobject-introspection-1.30:= )
-"
-DEPEND="${RDEPEND}
-   >=dev-util/gtk-doc-am-1.17
-   >=dev-util/intltool-0.35.0
-   virtual/pkgconfig
-   vala? ( $(vala_depend) )
-"
-
-S="${WORKDIR}/${MY_P}"
-
-src_prepare() {
-   use vala && vala_src_prepare
-   gnome2_src_prepare
-}
-
-src_configure() {
-   gnome2_src_configure \
-   --disable-static \
-   $(use_enable introspection) \
-   $(use_enable vala)
-}



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

2017-11-23 Thread Sergei Trofimovich
commit: 3b7cc3fe12365e67e239a19978658193d4f58468
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Thu Nov 23 20:39:16 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Thu Nov 23 20:46:58 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b7cc3fe

app-text/gtkspell: stable 3.0.9 for hppa, bug #635938

Package-Manager: Portage-2.3.16, Repoman-2.3.6
RepoMan-Options: --include-arches="hppa"

 app-text/gtkspell/Manifest  | 4 ++--
 app-text/gtkspell/gtkspell-3.0.9.ebuild | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/app-text/gtkspell/Manifest b/app-text/gtkspell/Manifest
index 3b601d39910..9670f2e4981 100644
--- a/app-text/gtkspell/Manifest
+++ b/app-text/gtkspell/Manifest
@@ -1,3 +1,3 @@
-DIST gtkspell-2.0.16.tar.gz 351277 SHA256 
8fc7dc560167b2cb7193e76aca625a152dc19b0ebf49816b78539cbb90d80d02 SHA512 
7d3afb327c2e15608194e6ee6110107a0ce082e483788d831d636b2e579472304137373c09a966d8e5c0cd2f830bf2e0ee477c9b5fca7da6ee27fd1498915b9d
 WHIRLPOOL 
58dc258297412b99185f8d284fb4d2ab71ab834aa29e17a9dfb743e93271ae14d517fea2dc886112898f666104300df62b04082c307b3870de4a5d908bf2ae57
-DIST gtkspell3-3.0.7.tar.gz 447648 SHA256 
13f2e6d3e2554cc24253ef592074b28c117db33b7a4465c98c69a3e0a4fa3cc2 SHA512 
121c32050a3f3fe6868d76ce7783cb4619a9cbca083b45b78e1279e4c86143fe414e60971fed4c505b066449743664b372a06589af9c3e8dd1bafae355f83e47
 WHIRLPOOL 
db0c04e6a6c01bf6929ef92c7f53f0852afab5216854d9dfd028749caa016b9cce94d8c41b0cca6d2e4a5e6005141bb080b1167e4dfeefa4acd0cd8196a8e112
+DIST gtkspell-2.0.16.tar.gz 351277 BLAKE2B 
ccb49b99c4f9059ed4461bb5ffda4dbeb691c5a062184ba7b51d8464d2461c5be0d648e4f69dbc36fe345be2addbc271af9701a0a387975265585dd3a7926e99
 SHA512 
7d3afb327c2e15608194e6ee6110107a0ce082e483788d831d636b2e579472304137373c09a966d8e5c0cd2f830bf2e0ee477c9b5fca7da6ee27fd1498915b9d
+DIST gtkspell3-3.0.7.tar.gz 447648 BLAKE2B 
2c3b9ec1c30fc2236d2aea6756382b878a4681a54c1829cd9d8c3f31f8ae206577e360ec7a463e4e0b1c475deab936652b428c8f2a68771e096ad4e46f6076a2
 SHA512 
121c32050a3f3fe6868d76ce7783cb4619a9cbca083b45b78e1279e4c86143fe414e60971fed4c505b066449743664b372a06589af9c3e8dd1bafae355f83e47
 DIST gtkspell3-3.0.9.tar.xz 298988 SHA256 
a4f4a4a2789f7499563e26d96b22d8085222ebe278da47d026b2de782b8b4d26 SHA512 
de6cc24ca092067a101996142bf2b3cfb6a5af2170ea4b0185a997e5c88adead7ba53c5a297c3110b3a66dc87d37e429720f972895bb2931f9a033fc006e2eab
 WHIRLPOOL 
18a54c570d603d7e8643647da124b5fe85064b695584f8728e1d753e3cda6e849615317569c9607bd63c6d4abda2ce7e99336718313fc66ec13070df9ea076da

diff --git a/app-text/gtkspell/gtkspell-3.0.9.ebuild 
b/app-text/gtkspell/gtkspell-3.0.9.ebuild
index a5ee97156fc..35176e9b6f5 100644
--- a/app-text/gtkspell/gtkspell-3.0.9.ebuild
+++ b/app-text/gtkspell/gtkspell-3.0.9.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="mirror://sourceforge/project/${PN}/${PV}/${MY_P}.tar.xz"
 
 LICENSE="GPL-2+"
 SLOT="3/0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~x86-fbsd ~amd64-linux ~x86-linux ~x86-macos ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~x86-fbsd ~amd64-linux ~x86-linux ~x86-macos ~x86-solaris"
 IUSE="+introspection vala"
 REQUIRED_USE="vala? ( introspection )"
 



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

2017-09-03 Thread Gilles Dartiguelongue
commit: a4c44773909e4c6807f8e8ac3c21550e1c031eaf
Author: Gilles Dartiguelongue  gentoo  org>
AuthorDate: Sun Sep  3 14:05:08 2017 +
Commit: Gilles Dartiguelongue  gentoo  org>
CommitDate: Sun Sep  3 16:15:31 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a4c44773

app-text/gtkspell: version bump 3.0.7 → 3.0.9, bug #629760

Closes: https://bugs.gentoo.org/show_bug.cgi?id=629760

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 app-text/gtkspell/Manifest  |  1 +
 app-text/gtkspell/gtkspell-3.0.9.ebuild | 46 +
 2 files changed, 47 insertions(+)

diff --git a/app-text/gtkspell/Manifest b/app-text/gtkspell/Manifest
index 40eead8fd6e..3b601d39910 100644
--- a/app-text/gtkspell/Manifest
+++ b/app-text/gtkspell/Manifest
@@ -1,2 +1,3 @@
 DIST gtkspell-2.0.16.tar.gz 351277 SHA256 
8fc7dc560167b2cb7193e76aca625a152dc19b0ebf49816b78539cbb90d80d02 SHA512 
7d3afb327c2e15608194e6ee6110107a0ce082e483788d831d636b2e579472304137373c09a966d8e5c0cd2f830bf2e0ee477c9b5fca7da6ee27fd1498915b9d
 WHIRLPOOL 
58dc258297412b99185f8d284fb4d2ab71ab834aa29e17a9dfb743e93271ae14d517fea2dc886112898f666104300df62b04082c307b3870de4a5d908bf2ae57
 DIST gtkspell3-3.0.7.tar.gz 447648 SHA256 
13f2e6d3e2554cc24253ef592074b28c117db33b7a4465c98c69a3e0a4fa3cc2 SHA512 
121c32050a3f3fe6868d76ce7783cb4619a9cbca083b45b78e1279e4c86143fe414e60971fed4c505b066449743664b372a06589af9c3e8dd1bafae355f83e47
 WHIRLPOOL 
db0c04e6a6c01bf6929ef92c7f53f0852afab5216854d9dfd028749caa016b9cce94d8c41b0cca6d2e4a5e6005141bb080b1167e4dfeefa4acd0cd8196a8e112
+DIST gtkspell3-3.0.9.tar.xz 298988 SHA256 
a4f4a4a2789f7499563e26d96b22d8085222ebe278da47d026b2de782b8b4d26 SHA512 
de6cc24ca092067a101996142bf2b3cfb6a5af2170ea4b0185a997e5c88adead7ba53c5a297c3110b3a66dc87d37e429720f972895bb2931f9a033fc006e2eab
 WHIRLPOOL 
18a54c570d603d7e8643647da124b5fe85064b695584f8728e1d753e3cda6e849615317569c9607bd63c6d4abda2ce7e99336718313fc66ec13070df9ea076da

diff --git a/app-text/gtkspell/gtkspell-3.0.9.ebuild 
b/app-text/gtkspell/gtkspell-3.0.9.ebuild
new file mode 100644
index 000..a5ee97156fc
--- /dev/null
+++ b/app-text/gtkspell/gtkspell-3.0.9.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit gnome2 vala
+
+DESCRIPTION="Spell checking widget for GTK"
+HOMEPAGE="http://gtkspell.sourceforge.net/;
+MY_P="${PN}3-${PV}"
+SRC_URI="mirror://sourceforge/project/${PN}/${PV}/${MY_P}.tar.xz"
+
+LICENSE="GPL-2+"
+SLOT="3/0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~x86-fbsd ~amd64-linux ~x86-linux ~x86-macos ~x86-solaris"
+IUSE="+introspection vala"
+REQUIRED_USE="vala? ( introspection )"
+
+RDEPEND="
+   >=app-text/enchant-1.1.6
+   app-text/iso-codes
+   dev-libs/glib:2
+   x11-libs/gtk+:3[introspection?]
+   >=x11-libs/pango-1.8.0[introspection?]
+   introspection? ( >=dev-libs/gobject-introspection-1.30:= )
+"
+DEPEND="${RDEPEND}
+   >=dev-util/gtk-doc-am-1.17
+   >=dev-util/intltool-0.35.0
+   virtual/pkgconfig
+   vala? ( $(vala_depend) )
+"
+
+S="${WORKDIR}/${MY_P}"
+
+src_prepare() {
+   use vala && vala_src_prepare
+   gnome2_src_prepare
+}
+
+src_configure() {
+   gnome2_src_configure \
+   --disable-static \
+   $(use_enable introspection) \
+   $(use_enable vala)
+}



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

2017-06-22 Thread Alexis Ballier
commit: 252ab408d51a083073225aa239f6e0486eb96082
Author: Alexis Ballier  gentoo  org>
AuthorDate: Thu Jun 22 13:25:15 2017 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Thu Jun 22 14:24:35 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=252ab408

app-text/gtkspell: keyword ~arm64

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 app-text/gtkspell/gtkspell-2.0.16.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/gtkspell/gtkspell-2.0.16.ebuild 
b/app-text/gtkspell/gtkspell-2.0.16.ebuild
index d6b25bbcc90..fa7512b9378 100644
--- a/app-text/gtkspell/gtkspell-2.0.16.ebuild
+++ b/app-text/gtkspell/gtkspell-2.0.16.ebuild
@@ -12,7 +12,7 @@ SRC_URI="http://${PN}.sourceforge.net/download/${P}.tar.gz;
 
 LICENSE="GPL-2+"
 SLOT="2"
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sparc x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~x86-macos ~x86-solaris"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 sparc x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~x86-macos ~x86-solaris"
 IUSE=""
 
 RDEPEND="x11-libs/gtk+:2



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

2016-08-18 Thread Pacho Ramos
commit: 693d4c4a73214c008c2fbbe71ac213b041d8e88b
Author: Pacho Ramos  gentoo  org>
AuthorDate: Thu Aug 18 08:50:54 2016 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Thu Aug 18 09:07:41 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=693d4c4a

app-text/gtkspell: Drop old

Package-Manager: portage-2.3.0

 app-text/gtkspell/Manifest  |  1 -
 app-text/gtkspell/gtkspell-3.0.4.ebuild | 48 -
 2 files changed, 49 deletions(-)

diff --git a/app-text/gtkspell/Manifest b/app-text/gtkspell/Manifest
index 1dbe40d..40eead8 100644
--- a/app-text/gtkspell/Manifest
+++ b/app-text/gtkspell/Manifest
@@ -1,3 +1,2 @@
 DIST gtkspell-2.0.16.tar.gz 351277 SHA256 
8fc7dc560167b2cb7193e76aca625a152dc19b0ebf49816b78539cbb90d80d02 SHA512 
7d3afb327c2e15608194e6ee6110107a0ce082e483788d831d636b2e579472304137373c09a966d8e5c0cd2f830bf2e0ee477c9b5fca7da6ee27fd1498915b9d
 WHIRLPOOL 
58dc258297412b99185f8d284fb4d2ab71ab834aa29e17a9dfb743e93271ae14d517fea2dc886112898f666104300df62b04082c307b3870de4a5d908bf2ae57
-DIST gtkspell3-3.0.4.tar.gz 420762 SHA256 
fabf8e670c99c1a91996e0e33fa78b7c023f77efb3e11355cf5aa9bcdc43e4a7 SHA512 
907b9321b4608ca13c55c1c3a07a648b2d5eb30f0e4a92dca1c27051af254d4ded2444fef1b941f03a96e29e389d868ee15daad4bd7016239cd0dc54bb0f4abb
 WHIRLPOOL 
fd07dfd1fc2b4d449083c6847bf2c69d8f11fce2da6a5198a505e75ce6b14b9bd0c66638b5a15c0f0ff8675914355e6f9bbafbbc2096e786f81870c6ab42c1da
 DIST gtkspell3-3.0.7.tar.gz 447648 SHA256 
13f2e6d3e2554cc24253ef592074b28c117db33b7a4465c98c69a3e0a4fa3cc2 SHA512 
121c32050a3f3fe6868d76ce7783cb4619a9cbca083b45b78e1279e4c86143fe414e60971fed4c505b066449743664b372a06589af9c3e8dd1bafae355f83e47
 WHIRLPOOL 
db0c04e6a6c01bf6929ef92c7f53f0852afab5216854d9dfd028749caa016b9cce94d8c41b0cca6d2e4a5e6005141bb080b1167e4dfeefa4acd0cd8196a8e112

diff --git a/app-text/gtkspell/gtkspell-3.0.4.ebuild 
b/app-text/gtkspell/gtkspell-3.0.4.ebuild
deleted file mode 100644
index c7842a3..000
--- a/app-text/gtkspell/gtkspell-3.0.4.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-GCONF_DEBUG="no"
-VALA_MIN_API_VERSION="0.18"
-
-inherit eutils gnome2 vala
-
-DESCRIPTION="Spell checking widget for GTK"
-HOMEPAGE="http://gtkspell.sourceforge.net/;
-MY_P="${PN}3-${PV}"
-SRC_URI="mirror://sourceforge/project/${PN}/${PV}/${MY_P}.tar.gz"
-
-LICENSE="GPL-2+"
-SLOT="3/0"
-KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86 ~x86-fbsd 
~x86-freebsd ~amd64-linux ~x86-linux ~x86-macos ~x86-solaris"
-IUSE="+introspection vala"
-
-RDEPEND="
-   >=app-text/enchant-1.1.6
-   app-text/iso-codes
-   dev-libs/glib:2
-   x11-libs/gtk+:3[introspection?]
-   >=x11-libs/pango-1.8.0[introspection?]
-   introspection? ( >=dev-libs/gobject-introspection-1.30 )
-"
-DEPEND="${RDEPEND}
-   >=dev-util/gtk-doc-am-1.17
-   >=dev-util/intltool-0.35.0
-   virtual/pkgconfig
-   vala? ( $(vala_depend) )
-"
-
-S="${WORKDIR}/${MY_P}"
-
-src_prepare() {
-   use vala && vala_src_prepare
-   gnome2_src_prepare
-}
-
-src_configure() {
-   gnome2_src_configure \
-   --disable-static \
-   $(use_enable introspection) \
-   $(use_enable vala)
-}



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

2016-07-30 Thread Jeroen Roovers
commit: 64a31b803a4b7d08db4dd2014917c87b633ce245
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Sat Jul 30 10:01:38 2016 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Sat Jul 30 10:27:00 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=64a31b80

app-text/gtkspell: Stable for HPPA (bug #584468).

Package-Manager: portage-2.3.0
RepoMan-Options: --ignore-arches

 app-text/gtkspell/gtkspell-3.0.7.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-text/gtkspell/gtkspell-3.0.7.ebuild 
b/app-text/gtkspell/gtkspell-3.0.7.ebuild
index 31e19aa..744ba0f 100644
--- a/app-text/gtkspell/gtkspell-3.0.7.ebuild
+++ b/app-text/gtkspell/gtkspell-3.0.7.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -14,7 +14,7 @@ 
SRC_URI="mirror://sourceforge/project/${PN}/${PV}/${MY_P}.tar.gz"
 
 LICENSE="GPL-2+"
 SLOT="3/0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86 ~x86-fbsd 
~x86-freebsd ~amd64-linux ~x86-linux ~x86-macos ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86 ~x86-fbsd 
~x86-freebsd ~amd64-linux ~x86-linux ~x86-macos ~x86-solaris"
 IUSE="+introspection vala"
 
 RDEPEND="



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

2015-12-26 Thread Pacho Ramos
commit: 63cca522128e45910a1583e63c4a8e838c909d49
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sat Dec 26 13:38:10 2015 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sat Dec 26 14:20:04 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63cca522

app-text/gtkspell: Version bump

Package-Manager: portage-2.2.26

 app-text/gtkspell/Manifest  |  1 +
 app-text/gtkspell/gtkspell-3.0.7.ebuild | 47 +
 2 files changed, 48 insertions(+)

diff --git a/app-text/gtkspell/Manifest b/app-text/gtkspell/Manifest
index 780768a..1dbe40d 100644
--- a/app-text/gtkspell/Manifest
+++ b/app-text/gtkspell/Manifest
@@ -1,2 +1,3 @@
 DIST gtkspell-2.0.16.tar.gz 351277 SHA256 
8fc7dc560167b2cb7193e76aca625a152dc19b0ebf49816b78539cbb90d80d02 SHA512 
7d3afb327c2e15608194e6ee6110107a0ce082e483788d831d636b2e579472304137373c09a966d8e5c0cd2f830bf2e0ee477c9b5fca7da6ee27fd1498915b9d
 WHIRLPOOL 
58dc258297412b99185f8d284fb4d2ab71ab834aa29e17a9dfb743e93271ae14d517fea2dc886112898f666104300df62b04082c307b3870de4a5d908bf2ae57
 DIST gtkspell3-3.0.4.tar.gz 420762 SHA256 
fabf8e670c99c1a91996e0e33fa78b7c023f77efb3e11355cf5aa9bcdc43e4a7 SHA512 
907b9321b4608ca13c55c1c3a07a648b2d5eb30f0e4a92dca1c27051af254d4ded2444fef1b941f03a96e29e389d868ee15daad4bd7016239cd0dc54bb0f4abb
 WHIRLPOOL 
fd07dfd1fc2b4d449083c6847bf2c69d8f11fce2da6a5198a505e75ce6b14b9bd0c66638b5a15c0f0ff8675914355e6f9bbafbbc2096e786f81870c6ab42c1da
+DIST gtkspell3-3.0.7.tar.gz 447648 SHA256 
13f2e6d3e2554cc24253ef592074b28c117db33b7a4465c98c69a3e0a4fa3cc2 SHA512 
121c32050a3f3fe6868d76ce7783cb4619a9cbca083b45b78e1279e4c86143fe414e60971fed4c505b066449743664b372a06589af9c3e8dd1bafae355f83e47
 WHIRLPOOL 
db0c04e6a6c01bf6929ef92c7f53f0852afab5216854d9dfd028749caa016b9cce94d8c41b0cca6d2e4a5e6005141bb080b1167e4dfeefa4acd0cd8196a8e112

diff --git a/app-text/gtkspell/gtkspell-3.0.7.ebuild 
b/app-text/gtkspell/gtkspell-3.0.7.ebuild
new file mode 100644
index 000..c4cb2b2
--- /dev/null
+++ b/app-text/gtkspell/gtkspell-3.0.7.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+GCONF_DEBUG="no"
+
+inherit eutils gnome2 vala
+
+DESCRIPTION="Spell checking widget for GTK"
+HOMEPAGE="http://gtkspell.sourceforge.net/;
+MY_P="${PN}3-${PV}"
+SRC_URI="mirror://sourceforge/project/${PN}/${PV}/${MY_P}.tar.gz"
+
+LICENSE="GPL-2+"
+SLOT="3/0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x86-macos ~x86-solaris"
+IUSE="+introspection vala"
+
+RDEPEND="
+   >=app-text/enchant-1.1.6
+   app-text/iso-codes
+   dev-libs/glib:2
+   x11-libs/gtk+:3[introspection?]
+   >=x11-libs/pango-1.8.0[introspection?]
+   introspection? ( >=dev-libs/gobject-introspection-1.30:= )
+"
+DEPEND="${RDEPEND}
+   >=dev-util/gtk-doc-am-1.17
+   >=dev-util/intltool-0.35.0
+   virtual/pkgconfig
+   vala? ( $(vala_depend) )
+"
+
+S="${WORKDIR}/${MY_P}"
+
+src_prepare() {
+   use vala && vala_src_prepare
+   gnome2_src_prepare
+}
+
+src_configure() {
+   gnome2_src_configure \
+   --disable-static \
+   $(use_enable introspection) \
+   $(use_enable vala)
+}