[gentoo-commits] proj/gnome:master commit in: app-text/gspell/

2018-08-02 Thread Mart Raudsepp
commit: 2171290e4e0d1ecaeca6ee3adef073b8036e96be
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Thu Aug  2 07:12:39 2018 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Thu Aug  2 09:10:03 2018 +
URL:https://gitweb.gentoo.org/proj/gnome.git/commit/?id=2171290e

app-text/gspell: remove; 1.6.1 in main tree with fixed glib-compile-resources 
dep

 app-text/gspell/gspell-1.6.1.ebuild | 46 -
 app-text/gspell/metadata.xml|  8 ---
 2 files changed, 54 deletions(-)

diff --git a/app-text/gspell/gspell-1.6.1.ebuild 
b/app-text/gspell/gspell-1.6.1.ebuild
deleted file mode 100644
index 630e1181..
--- a/app-text/gspell/gspell-1.6.1.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="6"
-VALA_USE_DEPEND="vapigen"
-
-inherit gnome2 vala virtualx
-
-DESCRIPTION="Spell check library for GTK+ applications"
-HOMEPAGE="https://wiki.gnome.org/Projects/gspell;
-
-LICENSE="LGPL-2.1+"
-SLOT="0/1" # subslot = libgspell-1 soname version
-KEYWORDS="~alpha ~amd64 ~arm ~ppc ~sparc ~x86 ~amd64-fbsd"
-
-IUSE="+introspection vala"
-REQUIRED_USE="vala? ( introspection )"
-
-RDEPEND="
-   app-text/iso-codes
-   >=app-text/enchant-1.6.0
-   >=dev-libs/glib-2.44:2
-   >=x11-libs/gtk+-3.20:3[introspection?]
-   introspection? ( >=dev-libs/gobject-introspection-1.42.0:= )
-   vala? ( $(vala_depend) )
-"
-DEPEND="${RDEPEND}
-   >=dev-util/gtk-doc-am-1.25
-   >=sys-devel/gettext-0.19.4
-   virtual/pkgconfig
-"
-
-src_prepare() {
-   use vala && vala_src_prepare
-   gnome2_src_prepare
-}
-
-src_configure() {
-   gnome2_src_configure \
-   $(use_enable introspection) \
-   $(use_enable vala)
-}
-
-src_test() {
-   virtx emake check
-}

diff --git a/app-text/gspell/metadata.xml b/app-text/gspell/metadata.xml
deleted file mode 100644
index 39980802..
--- a/app-text/gspell/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-
-   gn...@gentoo.org
-   Gentoo GNOME Desktop
-
-



[gentoo-commits] proj/gnome:master commit in: app-text/gspell/

2018-05-11 Thread Sobhan Mohammadpour
commit: 65ee795c037bbacd7eb55489d58d67230308d296
Author: Sobhan Mohammadpour  gentoo  org>
AuthorDate: Fri May 11 06:38:51 2018 +
Commit: Sobhan Mohammadpour  gentoo  org>
CommitDate: Fri May 11 06:38:51 2018 +
URL:https://gitweb.gentoo.org/proj/gnome.git/commit/?id=65ee795c

app-text/gspell: bump

Package-Manager: Portage-2.3.36, Repoman-2.3.9
Manifest-Sign-Key: 0x7DF238CF0AA182E1

 app-text/gspell/gspell-1.6.1.ebuild | 46 +
 app-text/gspell/metadata.xml|  8 +++
 2 files changed, 54 insertions(+)

diff --git a/app-text/gspell/gspell-1.6.1.ebuild 
b/app-text/gspell/gspell-1.6.1.ebuild
new file mode 100644
index ..630e1181
--- /dev/null
+++ b/app-text/gspell/gspell-1.6.1.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+VALA_USE_DEPEND="vapigen"
+
+inherit gnome2 vala virtualx
+
+DESCRIPTION="Spell check library for GTK+ applications"
+HOMEPAGE="https://wiki.gnome.org/Projects/gspell;
+
+LICENSE="LGPL-2.1+"
+SLOT="0/1" # subslot = libgspell-1 soname version
+KEYWORDS="~alpha ~amd64 ~arm ~ppc ~sparc ~x86 ~amd64-fbsd"
+
+IUSE="+introspection vala"
+REQUIRED_USE="vala? ( introspection )"
+
+RDEPEND="
+   app-text/iso-codes
+   >=app-text/enchant-1.6.0
+   >=dev-libs/glib-2.44:2
+   >=x11-libs/gtk+-3.20:3[introspection?]
+   introspection? ( >=dev-libs/gobject-introspection-1.42.0:= )
+   vala? ( $(vala_depend) )
+"
+DEPEND="${RDEPEND}
+   >=dev-util/gtk-doc-am-1.25
+   >=sys-devel/gettext-0.19.4
+   virtual/pkgconfig
+"
+
+src_prepare() {
+   use vala && vala_src_prepare
+   gnome2_src_prepare
+}
+
+src_configure() {
+   gnome2_src_configure \
+   $(use_enable introspection) \
+   $(use_enable vala)
+}
+
+src_test() {
+   virtx emake check
+}

