summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Shakaryan <omp@gentoo.org>2008-07-04 18:12:48 +0000
committerDavid Shakaryan <omp@gentoo.org>2008-07-04 18:12:48 +0000
commitc0acd3c875c3810275ddb17c4f435a966383284e (patch)
tree72adcd20756e1cddd6c5d15553f2649858679fd0 /app-misc
parentExtend linux-headers dependency atom (#230491). Demote r1 to ~mips. (diff)
downloadhistorical-c0acd3c875c3810275ddb17c4f435a966383284e.tar.gz
historical-c0acd3c875c3810275ddb17c4f435a966383284e.tar.bz2
historical-c0acd3c875c3810275ddb17c4f435a966383284e.zip
Add app-misc/fsniper to tree.
Package-Manager: portage-2.1.5.5
Diffstat (limited to 'app-misc')
-rw-r--r--app-misc/fsniper/ChangeLog10
-rw-r--r--app-misc/fsniper/Manifest14
-rw-r--r--app-misc/fsniper/fsniper-1.1.ebuild21
-rw-r--r--app-misc/fsniper/metadata.xml9
4 files changed, 54 insertions, 0 deletions
diff --git a/app-misc/fsniper/ChangeLog b/app-misc/fsniper/ChangeLog
new file mode 100644
index 000000000000..026a0036c0da
--- /dev/null
+++ b/app-misc/fsniper/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for app-misc/fsniper
+# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-misc/fsniper/ChangeLog,v 1.1 2008/07/04 18:12:48 omp Exp $
+
+*fsniper-1.1 (04 Jul 2008)
+
+ 04 Jul 2008; David Shakaryan <omp@gentoo.org> +metadata.xml,
+ +fsniper-1.1.ebuild:
+ Add app-misc/fsniper to tree.
+
diff --git a/app-misc/fsniper/Manifest b/app-misc/fsniper/Manifest
new file mode 100644
index 000000000000..aa2dd080386f
--- /dev/null
+++ b/app-misc/fsniper/Manifest
@@ -0,0 +1,14 @@
+-----BEGIN PGP SIGNED MESSAGE-----
+Hash: SHA1
+
+DIST fsniper-1.1.tar.gz 275719 RMD160 628a0790bb4e171cbda83407e85d4e298fe36aa4 SHA1 d0e073da2d3d4bc35d8b3956a46eb3b7c91f39eb SHA256 65bf9a0956e5ee727a2878924a4980faf408ad4e7aa514c0d2d7e970a426c6c3
+EBUILD fsniper-1.1.ebuild 640 RMD160 c87ea3a4565cc75048143b1d39d10634aaf467b2 SHA1 eeed36e2ab1e806237e8656cd0b4c1f21523265d SHA256 660023e06667272d5f426fbecf6f3a1237d5dd9f474d983a8cc5dfb254ca9cfd
+MISC ChangeLog 349 RMD160 ea097061e85ba100a2374e1549b9c4965dcd02f2 SHA1 e960076aebb8f30e845b0288ec9a70067949750b SHA256 a0304d18f569d2cd2b1d9bae0edafa2e38626c026cc6e2ec4f06a31ba2ea2d65
+MISC metadata.xml 264 RMD160 6d9182474cdd6670af0e11e12696b4fea20c84ce SHA1 9252df378e4be4870dd48df563cc03deba26075b SHA256 14e12a848b872abb6c966e84c985d62da9578c5df19220083ecf68e0b03ba543
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v2.0.9 (GNU/Linux)
+
+iEYEARECAAYFAkhuaCwACgkQvSApE0uP4UsnzwCePkEBnEXCtsnZXm5QlzOK4vev
+GLsAn0xZAH3Oh6ggMLb9abErrWHCGsqf
+=cDYD
+-----END PGP SIGNATURE-----
diff --git a/app-misc/fsniper/fsniper-1.1.ebuild b/app-misc/fsniper/fsniper-1.1.ebuild
new file mode 100644
index 000000000000..099bee6762fb
--- /dev/null
+++ b/app-misc/fsniper/fsniper-1.1.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2008 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-misc/fsniper/fsniper-1.1.ebuild,v 1.1 2008/07/04 18:12:48 omp Exp $
+
+DESCRIPTION="Tool that monitors a given set of directories for new files"
+HOMEPAGE="http://projects.l3ib.org/trac/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}"
+
+src_install() {
+ emake DESTDIR="${D}" install || die "emake install failed"
+ dodoc AUTHORS ChangeLog example.conf README
+}
diff --git a/app-misc/fsniper/metadata.xml b/app-misc/fsniper/metadata.xml
new file mode 100644
index 000000000000..06acf90b6ed9
--- /dev/null
+++ b/app-misc/fsniper/metadata.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>shell-tools</herd>
+ <maintainer>
+ <email>omp@gentoo.org</email>
+ <name>David Shakaryan</name>
+ </maintainer>
+</pkgmetadata>