summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGraham Forest <vitaminmoo@gentoo.org>2003-04-24 21:07:13 +0000
committerGraham Forest <vitaminmoo@gentoo.org>2003-04-24 21:07:13 +0000
commite9da8a508fc6c17c22acc86a02f858f209374c32 (patch)
treede302861367f5926b6569b90c4c81a655e24a4fc /net-dialup
parentfix bug number in ChangeLog (diff)
downloadhistorical-e9da8a508fc6c17c22acc86a02f858f209374c32.tar.gz
historical-e9da8a508fc6c17c22acc86a02f858f209374c32.tar.bz2
historical-e9da8a508fc6c17c22acc86a02f858f209374c32.zip
Added einfo for bug 9526
Diffstat (limited to 'net-dialup')
-rw-r--r--net-dialup/minicom/ChangeLog6
-rw-r--r--net-dialup/minicom/Manifest6
-rw-r--r--net-dialup/minicom/minicom-1.83.1-r1.ebuild11
-rw-r--r--net-dialup/minicom/minicom-2.00.0.ebuild11
4 files changed, 31 insertions, 3 deletions
diff --git a/net-dialup/minicom/ChangeLog b/net-dialup/minicom/ChangeLog
index 0497357bad15..e6bacde6e105 100644
--- a/net-dialup/minicom/ChangeLog
+++ b/net-dialup/minicom/ChangeLog
@@ -1,6 +1,6 @@
# ChangeLog for net-dialup/minicom
# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-dialup/minicom/ChangeLog,v 1.7 2003/03/19 16:21:19 gmsoft Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dialup/minicom/ChangeLog,v 1.8 2003/04/24 21:07:01 vladimir Exp $
19 Mar 2003; Guy Martin <gmsoft@gentoo.org> minicom-1.83.1-r1.ebuild :
Added hppa to keywords.
@@ -23,6 +23,10 @@
*minicom-1.83.1-r1 (1 Feb 2002)
+ 24 Apr 2003; Graham Forest <vladimir@gentoo.org> minicom-1.83.1-r1.ebuild,
+ minicom-2.00.0.ebuild:
+ Added einfo for bug 9526
+
1 Feb 2002; G.Bevin <gbevin@gentoo.org> ChangeLog :
Added initial ChangeLog which should be updated whenever the package is
diff --git a/net-dialup/minicom/Manifest b/net-dialup/minicom/Manifest
new file mode 100644
index 000000000000..1cfcde15f13a
--- /dev/null
+++ b/net-dialup/minicom/Manifest
@@ -0,0 +1,6 @@
+MD5 73d1d44f60a7542712ef55a2635c2060 ChangeLog 1414
+MD5 8703ff9527345286ad09ceebbcc34846 minicom-1.83.1-r1.ebuild 1735
+MD5 c59949562d194dba1f45ddf29bc9a315 minicom-2.00.0.ebuild 1034
+MD5 fc4dc154118b88e1aab6aab216bb70aa files/digest-minicom-1.83.1-r1 70
+MD5 bbd752eddf4c3da2156d40ae2713b371 files/digest-minicom-2.00.0 70
+MD5 6362e781f7e7a1300d8a3c7b602ddd6f files/minirc.dfl 66
diff --git a/net-dialup/minicom/minicom-1.83.1-r1.ebuild b/net-dialup/minicom/minicom-1.83.1-r1.ebuild
index 351a5c8d1974..8f32808df26b 100644
--- a/net-dialup/minicom/minicom-1.83.1-r1.ebuild
+++ b/net-dialup/minicom/minicom-1.83.1-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-dialup/minicom/minicom-1.83.1-r1.ebuild,v 1.10 2003/03/19 16:21:19 gmsoft Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dialup/minicom/minicom-1.83.1-r1.ebuild,v 1.11 2003/04/24 21:07:01 vladimir Exp $
S=${WORKDIR}/${P}
DESCRIPTION="Serial Communication Program"
@@ -54,3 +54,12 @@ src_install() {
dodoc Readme Copyright
}
+
+pkg_postinst() {
+ einfo "Minicom relies on the net-misc/lrzsz package to transfer"
+ einfo "files using the XMODEM, YMODEM and ZMODEM protocols."
+ echo
+ einfo "If you need the capability of using the above protocols,"
+ einfo "make sure to install net-misc/lrsz."
+ echo
+}
diff --git a/net-dialup/minicom/minicom-2.00.0.ebuild b/net-dialup/minicom/minicom-2.00.0.ebuild
index 630a06adfbff..144fc365a301 100644
--- a/net-dialup/minicom/minicom-2.00.0.ebuild
+++ b/net-dialup/minicom/minicom-2.00.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-dialup/minicom/minicom-2.00.0.ebuild,v 1.7 2003/02/13 13:54:19 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dialup/minicom/minicom-2.00.0.ebuild,v 1.8 2003/04/24 21:07:01 vladimir Exp $
DESCRIPTION="Serial Communication Program"
SRC_URI="http://www.netsonic.fi/~walker/${P}.src.tar.gz"
@@ -26,3 +26,12 @@ src_install() {
dodoc AUTHORS COPYING ChangeLog INSTALL NEWS README
}
+
+pkg_postinst() {
+ einfo "Minicom relies on the net-misc/lrzsz package to transfer"
+ einfo "files using the XMODEM, YMODEM and ZMODEM protocols."
+ echo
+ einfo "If you need the capability of using the above protocols,"
+ einfo "make sure to install net-misc/lrsz."
+ echo
+}