diff options
author | Sergey Popov <pinkbyte@gentoo.org> | 2013-03-15 11:56:02 +0000 |
---|---|---|
committer | Sergey Popov <pinkbyte@gentoo.org> | 2013-03-15 11:56:02 +0000 |
commit | 9be0e2f852ee151894bcdce6ae8a61bd223bc5c7 (patch) | |
tree | 233245a1ad33ddf0f5b9210f13f56953d2e1d5a9 /sys-fs | |
parent | Stable for amd64, wrt bug #461598 (diff) | |
download | gentoo-2-9be0e2f852ee151894bcdce6ae8a61bd223bc5c7.tar.gz gentoo-2-9be0e2f852ee151894bcdce6ae8a61bd223bc5c7.tar.bz2 gentoo-2-9be0e2f852ee151894bcdce6ae8a61bd223bc5c7.zip |
Change HOMEPAGE, wrt bug #457858, drop old versions
(Portage version: 2.2.0_alpha166/cvs/Linux x86_64, signed Manifest commit with key 0x1F357D42)
Diffstat (limited to 'sys-fs')
-rw-r--r-- | sys-fs/inotify-tools/ChangeLog | 7 | ||||
-rw-r--r-- | sys-fs/inotify-tools/inotify-tools-3.12.ebuild | 17 | ||||
-rw-r--r-- | sys-fs/inotify-tools/inotify-tools-3.13-r1.ebuild | 6 | ||||
-rw-r--r-- | sys-fs/inotify-tools/inotify-tools-3.13.ebuild | 17 | ||||
-rw-r--r-- | sys-fs/inotify-tools/inotify-tools-3.14.ebuild | 6 |
5 files changed, 12 insertions, 41 deletions
diff --git a/sys-fs/inotify-tools/ChangeLog b/sys-fs/inotify-tools/ChangeLog index f5ee8f31310e..55809a948a4a 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-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/inotify-tools/ChangeLog,v 1.32 2013/03/03 17:03:07 wschlich Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/inotify-tools/ChangeLog,v 1.33 2013/03/15 11:56:02 pinkbyte Exp $ + + 15 Mar 2013; Sergey Popov <pinkbyte@gentoo.org> -inotify-tools-3.12.ebuild, + -inotify-tools-3.13.ebuild, inotify-tools-3.13-r1.ebuild, + inotify-tools-3.14.ebuild: + Change HOMEPAGE, wrt bug #457858, drop old versions 03 Mar 2013; Wolfram Schlich <wschlich@gentoo.org> metadata.xml: removed myself from metadata.xml, added maintainer-needed@gentoo.org diff --git a/sys-fs/inotify-tools/inotify-tools-3.12.ebuild b/sys-fs/inotify-tools/inotify-tools-3.12.ebuild deleted file mode 100644 index cc61e41e29ba..000000000000 --- a/sys-fs/inotify-tools/inotify-tools-3.12.ebuild +++ /dev/null @@ -1,17 +0,0 @@ -# Copyright 1999-2009 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.8 2009/09/23 20:51:05 patrick 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" -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 hppa x86" -DEPEND="" - -src_install() { - emake DESTDIR="${D}" install || die "make install failed" - dodoc NEWS AUTHORS -} diff --git a/sys-fs/inotify-tools/inotify-tools-3.13-r1.ebuild b/sys-fs/inotify-tools/inotify-tools-3.13-r1.ebuild index 551895e075cd..14420f789d45 100644 --- a/sys-fs/inotify-tools/inotify-tools-3.13-r1.ebuild +++ b/sys-fs/inotify-tools/inotify-tools-3.13-r1.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2013 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-r1.ebuild,v 1.4 2009/11/26 10:37:20 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/inotify-tools/inotify-tools-3.13-r1.ebuild,v 1.5 2013/03/15 11:56:02 pinkbyte Exp $ EAPI="2" DESCRIPTION="a set of command-line programs providing a simple interface to inotify" -HOMEPAGE="http://inotify-tools.sourceforge.net/" +HOMEPAGE="https://github.com/rvoicilas/inotify-tools/wiki" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="GPL-2" diff --git a/sys-fs/inotify-tools/inotify-tools-3.13.ebuild b/sys-fs/inotify-tools/inotify-tools-3.13.ebuild deleted file mode 100644 index 70b9411d86e1..000000000000 --- a/sys-fs/inotify-tools/inotify-tools-3.13.ebuild +++ /dev/null @@ -1,17 +0,0 @@ -# Copyright 1999-2009 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.4 2009/09/23 20:51:05 patrick 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" -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~hppa ~x86 ~arm" -DEPEND="" - -src_install() { - emake DESTDIR="${D}" install || die "make install failed" - dodoc NEWS AUTHORS -} diff --git a/sys-fs/inotify-tools/inotify-tools-3.14.ebuild b/sys-fs/inotify-tools/inotify-tools-3.14.ebuild index 9197047e472a..1794a6cde4ca 100644 --- a/sys-fs/inotify-tools/inotify-tools-3.14.ebuild +++ b/sys-fs/inotify-tools/inotify-tools-3.14.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2013 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.14.ebuild,v 1.1 2010/06/15 11:47:51 polynomial-c Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/inotify-tools/inotify-tools-3.14.ebuild,v 1.2 2013/03/15 11:56:02 pinkbyte Exp $ EAPI="2" DESCRIPTION="a set of command-line programs providing a simple interface to inotify" -HOMEPAGE="http://inotify-tools.sourceforge.net/" +HOMEPAGE="https://github.com/rvoicilas/inotify-tools/wiki" SRC_URI="http://github.com/downloads/rvoicilas/${PN}/${P}.tar.gz" LICENSE="GPL-2" |