Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 58462 - a new ebuild for 2.9.6 version of ysm im client
Summary: a new ebuild for 2.9.6 version of ysm im client
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High enhancement (vote)
Assignee: Daniel Ahlberg (RETIRED)
URL:
Whiteboard:
Keywords:
: 57679 (view as bug list)
Depends on:
Blocks:
 
Reported: 2004-07-26 13:06 UTC by yunus
Modified: 2004-08-06 12:20 UTC (History)
1 user (show)

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


Attachments
the 2.6.9 vers ebuild (ysm-2.9.6.ebuild,622 bytes, application/octet-stream)
2004-07-26 13:08 UTC, yunus
Details

Note You need to log in before you can comment on or make changes to this bug.
Description yunus 2004-07-26 13:06:11 UTC
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-im/ysm/ysm-2.9.6.ebuild,v 1.5 2004/07/15 00:26:45 agriffis Exp $

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"
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
}


Reproducible: Always
Steps to Reproduce:
1.no
2.no
3.no

Actual Results:  
no reslts
Comment 1 yunus 2004-07-26 13:08:44 UTC
Created attachment 36217 [details]
the 2.6.9 vers ebuild
Comment 2 Daniel Ahlberg (RETIRED) gentoo-dev 2004-08-06 12:05:42 UTC
*** Bug 57679 has been marked as a duplicate of this bug. ***
Comment 3 Daniel Ahlberg (RETIRED) gentoo-dev 2004-08-06 12:20:02 UTC
In CVS, thanks!