summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2016-02-20 18:22:06 +0100
committerPacho Ramos <pacho@gentoo.org>2016-02-20 18:22:06 +0100
commit59abe4fc46f34298c03a49e3034093bb1d9c311e (patch)
treea42a9471a8521385ca9052d51ffbc9bd312382b0 /dev-util/cocom
parentx11-plugins/gkrelltop: Drop old (diff)
downloadgentoo-59abe4fc46f34298c03a49e3034093bb1d9c311e.tar.gz
gentoo-59abe4fc46f34298c03a49e3034093bb1d9c311e.tar.bz2
gentoo-59abe4fc46f34298c03a49e3034093bb1d9c311e.zip
Remove masked for removal packages
Diffstat (limited to 'dev-util/cocom')
-rw-r--r--dev-util/cocom/Manifest1
-rw-r--r--dev-util/cocom/cocom-0.996-r1.ebuild29
-rw-r--r--dev-util/cocom/files/cocom-0.996-configure.patch11
-rw-r--r--dev-util/cocom/metadata.xml23
4 files changed, 0 insertions, 64 deletions
diff --git a/dev-util/cocom/Manifest b/dev-util/cocom/Manifest
deleted file mode 100644
index 6d8d18a67b7b..000000000000
--- a/dev-util/cocom/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST cocom-0.996.tar.gz 4632140 SHA256 e143ab556d79a35ef31ec1e240897c9b8a8d0b6693e50a2b6e47d7fd4b200519 SHA512 57a7338677c443d293f02d64f38268bd76feb075e3c9780fcd37e53a294d5e8fa374bb98d40b505d2d8f9fd9b7d8327f8f461cf4650868bf4adfd5b244cf1d4e WHIRLPOOL 599b48e444acb13bc14e170d8f34602462e45de8c4efea2f611ac7e023f876249c68e83712d9734639e456fc5961704999df6dc0baa139ae4fd965ecca7cd26f
diff --git a/dev-util/cocom/cocom-0.996-r1.ebuild b/dev-util/cocom/cocom-0.996-r1.ebuild
deleted file mode 100644
index 8e817965be44..000000000000
--- a/dev-util/cocom/cocom-0.996-r1.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="2"
-
-inherit eutils autotools
-
-DESCRIPTION="Toolset to help create compilers, cross-compilers, interpreters, and other language processors"
-HOMEPAGE="http://cocom.sourceforge.net/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86 ~x86-linux ~ppc-macos ~x86-macos"
-IUSE=""
-RDEPEND="!!media-gfx/hugin"
-DEPEND="${RDEPEND}"
-
-src_prepare() {
- epatch "${FILESDIR}/${P}-configure.patch"
- cd "${S}"/REGEX
- eautoconf
-}
-
-src_install() {
- emake install DESTDIR="${D}" || die
- dodoc CHANGES README
-}
diff --git a/dev-util/cocom/files/cocom-0.996-configure.patch b/dev-util/cocom/files/cocom-0.996-configure.patch
deleted file mode 100644
index ad584a82a219..000000000000
--- a/dev-util/cocom/files/cocom-0.996-configure.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- cocom-0.996/configure.orig 2007-02-08 19:25:24.000000000 +0100
-+++ cocom-0.996/configure 2009-09-01 20:21:04.000000000 +0200
-@@ -5474,7 +5474,7 @@
- Linux*)
- GCC_FPIC=-fPIC
- LIB_SUFFIX=so
-- MAKELIB="gcc -shared -Wl,-soname,\\\$\$0 -o \\\$\$0"
-+ MAKELIB="$CC $LDFLAGS -shared -Wl,-soname,\\\$\$0 -o \\\$\$0"
- AFTER_MAKELIB="echo \\\$\$0"
- # The following option is needed if we use no shared dino library but
- # shared external library
diff --git a/dev-util/cocom/metadata.xml b/dev-util/cocom/metadata.xml
deleted file mode 100644
index 0101a3ef8b46..000000000000
--- a/dev-util/cocom/metadata.xml
+++ /dev/null
@@ -1,23 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <longdescription>
- COCOM tool set is oriented towards the creation of compilers,
- cross-compilers, interpreters, and other language processors.
- Now COCOM tool set consists of the following components:
- * Ammunition (reusable packages)
- * Sprut (internal representation description translator)
- * Nona (code selector description translator)
- * Msta (syntax description translator)
- * Oka (pipeline hazards description translator)
- * Shilka (keywords description translator)
-
- All of these components are written in ANSI C and have common style
- input languages (a la YACC). All code generated by the components is in
- also strict ANSI C and in standard C++. All documentation exists in
- ASCII, TeX dvi, Postsrcipt, HTML, and GNU info formats.
- </longdescription>
- <upstream>
- <remote-id type="sourceforge">cocom</remote-id>
- </upstream>
-</pkgmetadata>