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 67752138334 for ; Sun, 7 Apr 2019 08:29:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 68E7FE089F; Sun, 7 Apr 2019 08:29:22 +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 44C1FE089E for ; Sun, 7 Apr 2019 08:29:22 +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 202DE335CF7 for ; Sun, 7 Apr 2019 08:29:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 720AD5A1 for ; Sun, 7 Apr 2019 08:29:18 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1554625728.ff42a3da93b961f7d268c997336ed11b8f90d56f.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-linelight-plugin/ X-VCS-Repository: repo/gentoo X-VCS-Files: xfce-extra/xfce4-linelight-plugin/xfce4-linelight-plugin-0.1.7.ebuild X-VCS-Directories: xfce-extra/xfce4-linelight-plugin/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: ff42a3da93b961f7d268c997336ed11b8f90d56f X-VCS-Branch: master Date: Sun, 7 Apr 2019 08:29:18 +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: 43033403-577c-4700-9c65-19d6391bf20d X-Archives-Hash: 5a995e643c8f75eb84bd750679ae92f5 commit: ff42a3da93b961f7d268c997336ed11b8f90d56f Author: Michał Górny gentoo org> AuthorDate: Sun Apr 7 07:36:58 2019 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Apr 7 08:28:48 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff42a3da xfce-extra/xfce4-linelight-plugin: Drop old Signed-off-by: Michał Górny gentoo.org> .../xfce4-linelight-plugin-0.1.7.ebuild | 38 ---------------------- 1 file changed, 38 deletions(-) diff --git a/xfce-extra/xfce4-linelight-plugin/xfce4-linelight-plugin-0.1.7.ebuild b/xfce-extra/xfce4-linelight-plugin/xfce4-linelight-plugin-0.1.7.ebuild deleted file mode 100644 index fc12389db32..00000000000 --- a/xfce-extra/xfce4-linelight-plugin/xfce4-linelight-plugin-0.1.7.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -EAUTORECONF=yes -inherit multilib xfconf - -DESCRIPTION="A simple locate based search plug-in for the Xfce panel" -HOMEPAGE="https://goodies.xfce.org/projects/panel-plugins/xfce4-linelight-plugin" -SRC_URI="mirror://debian/pool/main/${PN:0:1}/${PN}/${PN}_${PV}.orig.tar.bz2" -#SRC_URI="http://svn.ganymede.ch/private/trunk/${PN}/releases/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ~ppc ~ppc64 x86" -IUSE="" - -COMMON_DEPEND=">=dev-libs/glib-2.18:2 - >=x11-libs/gtk+-2.12:2 - >=xfce-base/xfce4-panel-4.8 - >=xfce-base/libxfcegui4-4.8" -RDEPEND="${COMMON_DEPEND} - sys-apps/mlocate" -DEPEND="${COMMON_DEPEND} - virtual/pkgconfig - sys-devel/gettext" - -pkg_setup() { - PATCHES=( - "${FILESDIR}"/${P}-port-to-xfcerc.patch - ) - - XFCONF=( - --libexecdir="${EPREFIX}"/usr/$(get_libdir) - ) - - DOCS=( AUTHORS ChangeLog NEWS ) -}