summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSven Wegener <swegener@gentoo.org>2004-08-14 18:37:04 +0000
committerSven Wegener <swegener@gentoo.org>2004-08-14 18:37:04 +0000
commita91ae11228ef468679eda714f5cd755ff0f96ef2 (patch)
tree76c4cc5a4a189f98fa2496dcf509899c366624e8 /net-irc/unrealircd
parentVersion bump (diff)
downloadhistorical-a91ae11228ef468679eda714f5cd755ff0f96ef2.tar.gz
historical-a91ae11228ef468679eda714f5cd755ff0f96ef2.tar.bz2
historical-a91ae11228ef468679eda714f5cd755ff0f96ef2.zip
Added info to pkg_postinst() about the optional hub support.
Diffstat (limited to 'net-irc/unrealircd')
-rw-r--r--net-irc/unrealircd/ChangeLog5
-rw-r--r--net-irc/unrealircd/Manifest10
-rw-r--r--net-irc/unrealircd/unrealircd-3.2.1-r1.ebuild5
3 files changed, 13 insertions, 7 deletions
diff --git a/net-irc/unrealircd/ChangeLog b/net-irc/unrealircd/ChangeLog
index 1178ae4814eb..9015b68e618f 100644
--- a/net-irc/unrealircd/ChangeLog
+++ b/net-irc/unrealircd/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-irc/unrealircd
# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/unrealircd/ChangeLog,v 1.19 2004/08/14 18:30:20 swegener Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/unrealircd/ChangeLog,v 1.20 2004/08/14 18:37:04 swegener Exp $
+
+ 14 Aug 2004; Sven Wegener <swegener@gentoo.org> unrealircd-3.2.1-r1.ebuild:
+ Added info to pkg_postinst().
*unrealircd-3.2.1-r1 (14 Aug 2004)
diff --git a/net-irc/unrealircd/Manifest b/net-irc/unrealircd/Manifest
index 155b9889d116..e63bd6c5ff7c 100644
--- a/net-irc/unrealircd/Manifest
+++ b/net-irc/unrealircd/Manifest
@@ -1,12 +1,12 @@
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
-MD5 696328a2f7fcfde391a23254aaf614a9 ChangeLog 2861
+MD5 3add09d04ba660cded1be173c7a84eb8 ChangeLog 2972
MD5 44c39c6ad372a8e5a5e7ee3311f703a7 metadata.xml 160
MD5 bd2b20e66682f4a143eb7279be88c70d unrealircd-3.1.5.1.ebuild 1962
MD5 f9a856e5a3fd5dee5a9b7fe176de34e1 unrealircd-3.1.6.ebuild 1966
MD5 c3931db83b5b4683e0352edf31b05d36 unrealircd-3.2.1.ebuild 2799
-MD5 c6da1cb6ddc8b9a290ee36a4818cb5c4 unrealircd-3.2.1-r1.ebuild 2850
+MD5 06fb24be59adac0c9a98ee884ae9509d unrealircd-3.2.1-r1.ebuild 2969
MD5 5470c8e18506b99b25d63039b6b37f3a files/3.1.5.1-Config.patch 554
MD5 5470c8e18506b99b25d63039b6b37f3a files/3.1.6-Config.patch 554
MD5 4aacbe2a257a52f6adf3628142d5fa22 files/digest-unrealircd-3.1.5.1 71
@@ -18,7 +18,7 @@ MD5 973bf222cdc1696d8ff91b30c1198fba files/digest-unrealircd-3.2.1-r1 64
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.4 (GNU/Linux)
-iD8DBQFBHlqLI1lqEGTUzyQRApSJAJ9uYZaVOkMS0fAQYFPGG5Td4dVcCQCfQ/1X
-gY1EK0RqfU4hFqm+4BhFGuc=
-=1S5z
+iD8DBQFBHlwfI1lqEGTUzyQRAmQ5AJ90PwKMTiF7eTSVgKYL9b7eXeb+SQCgqKxw
+d8Bx6CbP6xuMrbj94+4TA7Q=
+=X3EQ
-----END PGP SIGNATURE-----
diff --git a/net-irc/unrealircd/unrealircd-3.2.1-r1.ebuild b/net-irc/unrealircd/unrealircd-3.2.1-r1.ebuild
index 81dd771b3687..7bc9793e79bf 100644
--- a/net-irc/unrealircd/unrealircd-3.2.1-r1.ebuild
+++ b/net-irc/unrealircd/unrealircd-3.2.1-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-irc/unrealircd/unrealircd-3.2.1-r1.ebuild,v 1.1 2004/08/14 18:30:20 swegener Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/unrealircd/unrealircd-3.2.1-r1.ebuild,v 1.2 2004/08/14 18:37:04 swegener Exp $
inherit eutils ssl-cert
@@ -112,4 +112,7 @@ pkg_postinst() {
einfo
einfo "You can also use /etc/init.d/unrealircd to start at boot"
einfo
+ einfo "With this revision the hub support in UnrealIRCd is optional."
+ einfo "Set USE=\"hub\" if you need it."
+ einfo
}