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 CD7D41396D0 for ; Mon, 14 Aug 2017 08:03:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 538D11FC048; Mon, 14 Aug 2017 08:03:07 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 23C941FC048 for ; Mon, 14 Aug 2017 08:03:07 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 09236341732 for ; Mon, 14 Aug 2017 08:03:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 05C99784B for ; Mon, 14 Aug 2017 08:03:03 +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: <1502697774.e03f84f37a69191a661bd10279332b0f9042fede.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/flasm/, app-misc/flasm/files/, profiles/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-misc/flasm/Manifest app-misc/flasm/files/flasm-1.63-makefile.patch app-misc/flasm/flasm-1.63.ebuild app-misc/flasm/metadata.xml profiles/package.mask X-VCS-Directories: app-misc/flasm/ app-misc/flasm/files/ profiles/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: e03f84f37a69191a661bd10279332b0f9042fede X-VCS-Branch: master Date: Mon, 14 Aug 2017 08:03:03 +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: 60e8c01c-6c87-424b-b34d-4c3ec6112720 X-Archives-Hash: 8420c611dcb4a35b860bb24e38a318c9 commit: e03f84f37a69191a661bd10279332b0f9042fede Author: Michał Górny gentoo org> AuthorDate: Mon Aug 14 07:59:13 2017 +0000 Commit: Michał Górny gentoo org> CommitDate: Mon Aug 14 08:02:54 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e03f84f3 app-misc/flasm: Remove last-rited pkg, #604816 app-misc/flasm/Manifest | 1 - app-misc/flasm/files/flasm-1.63-makefile.patch | 27 ----------------- app-misc/flasm/flasm-1.63.ebuild | 41 -------------------------- app-misc/flasm/metadata.xml | 12 -------- profiles/package.mask | 4 --- 5 files changed, 85 deletions(-) diff --git a/app-misc/flasm/Manifest b/app-misc/flasm/Manifest deleted file mode 100644 index 72e3b856833..00000000000 --- a/app-misc/flasm/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST flasm-1.63.zip 111912 SHA256 df1273a506e2479cf95775197f5b7fa94e29fe1e0aae5aa190ed5bbebc4be5c6 SHA512 af53c8902bac9bc03a4274f51280abe7e595f19d8ee367c0237868634df58a42144bb6c335a99f860c494da90d483072c66064897ef1ad467b7621c648ca322a WHIRLPOOL e69860fdfa5be54235c0a02f2b77e30e4a2735b6785aa45260a2bdb55ff8a2edd366c1c9dadc93c7ac76886bd0070c4b6220a38365b6ba3135a1ade19a7ef103 diff --git a/app-misc/flasm/files/flasm-1.63-makefile.patch b/app-misc/flasm/files/flasm-1.63-makefile.patch deleted file mode 100644 index 32ea2bc0018..00000000000 --- a/app-misc/flasm/files/flasm-1.63-makefile.patch +++ /dev/null @@ -1,27 +0,0 @@ ---- Makefile.o 2010-08-31 01:17:46.505000089 +0200 -+++ Makefile 2010-08-31 01:19:11.841000098 +0200 -@@ -1,6 +1,4 @@ - UNAME = $(shell uname) --CC = gcc --CFLAGS = -g -Wall -O2 - LIBS = -lz - OFILES = util.o keywords.o flasm.o unflasm.o lex.yy.o assembler.tab.o - GARBAGE = assembler.tab.* lex.yy.c memwatch.o gmon.out memwatch.log core -@@ -9,8 +7,6 @@ - ifneq (,$(findstring debug,$(MAKECMDGOALS))) - CFLAGS += -DMEMWATCH -pg -p -pedantic -W -Wcast-align -Wcast-qual -Wshadow -Wnested-externs -Wstrict-prototypes -Waggregate-return -Wmissing-prototypes -Wpointer-arith - OFILES += memwatch.o --else -- CFLAGS += -s - endif - - # executable should not depend on cygwin.dll -@@ -26,7 +22,7 @@ - -rm -f ${OFILES} ${GARBAGE} - - flasm: ${OFILES} -- ${CC} $(CFLAGS) -o flasm ${OFILES} ${LIBS} -+ ${CC} $(CFLAGS) $(LDFLAGS) -o flasm ${OFILES} ${LIBS} - - assembler.tab.c assembler.tab.h: assembler.y - bison --defines --debug assembler.y diff --git a/app-misc/flasm/flasm-1.63.ebuild b/app-misc/flasm/flasm-1.63.ebuild deleted file mode 100644 index 2d3e9daedc3..00000000000 --- a/app-misc/flasm/flasm-1.63.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit eutils versionator toolchain-funcs - -MY_PV=$(delete_all_version_separators $(get_version_component_range 1-2)) -DESCRIPTION="Command line assembler/disassembler of Flash ActionScript bytecode" -HOMEPAGE="http://www.nowrap.de/flasm.html" -SRC_URI="http://www.nowrap.de/download/flasm${MY_PV}src.zip -> ${P}.zip" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~x86 ~x86-fbsd" -IUSE="" - -RDEPEND="sys-libs/zlib" -DEPEND="${RDEPEND} - app-arch/unzip - dev-util/gperf - sys-devel/flex - virtual/yacc -" - -S=${WORKDIR} - -src_prepare() { - epatch "${FILESDIR}"/${P}-makefile.patch -} - -src_compile() { - tc-export CC - emake -} - -src_install() { - dobin flasm - dodoc CHANGES.TXT - dohtml flasm.html classic.css -} diff --git a/app-misc/flasm/metadata.xml b/app-misc/flasm/metadata.xml deleted file mode 100644 index 1116deeb8e4..00000000000 --- a/app-misc/flasm/metadata.xml +++ /dev/null @@ -1,12 +0,0 @@ - - - - - Flasm disassembles your entire SWF including all the - timelines and events. Looking at disassembly, you learn how the Flash - compiler works, which improves your ActionScript skills. You can also do - some optimizations on the disassembled code by hand or adjust the code as - you wish. Flasm then applies your changes to the original SWF, replacing - original actions. - - diff --git a/profiles/package.mask b/profiles/package.mask index 4d4350191b7..786ae643351 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -354,10 +354,6 @@ x11-terms/evilvte dev-libs/qcodeedit # Pacho Ramos (14 Jul 2017) -# Not compatible with gperf-3.1 (#604816). Removal in a month. -app-misc/flasm - -# Pacho Ramos (14 Jul 2017) # Dead for ages, relies on dead libs (#622010), you can move to moserial, cutecom or # minicom. Removal in 2 months. net-dialup/gtkterm