summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrice Clement <monsieurp@gentoo.org>2017-08-01 23:41:35 +0200
committerPatrice Clement <monsieurp@gentoo.org>2017-08-01 23:42:06 +0200
commitd38791cd6c5763fde585f4239d70b421ac89fe4d (patch)
tree3a3c8edec78e052691b9bda738386035fd57a5c3 /app-misc
parentapp-misc/fsniper: stable for amd64+x86. (diff)
downloadgentoo-d38791cd6c5763fde585f4239d70b421ac89fe4d.tar.gz
gentoo-d38791cd6c5763fde585f4239d70b421ac89fe4d.tar.bz2
gentoo-d38791cd6c5763fde585f4239d70b421ac89fe4d.zip
app-misc/fsniper: clean up old.
Package-Manager: Portage-2.3.6, Repoman-2.3.1
Diffstat (limited to 'app-misc')
-rw-r--r--app-misc/fsniper/fsniper-1.3.1-r1.ebuild25
1 files changed, 0 insertions, 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 2d0f1864217d..000000000000
--- 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
-)