From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1180778-garchives=archives.gentoo.org@lists.gentoo.org>
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 0E4061382C5
	for <garchives@archives.gentoo.org>; Fri, 19 Jun 2020 17:21:50 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id C0474E08C2;
	Fri, 19 Jun 2020 17:21:48 +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 B6D8CE08C2
	for <gentoo-commits@lists.gentoo.org>; Fri, 19 Jun 2020 17:21:47 +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 432A334F207
	for <gentoo-commits@lists.gentoo.org>; Fri, 19 Jun 2020 17:21:46 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id DD9A8175
	for <gentoo-commits@lists.gentoo.org>; Fri, 19 Jun 2020 17:21:42 +0000 (UTC)
From: "Pacho Ramos" <pacho@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" <pacho@gentoo.org>
Message-ID: <1592587291.275e7ddc63402699711a1a625083e4317a5622c6.pacho@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/leafpad/
X-VCS-Repository: repo/gentoo
X-VCS-Files: app-editors/leafpad/leafpad-0.8.18.1.ebuild
X-VCS-Directories: app-editors/leafpad/
X-VCS-Committer: pacho
X-VCS-Committer-Name: Pacho Ramos
X-VCS-Revision: 275e7ddc63402699711a1a625083e4317a5622c6
X-VCS-Branch: master
Date: Fri, 19 Jun 2020 17:21:42 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: d67f9e21-b0a0-4e01-992c-fbd603d96eb0
X-Archives-Hash: c04c1850da49dca43e593cd9e94a0c7a

commit:     275e7ddc63402699711a1a625083e4317a5622c6
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 19 17:21:31 2020 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Fri Jun 19 17:21:31 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=275e7ddc

app-editors/leafpad: Drop old

Closes: https://bugs.gentoo.org/726422
Package-Manager: Portage-2.3.100, Repoman-2.3.22
Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>

 app-editors/leafpad/leafpad-0.8.18.1.ebuild | 44 -----------------------------
 1 file changed, 44 deletions(-)

diff --git a/app-editors/leafpad/leafpad-0.8.18.1.ebuild b/app-editors/leafpad/leafpad-0.8.18.1.ebuild
deleted file mode 100644
index 9497f53825f..00000000000
--- a/app-editors/leafpad/leafpad-0.8.18.1.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit gnome2-utils xdg-utils
-
-DESCRIPTION="A simple GTK2 text editor"
-HOMEPAGE="http://tarot.freeshell.org/leafpad/"
-SRC_URI="mirror://nongnu/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux"
-IUSE="emacs"
-
-RDEPEND="virtual/libintl
-	x11-libs/gtk+:2"
-DEPEND="${RDEPEND}
-	dev-util/intltool
-	sys-devel/gettext
-	virtual/pkgconfig"
-
-PATCHES=(
-	"${FILESDIR}"/${P}-fdo.patch
-	"${FILESDIR}"/${P}-format-security.patch
-)
-
-src_configure() {
-	econf \
-		--enable-chooser \
-		--enable-print \
-		$(use_enable emacs)
-}
-
-pkg_postinst() {
-	xdg_desktop_database_update
-	gnome2_icon_cache_update
-}
-
-pkg_postrm() {
-	xdg_desktop_database_update
-	gnome2_icon_cache_update
-}