Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 7337 - Minicom is outdated
Summary: Minicom is outdated
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High minor (vote)
Assignee: Brandon Low (RETIRED)
URL:
Whiteboard:
Keywords:
: 5562 (view as bug list)
Depends on:
Blocks:
 
Reported: 2002-09-01 12:25 UTC by Javier Marcet
Modified: 2002-10-17 13:21 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Javier Marcet 2002-09-01 12:25:14 UTC
This is an updated ebuild, which does not need all the fixes of the former  
anymore. At least, it's been working for me for more than a month - I guess  
barely anyone uses it too much - :)  
  
# Copyright 1999-2001 Gentoo Technologies, Inc. 
# Distributed under the terms of the GNU General Public License, v2 or later 
# Author Ryan Tolboom <ryan@gentoo.org>, updated by Javier G Marcet 
<jmarcet@pobox.com> 
 
A="${P}.src.tar.gz" 
S=${WORKDIR}/minicom 
DESCRIPTION="Serial Communication Program" 
SRC_URI="http://www.clinet.fi/~walker/${A}" 
HOMEPAGE="http://www.clinet.fi/~walker/minicom.html" 
 
DEPEND=">=sys-libs/ncurses-5.2-r3" 
 
src_compile() { 
 
	./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--infodir=/usr/share/info --mandir=/usr/share/man 
	cd ${S}/lib 
	make || die 
	cd ${S}/src 
	make || die 
} 
 
src_install() { 
 
    dobin src/minicom src/ascii-xfr src/runscript 
    doman man/minicom.1 man/ascii-xfr.1 man/runscript.1 
	dodoc ChangeLog README doc/Announce* doc/Locales doc/minicom.FAQ 
doc/Todo 
    exeinto /usr/bin 
    doexe src/xminicom 
    insinto /etc 
	doins doc/minirc.dfl  
 
}
Comment 1 Seemant Kulleen (RETIRED) gentoo-dev 2002-09-02 05:30:07 UTC
<carpaski> If you can't find anyone give it to lolo... Tell him it gives him
reason to OOPS found.
Comment 2 phoen][x 2002-09-02 10:30:49 UTC
I rewrote the minicom ebuild and added it to the tree. You might want to give it
a try, Javier (or whover reads this).

Sorry for stealing this bug, lolo. :)

-phoen][x-
Comment 3 Brandon Low (RETIRED) gentoo-dev 2002-09-02 21:38:27 UTC
THanks for doing this phoenix, I fixed your ebuild a little, it appears good to go.
Comment 4 Dan Armak (RETIRED) gentoo-dev 2002-10-17 13:21:23 UTC
*** Bug 5562 has been marked as a duplicate of this bug. ***