Gentoo Archives: gentoo-commits

From: Michael Palimaka <kensington@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-im/ysm/
Date: Mon, 13 Feb 2017 08:04:07
Message-Id: 1486973013.c7541ca7dd053506633960fe23b9563e914d6dbf.kensington@gentoo
1 commit: c7541ca7dd053506633960fe23b9563e914d6dbf
2 Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 13 08:01:53 2017 +0000
4 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 13 08:03:33 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7541ca7
7
8 net-im/ysm: remove old
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11
12 net-im/ysm/ysm-2.9.9.1.ebuild | 26 --------------------------
13 1 file changed, 26 deletions(-)
14
15 diff --git a/net-im/ysm/ysm-2.9.9.1.ebuild b/net-im/ysm/ysm-2.9.9.1.ebuild
16 deleted file mode 100644
17 index af990fa5a1..0000000000
18 --- a/net-im/ysm/ysm-2.9.9.1.ebuild
19 +++ /dev/null
20 @@ -1,26 +0,0 @@
21 -# Copyright 1999-2014 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -# $Id$
24 -
25 -EAPI=5
26 -
27 -MY_PV=${PV//./_}
28 -
29 -DESCRIPTION="A console ICQ client supporting versions 7/8"
30 -HOMEPAGE="http://ysmv7.sourceforge.net/"
31 -SRC_URI="mirror://sourceforge/ysmv7/${PN}v7_${MY_PV}.tar.bz2"
32 -RESTRICT="mirror"
33 -LICENSE="GPL-2"
34 -SLOT="0"
35 -KEYWORDS="amd64 ppc x86"
36 -IUSE=""
37 -DEPEND=""
38 -RDEPEND=""
39 -
40 -S=${WORKDIR}/${PN}v7_${MY_PV}
41 -
42 -src_install () {
43 - dobin src/ysm
44 - doman src/man/ysm.1
45 - dodoc README AUTHORS INSTALL
46 -}