summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2022-12-01 10:42:59 -0500
committerMatt Turner <mattst88@gentoo.org>2022-12-01 10:44:05 -0500
commit389383d95514cfbd0cd51f18186bdf974b7d1f72 (patch)
tree14867500be5083e64c8d267a0f55af8c2a182e26
parentprofiles: Clean up x11-libs/vte:0 mask (diff)
downloadgentoo-389383d95514cfbd0cd51f18186bdf974b7d1f72.tar.gz
gentoo-389383d95514cfbd0cd51f18186bdf974b7d1f72.tar.bz2
gentoo-389383d95514cfbd0cd51f18186bdf974b7d1f72.zip
sci-electronics/drahnr-oregano: Delete
Closes: https://bugs.gentoo.org/846233 Closes: https://bugs.gentoo.org/873877 Signed-off-by: Matt Turner <mattst88@gentoo.org>
-rw-r--r--profiles/package.mask7
-rw-r--r--sci-electronics/drahnr-oregano/Manifest1
-rw-r--r--sci-electronics/drahnr-oregano/drahnr-oregano-0.84.40.ebuild59
-rw-r--r--sci-electronics/drahnr-oregano/metadata.xml14
4 files changed, 0 insertions, 81 deletions
diff --git a/profiles/package.mask b/profiles/package.mask
index b5b4f8599c62..2e29c92b984e 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -398,13 +398,6 @@ dev-python/tempita
# Removal on 2022-12-04. Bug #879515.
dev-python/watchgod
-# Matt Turner <mattst88@gentoo.org> (2022-11-01)
-# Added by a proxied maintainer in 2018 who then never touched it again before
-# disappearing. Doesn't build with Python 3.9. Depends on gnome-base/gconf.
-# Bugs #846233, #873877
-# Removal on 2022-12-01
-sci-electronics/drahnr-oregano
-
# Anton Fischl <github@fischl-online.de> (2022-10-23)
# Version 3.1.* is not meant for production according to upstream
=app-backup/burp-3.1*
diff --git a/sci-electronics/drahnr-oregano/Manifest b/sci-electronics/drahnr-oregano/Manifest
deleted file mode 100644
index 155b49806c7a..000000000000
--- a/sci-electronics/drahnr-oregano/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST drahnr-oregano-0.84.40.tar.gz 1879082 BLAKE2B 8b8e0ffc6af0205018bb1a415f1f0e067d30f8c86681f145b8000a71d414c540c32cfb99af48b9e7c4a1b1e71cebbe76b22c05ccd511797ba7db2efdc8de2079 SHA512 f4e38ccf09f148cbe609ccfebe3d3476e6b385f4d002cb951ed0d488d84f65557c0fcac986c6e7657684a07d7f7dac4dda663278ed85363de0dcf48f8d02f73e
diff --git a/sci-electronics/drahnr-oregano/drahnr-oregano-0.84.40.ebuild b/sci-electronics/drahnr-oregano/drahnr-oregano-0.84.40.ebuild
deleted file mode 100644
index 494f5778347b..000000000000
--- a/sci-electronics/drahnr-oregano/drahnr-oregano-0.84.40.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7..9} )
-PYTHON_REQ_USE='threads(+)'
-
-inherit python-any-r1 waf-utils xdg
-
-DESCRIPTION="Application for the schematic capturing and simulation of electrical circuits"
-HOMEPAGE="https://github.com/drahnr/oregano"
-SRC_URI="https://github.com/drahnr/oregano/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="amd64 ~ppc x86"
-
-S="${WORKDIR}/oregano-${PV}"
-
-DEPEND="
- dev-libs/glib:2
- dev-libs/libxml2:2
- x11-libs/goocanvas:2.0
- x11-libs/gtk+:3
- x11-libs/gtksourceview:3.0"
-
-BDEPEND="${PYTHON_DEPS}
- dev-util/glib-utils
- virtual/pkgconfig"
-
-RDEPEND="${DEPEND}
- || (
- gnome-base/dconf
- gnome-base/gconf
- )
- sci-electronics/electronics-menu"
-
-src_configure() {
- waf-utils_src_configure
-}
-
-src_install() {
- waf-utils_src_install --no-xdg --no-install-gschema
- docompress -x /usr/share/doc/${PF}/{dev-docs,sequence}
- dodoc -r docs/{dev-docs,sequence,user-docs}
- insinto /usr/share/glib-2.0/schemas
- doins data/settings/io.ahoi.oregano.gschema.xml
-}
-
-pkg_postinst() {
- xdg_pkg_postinst
-
- elog "Note: You'll need to emerge your prefered simulation backend"
- elog "such as sci-electronics/ngspice (preferred) or sci-electronics/gnucap"
- elog "for simulation to work."
- elog "As an alternative generate a netlist and use sci-electronics/spice"
- elog "from the command line for simulation."
-}
diff --git a/sci-electronics/drahnr-oregano/metadata.xml b/sci-electronics/drahnr-oregano/metadata.xml
deleted file mode 100644
index c3c62f45ee23..000000000000
--- a/sci-electronics/drahnr-oregano/metadata.xml
+++ /dev/null
@@ -1,14 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <!-- maintainer-needed -->
- <longdescription>
- Oregano is an application for schematic capture and simulation of electrical
- circuits. The actual simulation is performed by Berkeley Spice, or GNUcap or
- the new generation ngspice.
- It's alive fork of oregano
- </longdescription>
- <upstream>
- <remote-id type="github">drahnr/oregano</remote-id>
- </upstream>
-</pkgmetadata>