+++ /dev/null
-DIST flasm-1.63.zip 111912 SHA256 df1273a506e2479cf95775197f5b7fa94e29fe1e0aae5aa190ed5bbebc4be5c6 SHA512 af53c8902bac9bc03a4274f51280abe7e595f19d8ee367c0237868634df58a42144bb6c335a99f860c494da90d483072c66064897ef1ad467b7621c648ca322a WHIRLPOOL e69860fdfa5be54235c0a02f2b77e30e4a2735b6785aa45260a2bdb55ff8a2edd366c1c9dadc93c7ac76886bd0070c4b6220a38365b6ba3135a1ade19a7ef103
+++ /dev/null
---- 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)\r
--CC = gcc\r
--CFLAGS = -g -Wall -O2\r
- LIBS = -lz\r
- OFILES = util.o keywords.o flasm.o unflasm.o lex.yy.o assembler.tab.o\r
- GARBAGE = assembler.tab.* lex.yy.c memwatch.o gmon.out memwatch.log core\r
-@@ -9,8 +7,6 @@
- ifneq (,$(findstring debug,$(MAKECMDGOALS)))\r
- CFLAGS += -DMEMWATCH -pg -p -pedantic -W -Wcast-align -Wcast-qual -Wshadow -Wnested-externs -Wstrict-prototypes -Waggregate-return -Wmissing-prototypes -Wpointer-arith\r
- OFILES += memwatch.o\r
--else\r
-- CFLAGS += -s\r
- endif\r
- \r
- # executable should not depend on cygwin.dll\r
-@@ -26,7 +22,7 @@
- -rm -f ${OFILES} ${GARBAGE}\r
- \r
- flasm: ${OFILES}\r
-- ${CC} $(CFLAGS) -o flasm ${OFILES} ${LIBS}\r
-+ ${CC} $(CFLAGS) $(LDFLAGS) -o flasm ${OFILES} ${LIBS}\r
- \r
- assembler.tab.c assembler.tab.h: assembler.y\r
- bison --defines --debug assembler.y\r
+++ /dev/null
-# 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
-}
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <!-- maintainer-needed -->
- <longdescription>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.
- </longdescription>
-</pkgmetadata>
# Removal in a month.
dev-libs/qcodeedit
-# Pacho Ramos <pacho@gentoo.org> (14 Jul 2017)
-# Not compatible with gperf-3.1 (#604816). Removal in a month.
-app-misc/flasm
-
# Pacho Ramos <pacho@gentoo.org> (14 Jul 2017)
# Dead for ages, relies on dead libs (#622010), you can move to moserial, cutecom or
# minicom. Removal in 2 months.