summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatsuu Takuto <matsuu@gentoo.org>2004-12-13 10:29:50 +0000
committerMatsuu Takuto <matsuu@gentoo.org>2004-12-13 10:29:50 +0000
commit78a9d24c62a93a6f5360550fa3d40f756bc53ea2 (patch)
treed4c22fc723024a3fd383aed7171d74f69261aee8 /net-dns
parentAdded ~sparc to glibc-2.3.4.20040808-r1, but it is masked in the sparc32 and ... (diff)
downloadgentoo-2-78a9d24c62a93a6f5360550fa3d40f756bc53ea2.tar.gz
gentoo-2-78a9d24c62a93a6f5360550fa3d40f756bc53ea2.tar.bz2
gentoo-2-78a9d24c62a93a6f5360550fa3d40f756bc53ea2.zip
Marked as stable
Diffstat (limited to 'net-dns')
-rw-r--r--net-dns/posadis/ChangeLog6
-rw-r--r--net-dns/posadis/files/digest-posadis-0.60.21
-rw-r--r--net-dns/posadis/posadis-0.60.2.ebuild42
-rw-r--r--net-dns/posadis/posadis-0.60.5-r1.ebuild4
4 files changed, 7 insertions, 46 deletions
diff --git a/net-dns/posadis/ChangeLog b/net-dns/posadis/ChangeLog
index d68ae0adf209..ee57bdff61f8 100644
--- a/net-dns/posadis/ChangeLog
+++ b/net-dns/posadis/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-dns/posadis
# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-dns/posadis/ChangeLog,v 1.10 2004/12/08 15:06:32 matsuu Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dns/posadis/ChangeLog,v 1.11 2004/12/13 10:29:50 matsuu Exp $
+
+ 13 Dec 2004; MATSUU Takuto <matsuu@gentoo.org> -posadis-0.60.2.ebuild,
+ posadis-0.60.5-r1.ebuild:
+ Marked as stable.
*posadis-0.60.5-r1 (09 Dec 2004)
diff --git a/net-dns/posadis/files/digest-posadis-0.60.2 b/net-dns/posadis/files/digest-posadis-0.60.2
deleted file mode 100644
index 6b8f6ec32bf3..000000000000
--- a/net-dns/posadis/files/digest-posadis-0.60.2
+++ /dev/null
@@ -1 +0,0 @@
-MD5 1f1d5cabd14fe72156a9117b35f0eef8 posadis-0.60.2.tar.gz 445385
diff --git a/net-dns/posadis/posadis-0.60.2.ebuild b/net-dns/posadis/posadis-0.60.2.ebuild
deleted file mode 100644
index 4e9f32b95313..000000000000
--- a/net-dns/posadis/posadis-0.60.2.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-dns/posadis/posadis-0.60.2.ebuild,v 1.4 2004/08/07 23:57:57 slarti Exp $
-
-DESCRIPTION="An authoritative/caching Domain Name Server"
-HOMEPAGE="http://www.posadis.org/projects/posadis.php"
-SRC_URI="mirror://sourceforge/posadis/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="x86 amd64"
-IUSE="fam"
-
-DEPEND=">=dev-cpp/poslib-1.0.2
- fam? ( >=app-admin/fam-2.6.9 )"
-
-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
-
- exeinto /etc/init.d; newexe ${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
- einfo "The posadis init script is running. I'll stop it, merge the new files and restart the script."
- /etc/init.d/posadis stop
- fi
-}
diff --git a/net-dns/posadis/posadis-0.60.5-r1.ebuild b/net-dns/posadis/posadis-0.60.5-r1.ebuild
index d6806b7be09a..71de8d60ead4 100644
--- a/net-dns/posadis/posadis-0.60.5-r1.ebuild
+++ b/net-dns/posadis/posadis-0.60.5-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-dns/posadis/posadis-0.60.5-r1.ebuild,v 1.1 2004/12/08 15:06:32 matsuu Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dns/posadis/posadis-0.60.5-r1.ebuild,v 1.2 2004/12/13 10:29:50 matsuu Exp $
inherit libtool eutils
@@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/posadis/${P}.tar.gz
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~x86 ~amd64 ~ppc"
+KEYWORDS="x86 amd64 ~ppc"
IUSE="fam"
RDEPEND=">=dev-cpp/poslib-1.0.4