From: "Mart Raudsepp" <leio@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/gspell/
Date: Wed, 15 Feb 2017 17:28:48 +0000 (UTC) [thread overview]
Message-ID: <1487179706.e0cb680e35d88820515799276264e3d7bcfffb70.leio@gentoo> (raw)
commit: e0cb680e35d88820515799276264e3d7bcfffb70
Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 15 16:58:44 2017 +0000
Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Wed Feb 15 17:28:26 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0cb680e
app-text/gspell: remove old
Package-Manager: Portage-2.3.3, Repoman-2.3.1
app-text/gspell/Manifest | 2 --
app-text/gspell/gspell-1.0.3.ebuild | 48 -------------------------------------
app-text/gspell/gspell-1.2.1.ebuild | 48 -------------------------------------
3 files changed, 98 deletions(-)
diff --git a/app-text/gspell/Manifest b/app-text/gspell/Manifest
index 191515f0fc..8c53de5f55 100644
--- a/app-text/gspell/Manifest
+++ b/app-text/gspell/Manifest
@@ -1,4 +1,2 @@
DIST gspell-0.1.2.tar.xz 355128 SHA256 e8625c57296b6c178bc37659f023342f8edefaaa2c5eccf40de8bd479dbfa8f0 SHA512 8d9bd61f378929217b9461debb58df5070952539f30f6ee211cf13f856dfe5d5216468679a8d7d7b08df47ee6b7b45f25b2b6400212a83de9563e2bf175905bb WHIRLPOOL 44334ac608e9a66c5a6bf011ad21d7d368e29d7923079e947ed5484ae0c7847df1f29dc255979d0da844e1ecba16fa19dfae5b84aefd85287bc63de1465d3ffa
-DIST gspell-1.0.3.tar.xz 385772 SHA256 d95905e6c631e34911e8e3feeb364815bf3fd7ccd1dac118a34bcbae70261bd5 SHA512 c38159a988996c69ffd4ed7a348ab5eeef214632e57cf599541806b4317937f0f9ccb8d677182886fd281eb1a955cae595e6382924b1bd5f5edbe447b3e95e5b WHIRLPOOL c4dad122007264fe4a61039eb7aa38b04e4325fb3bf0916ddbcd1073988fe3acc13a9fe445023c113b87ea2ff59f93719d2efaa905d522aff5b070129098569b
-DIST gspell-1.2.1.tar.xz 395356 SHA256 9f1c3e5f09693a786e8b8dfdc5f142e9c9641d8674ec687014be928073d3f1a3 SHA512 c1073b314dd478ae8b9fc26ad141b8b560e22f7e26aac49f53fcfb687de914c3caaec9d83781213dc5e76cd2b17eecc801cd63b989deb4cf520539479de35588 WHIRLPOOL ab2289d294f89927113e48277a87697fbe4bffeb6ad2cb3a36ce9279fd7cebf2fe308204c4a73c12fdddda11c558a6beb70e4631fb49f90771b212ae209b45a8
DIST gspell-1.2.2.tar.xz 395120 SHA256 d93c677b77e8b92cf00693ade6ea0d46e478fc5fe75cc508111428e77e90661e SHA512 3bc8274e63eb11e0364adfeeec5963f480180774797b675f440a092a6208121ab52a39b27e61ba8305acba954a68cdf53dbe49acb4d6ef8e5d92e8efa9824800 WHIRLPOOL c3e42a619bb42da297130485c2bb691220e6844383c66f52ee9e73c9ad1899778d23db6edfce10fd8bd52e461d8d8bc46f7a7a4b64b9e3f7475774f4b5397799
diff --git a/app-text/gspell/gspell-1.0.3.ebuild b/app-text/gspell/gspell-1.0.3.ebuild
deleted file mode 100644
index 13a87a75e4..0000000000
--- a/app-text/gspell/gspell-1.0.3.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-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
- >=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.2.1.ebuild b/app-text/gspell/gspell-1.2.1.ebuild
deleted file mode 100644
index 5e42ce02f9..0000000000
--- a/app-text/gspell/gspell-1.2.1.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-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
- >=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
-}
next reply other threads:[~2017-02-15 17:28 UTC|newest]
Thread overview: 79+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-02-15 17:28 Mart Raudsepp [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-09-12 19:00 [gentoo-commits] repo/gentoo:master commit in: app-text/gspell/ Arthur Zamarin
2025-09-12 15:56 Arthur Zamarin
2025-09-10 3:39 Arthur Zamarin
2025-09-10 0:41 Sam James
2025-07-26 21:31 Sam James
2025-07-26 3:32 Sam James
2023-09-01 16:07 Arthur Zamarin
2023-08-29 18:02 Arthur Zamarin
2023-08-29 17:49 Arthur Zamarin
2023-07-29 9:39 Pacho Ramos
2023-06-19 15:30 Matt Turner
2023-06-03 19:45 Arthur Zamarin
2023-06-03 18:01 Arthur Zamarin
2023-06-03 2:30 Sam James
2023-06-03 2:29 Sam James
2023-06-03 2:29 Sam James
2023-06-03 2:08 Sam James
2023-06-03 1:57 Sam James
2023-05-02 14:54 Matt Turner
2023-05-01 7:22 Arthur Zamarin
2023-04-19 8:44 Arthur Zamarin
2023-03-09 1:09 Sam James
2023-01-03 2:53 WANG Xuerui
2022-10-03 3:03 Matt Turner
2022-08-15 19:13 Arthur Zamarin
2022-06-15 16:23 Matt Turner
2022-04-19 17:57 Matt Turner
2021-12-13 22:57 Sam James
2021-12-13 22:57 Sam James
2021-12-04 17:43 Arthur Zamarin
2021-11-19 11:39 Arthur Zamarin
2021-04-29 3:22 Matt Turner
2020-12-19 15:14 Mart Raudsepp
2020-12-19 15:14 Mart Raudsepp
2020-04-13 16:12 Agostino Sarubbo
2020-04-13 14:48 Agostino Sarubbo
2020-04-12 21:52 Mart Raudsepp
2020-04-12 21:52 Mart Raudsepp
2020-02-05 13:06 Mart Raudsepp
2020-02-05 9:32 Mart Raudsepp
2020-02-05 9:32 Mart Raudsepp
2020-02-05 9:32 Mart Raudsepp
2020-02-02 20:13 Mart Raudsepp
2019-12-29 14:45 Mart Raudsepp
2019-12-29 14:45 Mart Raudsepp
2019-10-21 19:51 Matt Turner
2019-04-27 16:33 Mart Raudsepp
2019-04-25 13:38 Lars Wendler
2018-10-06 22:37 Mart Raudsepp
2018-09-16 19:19 Matt Turner
2018-08-02 7:06 Mart Raudsepp
2018-03-01 15:41 Michał Górny
2018-01-07 22:07 Sergei Trofimovich
2017-12-20 20:23 Mart Raudsepp
2017-12-19 19:14 Thomas Deutschmann
2017-08-19 23:31 Gilles Dartiguelongue
2017-08-12 23:15 Gilles Dartiguelongue
2017-08-09 20:52 Sergei Trofimovich
2017-07-14 8:52 Mart Raudsepp
2017-07-14 8:52 Mart Raudsepp
2017-03-23 3:23 Mart Raudsepp
2017-03-23 3:23 Mart Raudsepp
2017-01-04 22:37 Gilles Dartiguelongue
2016-11-13 0:30 Gilles Dartiguelongue
2016-09-17 12:41 Gilles Dartiguelongue
2016-09-17 12:39 Gilles Dartiguelongue
2016-09-17 12:39 Gilles Dartiguelongue
2016-08-14 19:33 Markus Meier
2016-07-30 10:50 Pacho Ramos
2016-07-30 10:50 Pacho Ramos
2016-07-04 13:23 Tobias Klausmann
2016-06-28 3:47 Alexandre Rostovtsev
2016-06-28 3:47 Alexandre Rostovtsev
2016-01-27 22:56 Gilles Dartiguelongue
2015-12-13 22:10 Gilles Dartiguelongue
2015-11-19 19:23 Pacho Ramos
2015-11-19 19:23 Pacho Ramos
2015-11-09 12:01 Pacho Ramos
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1487179706.e0cb680e35d88820515799276264e3d7bcfffb70.leio@gentoo \
--to=leio@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox