# 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.12 2004/11/12 12:08:03 tomk Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/hotwayd/ChangeLog,v 1.13 2004/12/28 21:25:24 ticho Exp $
+
+*hotwayd-0.8.2 (28 Dec 2004)
+
+ 28 Dec 2004; Andrej Kacian <ticho@gentoo.org>
+ files/hotwayd-0.8-headerfix.patch, +hotwayd-0.8.2.ebuild,
+ hotwayd-0.8.ebuild:
+ Version bump. Closes #75930, reported by Scott <s_aldinger@hotmail.com>. Not
+ using amd64 nor headerfix patch, as both issues are fixed by upstream.
12 Nov 2004; Tom Knight <tomk@gentoo.org> hotwayd-0.7.4.ebuild,
hotwayd-0.8-r1.ebuild, hotwayd-0.8.ebuild:
-MD5 db20c47b6de19d21e3dae21a641482c3 hotwayd-0.8.ebuild 1849
+-----BEGIN PGP SIGNED MESSAGE-----
+Hash: SHA1
+
+MD5 c3ddb16c9459d9f6ef6a4fb827d0aa30 ChangeLog 2254
MD5 371f950d4b90a765c41eb25894946503 hotwayd-0.7.4.ebuild 1753
+MD5 13a5d4ec94a555930fbafedc7052be79 hotwayd-0.8.2.ebuild 1703
MD5 8fe936498727ee0e7f04c0acb6c068a8 hotwayd-0.8-r1.ebuild 1942
-MD5 0a464d8f38088bbbb1025c3e6469e954 ChangeLog 1940
MD5 5721b86fd871bdfab77231abc6e02f68 metadata.xml 161
-MD5 969a671e962b81278cd38b4017d6df80 files/hotwayd-0.8-headerfix.patch 555
-MD5 90d2d54ad3f474f1db81ab9ce45b39e0 files/hotwayd-0.8.xinetd 928
-MD5 38800a211e0f1f2c9226af9ba80bfef7 files/hotwayd.xinetd 878
-MD5 66d321fd1972f44a53676d31a03bca9d files/digest-hotwayd-0.8-r1 64
+MD5 0281df075ef7ab7e361ad2eb56649c08 hotwayd-0.8.ebuild 1870
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
+MD5 11f58c76db54b710b16843e031fd58ab files/hotwayd-0.8-headerfix.patch 557
MD5 76109cc95e670b7bf885c7028e669359 files/digest-hotwayd-0.7.4 66
+MD5 095121675641d48c7914ee0357579157 files/digest-hotwayd-0.8.2 66
+MD5 66d321fd1972f44a53676d31a03bca9d files/digest-hotwayd-0.8-r1 64
+MD5 38800a211e0f1f2c9226af9ba80bfef7 files/hotwayd.xinetd 878
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1.2.6 (GNU/Linux)
+
+iD8DBQFB0c9MQlM6RnzZP+IRAp4BAJsFdQB9RVsVvTMBSYQ++fxCxJXagQCfeBkr
+qP9h5UK+YD9CL5WG+iEz+Ms=
+=Jnbb
+-----END PGP SIGNATURE-----
--- /dev/null
+MD5 0d1e3a691c8d5757a6e67b32745ab2cb hotwayd-0.8.2.tar.bz2 150424
--- hotwayd-0.8.orig/commands.c 2004-02-07 06:44:05.000000000 -0500
+++ hotwayd-0.8/commands.c 2004-10-03 15:53:25.636497904 -0400
-@@ -961,12 +961,16 @@
+@@ -1037,12 +1037,16 @@
char *grow_and_copy(char *dest, int curpos, char *src, int i)
{
--- /dev/null
+# 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.2.ebuild,v 1.1 2004/12/28 21:25:24 ticho Exp $
+
+inherit eutils
+
+DESCRIPTION="Hotmail to pop3 daemon"
+HOMEPAGE="http://hotwayd.sourceforge.net/"
+SRC_URI="mirror://sourceforge/hotwayd/${P}.tar.bz2"
+RESTRICT="nomirror"
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~x86 ~amd64 ~ppc"
+
+IUSE=""
+
+DEPEND="virtual/inetd
+ dev-libs/libxml2"
+
+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}/${P}.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 ""
+}
# 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.5 2004/11/12 12:08:03 tomk Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/hotwayd/hotwayd-0.8.ebuild,v 1.6 2004/12/28 21:25:24 ticho Exp $
inherit eutils
dev-libs/libxml2"
src_compile() {
- epatch ${FILESDIR}/${P}-amd64.patch || die "epatch ${P}-amd64.patch failed"
+ epatch ${FILESDIR}/${PN}-${PV%.*}-amd64.patch || die "epatch ${PN}-${PV%.*}-amd64.patch failed"
econf || die "econf failed"
emake || die "emake failed"
}