diff options
author | Jeremy Olexa <darkside@gentoo.org> | 2009-08-01 03:03:11 +0000 |
---|---|---|
committer | Jeremy Olexa <darkside@gentoo.org> | 2009-08-01 03:03:11 +0000 |
commit | a39210814e24b450a38147a1c6864011588926dd (patch) | |
tree | 8690c11087eb277a1774c0396eb8f7d53d87a063 /app-misc/fsniper | |
parent | remove old (diff) | |
download | gentoo-2-a39210814e24b450a38147a1c6864011588926dd.tar.gz gentoo-2-a39210814e24b450a38147a1c6864011588926dd.tar.bz2 gentoo-2-a39210814e24b450a38147a1c6864011588926dd.zip |
remove old
(Portage version: 2.1.6.13/cvs/Linux x86_64)
Diffstat (limited to 'app-misc/fsniper')
-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 -} |