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 3E1C113835A for ; Sun, 7 Jun 2020 21:28:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 711E3E08EC; Sun, 7 Jun 2020 21:28:39 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 58859E08EC for ; Sun, 7 Jun 2020 21:28:39 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 04AD534F3D6 for ; Sun, 7 Jun 2020 21:28:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 97AB1288 for ; Sun, 7 Jun 2020 21:28:35 +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: <1591565299.33c93a7503638d95c327facd5ad2a8e31e633110.leio@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/gtkspell/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/gtkspell/gtkspell-2.0.16.ebuild X-VCS-Directories: app-text/gtkspell/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: 33c93a7503638d95c327facd5ad2a8e31e633110 X-VCS-Branch: master Date: Sun, 7 Jun 2020 21:28:35 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 5e830bf7-d6e8-4b1d-be8b-641cc0bd5f55 X-Archives-Hash: ca9b6257201ea7a5d9614a223920b0c3 commit: 33c93a7503638d95c327facd5ad2a8e31e633110 Author: Mart Raudsepp gentoo org> AuthorDate: Sun Jun 7 21:08:11 2020 +0000 Commit: Mart Raudsepp gentoo org> CommitDate: Sun Jun 7 21:28:19 2020 +0000 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..00000000000 --- 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 -}