diff options
author | Elfyn McBratney <beu@gentoo.org> | 2005-03-01 00:52:34 +0000 |
---|---|---|
committer | Elfyn McBratney <beu@gentoo.org> | 2005-03-01 00:52:34 +0000 |
commit | c86232a48358fd70586839327e50845de528aadf (patch) | |
tree | 731eef2c2bb9caddb09729626e4bfcae7371a432 /net-www/mod_watch/mod_watch-4.03.ebuild | |
parent | Drop DEPEND on sys-apps/sed. (diff) | |
download | gentoo-2-c86232a48358fd70586839327e50845de528aadf.tar.gz gentoo-2-c86232a48358fd70586839327e50845de528aadf.tar.bz2 gentoo-2-c86232a48358fd70586839327e50845de528aadf.zip |
Drop DEPEND on sys-apps/sed and kill sed in global scope.
(Portage version: 2.0.51.17)
Diffstat (limited to 'net-www/mod_watch/mod_watch-4.03.ebuild')
-rw-r--r-- | net-www/mod_watch/mod_watch-4.03.ebuild | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/net-www/mod_watch/mod_watch-4.03.ebuild b/net-www/mod_watch/mod_watch-4.03.ebuild index 6ada02e33388..3cb53ec5aca4 100644 --- a/net-www/mod_watch/mod_watch-4.03.ebuild +++ b/net-www/mod_watch/mod_watch-4.03.ebuild @@ -1,18 +1,16 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/mod_watch/mod_watch-4.03.ebuild,v 1.6 2005/01/09 12:20:14 hollow Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/mod_watch/mod_watch-4.03.ebuild,v 1.7 2005/03/01 00:52:34 beu Exp $ DESCRIPTION="Bandwidth graphing for Apache with MRTG" HOMEPAGE="http://www.snert.com/Software/mod_watch/" KEYWORDS="~x86 ~ppc" -MY_V="`echo ${PV} | sed -e 's:\.::g'`" -S=${WORKDIR}/${P} +MY_V=${PV/./} SRC_URI="http://www.snert.com/Software/download/${PN}${MY_V}.tgz" IUSE="" -DEPEND="=net-www/apache-2* - >=sys-apps/sed-4" +DEPEND="=net-www/apache-2*" LICENSE="as-is" SLOT="0" S="${WORKDIR}/${PN}-4.3" |