summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2019-10-16 10:08:14 +0200
committerMichał Górny <mgorny@gentoo.org>2019-10-16 10:14:09 +0200
commitca0dbdf42c8af21f164c613ecc42d5661c92a11c (patch)
treeae9bdd9cbc11d31cf7c795825f14bf9887783e7f /app-emulation/vmips-cross-bin
parentdev-go/go-oauth2: Remove last-rited pkg (diff)
downloadgentoo-ca0dbdf42c8af21f164c613ecc42d5661c92a11c.tar.gz
gentoo-ca0dbdf42c8af21f164c613ecc42d5661c92a11c.tar.bz2
gentoo-ca0dbdf42c8af21f164c613ecc42d5661c92a11c.zip
app-emulation/vmips-cross-bin: Remove last-rited pkg
Closes: https://bugs.gentoo.org/694562 Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-emulation/vmips-cross-bin')
-rw-r--r--app-emulation/vmips-cross-bin/Manifest1
-rw-r--r--app-emulation/vmips-cross-bin/metadata.xml8
-rw-r--r--app-emulation/vmips-cross-bin/vmips-cross-bin-1.0.ebuild19
3 files changed, 0 insertions, 28 deletions
diff --git a/app-emulation/vmips-cross-bin/Manifest b/app-emulation/vmips-cross-bin/Manifest
deleted file mode 100644
index 180cd1352534..000000000000
--- a/app-emulation/vmips-cross-bin/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST vmips-cross-bin-1.0.ppc.tar.bz2 9301855 BLAKE2B 7917419fc7d7c2e04442029ae6606de9bae370acf259224cf1bf1923883eaf61e2fde4ec39b6131741cbd6d8466712de19c8adc2de58d75a8df8f79daf5584f8 SHA512 e1296dcc457133e8ab42f3cff42ee26d5744a6ed89d7b5b217d6aec63a36d463bae1a022365d5586208b1f59cad4c5f7964d82ea78bebd4c9a354f817cbbf4dc
diff --git a/app-emulation/vmips-cross-bin/metadata.xml b/app-emulation/vmips-cross-bin/metadata.xml
deleted file mode 100644
index 68616d1d386f..000000000000
--- a/app-emulation/vmips-cross-bin/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <!-- maintainer-needed -->
- <upstream>
- <remote-id type="sourceforge">vmips</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/app-emulation/vmips-cross-bin/vmips-cross-bin-1.0.ebuild b/app-emulation/vmips-cross-bin/vmips-cross-bin-1.0.ebuild
deleted file mode 100644
index 6d8f0cb6e33e..000000000000
--- a/app-emulation/vmips-cross-bin/vmips-cross-bin-1.0.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=0
-
-SRC_URI="ppc? ( mirror://gentoo/${P}.ppc.tar.bz2 )"
-DESCRIPTION="vmips cross-development tools"
-HOMEPAGE="http://vmips.sourceforge.net/"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="-* ppc"
-DEPEND=""
-IUSE=""
-
-src_install() {
- mkdir -p ${D}/opt
- mv ${WORKDIR}/mips ${D}/opt
-}