summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrej Kacian <ticho@gentoo.org>2004-10-11 18:11:01 +0000
committerAndrej Kacian <ticho@gentoo.org>2004-10-11 18:11:01 +0000
commitd0ff3e7dcb640e7183ab8bbd13341310f12a6975 (patch)
tree06a7e3275c19be46d715327264849855ad3b8362 /net-mail/hotwayd
parentRevision bump. (diff)
downloadhistorical-d0ff3e7dcb640e7183ab8bbd13341310f12a6975.tar.gz
historical-d0ff3e7dcb640e7183ab8bbd13341310f12a6975.tar.bz2
historical-d0ff3e7dcb640e7183ab8bbd13341310f12a6975.zip
Changed sys-apps/xinetd -> virtual/inetd in DEPEND. Closes #67074.
Diffstat (limited to 'net-mail/hotwayd')
-rw-r--r--net-mail/hotwayd/ChangeLog7
-rw-r--r--net-mail/hotwayd/Manifest14
-rw-r--r--net-mail/hotwayd/hotwayd-0.7.4.ebuild4
-rw-r--r--net-mail/hotwayd/hotwayd-0.8-r1.ebuild4
-rw-r--r--net-mail/hotwayd/hotwayd-0.8.ebuild4
5 files changed, 19 insertions, 14 deletions
diff --git a/net-mail/hotwayd/ChangeLog b/net-mail/hotwayd/ChangeLog
index 3d6369168834..07d5e158a880 100644
--- a/net-mail/hotwayd/ChangeLog
+++ b/net-mail/hotwayd/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for net-mail/hotwayd
# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/hotwayd/ChangeLog,v 1.9 2004/10/04 12:22:53 ticho Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/hotwayd/ChangeLog,v 1.10 2004/10/11 18:11:01 ticho Exp $
+
+ 11 Oct 2004; Andrej Kacian <ticho@gentoo.org> hotwayd-0.7.4.ebuild,
+ hotwayd-0.8-r1.ebuild, hotwayd-0.8.ebuild:
+ Changed sys-apps/xinetd -> virtual/inetd in DEPEND. Closes #67074, reported
+ by Georgi Georgiev <chutz@gg3.net>.
*hotwayd-0.8-r1 (04 Oct 2004)
diff --git a/net-mail/hotwayd/Manifest b/net-mail/hotwayd/Manifest
index 1bac01131841..8524f35b63f9 100644
--- a/net-mail/hotwayd/Manifest
+++ b/net-mail/hotwayd/Manifest
@@ -1,11 +1,11 @@
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
-MD5 bce7fcf6739275830189da59f5a0304d ChangeLog 1456
-MD5 996ca96b58d7ccaf43e5fd2f9f4f1a01 hotwayd-0.7.4.ebuild 1886
-MD5 c0834f8ef90fa424f3b0bb23f903b222 hotwayd-0.8-r1.ebuild 2069
+MD5 4a4a81c76b9d4f60069e8ea424d60b45 ChangeLog 1689
+MD5 b716a201ec0389572fbfb460d0c3861f hotwayd-0.7.4.ebuild 1883
+MD5 220265c8cbbe0b90cf221f991abe6759 hotwayd-0.8-r1.ebuild 2067
MD5 5721b86fd871bdfab77231abc6e02f68 metadata.xml 161
-MD5 b7a3948f75df026e5c2a4dfa62687a16 hotwayd-0.8.ebuild 1982
+MD5 18a36c5680f457e7f217315024930bbb hotwayd-0.8.ebuild 1979
MD5 2d2ee1259a0fd2a7f3e82f7b3449be37 files/hotwayd-0.8-amd64.patch 563
MD5 90d2d54ad3f474f1db81ab9ce45b39e0 files/hotwayd-0.8.xinetd 928
MD5 66d321fd1972f44a53676d31a03bca9d files/digest-hotwayd-0.8 64
@@ -16,7 +16,7 @@ MD5 38800a211e0f1f2c9226af9ba80bfef7 files/hotwayd.xinetd 878
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.6 (GNU/Linux)
-iD8DBQFBYUCm10xuJSrg3/sRArzJAJ4uKHRg+tiU98iJuuaAiZ4098VgNgCcCQxB
-6bDhyahDxqb3HOeGGFXPWgU=
-=aGGz
+iD8DBQFBasy910xuJSrg3/sRAorjAJ4u4QAdpD6NCrtStIPUNIeuHBjPYgCfeAof
+IyZ7H9uQDfUpKxhQISm8iZY=
+=E1ur
-----END PGP SIGNATURE-----
diff --git a/net-mail/hotwayd/hotwayd-0.7.4.ebuild b/net-mail/hotwayd/hotwayd-0.7.4.ebuild
index d64d28e4cc46..bfe1e5ccaad1 100644
--- a/net-mail/hotwayd/hotwayd-0.7.4.ebuild
+++ b/net-mail/hotwayd/hotwayd-0.7.4.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-mail/hotwayd/hotwayd-0.7.4.ebuild,v 1.2 2004/08/08 00:13:18 slarti Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/hotwayd/hotwayd-0.7.4.ebuild,v 1.3 2004/10/11 18:11:01 ticho Exp $
DESCRIPTION="Hotmail to pop3 daemon"
HOMEPAGE="http://hotwayd.sourceforge.net/"
@@ -12,7 +12,7 @@ KEYWORDS="x86"
IUSE=""
-DEPEND="sys-apps/xinetd
+DEPEND="virtual/inetd
dev-libs/libxml2"
src_compile() {
diff --git a/net-mail/hotwayd/hotwayd-0.8-r1.ebuild b/net-mail/hotwayd/hotwayd-0.8-r1.ebuild
index 7984b55b79bf..d948d1544625 100644
--- a/net-mail/hotwayd/hotwayd-0.8-r1.ebuild
+++ b/net-mail/hotwayd/hotwayd-0.8-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-mail/hotwayd/hotwayd-0.8-r1.ebuild,v 1.1 2004/10/04 12:22:53 ticho Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/hotwayd/hotwayd-0.8-r1.ebuild,v 1.2 2004/10/11 18:11:01 ticho Exp $
inherit eutils
@@ -14,7 +14,7 @@ KEYWORDS="~x86 ~amd64"
IUSE=""
-DEPEND="sys-apps/xinetd
+DEPEND="virtual/inetd
dev-libs/libxml2"
src_compile() {
diff --git a/net-mail/hotwayd/hotwayd-0.8.ebuild b/net-mail/hotwayd/hotwayd-0.8.ebuild
index cad9fed7606d..570565c5416c 100644
--- a/net-mail/hotwayd/hotwayd-0.8.ebuild
+++ b/net-mail/hotwayd/hotwayd-0.8.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-mail/hotwayd/hotwayd-0.8.ebuild,v 1.3 2004/08/08 00:13:18 slarti Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/hotwayd/hotwayd-0.8.ebuild,v 1.4 2004/10/11 18:11:01 ticho Exp $
inherit eutils
@@ -14,7 +14,7 @@ KEYWORDS="~x86 ~amd64"
IUSE=""
-DEPEND="sys-apps/xinetd
+DEPEND="virtual/inetd
dev-libs/libxml2"
src_compile() {