From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id AFE55139B2A for ; Sun, 13 Sep 2015 20:40:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9791121C003; Sun, 13 Sep 2015 20:40:27 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 44D2721C003 for ; Sun, 13 Sep 2015 20:40:27 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 39B4434098F for ; Sun, 13 Sep 2015 20:40:26 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A331F178 for ; Sun, 13 Sep 2015 20:40:21 +0000 (UTC) From: "Manuel Rüger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Manuel Rüger" Message-ID: <1442176810.69e43749de509a307fe84572bde0914ad521dcac.mrueg@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-electronics/gsmc/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-electronics/gsmc/gsmc-1.1-r1.ebuild X-VCS-Directories: sci-electronics/gsmc/ X-VCS-Committer: mrueg X-VCS-Committer-Name: Manuel Rüger X-VCS-Revision: 69e43749de509a307fe84572bde0914ad521dcac X-VCS-Branch: master Date: Sun, 13 Sep 2015 20:40:21 +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: 40e99a5d-4ae6-4b90-964d-d10fded34518 X-Archives-Hash: a4d43470bebe6c73dbf490114fdaedb0 commit: 69e43749de509a307fe84572bde0914ad521dcac Author: Manuel Rüger gentoo org> AuthorDate: Sun Sep 13 20:40:10 2015 +0000 Commit: Manuel Rüger gentoo org> CommitDate: Sun Sep 13 20:40:10 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=69e43749 sci-electronics/gsmc: Remove old Package-Manager: portage-2.2.20.1 sci-electronics/gsmc/gsmc-1.1-r1.ebuild | 35 --------------------------------- 1 file changed, 35 deletions(-) diff --git a/sci-electronics/gsmc/gsmc-1.1-r1.ebuild b/sci-electronics/gsmc/gsmc-1.1-r1.ebuild deleted file mode 100644 index f47795f..0000000 --- a/sci-electronics/gsmc/gsmc-1.1-r1.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI="2" - -inherit autotools eutils - -DESCRIPTION="A GTK program for doing Smith Chart calculations" -HOMEPAGE="http://www.qsl.net/ik5nax/" -SRC_URI="http://www.qsl.net/ik5nax/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -CDEPEND=" - dev-libs/glib:2 - x11-libs/gtk+:2" -DEPEND="${CDEPEND} - virtual/pkgconfig" -RDEPEND="${CDEPEND}" - -src_prepare() { - epatch "${FILESDIR}/${P}-autotools.patch" - eautoreconf -} - -src_install() { - make DESTDIR="${D}" install || die - dodoc AUTHORS NEWS README TODO || die - insinto /usr/share/${PN} - doins example* || die -}