summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTuan Van <langthang@gentoo.org>2004-07-29 17:52:05 +0000
committerTuan Van <langthang@gentoo.org>2004-07-29 17:52:05 +0000
commit42eeeab80f291fdf6ad56c0eb0c986e8d005cdb8 (patch)
tree67cf8aa7b08ff8c37350840e3bc21e355d45d41f /net-mail/hotwayd
parent*** empty log message *** (diff)
downloadgentoo-2-42eeeab80f291fdf6ad56c0eb0c986e8d005cdb8.tar.gz
gentoo-2-42eeeab80f291fdf6ad56c0eb0c986e8d005cdb8.tar.bz2
gentoo-2-42eeeab80f291fdf6ad56c0eb0c986e8d005cdb8.zip
add hotwayd-0.7.4 wrt bug #58531.
Diffstat (limited to 'net-mail/hotwayd')
-rw-r--r--net-mail/hotwayd/ChangeLog8
-rw-r--r--net-mail/hotwayd/Manifest12
-rw-r--r--net-mail/hotwayd/files/digest-hotwayd-0.7.41
-rw-r--r--net-mail/hotwayd/hotwayd-0.7.4.ebuild55
4 files changed, 65 insertions, 11 deletions
diff --git a/net-mail/hotwayd/ChangeLog b/net-mail/hotwayd/ChangeLog
index c92834df4e50..e2acd72fc01a 100644
--- a/net-mail/hotwayd/ChangeLog
+++ b/net-mail/hotwayd/ChangeLog
@@ -1,6 +1,12 @@
# 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.6 2004/07/28 21:14:19 langthang Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/hotwayd/ChangeLog,v 1.7 2004/07/29 17:52:05 langthang Exp $
+
+*hotwayd-0.7.4 (29 Jul 2004)
+
+ 29 Jul 2004; Tuan Van <langthang@gentoo.org> +hotwayd-0.7.4.ebuild:
+ add hotwayd-0.7.4 wrt bug #58531.
+ straight to stable.
28 Jul 2004; Tuan Van <langthang@gentoo.org> hotwayd-0.8.ebuild:
move inherit to above IUSE.
diff --git a/net-mail/hotwayd/Manifest b/net-mail/hotwayd/Manifest
index e2ab43a87927..b1b649fb7490 100644
--- a/net-mail/hotwayd/Manifest
+++ b/net-mail/hotwayd/Manifest
@@ -1,8 +1,6 @@
------BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA1
-
MD5 6053570330f59a5f20c0551226d95b6f hotwayd-0.8.ebuild 1985
MD5 1a3536122f3dfb866de3d3bbf13b2b19 hotwayd-0.5.3.ebuild 1888
+MD5 2044dda3b60fd2782f84298fb685a667 hotwayd-0.7.4.ebuild 1787
MD5 a8006fe7a67dbd77b4c7182b32d87112 hotwayd-0.7.1.ebuild 1889
MD5 955b3ce657a44d3dc2021db5ada2481e ChangeLog 877
MD5 5721b86fd871bdfab77231abc6e02f68 metadata.xml 161
@@ -12,10 +10,4 @@ MD5 2d2ee1259a0fd2a7f3e82f7b3449be37 files/hotwayd-0.8-amd64.patch 563
MD5 66d321fd1972f44a53676d31a03bca9d files/digest-hotwayd-0.8 64
MD5 90c7357229f07f0723820b3b6810420b files/digest-hotwayd-0.5.3 66
MD5 e0d6705fcbf82a628c84fee10e046b08 files/digest-hotwayd-0.7.1 66
------BEGIN PGP SIGNATURE-----
-Version: GnuPG v1.2.4 (GNU/Linux)
-
-iD8DBQFBCBlC5FrxP71izLARAl4/AKCh7mD4TU41I8rtUYciQvTE0tf6BQCgpblg
-fRbfIToImpMaiHa5ROhIRvQ=
-=C5Of
------END PGP SIGNATURE-----
+MD5 76109cc95e670b7bf885c7028e669359 files/digest-hotwayd-0.7.4 66
diff --git a/net-mail/hotwayd/files/digest-hotwayd-0.7.4 b/net-mail/hotwayd/files/digest-hotwayd-0.7.4
new file mode 100644
index 000000000000..16d0301fec21
--- /dev/null
+++ b/net-mail/hotwayd/files/digest-hotwayd-0.7.4
@@ -0,0 +1 @@
+MD5 55ffa28a319d84b59bfdccf87f9bde90 hotwayd-0.7.4.tar.bz2 135826
diff --git a/net-mail/hotwayd/hotwayd-0.7.4.ebuild b/net-mail/hotwayd/hotwayd-0.7.4.ebuild
new file mode 100644
index 000000000000..af833212af83
--- /dev/null
+++ b/net-mail/hotwayd/hotwayd-0.7.4.ebuild
@@ -0,0 +1,55 @@
+# 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.1 2004/07/29 17:52:05 langthang Exp $
+
+DESCRIPTION="Hotmail to pop3 deamon"
+HOMEPAGE="http://hotwayd.sourceforge.net/"
+SRC_URI="mirror://sourceforge/hotwayd/${P}.tar.bz2"
+RESTRICT="nomirror"
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="x86"
+
+IUSE=""
+
+DEPEND="sys-apps/xinetd
+ dev-libs/libxml2"
+
+src_compile() {
+ econf || die "econf failed"
+ emake || die "emake failed"
+}
+
+src_install () {
+ # The original make install is broken, since it also tries to install
+ # the libghttp files. This is not needed, since this library is statically
+ # linked into the executable.
+ # Lets just copy the (one) file manually...
+ dosbin hotwayd
+
+ dodoc AUTHORS NEWS README
+
+ insinto /etc/xinetd.d
+ newins ${FILESDIR}/hotwayd.xinetd hotwayd
+}
+
+pkg_postinst () {
+ einfo "----------------------------------------------------------------"
+ einfo " By default daemons that use xinetd are not started "
+ einfo " automatically in gentoo"
+ einfo " To activate do the following steps: "
+ einfo " - Edit the file /etc/xinetd.d/hotwayd and change disable "
+ einfo " from yes to no "
+ einfo " - Add the following line to /etc/services: "
+ einfo " hotwayd 110/tcp "
+ einfo " - Note: if you already have a daemon serving port 110 (the "
+ einfo " default pop3 port); then change the port number to something "
+ einfo " else; also change the port number in hotwayd "
+ einfo " - If you already had xinetd up and running, restart with "
+ einfo " # /etc/init.d/xinetd restart "
+ einfo " or "
+ einfo " If the emerge also pulled in the xinetd package for you, do "
+ einfo " # rc-update add xinetd default "
+ einfo " # /etc/init.d/xinetd start "
+ einfo "-----------------------------------------------------------------"
+}