diff options
author | Andrej Kacian <ticho@gentoo.org> | 2005-03-03 17:23:31 +0000 |
---|---|---|
committer | Andrej Kacian <ticho@gentoo.org> | 2005-03-03 17:23:31 +0000 |
commit | 40f9923b1a065a7d0d2e4cf0474e293437d4c33a (patch) | |
tree | c2f37d4ce73f1859b7ab11d0056e89f4f04b7093 /net-dns/dlint | |
parent | Dependency update: sys-apps/supervise-scripts -> sys-process/supervise-scripts. (diff) | |
download | gentoo-2-40f9923b1a065a7d0d2e4cf0474e293437d4c33a.tar.gz gentoo-2-40f9923b1a065a7d0d2e4cf0474e293437d4c33a.tar.bz2 gentoo-2-40f9923b1a065a7d0d2e4cf0474e293437d4c33a.zip |
Fix 'tail' occurances not caught by fixheadtails.eclass. Bug #83932.
(Portage version: 2.0.51.18)
Diffstat (limited to 'net-dns/dlint')
-rw-r--r-- | net-dns/dlint/ChangeLog | 9 | ||||
-rw-r--r-- | net-dns/dlint/Manifest | 14 | ||||
-rw-r--r-- | net-dns/dlint/dlint-1.4.0-r2.ebuild | 35 | ||||
-rw-r--r-- | net-dns/dlint/files/digest-dlint-1.4.0-r2 | 1 |
4 files changed, 47 insertions, 12 deletions
diff --git a/net-dns/dlint/ChangeLog b/net-dns/dlint/ChangeLog index 6e0904f3f7a0..01685cba73a2 100644 --- a/net-dns/dlint/ChangeLog +++ b/net-dns/dlint/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for net-dns/dlint # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-dns/dlint/ChangeLog,v 1.9 2005/01/17 18:08:15 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/dlint/ChangeLog,v 1.10 2005/03/03 17:23:31 ticho Exp $ + +*dlint-1.4.0-r2 (03 Mar 2005) + + 03 Mar 2005; Andrej Kacian <ticho@gentoo.org> +dlint-1.4.0-r2.ebuild: + Fixed 'tail +/usr/share/mc/bin/mc.sh' occurances not caught by + fixheadtails.eclass. Thanks to Heiko Helmle <helman@gmx.de> for reporting. + Closes bug 83932. 17 Jan 2005; Gustavo Zacarias <gustavoz@gentoo.org> dlint-1.4.0-r1.ebuild: Stable on sparc diff --git a/net-dns/dlint/Manifest b/net-dns/dlint/Manifest index b786fd4e6740..bdb96ac59280 100644 --- a/net-dns/dlint/Manifest +++ b/net-dns/dlint/Manifest @@ -1,16 +1,8 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - MD5 25372dddd852b2ecf35f25b1369336e5 ChangeLog 1442 -MD5 3439ca4080ba5253ca98e6ef21e20e9c dlint-1.4.0-r1.ebuild 899 MD5 a46c2f3ad1214afdc1408ef77177a3b9 dlint-1.4.0.ebuild 865 +MD5 3439ca4080ba5253ca98e6ef21e20e9c dlint-1.4.0-r1.ebuild 899 +MD5 c9659b98c374818b5243eeb968013c14 dlint-1.4.0-r2.ebuild 835 MD5 0f516c20d49629e662ef970814e48522 metadata.xml 253 +MD5 4885c47ebf525bab4ff5af0f22fc14c7 files/digest-dlint-1.4.0-r2 61 MD5 4885c47ebf525bab4ff5af0f22fc14c7 files/digest-dlint-1.4.0 61 MD5 4885c47ebf525bab4ff5af0f22fc14c7 files/digest-dlint-1.4.0-r1 61 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.2.6 (GNU/Linux) - -iD8DBQFB6/8TKRy60XGEcJIRAjLFAJ0VOV8BhMCpPHI7BGlAoQf/JBoxKACeLV0o -lbRaL3GVM9upR+gYqyWjD04= -=Xgab ------END PGP SIGNATURE----- diff --git a/net-dns/dlint/dlint-1.4.0-r2.ebuild b/net-dns/dlint/dlint-1.4.0-r2.ebuild new file mode 100644 index 000000000000..93050bbf01f5 --- /dev/null +++ b/net-dns/dlint/dlint-1.4.0-r2.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-dns/dlint/dlint-1.4.0-r2.ebuild,v 1.1 2005/03/03 17:23:31 ticho Exp $ + +inherit eutils fixheadtails + +S=${WORKDIR}/${P/-/} +DESCRIPTION="Dlint analyzes any DNS zone you specify, and reports any problems it finds by displaying errors and warnings" +SRC_URI="http://www.domtools.com/pub/${P/-/}.tar.gz" +HOMEPAGE="http://www.domtools.com/dns/dlint.shtml" + +SLOT="0" +KEYWORDS="x86 ~sparc" +IUSE="" +LICENSE="GPL-2" + +DEPEND="" +RDEPEND="sys-apps/coreutils + net-dns/bind-tools + dev-lang/perl + app-shells/bash" + +src_compile() { + sed -i -e 's:rrfilt=\"/usr/local/bin/digparse\":rrfilt=\"/usr/bin/digparse\":' \ + dlint + ht_fix_file dlint + sed -i -e "s:+\$i:-n +\$i:g" dlint +} + +src_install () { + dobin digparse + dobin dlint + doman dlint.1 + dodoc BUGS COPYING INSTALL README CHANGES COPYRIGHT TESTCASES +} diff --git a/net-dns/dlint/files/digest-dlint-1.4.0-r2 b/net-dns/dlint/files/digest-dlint-1.4.0-r2 new file mode 100644 index 000000000000..4c5312ff26b3 --- /dev/null +++ b/net-dns/dlint/files/digest-dlint-1.4.0-r2 @@ -0,0 +1 @@ +MD5 9fc692ab461af132a52a27a8dae1e07a dlint1.4.0.tar.gz 23007 |