commit:     2924c17e658a0cfbd17abf5391a4f14e19d3f33d
Author:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 20 19:42:55 2017 +0000
Commit:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Wed Dec 20 20:22:07 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2924c17e

app-text/gspell: remove old

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 app-text/gspell/Manifest            |  2 --
 app-text/gspell/gspell-1.2.3.ebuild | 47 -------------------------------------
 app-text/gspell/gspell-1.4.1.ebuild | 46 ------------------------------------
 3 files changed, 95 deletions(-)

diff --git a/app-text/gspell/Manifest b/app-text/gspell/Manifest
index a8597b9eb76..8d5386cfa4c 100644
--- a/app-text/gspell/Manifest
+++ b/app-text/gspell/Manifest
@@ -1,3 +1 @@
-DIST gspell-1.2.3.tar.xz 395360 BLAKE2B 
8ebef09870c6c0a6589a803f57cdba6bf8efbe0a951a4f8c6760b40d5a4eef9946707d78ac81180af0ccc649f6a437fc70379c44c9c27451e874381abb1a6b21
 SHA512 
b45f17e8707187a070d4c5d4f91e4bcbd4108e596519c2900d7ca1f35050b6b397ed8c012fa25e179dddaf8b9c3a356b26c6070698f8333dff00c57a72e47198
-DIST gspell-1.4.1.tar.xz 408996 BLAKE2B 
d1b751eea7f76c97ee65e385a769aea353df82118696e249886e642d73170549ffc9b47244c0d298dd7b91b7d68339dfbfaa77cc65d7e47985186c6960007bb4
 SHA512 
ded60e876598d8b6002ea28aa9a0d8f84c56c3a46d245df051949f5400f605a666279e42949bf2bfb365cf31f4618f1ce657dd3b81ed748af1036eddc1e67f6d
 DIST gspell-1.4.2.tar.xz 407356 BLAKE2B 
f2ee6ae43be55e8ad7253e10893868a8d7857bbe41e14d71103b27a0faf40b0ed247e9fa38ed7bc75039fe0f1f600fe739f538d50f69fb063d0932df6c0b1c27
 SHA512 
00f53d3ca47a4ba1af1e8b4983a41dc6df8a9788898b45ffdd161a3fc8de28024cc985f49fbb872912c0a94addbca3b28ce2edda70eeb206a794e2bcf65e4a5e

diff --git a/app-text/gspell/gspell-1.2.3.ebuild 
b/app-text/gspell/gspell-1.2.3.ebuild
deleted file mode 100644
index 666297d4e37..00000000000
--- a/app-text/gspell/gspell-1.2.3.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2017 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 x86"
-
-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
-       >=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)
-}
-
-src_test() {
-       virtx emake check
-}

diff --git a/app-text/gspell/gspell-1.4.1.ebuild 
b/app-text/gspell/gspell-1.4.1.ebuild
deleted file mode 100644
index 96bc7681b90..00000000000
--- a/app-text/gspell/gspell-1.4.1.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2017 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 ~x86"
-
-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
-}

Reply via email to