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 6D0C61382C5 for ; Sun, 11 Mar 2018 18:23:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C4A74E095F; Sun, 11 Mar 2018 18:23:54 +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 A52B0E095F for ; Sun, 11 Mar 2018 18:23:54 +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 B8A55335C30 for ; Sun, 11 Mar 2018 18:23:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4DCAE245 for ; Sun, 11 Mar 2018 18:23:52 +0000 (UTC) From: "Denis Dupeyron" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Denis Dupeyron" Message-ID: <1520792626.4d62d789ba3664c26a8c4c59faac697152baf1ba.calchan@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/mousepad/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-editors/mousepad/mousepad-0.4.0.ebuild X-VCS-Directories: app-editors/mousepad/ X-VCS-Committer: calchan X-VCS-Committer-Name: Denis Dupeyron X-VCS-Revision: 4d62d789ba3664c26a8c4c59faac697152baf1ba X-VCS-Branch: master Date: Sun, 11 Mar 2018 18:23:52 +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: 35d8bcec-85dd-436a-8269-37de92715477 X-Archives-Hash: 068a194c6187baa9d95332bf5e8cd933 commit: 4d62d789ba3664c26a8c4c59faac697152baf1ba Author: Denis Dupeyron gentoo org> AuthorDate: Sun Mar 11 18:23:02 2018 +0000 Commit: Denis Dupeyron gentoo org> CommitDate: Sun Mar 11 18:23:46 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d62d789 app-editors/mousepad: remove old app-editors/mousepad/mousepad-0.4.0.ebuild | 46 ------------------------------ 1 file changed, 46 deletions(-) diff --git a/app-editors/mousepad/mousepad-0.4.0.ebuild b/app-editors/mousepad/mousepad-0.4.0.ebuild deleted file mode 100644 index e144702820d..00000000000 --- a/app-editors/mousepad/mousepad-0.4.0.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -inherit gnome2-utils xfconf - -DESCRIPTION="GTK+-based editor for the Xfce Desktop Environment" -HOMEPAGE="https://goodies.xfce.org/projects/applications/start" -SRC_URI="mirror://xfce/src/apps/${PN}/${PV%.*}/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="debug dbus gtk3" - -RDEPEND=">=dev-libs/glib-2.30:2= - dbus? ( >=dev-libs/dbus-glib-0.100:0= ) - !gtk3? ( >=x11-libs/gtk+-2.24:2= - x11-libs/gtksourceview:2.0= ) - gtk3? ( x11-libs/gtk+:3= - x11-libs/gtksourceview:3.0= )" -DEPEND="${RDEPEND} - dev-lang/perl - dev-util/intltool - sys-devel/gettext - virtual/pkgconfig" - -pkg_setup() { - XFCONF=( - $(xfconf_use_debug) - $(use_enable dbus) - $(use_enable gtk3) - ) - - DOCS=( AUTHORS ChangeLog NEWS README TODO ) -} - -pkg_preinst() { - xfconf_pkg_preinst - gnome2_schemas_savelist -} - -pkg_postinst() { - xfconf_pkg_postinst - gnome2_schemas_update -}