ChangeLog

# ChangeLog for net-dns/dlint
# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/net-dns/dlint/ChangeLog,v 1.17 2008/05/30 07:08:41 phreak Exp $

30 May 2008; Christian Heim metadata.xml:
Removing Andrej Kacian (Ticho) from metadata.xml (as per #59986).

*dlint-1.4.1 (24 Apr 2008)

24 Apr 2008; Andrej Kacian +dlint-1.4.1.ebuild:
Version bump. Bug #219110 by Alexander Skwar.

21 Jan 2008; Raúl Porcel -dlint-1.4.0.ebuild,
-dlint-1.4.0-r1.ebuild:
old

21 Jan 2008; Peter Weller dlint-1.4.0-r2.ebuild:
Keyworded ~amd64; bug 202053

09 Feb 2007; Diego Pettenò ChangeLog:
Regenerate digest in Manifest2 format.

03 Oct 2005; Andrej Kacian dlint-1.4.0-r1.ebuild,
dlint-1.4.0-r2.ebuild:
Do not install generic COPYING file.

03 Mar 2005; Gustavo Zacarias dlint-1.4.0-r2.ebuild:
Stable on sparc wrt Ticho

*dlint-1.4.0-r2 (03 Mar 2005)

03 Mar 2005; Andrej Kacian +dlint-1.4.0-r2.ebuild:
Fixed 'tail +/usr/share/mc/bin/mc.sh' occurances not caught by
fixheadtails.eclass. Thanks to Heiko Helmle for reporting.
Closes bug 83932.

17 Jan 2005; Gustavo Zacarias dlint-1.4.0-r1.ebuild:
Stable on sparc

17 Jan 2005; Andrej Kacian dlint-1.4.0-r1.ebuild:
Stable on x86.

14 Jan 2005; Andrej Kacian dlint-1.4.0-r1.ebuild:
Use fixheadtails.eclass instead of arbitrary sed calls. Fix changelog.

*dlint-1.4.0-r1 (19 Oct 2004)

19 Oct 2004; Andrej Kacian :
Fix deprecated use of head(1) and tail(1). Closes #67995, reported by Ray
Booysen . Also, optimized the ebuild a bit.
Added sys-apps/coreutils to DEPEND, since head and tail are provided by that
package. And finally, set myself as maintainer for dlint.

06 Dec 2002; Rodney Rees : changed sparc ~sparc keywords

*dlint-1.4.0 (1 Feb 2002)

1 Feb 2002; G.Bevin ChangeLog :

Added initial ChangeLog which should be updated whenever the package is
updated in any way. This changelog is targetted to users. This means that the
comments should well explained and written in clean English. The details about
writing correct changelogs are explained in the skel.ChangeLog file which you
can find in the root directory of the portage repository.

Manifest

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

DIST dlint1.4.0.tar.gz 23007 RMD160 49ebd133651b15a8daa35601c7f04cc3d1f407e6 SHA1 5ed29d4259816c24a47117651416bcac0179f035 SHA256 ee9a955faa0cd3b5edb9c623d48fa9314ddeb00b34ff9aba08ae737814ff5e5c
DIST dlint1.4.1.tar.gz 23009 RMD160 93d9aee477ef97ab56fecf9325bb868d16f72007 SHA1 411b91908042f844aaa0396abc26d46243128731 SHA256 53b98d88dd9277dca02c5d293d10b31fffd1fa915a93f7cdad114dc7edc5c678
EBUILD dlint-1.4.0-r2.ebuild 889 RMD160 cb6ef1e129aa2a5758599068ea6647ab5049ffc7 SHA1 7990fab582429ad3606022c71a990f0e9b4fe433 SHA256 1d0dc66c3fd75fb6443b8a7eaa1aa7784386f465faec7248bec96fae25ef5270
EBUILD dlint-1.4.1.ebuild 824 RMD160 f2cb23c32cf9fa3a69fcd120dd9f5c97a3d9b9ca SHA1 d3ffeb4f557c0d7fc151718fad796bf5a56ec88a SHA256 e207316c8edadb1eabe0d765c56d1bf64bd4a299befc3aa1273b805aa27c3e92
MISC ChangeLog 2538 RMD160 5243b12f45b865ecbfaa0fc17cb17c9982e10dd9 SHA1 f6ae5d8c94b10d1efa35387c59f383920e06ee5f SHA256 1652d8e8917a71832506dac67d0750df3a8ce03ccdfb8aea1a9988cdace78c14
MISC metadata.xml 290 RMD160 b9b86283c09349c8827faef7d3ef5f724a248e77 SHA1 ae1c8e62d75c94ff50b8a5391afb6008460963aa SHA256 380e26e9262298b9cb31e863a9ab641f6fbdc8c50bda2cf2e47fd399f9cb5e85
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.9 (GNU/Linux)

iEYEARECAAYFAkg/p/4ACgkQyuNVb5qfaOaOkgCdG7ZYSIw7x+mu5ckUry5A+5Ec
H4wAn1jggqLpE+WrTycQalizQ0/aJPVr
=REq2
-----END PGP SIGNATURE-----

dlint-1.4.0-r2.ebuild

# Copyright 1999-2008 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.5 2008/04/24 16:44:16 ticho Exp $

inherit eutils fixheadtails

S=${WORKDIR}/${P/-/}
DESCRIPTION="Dlint analyzes any DNS zone you specify, and reports any problems."
SRC_URI="http://www.domtools.com/pub/${P/-/}.tar.gz"
HOMEPAGE="http://www.domtools.com/dns/dlint.shtml"

SLOT="0"
KEYWORDS="~amd64 sparc x86"
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 INSTALL README CHANGES COPYRIGHT TESTCASES
}

dlint-1.4.1.ebuild

# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-dns/dlint/dlint-1.4.1.ebuild,v 1.1 2008/04/24 16:44:16 ticho Exp $

inherit eutils fixheadtails

S=${WORKDIR}/${P/-/}
DESCRIPTION="Dlint analyzes any DNS zone you specify, and reports any problems."
SRC_URI="http://www.domtools.com/pub/${P/-/}.tar.gz"
HOMEPAGE="http://www.domtools.com/"

SLOT="0"
KEYWORDS="~amd64 ~sparc ~x86"
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=\"digparse\":' dlint
ht_fix_file dlint
}

src_install () {
dobin digparse
dobin dlint
doman dlint.1
dodoc BUGS INSTALL README CHANGES COPYRIGHT TESTCASES
}

metadata.xml




no-herd

maintainer-needed@gentoo.org
Default assignee for orphaned packages