diff options
author | Michael Palimaka <kensington@gentoo.org> | 2017-02-13 19:01:53 +1100 |
---|---|---|
committer | Michael Palimaka <kensington@gentoo.org> | 2017-02-13 19:03:33 +1100 |
commit | c7541ca7dd053506633960fe23b9563e914d6dbf (patch) | |
tree | 85edc21df4be8c91947ce055b819e411052fbcdb /net-im/ysm | |
parent | media-sound/daudio: remove old (diff) | |
download | gentoo-c7541ca7dd053506633960fe23b9563e914d6dbf.tar.gz gentoo-c7541ca7dd053506633960fe23b9563e914d6dbf.tar.bz2 gentoo-c7541ca7dd053506633960fe23b9563e914d6dbf.zip |
net-im/ysm: remove old
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'net-im/ysm')
-rw-r--r-- | net-im/ysm/ysm-2.9.9.1.ebuild | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/net-im/ysm/ysm-2.9.9.1.ebuild b/net-im/ysm/ysm-2.9.9.1.ebuild deleted file mode 100644 index af990fa5a12f..000000000000 --- a/net-im/ysm/ysm-2.9.9.1.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -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="amd64 ppc x86" -IUSE="" -DEPEND="" -RDEPEND="" - -S=${WORKDIR}/${PN}v7_${MY_PV} - -src_install () { - dobin src/ysm - doman src/man/ysm.1 - dodoc README AUTHORS INSTALL -} |