From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A3B60139083 for ; Wed, 20 Dec 2017 20:23:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 52DFCE1191; Wed, 20 Dec 2017 20:23:39 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 26339E1191 for ; Wed, 20 Dec 2017 20:23:39 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4C2C333DDA5 for ; Wed, 20 Dec 2017 20:23:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 47634AE9A for ; Wed, 20 Dec 2017 20:23:34 +0000 (UTC) From: "Mart Raudsepp" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mart Raudsepp" Message-ID: <1513801335.faea5a4ed614180e706359d97e399701e55c15e6.leio@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/gtkspell/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/gtkspell/Manifest app-text/gtkspell/gtkspell-3.0.7.ebuild X-VCS-Directories: app-text/gtkspell/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: faea5a4ed614180e706359d97e399701e55c15e6 X-VCS-Branch: master Date: Wed, 20 Dec 2017 20:23:34 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 36cbb4fe-2cf9-4056-a8ed-53ce4d45c74d X-Archives-Hash: 7112dc04e2d37942c1cbedd174da5871 commit: faea5a4ed614180e706359d97e399701e55c15e6 Author: Mart Raudsepp gentoo org> AuthorDate: Wed Dec 20 19:44:45 2017 +0000 Commit: Mart Raudsepp gentoo org> CommitDate: Wed Dec 20 20:22:15 2017 +0000 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..00000000000 --- 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) -}