sys-libs/rvm: Remove last-rited pkg
authorMichał Górny <mgorny@gentoo.org>
Sun, 13 Oct 2019 12:40:17 +0000 (14:40 +0200)
committerMichał Górny <mgorny@gentoo.org>
Sun, 13 Oct 2019 12:40:17 +0000 (14:40 +0200)
Closes: https://bugs.gentoo.org/694260
Signed-off-by: Michał Górny <mgorny@gentoo.org>
profiles/package.mask
sys-libs/rvm/Manifest [deleted file]
sys-libs/rvm/metadata.xml [deleted file]
sys-libs/rvm/rvm-1.17-r1.ebuild [deleted file]

index 0e50ce17f85bd8fa6cba8b0c152e237937248336..5c98da67d08856508a304bfec5fbe4831b1e1a8a 100644 (file)
@@ -547,7 +547,6 @@ dev-util/webstorm
 # Unmaintained.  No reverse dependencies.
 # Removal in 30 days.  Bug #694260.
 sys-libs/libmath++
-sys-libs/rvm
 
 # Lars Wendler <polynomial-c@gentoo.org> (2019-09-04)
 # Unofficial build. Superseded by official 2.49.5 release.
diff --git a/sys-libs/rvm/Manifest b/sys-libs/rvm/Manifest
deleted file mode 100644 (file)
index d3ca6cd..0000000
+++ /dev/null
@@ -1 +0,0 @@
-DIST rvm-1.17.tar.gz 558574 BLAKE2B f4fbb7fd71c1c275c43689afa9b58624d8cf7e6f283b296602bd56cb8a1645e32d725561d5cc8934429d29fa20587af4620ca471378a7693936ab731986df372 SHA512 31956541e1e254fe9ecf3310e43f7395c847bab87e57bffe6e4f678a0077a21d0fb6af90e9bd79c599fc7f66255cd25dc99f85439c9e827319ff2c8bff4feb5d
diff --git a/sys-libs/rvm/metadata.xml b/sys-libs/rvm/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/sys-libs/rvm/rvm-1.17-r1.ebuild b/sys-libs/rvm/rvm-1.17-r1.ebuild
deleted file mode 100644 (file)
index 5f03622..0000000
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="Recoverable Virtual Memory (used by Coda)"
-HOMEPAGE="http://www.coda.cs.cmu.edu/"
-SRC_URI="http://www.coda.cs.cmu.edu/pub/rvm/src/${P}.tar.gz"
-
-LICENSE="LGPL-2.1"
-SLOT="1"
-KEYWORDS="~alpha ~amd64 ~hppa ia64 ~mips ~ppc ~sparc x86"
-IUSE=""
-
-RDEPEND=">=sys-libs/lwp-2.5"
-DEPEND="${RDEPEND}
-       virtual/pkgconfig"
-
-DOCS=( NEWS )