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
commit1681171130794472e64c19ff6b917cc0e9804e6f (patch)
treea2a41d003eba0d3c7ddc64201bc71313ff8ba281 /net-dns/posadis
parentSet glibc version to >=2.3.4.20040808-r1. (diff)
downloadhistorical-1681171130794472e64c19ff6b917cc0e9804e6f.tar.gz
historical-1681171130794472e64c19ff6b917cc0e9804e6f.tar.bz2
historical-1681171130794472e64c19ff6b917cc0e9804e6f.zip
Marked as stable
Diffstat (limited to 'net-dns/posadis')
-rw-r--r--net-dns/posadis/ChangeLog6
-rw-r--r--net-dns/posadis/Manifest6
-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
5 files changed, 9 insertions, 50 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/Manifest b/net-dns/posadis/Manifest
index 02911abf9563..9a009c2a730f 100644
--- a/net-dns/posadis/Manifest
+++ b/net-dns/posadis/Manifest
@@ -1,7 +1,5 @@
-MD5 8f71d10d7b4f1da307e73e9a96ae165d posadis-0.60.5-r1.ebuild 1506
-MD5 a4fbdd391e9f36bea3f9b22160f16c0b posadis-0.60.2.ebuild 1096
-MD5 04afb5e4e42595d685486422a6497809 ChangeLog 1553
+MD5 da1a12c9f4583147f68e1d7c722e5854 posadis-0.60.5-r1.ebuild 1504
+MD5 ec3789f241c4bd62ca81314c368756fb ChangeLog 1675
MD5 9958987a590a5ac0b9919f1d15ef001e metadata.xml 542
MD5 1847b21d8d6ae9b4b1410f5c04685612 files/digest-posadis-0.60.5-r1 132
MD5 0a55582952cc97087a3c87dfcb4d4eb7 files/posadis-init 781
-MD5 cb21a826267c4909cdf65a356eab70d6 files/digest-posadis-0.60.2 66
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