Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/fsniper/
Date: Tue, 01 Aug 2017 21:42:19
Message-Id: 1501623726.d38791cd6c5763fde585f4239d70b421ac89fe4d.monsieurp@gentoo
1 commit: d38791cd6c5763fde585f4239d70b421ac89fe4d
2 Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
3 AuthorDate: Tue Aug 1 21:41:35 2017 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Tue Aug 1 21:42:06 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d38791cd
7
8 app-misc/fsniper: clean up old.
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.1
11
12 app-misc/fsniper/fsniper-1.3.1-r1.ebuild | 25 -------------------------
13 1 file changed, 25 deletions(-)
14
15 diff --git a/app-misc/fsniper/fsniper-1.3.1-r1.ebuild b/app-misc/fsniper/fsniper-1.3.1-r1.ebuild
16 deleted file mode 100644
17 index 2d0f1864217..00000000000
18 --- a/app-misc/fsniper/fsniper-1.3.1-r1.ebuild
19 +++ /dev/null
20 @@ -1,25 +0,0 @@
21 -# Copyright 1999-2015 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI=5
25 -
26 -inherit autotools-utils
27 -
28 -DESCRIPTION="Tool that monitors a given set of directories for new files"
29 -HOMEPAGE="https://github.com/l3ib/fsniper/"
30 -SRC_URI="http://projects.l3ib.org/${PN}/files/${P}.tar.gz"
31 -
32 -LICENSE="GPL-2"
33 -SLOT="0"
34 -KEYWORDS="amd64 x86"
35 -IUSE=""
36 -
37 -DEPEND="
38 - dev-libs/libpcre
39 - sys-apps/file"
40 -RDEPEND="${DEPEND}"
41 -
42 -PATCHES=(
43 - "${FILESDIR}"/${P}-format-security.patch
44 - "${FILESDIR}"/${P}-umask.patch
45 -)