diff options
-rw-r--r-- | app-misc/fsniper/ChangeLog | 5 | ||||
-rw-r--r-- | app-misc/fsniper/fsniper-1.1.ebuild | 21 |
2 files changed, 4 insertions, 22 deletions
diff --git a/app-misc/fsniper/ChangeLog b/app-misc/fsniper/ChangeLog index 66b2147b28f9..12bb7c023097 100644 --- a/app-misc/fsniper/ChangeLog +++ b/app-misc/fsniper/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-misc/fsniper # 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 $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/fsniper/ChangeLog,v 1.3 2009/08/01 03:03:11 darkside Exp $ + + 01 Aug 2009; Jeremy Olexa <darkside@gentoo.org> -fsniper-1.1.ebuild: + remove old *fsniper-1.3.1 (10 Apr 2009) diff --git a/app-misc/fsniper/fsniper-1.1.ebuild b/app-misc/fsniper/fsniper-1.1.ebuild deleted file mode 100644 index 099bee6762fb..000000000000 --- a/app-misc/fsniper/fsniper-1.1.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# 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 -} |