diff options
author | Wolfram Schlich <wschlich@gentoo.org> | 2008-06-01 09:08:17 +0000 |
---|---|---|
committer | Wolfram Schlich <wschlich@gentoo.org> | 2008-06-01 09:08:17 +0000 |
commit | df3f7f70cf8d08282aba21256ebd38295523226a (patch) | |
tree | b6bd110c7d21e2dadc87d86ddd363851dbaf604b /sys-fs/inotify-tools | |
parent | Remove broken and insecure version (diff) | |
download | gentoo-2-df3f7f70cf8d08282aba21256ebd38295523226a.tar.gz gentoo-2-df3f7f70cf8d08282aba21256ebd38295523226a.tar.bz2 gentoo-2-df3f7f70cf8d08282aba21256ebd38295523226a.zip |
add missing IUSE as per bug #224375, remove old versions
(Portage version: 2.1.5_rc4)
Diffstat (limited to 'sys-fs/inotify-tools')
-rw-r--r-- | sys-fs/inotify-tools/ChangeLog | 7 | ||||
-rw-r--r-- | sys-fs/inotify-tools/inotify-tools-3.11.ebuild | 21 | ||||
-rw-r--r-- | sys-fs/inotify-tools/inotify-tools-3.12.ebuild | 5 | ||||
-rw-r--r-- | sys-fs/inotify-tools/inotify-tools-3.13.ebuild | 3 |
4 files changed, 11 insertions, 25 deletions
diff --git a/sys-fs/inotify-tools/ChangeLog b/sys-fs/inotify-tools/ChangeLog index 9c3c80eb1d74..cef28a430de9 100644 --- a/sys-fs/inotify-tools/ChangeLog +++ b/sys-fs/inotify-tools/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for sys-fs/inotify-tools # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/inotify-tools/ChangeLog,v 1.22 2008/01/02 23:20:04 wschlich Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/inotify-tools/ChangeLog,v 1.23 2008/06/01 09:08:17 wschlich Exp $ + + 01 Jun 2008; Wolfram Schlich <wschlich@gentoo.org> + -inotify-tools-3.11.ebuild, inotify-tools-3.12.ebuild, + inotify-tools-3.13.ebuild: + add missing IUSE as per bug #224375, remove old versions *inotify-tools-3.13 (02 Jan 2008) diff --git a/sys-fs/inotify-tools/inotify-tools-3.11.ebuild b/sys-fs/inotify-tools/inotify-tools-3.11.ebuild deleted file mode 100644 index bd7bb4ba25b4..000000000000 --- a/sys-fs/inotify-tools/inotify-tools-3.11.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/inotify-tools/inotify-tools-3.11.ebuild,v 1.1 2007/09/20 23:23:10 wschlich Exp $ - -DESCRIPTION="a set of command-line programs providing a simple interface to inotify" -HOMEPAGE="http://inotify-tools.sourceforge.net/" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -DEPEND="virtual/libc" - -src_compile() { - econf || die "configure failed" - emake || die "make failed" -} - -src_install() { - emake DESTDIR="${D}" install || die "make install failed" - dodoc NEWS AUTHORS -} diff --git a/sys-fs/inotify-tools/inotify-tools-3.12.ebuild b/sys-fs/inotify-tools/inotify-tools-3.12.ebuild index d6c6da5ff7e1..ed22af99961b 100644 --- a/sys-fs/inotify-tools/inotify-tools-3.12.ebuild +++ b/sys-fs/inotify-tools/inotify-tools-3.12.ebuild @@ -1,7 +1,8 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/inotify-tools/inotify-tools-3.12.ebuild,v 1.5 2007/11/29 20:39:22 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/inotify-tools/inotify-tools-3.12.ebuild,v 1.6 2008/06/01 09:08:17 wschlich Exp $ +IUSE="" DESCRIPTION="a set of command-line programs providing a simple interface to inotify" HOMEPAGE="http://inotify-tools.sourceforge.net/" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" diff --git a/sys-fs/inotify-tools/inotify-tools-3.13.ebuild b/sys-fs/inotify-tools/inotify-tools-3.13.ebuild index 2af0e24370eb..7926fc60ab37 100644 --- a/sys-fs/inotify-tools/inotify-tools-3.13.ebuild +++ b/sys-fs/inotify-tools/inotify-tools-3.13.ebuild @@ -1,7 +1,8 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/inotify-tools/inotify-tools-3.13.ebuild,v 1.1 2008/01/02 23:20:04 wschlich Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/inotify-tools/inotify-tools-3.13.ebuild,v 1.2 2008/06/01 09:08:17 wschlich Exp $ +IUSE="" DESCRIPTION="a set of command-line programs providing a simple interface to inotify" HOMEPAGE="http://inotify-tools.sourceforge.net/" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" |