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/rvm/rvm-1.17-r1.ebuild
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/rvm/rvm-1.17-r1.ebuild')
-rw-r--r--sys-libs/rvm/rvm-1.17-r1.ebuild19
1 files changed, 0 insertions, 19 deletions
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 )