summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTuan Van <langthang@gentoo.org>2004-07-29 18:07:20 +0000
committerTuan Van <langthang@gentoo.org>2004-07-29 18:07:20 +0000
commit2632be2b0f5bb72fe2865ebc3209f31b3f5076b3 (patch)
treebbc7fdcd1621e39300245dcd0a2ee0177baee151 /net-mail/hotwayd
parentRemoving insecure version. (diff)
downloadhistorical-2632be2b0f5bb72fe2865ebc3209f31b3f5076b3.tar.gz
historical-2632be2b0f5bb72fe2865ebc3209f31b3f5076b3.tar.bz2
historical-2632be2b0f5bb72fe2865ebc3209f31b3f5076b3.zip
keep the tree lean.
Diffstat (limited to 'net-mail/hotwayd')
-rw-r--r--net-mail/hotwayd/Manifest18
-rw-r--r--net-mail/hotwayd/files/digest-hotwayd-0.5.31
-rw-r--r--net-mail/hotwayd/files/digest-hotwayd-0.7.11
-rw-r--r--net-mail/hotwayd/hotwayd-0.5.3.ebuild55
-rw-r--r--net-mail/hotwayd/hotwayd-0.7.1.ebuild55
5 files changed, 12 insertions, 118 deletions
diff --git a/net-mail/hotwayd/Manifest b/net-mail/hotwayd/Manifest
index b1b649fb7490..23161c3b60ef 100644
--- a/net-mail/hotwayd/Manifest
+++ b/net-mail/hotwayd/Manifest
@@ -1,13 +1,19 @@
+-----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 4ea59be8f0a1f352ead6be9fddedddbb hotwayd-0.7.4.ebuild 1889
+MD5 bc8167dcb6e35842e873176ea0e58b49 ChangeLog 1036
MD5 5721b86fd871bdfab77231abc6e02f68 metadata.xml 161
MD5 90d2d54ad3f474f1db81ab9ce45b39e0 files/hotwayd-0.8.xinetd 928
MD5 38800a211e0f1f2c9226af9ba80bfef7 files/hotwayd.xinetd 878
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
MD5 76109cc95e670b7bf885c7028e669359 files/digest-hotwayd-0.7.4 66
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1.2.4 (GNU/Linux)
+
+iD8DBQFBCT295FrxP71izLARAuqQAJ9vuBPWgrfhoHcqVXL02dNVOOm9uACeNLQx
+JBooKvy7HYh4ov8mXpT1RYQ=
+=YJc8
+-----END PGP SIGNATURE-----
diff --git a/net-mail/hotwayd/files/digest-hotwayd-0.5.3 b/net-mail/hotwayd/files/digest-hotwayd-0.5.3
deleted file mode 100644
index 27789c65a468..000000000000
--- a/net-mail/hotwayd/files/digest-hotwayd-0.5.3
+++ /dev/null
@@ -1 +0,0 @@
-MD5 64a40da8c0a78707b7053b4aca08fc35 hotwayd-0.5.3.tar.bz2 119626
diff --git a/net-mail/hotwayd/files/digest-hotwayd-0.7.1 b/net-mail/hotwayd/files/digest-hotwayd-0.7.1
deleted file mode 100644
index 103ee115d074..000000000000
--- a/net-mail/hotwayd/files/digest-hotwayd-0.7.1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 9610c8cd7c1a155e0cf052d2ca031659 hotwayd-0.7.1.tar.bz2 126901
diff --git a/net-mail/hotwayd/hotwayd-0.5.3.ebuild b/net-mail/hotwayd/hotwayd-0.5.3.ebuild
deleted file mode 100644
index fb707f2a7f85..000000000000
--- a/net-mail/hotwayd/hotwayd-0.5.3.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# 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.5.3.ebuild,v 1.7 2004/06/24 23:23:26 agriffis 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 "-----------------------------------------------------------------"
-}
diff --git a/net-mail/hotwayd/hotwayd-0.7.1.ebuild b/net-mail/hotwayd/hotwayd-0.7.1.ebuild
deleted file mode 100644
index 2136e1010995..000000000000
--- a/net-mail/hotwayd/hotwayd-0.7.1.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# 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.1.ebuild,v 1.2 2004/06/24 23:23:26 agriffis 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 "-----------------------------------------------------------------"
-}