diff --git a/app-text/gspell/metadata.xml b/app-text/gspell/metadata.xml
new file mode 100644
index ..39980802
--- /dev/null
+++ b/app-text/gspell/metadata.xml
@@ -0,0 +1,8 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+
+   gn...@gentoo.org
+   Gentoo GNOME Desktop
+
+



[gentoo-commits] proj/gnome:master commit in: app-text/gspell/

2018-01-12 Thread Dennis Lamm
commit: 733054e52baa9032e077edb1b2be4884465ebcd9
Author: Dennis Lamm  gentoo  org>
AuthorDate: Fri Jan 12 08:32:57 2018 +
Commit: Dennis Lamm  gentoo  org>
CommitDate: Fri Jan 12 08:32:57 2018 +
URL:https://gitweb.gentoo.org/proj/gnome.git/commit/?id=733054e5

app-text:

Package-Manager: Portage-2.3.13, Repoman-2.3.3

 app-text/gspell/gspell-1.0.0.ebuild | 44 -
 app-text/gspell/metadata.xml|  8 ---
 2 files changed, 52 deletions(-)

diff --git a/app-text/gspell/gspell-1.0.0.ebuild 
b/app-text/gspell/gspell-1.0.0.ebuild
deleted file mode 100644
index 3cba69f8..
--- a/app-text/gspell/gspell-1.0.0.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-GCONF_DEBUG="no"
-VALA_USE_DEPEND="vapigen"
-
-inherit gnome2 vala
-
-DESCRIPTION="Spell check library for GTK+ applications"
-HOMEPAGE="https://wiki.gnome.org/Projects/gspell;
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="+introspection vala"
-REQUIRED_IUSE="vala? ( introspection )"
-
-RDEPEND="
-   app-text/iso-codes
-   >=app-text/enchant-1.6.0
-   >=dev-libs/glib-2.44:2
-   >=x11-libs/gtk+-3.19.11:3[introspection?]
-   introspection? ( >=dev-libs/gobject-introspection-1.42.0:= )
-   vala? ( $(vala_depend) )
-"
-DEPEND="${RDEPEND}
-   >=dev-util/gtk-doc-am-1.24
-   >=dev-util/intltool-0.35.0
-   >=sys-devel/gettext-0.19.4
-   virtual/pkgconfig
-"
-
-src_prepare() {
-   use vala && vala_src_prepare
-   gnome2_src_prepare
-}
-
-src_configure() {
-   gnome2_src_configure \
-   $(use_enable introspection) \
-   $(use_enable vala)
-}

diff --git a/app-text/gspell/metadata.xml b/app-text/gspell/metadata.xml
deleted file mode 100644
index 39980802..
--- a/app-text/gspell/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-
-   gn...@gentoo.org
-   Gentoo GNOME Desktop
-
-



[gentoo-commits] proj/gnome:master commit in: app-text/gspell/

2016-03-26 Thread Ole Reifschneider
commit: e92e09219b1f936b2a0de432f06858c2b4e09964
Author: Ole Reifschneider  gentoo  org>
AuthorDate: Sat Mar 26 22:10:12 2016 +
Commit: Ole Reifschneider  gentoo  org>
CommitDate: Sat Mar 26 22:28:35 2016 +
URL:https://gitweb.gentoo.org/proj/gnome.git/commit/?id=e92e0921

app-text/gspell: Bump version to 1.0.0

Package-Manager: portage-2.2.28
Manifest-Sign-Key: 0xE9E568677E8B4D42

 app-text/gspell/gspell-1.0.0.ebuild | 44 +
 app-text/gspell/metadata.xml|  8 +++
 2 files changed, 52 insertions(+)

diff --git a/app-text/gspell/gspell-1.0.0.ebuild 
b/app-text/gspell/gspell-1.0.0.ebuild
new file mode 100644
index 000..3cba69f
--- /dev/null
+++ b/app-text/gspell/gspell-1.0.0.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+GCONF_DEBUG="no"
+VALA_USE_DEPEND="vapigen"
+
+inherit gnome2 vala
+
+DESCRIPTION="Spell check library for GTK+ applications"
+HOMEPAGE="https://wiki.gnome.org/Projects/gspell;
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="+introspection vala"
+REQUIRED_IUSE="vala? ( introspection )"
+
+RDEPEND="
+   app-text/iso-codes
+   >=app-text/enchant-1.6.0
+   >=dev-libs/glib-2.44:2
+   >=x11-libs/gtk+-3.19.11:3[introspection?]
+   introspection? ( >=dev-libs/gobject-introspection-1.42.0:= )
+   vala? ( $(vala_depend) )
+"
+DEPEND="${RDEPEND}
+   >=dev-util/gtk-doc-am-1.24
+   >=dev-util/intltool-0.35.0
+   >=sys-devel/gettext-0.19.4
+   virtual/pkgconfig
+"
+
+src_prepare() {
+   use vala && vala_src_prepare
+   gnome2_src_prepare
+}
+
+src_configure() {
+   gnome2_src_configure \
+   $(use_enable introspection) \
+   $(use_enable vala)
+}

diff --git a/app-text/gspell/metadata.xml b/app-text/gspell/metadata.xml
new file mode 100644
index 000..3998080
--- /dev/null
+++ b/app-text/gspell/metadata.xml
@@ -0,0 +1,8 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+
+   gn...@gentoo.org
+   Gentoo GNOME Desktop
+
+