summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-05-23 11:33:28 +0200
committerMichał Górny <mgorny@gentoo.org>2020-05-23 11:33:28 +0200
commit6c0e233c1638646c8abc1f2e69bac42875b00132 (patch)
treef9346f3548ae4c08ad14aa78f156131cfb53f505 /app-misc/openastro
parentapp-crypt/manuale: Remove last-rited pkg (diff)
downloadgentoo-6c0e233c1638646c8abc1f2e69bac42875b00132.tar.gz
gentoo-6c0e233c1638646c8abc1f2e69bac42875b00132.tar.bz2
gentoo-6c0e233c1638646c8abc1f2e69bac42875b00132.zip
app-misc/openastro: Remove last-rited pkg
Closes: https://bugs.gentoo.org/718238 Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-misc/openastro')
-rw-r--r--app-misc/openastro/Manifest1
-rw-r--r--app-misc/openastro/metadata.xml16
-rw-r--r--app-misc/openastro/openastro-1.1.56.ebuild34
3 files changed, 0 insertions, 51 deletions
diff --git a/app-misc/openastro/Manifest b/app-misc/openastro/Manifest
deleted file mode 100644
index adb605d4d8ff..000000000000
--- a/app-misc/openastro/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST openastro.org_1.1.56.orig.tar.gz 212271 BLAKE2B d0252ae7f3c4c4f255ab1e402f3491b2b61e295f2d2064bd6a25ba07424526cbba01f2fe9f255eced0037b4d05edd1b0cde2e0fdae5c0fd7849652d5f8bfb1c7 SHA512 0446575bde71ca5bc88177bf1d5b8088cd1bb8e29ecfbd83ff15ebc4da4f07534c987f8a00b555a0af85c613e5d6bd2cec60898b586110c2230570446e4b7f2d
diff --git a/app-misc/openastro/metadata.xml b/app-misc/openastro/metadata.xml
deleted file mode 100644
index 8ee7525f685c..000000000000
--- a/app-misc/openastro/metadata.xml
+++ /dev/null
@@ -1,16 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <!-- maintainer-needed -->
- <upstream>
- <maintainer status="active">
- <email>devel@openastro.org</email>
- <name>Pelle van der Scheer</name>
- </maintainer>
- <bugs-to>https://bugs.launchpad.net/openastro.org</bugs-to>
- </upstream>
- <use>
- <flag name="jpeg">Enable exporting Astrological Charts to jpeg</flag>
- <flag name="png">Enable exporting Astrological Charts to png</flag>
- </use>
-</pkgmetadata>
diff --git a/app-misc/openastro/openastro-1.1.56.ebuild b/app-misc/openastro/openastro-1.1.56.ebuild
deleted file mode 100644
index ed85dc27bf73..000000000000
--- a/app-misc/openastro/openastro-1.1.56.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python3_6 )
-
-inherit distutils-r1
-
-MY_PN=${PN}.org
-
-DESCRIPTION="A fully-featured Open Source Astrology Program"
-HOMEPAGE="https://www.openastro.org"
-SRC_URI="http://ppa.launchpad.net/pellesimon/ubuntu/pool/main/o/${MY_PN}/${MY_PN}_${PV}.orig.tar.gz"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="jpeg png"
-
-DEPEND="
- app-misc/openastro-data[${PYTHON_USEDEP}]
- dev-python/pytz[${PYTHON_USEDEP}]
- dev-python/pycairo[svg(+),${PYTHON_USEDEP}]
- dev-python/pygobject:3[${PYTHON_USEDEP}]
- dev-python/python-dateutil[${PYTHON_USEDEP}]
- dev-python/pyswisseph[${PYTHON_USEDEP}]
- gnome-base/librsvg:2[introspection]
- x11-libs/gtk+:3[introspection]"
-RDEPEND="${DEPEND}
- jpeg? ( media-gfx/imagemagick[jpeg,svg] )
- png? ( media-gfx/imagemagick[png,svg] )"
-
-S=${WORKDIR}/${MY_PN}-${PV}