diff options
Diffstat (limited to 'net-im/ysm/ysm-2.9.8.ebuild')
-rw-r--r-- | net-im/ysm/ysm-2.9.8.ebuild | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/net-im/ysm/ysm-2.9.8.ebuild b/net-im/ysm/ysm-2.9.8.ebuild deleted file mode 100644 index 129d305a9800..000000000000 --- a/net-im/ysm/ysm-2.9.8.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/ysm/ysm-2.9.8.ebuild,v 1.2 2007/07/02 14:49:33 peper 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="mirror" -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 -} |