diff options
author | 2007-03-31 16:29:23 +0000 | |
---|---|---|
committer | 2007-03-31 16:29:23 +0000 | |
commit | c2b66436c044f0c43b299b922581636a5c5c7bc4 (patch) | |
tree | 95fa9e819f6da5fa4f052e2d7bc8dc6ca327be6f /net-analyzer/ifstatus/ifstatus-1.1.0.ebuild | |
parent | 1.0.2 version bump, do not set RDEPEND=DEPEND. (diff) | |
download | gentoo-2-c2b66436c044f0c43b299b922581636a5c5c7bc4.tar.gz gentoo-2-c2b66436c044f0c43b299b922581636a5c5c7bc4.tar.bz2 gentoo-2-c2b66436c044f0c43b299b922581636a5c5c7bc4.zip |
Mark 1.1.0 x86 stable. Do not set RDEPEND=DEPEND, add note about configuring ifstatus in pkg_postinst.
(Portage version: 2.1.2.2)
Diffstat (limited to 'net-analyzer/ifstatus/ifstatus-1.1.0.ebuild')
-rw-r--r-- | net-analyzer/ifstatus/ifstatus-1.1.0.ebuild | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/net-analyzer/ifstatus/ifstatus-1.1.0.ebuild b/net-analyzer/ifstatus/ifstatus-1.1.0.ebuild index c10884d94d98..94136c1462e8 100644 --- a/net-analyzer/ifstatus/ifstatus-1.1.0.ebuild +++ b/net-analyzer/ifstatus/ifstatus-1.1.0.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ifstatus/ifstatus-1.1.0.ebuild,v 1.2 2007/02/18 14:12:09 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ifstatus/ifstatus-1.1.0.ebuild,v 1.3 2007/03/31 16:29:23 vanquirius Exp $ inherit toolchain-funcs -KEYWORDS="~amd64 ~ppc ~x86" +KEYWORDS="~amd64 ~ppc x86" DESCRIPTION="A simple CLI program for displaying network statistics in real time." HOMEPAGE="http://ifstatus.sourceforge.net/" @@ -14,9 +14,8 @@ SLOT="0" IUSE="" DEPEND=">=sys-libs/ncurses-4.2" -RDEPEND="${DEPEND}" -S=${WORKDIR}/${PN} +S="${WORKDIR}/${PN}" src_unpack() { unpack ${A} @@ -38,3 +37,10 @@ src_install() { dobin ifstatus dodoc AUTHORS README } + +pkg_postinst() { + elog "You may want to configure ~/.ifstatus/ifstatus.cfg" + elog "before running ifstatus. For example, you may add" + elog "Interfaces = eth0 there. Read the README file for" + elog "more information." +} |