summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2019-10-13 14:40:17 +0200
committerMichał Górny <mgorny@gentoo.org>2019-10-13 14:40:17 +0200
commit3e960c4cd588df14701bebc03a558ecf0eabd1bd (patch)
tree331e39a0ff6b042986455239175cba4999c0f374 /sys-libs
parentsys-libs/system-config-base: Remove last-rited pkg (diff)
downloadgentoo-3e960c4cd588df14701bebc03a558ecf0eabd1bd.tar.gz
gentoo-3e960c4cd588df14701bebc03a558ecf0eabd1bd.tar.bz2
gentoo-3e960c4cd588df14701bebc03a558ecf0eabd1bd.zip
sys-libs/rvm: Remove last-rited pkg
Closes: https://bugs.gentoo.org/694260 Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'sys-libs')
-rw-r--r--sys-libs/rvm/Manifest1
-rw-r--r--sys-libs/rvm/metadata.xml5
-rw-r--r--sys-libs/rvm/rvm-1.17-r1.ebuild19
3 files changed, 0 insertions, 25 deletions
diff --git a/sys-libs/rvm/Manifest b/sys-libs/rvm/Manifest
deleted file mode 100644
index d3ca6cd7425e..000000000000
--- a/sys-libs/rvm/Manifest
+++ /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
index 6f49eba8f496..000000000000
--- a/sys-libs/rvm/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/sys-libs/rvm/rvm-1.17-r1.ebuild b/sys-libs/rvm/rvm-1.17-r1.ebuild
deleted file mode 100644
index 5f036225c9ae..000000000000
--- a/sys-libs/rvm/rvm-1.17-r1.ebuild
+++ /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 )