Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 156986 - net-im/ysm-2.9.9 (version bump)
Summary: net-im/ysm-2.9.9 (version bump)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Gentoo Net-im project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-12-03 07:17 UTC by Sascha Spreitzer
Modified: 2007-06-09 16:57 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 Sascha Spreitzer 2006-12-03 07:17:37 UTC
# New ebuild of version 2.9.9 from ysm.

MY_PV=${PV//./_}
DESCRIPTION="A console ICQ client supporting versions 7/8"
HOMEPAGE="http://ysmv7.sourceforge.net/"
SRC_URI="mirror://sourceforge/ysmv7/${PN}v7_${MY_PV}.tar.bz2"
RESTRICT="nomirror"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~x86 ~amd64 ~ppc"
IUSE=""
DEPEND="virtual/libc"
RDEPEND="virtual/libc"

S=${WORKDIR}/${PN}v7_${MY_PV}

src_install () {
        dobin src/ysm
        doman src/man/ysm.1
        dodoc README AUTHORS INSTALL
}
Comment 1 David-Lee K. 2007-05-28 21:24:56 UTC
Ebuild above works also for new version 2.9.9.1 on (x86)
With the newest version in Portage (2.9.8) you can't login to icq, it shows everytime a error that password is not correct. 
With 2.9.9.1 login works for me.