diff options
author | Guillaume Destuynder <kang@gentoo.org> | 2006-11-10 18:42:47 +0000 |
---|---|---|
committer | Guillaume Destuynder <kang@gentoo.org> | 2006-11-10 18:42:47 +0000 |
commit | 9bc3a9a1702c83cef6eb3d09cb96908a5ac6f808 (patch) | |
tree | 401cb04585aa7752a4e7653016dd3e7477bd37d9 | |
parent | Version bump. (diff) | |
download | gentoo-2-9bc3a9a1702c83cef6eb3d09cb96908a5ac6f808.tar.gz gentoo-2-9bc3a9a1702c83cef6eb3d09cb96908a5ac6f808.tar.bz2 gentoo-2-9bc3a9a1702c83cef6eb3d09cb96908a5ac6f808.zip |
moved inherit on top. thanks jakub for spotting ^^
(Portage version: 2.1.2_rc1-r5)
-rw-r--r-- | net-misc/whoischk/ChangeLog | 6 | ||||
-rw-r--r-- | net-misc/whoischk/whoischk-0.2.4-r1.ebuild | 6 |
2 files changed, 8 insertions, 4 deletions
diff --git a/net-misc/whoischk/ChangeLog b/net-misc/whoischk/ChangeLog index 2696a14d91b4..1d56c6f9111e 100644 --- a/net-misc/whoischk/ChangeLog +++ b/net-misc/whoischk/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-misc/whoischk # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/whoischk/ChangeLog,v 1.5 2006/11/09 15:24:29 kang Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/whoischk/ChangeLog,v 1.6 2006/11/10 18:42:47 kang Exp $ + + 10 Nov 2006; Guillaume Destuynder <kang@gentoo.org> + whoischk-0.2.4-r1.ebuild: + moved inherit on top *whoischk-0.2.4-r1 (09 Nov 2006) diff --git a/net-misc/whoischk/whoischk-0.2.4-r1.ebuild b/net-misc/whoischk/whoischk-0.2.4-r1.ebuild index 2919f485f481..f9a81dcd66cf 100644 --- a/net-misc/whoischk/whoischk-0.2.4-r1.ebuild +++ b/net-misc/whoischk/whoischk-0.2.4-r1.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/whoischk/whoischk-0.2.4-r1.ebuild,v 1.1 2006/11/09 15:24:29 kang Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/whoischk/whoischk-0.2.4-r1.ebuild,v 1.2 2006/11/10 18:42:47 kang Exp $ + +inherit eutils DESCRIPTION="monitor a list of domains and report when there has been any change" HOMEPAGE="http://downloads.afterdark.org.uk/whoischk/" SRC_URI="http://downloads.afterdark.org.uk/whoischk/${P}.tar.gz" -inherit eutils - LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~x86" |