Portage is a package management system used by Gentoo Linux
# ChangeLog for net-dns/posadis
# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/net-dns/posadis/ChangeLog,v 1.22 2008/04/04 01:21:08 halcy0n Exp $
04 Apr 2008; Mark Loeser
Fix homepage and autotools invocation; bug #212615
06 May 2007; Marius Mauch
Replacing einfo with ewarn
29 Apr 2007; Torsten Veller
Fix *initd, *confd and *envd calls (#173884, #174266)
14 Dec 2006; Simon Stelling
multilib-strict fix; bug 153978
04 Nov 2006; MATSUU Takuto
Removed old version.
04 Nov 2006;
stable on amd64
21 Oct 2006; Tobias Scherbaum
posadis-0.60.6.ebuild:
ppc stable
08 Oct 2006; Andrej Kacian
Stable on x86, bug #148441.
21 Sep 2006; MATSUU Takuto
Fixed HOMEPAGE
*posadis-0.60.6 (31 Dec 2004)
31 Dec 2004; MATSUU Takuto
Version bumped.
25 Dec 2004; MATSUU Takuto
Added "after famd" in files/posadis-init. Bug 71932.
13 Dec 2004; MATSUU Takuto
posadis-0.60.5-r1.ebuild:
Marked as stable.
*posadis-0.60.5-r1 (09 Dec 2004)
09 Dec 2004; MATSUU Takuto
+posadis-0.60.5-r1.ebuild, -posadis-0.60.5.ebuild:
Fixed configure issue. bug #71931.
app-admin/fam -> virtual/fam, for bug #67170.
*posadis-0.60.5 (10 Aug 2004)
10 Aug 2004; MATSUU Takuto
Version bumped. Bug 59627
08 Aug 2004; Tom Martin
posadis-0.60.4_p1.ebuild:
Typo in DESCRIPTION: authoritive -> authoritative. Bug 59717.
13 Jun 2004;
Added 'provide dns' in files/posadis-init. Bugs #50437.
23 Apr 2004; David Holm
Added to ~ppc.
*posadis-0.60.4_p1 (23 Apr 2004)
23 Apr 2004;
-posadis-0.60.1.ebuild, posadis-0.60.2.ebuild, +posadis-0.60.4_p1.ebuild:
Version bumped.
*posadis-0.60.2 (02 Mar 2004)
02 Mar 2004;
Version bumped. Bugs # 40194.
Added ~amd64 to KEYWORDS.
*posadis-0.60.1 (02 Nov 2003)
07 Dec 2003; foser
Fix fam-oss dep to fam, due to move
02 Nov 2003; MATSUU Takuto
posadis-0.60.1.ebuild:
Initial import
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
AUX posadis-init 791 RMD160 e447c38a9f8b38b3394bf272ed44646e196a7961 SHA1 faf15a3390870f8e8bd483aebb54c87f7359532f SHA256 b91cbc3f4ba1f016a57d453e9f83964118f707221c46a021fc0d4ac54b7eaee1
DIST posadis-0.60.6.tar.gz 603987 RMD160 3f017596e2364466869259d94141961d3736629f SHA1 ba1ca1b5dce56abb9323675176c49d0cecae8583 SHA256 4fc4056488a35a7f66d4cd6c69bfc57cfc85b9de1475b382aa3a70f4aa4a6209
EBUILD posadis-0.60.6.ebuild 1444 RMD160 00e29c51252c50e3c6e49b98c943ab41a5a0954e SHA1 1d001a451296615e9f44d5b97d04584b9b4e9b4b SHA256 8e8a549db66f3411cc98f83915903ab6211cf5a64a494c796ed8a36f24329e47
MISC ChangeLog 2848 RMD160 9d6b1c0684e3ad465d5ea2cea1d6632c0a3b9f16 SHA1 fe0686a5ce98c1577323a816410e83fb9c8c3929 SHA256 d242af5de8b123fa4ded922a95972e8c82abf90a3d5051c124f46a481b466305
MISC metadata.xml 542 RMD160 d57e3c8c6970f667e4a16796768c709f8ad707ef SHA1 3b308dd50fa6d53ee9114d490d61cdb0df94339a SHA256 d68b6f04b0aa0d299a0ee293658bf2706d15ba667384673d8b1781143df3294b
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.9 (GNU/Linux)
iEYEARECAAYFAkf1gokACgkQCRZPokWLroR4NgCghpoMp0WjSF2uPelnkmJipRPd
130Aniro6ODWKqjFmSP6cZb03TFfOE2N
=j0yH
-----END PGP SIGNATURE-----
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-dns/posadis/posadis-0.60.6.ebuild,v 1.10 2008/04/04 01:21:08 halcy0n Exp $
inherit libtool eutils multilib autotools
DESCRIPTION="An authoritative/caching Domain Name Server"
HOMEPAGE="http://posadis.sourceforge.net"
SRC_URI="mirror://sourceforge/posadis/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 ppc x86"
IUSE="fam"
RDEPEND=">=dev-cpp/poslib-1.0.6
fam? ( virtual/fam )"
DEPEND="${RDEPEND}
>=sys-devel/autoconf-2.58"
src_unpack() {
unpack ${A}
#fix makefile problem
cd "${S}"/libltdl
WANT_AUTOCONF="2.5" eautoconf || die "libltdl autoconf failed"
cd ../
find . -name 'Makefile.am' -or -name 'configure.in' | xargs sed -i -e "s:/lib/:/$(get_libdir)/:g"
eautoreconf || die "eautoreconf failed"
}
src_compile() {
econf `use_enable fam` || die
emake || die
}
src_install() {
make DESTDIR="${D}" install || die
# make directory for posadis pidfile and zone data files
keepdir /var/posadis
keepdir /etc/posadis
newinitd "${FILESDIR}"/${PN}-init posadis
insinto /etc/
doins posadisrc
dodoc AUTHORS ChangeLog INSTALL README TODO
}
pkg_preinst() {
source /etc/init.d/functions.sh
if [ -L ${svcdir}/started/posadis ]; then
ewarn "The posadis init script is running. I'll stop it, merge the new files and restart the script."
/etc/init.d/posadis stop
fi
}