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 82CB2139694 for ; Tue, 1 Aug 2017 21:42:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DE38D1FC084; Tue, 1 Aug 2017 21:42:17 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 BB60D1FC084 for ; Tue, 1 Aug 2017 21:42:12 +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 9F32A341875 for ; Tue, 1 Aug 2017 21:42:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4374575D2 for ; Tue, 1 Aug 2017 21:42:10 +0000 (UTC) From: "Patrice Clement" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrice Clement" Message-ID: <1501623726.d38791cd6c5763fde585f4239d70b421ac89fe4d.monsieurp@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/fsniper/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-misc/fsniper/fsniper-1.3.1-r1.ebuild X-VCS-Directories: app-misc/fsniper/ X-VCS-Committer: monsieurp X-VCS-Committer-Name: Patrice Clement X-VCS-Revision: d38791cd6c5763fde585f4239d70b421ac89fe4d X-VCS-Branch: master Date: Tue, 1 Aug 2017 21:42:10 +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: 3250ba04-772a-4c41-a8f8-b87f5bda249b X-Archives-Hash: 4d7e6ea0c6b7254891568b9d243a6444 commit: d38791cd6c5763fde585f4239d70b421ac89fe4d Author: Patrice Clement gentoo org> AuthorDate: Tue Aug 1 21:41:35 2017 +0000 Commit: Patrice Clement gentoo org> CommitDate: Tue Aug 1 21:42:06 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d38791cd app-misc/fsniper: clean up old. Package-Manager: Portage-2.3.6, Repoman-2.3.1 app-misc/fsniper/fsniper-1.3.1-r1.ebuild | 25 ------------------------- 1 file changed, 25 deletions(-) diff --git a/app-misc/fsniper/fsniper-1.3.1-r1.ebuild b/app-misc/fsniper/fsniper-1.3.1-r1.ebuild deleted file mode 100644 index 2d0f1864217..00000000000 --- a/app-misc/fsniper/fsniper-1.3.1-r1.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit autotools-utils - -DESCRIPTION="Tool that monitors a given set of directories for new files" -HOMEPAGE="https://github.com/l3ib/fsniper/" -SRC_URI="http://projects.l3ib.org/${PN}/files/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="" - -DEPEND=" - dev-libs/libpcre - sys-apps/file" -RDEPEND="${DEPEND}" - -PATCHES=( - "${FILESDIR}"/${P}-format-security.patch - "${FILESDIR}"/${P}-umask.patch -)