net-im/ysm: remove old
authorMichael Palimaka <kensington@gentoo.org>
Mon, 13 Feb 2017 08:01:53 +0000 (19:01 +1100)
committerMichael Palimaka <kensington@gentoo.org>
Mon, 13 Feb 2017 08:03:33 +0000 (19:03 +1100)
Package-Manager: Portage-2.3.3, Repoman-2.3.1

net-im/ysm/ysm-2.9.9.1.ebuild [deleted file]

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 (file)
index af990fa..0000000
+++ /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
-}