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 F3508139085 for ; Sat, 31 Dec 2016 01:54:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2E79EE0C30; Sat, 31 Dec 2016 01:54:04 +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 088DBE0C30 for ; Sat, 31 Dec 2016 01:54:04 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 DB3B63416F2 for ; Sat, 31 Dec 2016 01:54:02 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7703924C5 for ; Sat, 31 Dec 2016 01:54:01 +0000 (UTC) From: "Mike Gilbert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Gilbert" Message-ID: <1483149194.957e0aafbbe787e5945070386881dd0214046d9d.floppym@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/asa/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/asa/asa-1.1.ebuild X-VCS-Directories: app-text/asa/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: 957e0aafbbe787e5945070386881dd0214046d9d X-VCS-Branch: master Date: Sat, 31 Dec 2016 01:54:01 +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: 56c99ccc-f059-4db7-974e-544d67bd477f X-Archives-Hash: 9e26366729689557ab40e129198b0d2b commit: 957e0aafbbe787e5945070386881dd0214046d9d Author: Mike Gilbert gentoo org> AuthorDate: Sat Dec 31 01:53:14 2016 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Sat Dec 31 01:53:14 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=957e0aaf app-text/asa: remove old app-text/asa/asa-1.1.ebuild | 26 -------------------------- 1 file changed, 26 deletions(-) diff --git a/app-text/asa/asa-1.1.ebuild b/app-text/asa/asa-1.1.ebuild deleted file mode 100644 index 180e42d..00000000 --- a/app-text/asa/asa-1.1.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=4 - -inherit toolchain-funcs - -DESCRIPTION="ASA Carriage control conversion for ouput by Fortran programs" -HOMEPAGE="http://www.ibiblio.org/pub/Linux/devel/lang/fortran/" -SRC_URI="http://www.ibiblio.org/pub/Linux/devel/lang/fortran/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64" -IUSE="" - -src_compile() { - emake CC="$(tc-getCC)" CFLAGS="${CFLAGS}" -} - -src_install() { - dobin asa - doman asa.1 - dodoc README asa.dat -}