From a39210814e24b450a38147a1c6864011588926dd Mon Sep 17 00:00:00 2001 From: Jeremy Olexa Date: Sat, 1 Aug 2009 03:03:11 +0000 Subject: remove old (Portage version: 2.1.6.13/cvs/Linux x86_64) --- app-misc/fsniper/ChangeLog | 5 ++++- app-misc/fsniper/fsniper-1.1.ebuild | 21 --------------------- 2 files changed, 4 insertions(+), 22 deletions(-) delete mode 100644 app-misc/fsniper/fsniper-1.1.ebuild (limited to 'app-misc/fsniper') 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 -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 -} -- cgit v1.2.3-65-gdbad