summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2015-10-22 10:01:00 +0200
committerJustin Lecher <jlec@gentoo.org>2015-10-22 10:31:52 +0200
commitc4dedff43ffc1425bf7b0f484fc13dc9896d539a (patch)
tree8b2becbbadd28af93d7a9dd40b8c29954356d7a8
parent511fdfdeddcb0c39bb22d344d1cd5a659c57cfc0 (diff)
downloadgentoo-c4dedff43ffc1425bf7b0f484fc13dc9896d539a.tar.gz
gentoo-c4dedff43ffc1425bf7b0f484fc13dc9896d539a.tar.xz
Drop obsolete virtual
Signed-off-by: Justin Lecher <jlec@gentoo.org>
-rw-r--r--virtual/pyvo/metadata.xml5
-rw-r--r--virtual/pyvo/pyvo-0.ebuild23
2 files changed, 0 insertions, 28 deletions
diff --git a/virtual/pyvo/metadata.xml b/virtual/pyvo/metadata.xml
deleted file mode 100644
index b2d57e57a6f..00000000000
--- a/virtual/pyvo/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>
- <herd>sci-astronomy</herd>
-</pkgmetadata>
diff --git a/virtual/pyvo/pyvo-0.ebuild b/virtual/pyvo/pyvo-0.ebuild
deleted file mode 100644
index 1f053ee07c3..00000000000
--- a/virtual/pyvo/pyvo-0.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 python3_{3,4,5} )
-
-inherit python-r1
-
-DESCRIPTION="Virtual for python VOTable"
-HOMEPAGE=""
-SRC_URI=""
-
-LICENSE=""
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE=""
-
-RDEPEND="|| (
- dev-python/astropy[${PYTHON_USEDEP}]
- >=dev-python/vo-0.8[${PYTHON_USEDEP}]
- )"