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 BFEF213832E for ; Sun, 24 Jul 2016 13:24:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8A0C0E0B0B; Sun, 24 Jul 2016 13:23:43 +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 884F2E0AE6 for ; Sun, 24 Jul 2016 13:23:41 +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 86EE6340D48 for ; Sun, 24 Jul 2016 13:23:40 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 70E01243E for ; Sun, 24 Jul 2016 13:23:35 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1469366579.d401ba2ed52688d7cdd92dbd6a4fde5964e621c1.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/as11/, dev-util/as11/files/, profiles/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/as11/Manifest dev-util/as11/as11-1.0.ebuild dev-util/as11/files/Makefile.patch dev-util/as11/metadata.xml profiles/package.mask X-VCS-Directories: dev-util/as11/ dev-util/as11/files/ profiles/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: d401ba2ed52688d7cdd92dbd6a4fde5964e621c1 X-VCS-Branch: master Date: Sun, 24 Jul 2016 13:23:35 +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: da3857fd-d5f3-40d9-b969-e90e8174fd31 X-Archives-Hash: e4070b56eff61cc2bcc3752338702aa3 commit: d401ba2ed52688d7cdd92dbd6a4fde5964e621c1 Author: Michał Górny gentoo org> AuthorDate: Sun Jul 24 13:20:25 2016 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Jul 24 13:22:59 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d401ba2e dev-util/as11: Remove last-rited pkg dev-util/as11/Manifest | 1 - dev-util/as11/as11-1.0.ebuild | 31 ------------------------------- dev-util/as11/files/Makefile.patch | 11 ----------- dev-util/as11/metadata.xml | 5 ----- profiles/package.mask | 1 - 5 files changed, 49 deletions(-) diff --git a/dev-util/as11/Manifest b/dev-util/as11/Manifest deleted file mode 100644 index 05fb42a..0000000 --- a/dev-util/as11/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST as11_src.tar.gz 24376 SHA256 422a76ce1f9b06812c82526445040dfc9921a86331b607b2e01f83b1a60ce579 SHA512 caa6f67258575a1c84ff57b404f7ae36488c0c6a3ba6059a18dff840766db4664960e077071f1c4722f4294406a395a8ae1594dc0c26a47980a6380fd4be28d6 WHIRLPOOL 8144cc9a4f5ee7abb8c1af4d1e37a00c8024d34f45fa21386a9463dc0e1c10e35f9466059bf6532839ada90744b46c21a0903ff5e89b32c792a4bb655b3c578a diff --git a/dev-util/as11/as11-1.0.ebuild b/dev-util/as11/as11-1.0.ebuild deleted file mode 100644 index 096c782..0000000 --- a/dev-util/as11/as11-1.0.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=4 - -inherit eutils toolchain-funcs - -DESCRIPTION="Motorola's AS11 Assembler for the 68HC11" -HOMEPAGE="http://www.ai.mit.edu/people/rsargent/as11.html" -SRC_URI="http://www.ai.mit.edu/people/rsargent/source/${PN}_src.tar.gz" -LICENSE="freedist" - -SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" -IUSE="" - -S=${WORKDIR}/${PN} - -DEPEND="" -RDEPEND="" - -src_prepare() { - epatch "${FILESDIR}"/Makefile.patch - tc-export CC -} - -src_install() { - dobin ${PN} - dodoc ${PN}.doc CHANGELOG README -} diff --git a/dev-util/as11/files/Makefile.patch b/dev-util/as11/files/Makefile.patch deleted file mode 100644 index ccebcdf..0000000 --- a/dev-util/as11/files/Makefile.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- /tmp/as11/Makefile 1996-01-09 01:02:53.000000000 +0100 -+++ Makefile 2012-10-15 18:11:19.398154832 +0200 -@@ -5,7 +5,4 @@ - AS11DEP=as11.c as.c do11.c pseudo.c eval.c symtab.c util.c ffwd.c output.c as.h - - as11: $(AS11DEP) -- $(CC) $(STATIC) -o as11 as11.c -- --as9: -- $(CC) -o as9 as9.c -+ $(CC) $(CFLAGS) $(LDFLAGS) -o as11 as11.c diff --git a/dev-util/as11/metadata.xml b/dev-util/as11/metadata.xml deleted file mode 100644 index 6f49eba..0000000 --- a/dev-util/as11/metadata.xml +++ /dev/null @@ -1,5 +0,0 @@ - - - - - diff --git a/profiles/package.mask b/profiles/package.mask index 3d8fb65..5171acb 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -250,7 +250,6 @@ app-portage/epm # Unmaintained ebuilds. Upstream is either dead or AWOL. Also, most of these # ebuilds are still sitting in ~arch after years in the tree. # Masked for removal in 30 days. -dev-util/as11 dev-util/filepp dev-util/kdoc dev-util/skelgen