From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D26B4139694 for ; Mon, 13 Feb 2017 08:04:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3D26BE0C88; Mon, 13 Feb 2017 08:03:57 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1ADBEE0C86 for ; Mon, 13 Feb 2017 08:03:52 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3F91A341130 for ; Mon, 13 Feb 2017 08:03:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 125124634 for ; Mon, 13 Feb 2017 08:03:48 +0000 (UTC) From: "Michael Palimaka" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Palimaka" Message-ID: <1486973013.c7541ca7dd053506633960fe23b9563e914d6dbf.kensington@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-im/ysm/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-im/ysm/ysm-2.9.9.1.ebuild X-VCS-Directories: net-im/ysm/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: c7541ca7dd053506633960fe23b9563e914d6dbf X-VCS-Branch: master Date: Mon, 13 Feb 2017 08:03:48 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 35e7584e-271e-4a22-bf90-42750438fa47 X-Archives-Hash: c7fbd178d67c280b6ce6e4eae9b17be1 commit: c7541ca7dd053506633960fe23b9563e914d6dbf Author: Michael Palimaka gentoo org> AuthorDate: Mon Feb 13 08:01:53 2017 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Mon Feb 13 08:03:33 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7541ca7 net-im/ysm: remove old Package-Manager: Portage-2.3.3, Repoman-2.3.1 net-im/ysm/ysm-2.9.9.1.ebuild | 26 -------------------------- 1 file changed, 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 af990fa5a1..0000000000 --- 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 -}