Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/flasm/, app-misc/flasm/files/, profiles/
Date: Mon, 14 Aug 2017 08:03:08
Message-Id: 1502697774.e03f84f37a69191a661bd10279332b0f9042fede.mgorny@gentoo
1 commit: e03f84f37a69191a661bd10279332b0f9042fede
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Mon Aug 14 07:59:13 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon Aug 14 08:02:54 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e03f84f3
7
8 app-misc/flasm: Remove last-rited pkg, #604816
9
10 app-misc/flasm/Manifest | 1 -
11 app-misc/flasm/files/flasm-1.63-makefile.patch | 27 -----------------
12 app-misc/flasm/flasm-1.63.ebuild | 41 --------------------------
13 app-misc/flasm/metadata.xml | 12 --------
14 profiles/package.mask | 4 ---
15 5 files changed, 85 deletions(-)
16
17 diff --git a/app-misc/flasm/Manifest b/app-misc/flasm/Manifest
18 deleted file mode 100644
19 index 72e3b856833..00000000000
20 --- a/app-misc/flasm/Manifest
21 +++ /dev/null
22 @@ -1 +0,0 @@
23 -DIST flasm-1.63.zip 111912 SHA256 df1273a506e2479cf95775197f5b7fa94e29fe1e0aae5aa190ed5bbebc4be5c6 SHA512 af53c8902bac9bc03a4274f51280abe7e595f19d8ee367c0237868634df58a42144bb6c335a99f860c494da90d483072c66064897ef1ad467b7621c648ca322a WHIRLPOOL e69860fdfa5be54235c0a02f2b77e30e4a2735b6785aa45260a2bdb55ff8a2edd366c1c9dadc93c7ac76886bd0070c4b6220a38365b6ba3135a1ade19a7ef103
24
25 diff --git a/app-misc/flasm/files/flasm-1.63-makefile.patch b/app-misc/flasm/files/flasm-1.63-makefile.patch
26 deleted file mode 100644
27 index 32ea2bc0018..00000000000
28 --- a/app-misc/flasm/files/flasm-1.63-makefile.patch
29 +++ /dev/null
30 @@ -1,27 +0,0 @@
31 ---- Makefile.o 2010-08-31 01:17:46.505000089 +0200
32 -+++ Makefile 2010-08-31 01:19:11.841000098 +0200
33 -@@ -1,6 +1,4 @@
34 - UNAME = $(shell uname)
35 --CC = gcc
36 --CFLAGS = -g -Wall -O2
37 - LIBS = -lz
38 - OFILES = util.o keywords.o flasm.o unflasm.o lex.yy.o assembler.tab.o
39 - GARBAGE = assembler.tab.* lex.yy.c memwatch.o gmon.out memwatch.log core
40 -@@ -9,8 +7,6 @@
41 - ifneq (,$(findstring debug,$(MAKECMDGOALS)))
42 - CFLAGS += -DMEMWATCH -pg -p -pedantic -W -Wcast-align -Wcast-qual -Wshadow -Wnested-externs -Wstrict-prototypes -Waggregate-return -Wmissing-prototypes -Wpointer-arith
43 - OFILES += memwatch.o
44 --else
45 -- CFLAGS += -s
46 - endif
47 -
48 - # executable should not depend on cygwin.dll
49 -@@ -26,7 +22,7 @@
50 - -rm -f ${OFILES} ${GARBAGE}
51 -
52 - flasm: ${OFILES}
53 -- ${CC} $(CFLAGS) -o flasm ${OFILES} ${LIBS}
54 -+ ${CC} $(CFLAGS) $(LDFLAGS) -o flasm ${OFILES} ${LIBS}
55 -
56 - assembler.tab.c assembler.tab.h: assembler.y
57 - bison --defines --debug assembler.y
58
59 diff --git a/app-misc/flasm/flasm-1.63.ebuild b/app-misc/flasm/flasm-1.63.ebuild
60 deleted file mode 100644
61 index 2d3e9daedc3..00000000000
62 --- a/app-misc/flasm/flasm-1.63.ebuild
63 +++ /dev/null
64 @@ -1,41 +0,0 @@
65 -# Copyright 1999-2014 Gentoo Foundation
66 -# Distributed under the terms of the GNU General Public License v2
67 -
68 -EAPI=5
69 -
70 -inherit eutils versionator toolchain-funcs
71 -
72 -MY_PV=$(delete_all_version_separators $(get_version_component_range 1-2))
73 -DESCRIPTION="Command line assembler/disassembler of Flash ActionScript bytecode"
74 -HOMEPAGE="http://www.nowrap.de/flasm.html"
75 -SRC_URI="http://www.nowrap.de/download/flasm${MY_PV}src.zip -> ${P}.zip"
76 -
77 -LICENSE="BSD"
78 -SLOT="0"
79 -KEYWORDS="~amd64 ~x86 ~x86-fbsd"
80 -IUSE=""
81 -
82 -RDEPEND="sys-libs/zlib"
83 -DEPEND="${RDEPEND}
84 - app-arch/unzip
85 - dev-util/gperf
86 - sys-devel/flex
87 - virtual/yacc
88 -"
89 -
90 -S=${WORKDIR}
91 -
92 -src_prepare() {
93 - epatch "${FILESDIR}"/${P}-makefile.patch
94 -}
95 -
96 -src_compile() {
97 - tc-export CC
98 - emake
99 -}
100 -
101 -src_install() {
102 - dobin flasm
103 - dodoc CHANGES.TXT
104 - dohtml flasm.html classic.css
105 -}
106
107 diff --git a/app-misc/flasm/metadata.xml b/app-misc/flasm/metadata.xml
108 deleted file mode 100644
109 index 1116deeb8e4..00000000000
110 --- a/app-misc/flasm/metadata.xml
111 +++ /dev/null
112 @@ -1,12 +0,0 @@
113 -<?xml version="1.0" encoding="UTF-8"?>
114 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
115 -<pkgmetadata>
116 - <!-- maintainer-needed -->
117 - <longdescription>Flasm disassembles your entire SWF including all the
118 - timelines and events. Looking at disassembly, you learn how the Flash
119 - compiler works, which improves your ActionScript skills. You can also do
120 - some optimizations on the disassembled code by hand or adjust the code as
121 - you wish. Flasm then applies your changes to the original SWF, replacing
122 - original actions.
123 - </longdescription>
124 -</pkgmetadata>
125
126 diff --git a/profiles/package.mask b/profiles/package.mask
127 index 4d4350191b7..786ae643351 100644
128 --- a/profiles/package.mask
129 +++ b/profiles/package.mask
130 @@ -354,10 +354,6 @@ x11-terms/evilvte
131 dev-libs/qcodeedit
132
133 # Pacho Ramos <pacho@g.o> (14 Jul 2017)
134 -# Not compatible with gperf-3.1 (#604816). Removal in a month.
135 -app-misc/flasm
136 -
137 -# Pacho Ramos <pacho@g.o> (14 Jul 2017)
138 # Dead for ages, relies on dead libs (#622010), you can move to moserial, cutecom or
139 # minicom. Removal in 2 months.
140 net-dialup/gtkterm