diff options
author | Jeremy Olexa <darkside@gentoo.org> | 2009-04-10 04:20:57 +0000 |
---|---|---|
committer | Jeremy Olexa <darkside@gentoo.org> | 2009-04-10 04:20:57 +0000 |
commit | f793f1aa2f6074e72be5605a81908fe95aac58d2 (patch) | |
tree | c3d978690c07e59a2c013da38cff48562a1d361c /app-misc | |
parent | amd64 stable, bug 264947 (diff) | |
download | gentoo-2-f793f1aa2f6074e72be5605a81908fe95aac58d2.tar.gz gentoo-2-f793f1aa2f6074e72be5605a81908fe95aac58d2.tar.bz2 gentoo-2-f793f1aa2f6074e72be5605a81908fe95aac58d2.zip |
version bump, bug 260318
(Portage version: 2.1.6.11/cvs/Linux x86_64)
Diffstat (limited to 'app-misc')
-rw-r--r-- | app-misc/fsniper/ChangeLog | 9 | ||||
-rw-r--r-- | app-misc/fsniper/fsniper-1.3.1.ebuild | 21 |
2 files changed, 28 insertions, 2 deletions
diff --git a/app-misc/fsniper/ChangeLog b/app-misc/fsniper/ChangeLog index 026a0036c0da..66b2147b28f9 100644 --- a/app-misc/fsniper/ChangeLog +++ b/app-misc/fsniper/ChangeLog @@ -1,6 +1,11 @@ # 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 $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-misc/fsniper/ChangeLog,v 1.2 2009/04/10 04:20:57 darkside Exp $ + +*fsniper-1.3.1 (10 Apr 2009) + + 10 Apr 2009; Jeremy Olexa <darkside@gentoo.org> +fsniper-1.3.1.ebuild: + version bump, bug 260318 *fsniper-1.1 (04 Jul 2008) diff --git a/app-misc/fsniper/fsniper-1.3.1.ebuild b/app-misc/fsniper/fsniper-1.3.1.ebuild new file mode 100644 index 000000000000..6c0c24c29e36 --- /dev/null +++ b/app-misc/fsniper/fsniper-1.3.1.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-misc/fsniper/fsniper-1.3.1.ebuild,v 1.1 2009/04/10 04:20:57 darkside 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 +} |