summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-dialup/minicom/minicom-2.00.0.ebuild')
-rw-r--r--net-dialup/minicom/minicom-2.00.0.ebuild38
1 files changed, 0 insertions, 38 deletions
diff --git a/net-dialup/minicom/minicom-2.00.0.ebuild b/net-dialup/minicom/minicom-2.00.0.ebuild
deleted file mode 100644
index 9837fbf59a75..000000000000
--- a/net-dialup/minicom/minicom-2.00.0.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# 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.16 2004/07/14 23:04:28 agriffis Exp $
-
-DESCRIPTION="Serial Communication Program"
-SRC_URI="http://www.netsonic.fi/~walker/${P}.src.tar.gz"
-HOMEPAGE="http://www.netsonic.fi/~walker/minicom.html"
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="x86 ppc alpha hppa sparc"
-IUSE=""
-
-DEPEND=">=sys-libs/ncurses-5.2-r3"
-
-src_compile() {
- econf --sysconfdir=/etc/${PN} || die "econf failed"
- emake || die "emake failed"
-}
-
-src_install() {
- einstall || die "einstall failed"
- dodoc doc/minicom.FAQ
- insinto /etc/minicom
- doins ${FILESDIR}/minirc.dfl
-
- 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/lrzsz."
- echo
-}