dev-util/rec: Remove last-rited pkg
authorMichał Górny <mgorny@gentoo.org>
Sun, 24 Jul 2016 13:18:21 +0000 (15:18 +0200)
committerMichał Górny <mgorny@gentoo.org>
Sun, 24 Jul 2016 13:22:59 +0000 (15:22 +0200)
dev-util/rec/Manifest [deleted file]
dev-util/rec/metadata.xml [deleted file]
dev-util/rec/rec-1.6.ebuild [deleted file]
profiles/package.mask

diff --git a/dev-util/rec/Manifest b/dev-util/rec/Manifest
deleted file mode 100644 (file)
index 72c54ac..0000000
+++ /dev/null
@@ -1 +0,0 @@
-DIST rec16lx.zip 311993 SHA256 3f8f4c802b33352fe0114bbf7758d4f5510b3e435824539cf8b5a73eb0162a87 SHA512 180f17cedb76ac3474b6d23da648eee9efba13c0c7288759c624032aafdb6d49832b4059a2b96421c88d8138c5aba28a3b352e479963eea1c031e6df3d159271 WHIRLPOOL 9fe3fbe68f0bc9e175eea338bd8b0db5fc54703c39adc36030437db6f61e9a4734101d67b94ac60e65d2c8c1e8c15160960df64b4bb88c70b774bd04151e68a5
diff --git a/dev-util/rec/metadata.xml b/dev-util/rec/metadata.xml
deleted file mode 100644 (file)
index 6f49eba..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<!-- maintainer-needed -->
-</pkgmetadata>
diff --git a/dev-util/rec/rec-1.6.ebuild b/dev-util/rec/rec-1.6.ebuild
deleted file mode 100644 (file)
index 1e25139..0000000
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=4
-
-inherit eutils
-
-DESCRIPTION="Reverse Engineering Compiler"
-HOMEPAGE="http://www.backerstreet.com/rec/rec.htm"
-SRC_URI="http://www.backerstreet.com/rec/rec16lx.zip"
-
-LICENSE="BSD-2 free-noncomm HPND"
-SLOT="0"
-KEYWORDS="-* ~amd64 ~x86"
-IUSE=""
-
-RESTRICT="strip"
-
-DEPEND="app-arch/unzip"
-RDEPEND="
-       sys-libs/ncurses
-       sys-libs/gpm"
-
-S=${WORKDIR}
-
-QA_PREBUILT="/opt/bin/rec"
-
-src_unpack() {
-       unzip -L -d "${S}" -q "${DISTDIR}/${A}" || die
-}
-
-src_prepare() {
-       sed -i 's#\(^.*$\)#/opt/rec/\1#g' proto.lst || die
-}
-
-src_compile() { :; }
-
-src_install() {
-       dodir /opt/rec
-       into /opt
-       dobin rec
-
-       insinto /opt/rec
-       doins proto.lst
-       doins string.o stdio.o stdlib.o fcntl.o winbase.o winuser.o wingdi.o
-       dodoc readme copyrite
-}
-
-pkg_postinst() {
-       elog "/opt/rec/proto.lst should be copied into the working"
-       elog "directory of new projects, this will make rec aware of common"
-       elog "prototypes."
-}
index c582fff81c580086b2e5a37a7a25e485b3f98dfe..ea33b745ac5da0a7e7530eb51c3604bb0a1f2c2e 100644 (file)
@@ -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/rec
 dev-util/jif
 dev-util/httpup
 dev-util/crow-designer