commit:     eb1c720066184529ba8fb0d608f249ca8c0eb410
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 24 13:18:21 2016 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Jul 24 13:22:59 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb1c7200

dev-util/rec: Remove last-rited pkg

 dev-util/rec/Manifest       |  1 -
 dev-util/rec/metadata.xml   |  5 -----
 dev-util/rec/rec-1.6.ebuild | 54 ---------------------------------------------
 profiles/package.mask       |  1 -
 4 files changed, 61 deletions(-)

diff --git a/dev-util/rec/Manifest b/dev-util/rec/Manifest
deleted file mode 100644
index 72c54ac..0000000
--- a/dev-util/rec/Manifest
+++ /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
index 6f49eba..0000000
--- a/dev-util/rec/metadata.xml
+++ /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
index 1e25139..0000000
--- a/dev-util/rec/rec-1.6.ebuild
+++ /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."
-}

diff --git a/profiles/package.mask b/profiles/package.mask
index c582fff..ea33b74 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/rec
 dev-util/jif
 dev-util/httpup
 dev-util/crow-designer

Reply via email to