summaryrefslogtreecommitdiff
path: root/sci-electronics/drahnr-oregano
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2022-12-01 20:53:45 +0000
committerV3n3RiX <venerix@koprulu.sector>2022-12-01 20:53:45 +0000
commit896d6a8a88861c42b5d531a2f147c8a29a149bd8 (patch)
tree081fe10813721a96088dca6b54bc35bcac18afc6 /sci-electronics/drahnr-oregano
parent3059f20995d5ac642b7b4a38d538fdf1cc45d90d (diff)
gentoo auto-resync : 01:12:2022 - 20:53:45
Diffstat (limited to 'sci-electronics/drahnr-oregano')
-rw-r--r--sci-electronics/drahnr-oregano/Manifest3
-rw-r--r--sci-electronics/drahnr-oregano/drahnr-oregano-0.84.40.ebuild59
-rw-r--r--sci-electronics/drahnr-oregano/metadata.xml14
3 files changed, 0 insertions, 76 deletions
diff --git a/sci-electronics/drahnr-oregano/Manifest b/sci-electronics/drahnr-oregano/Manifest
deleted file mode 100644
index 55e5de5323df..000000000000
--- a/sci-electronics/drahnr-oregano/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST drahnr-oregano-0.84.40.tar.gz 1879082 BLAKE2B 8b8e0ffc6af0205018bb1a415f1f0e067d30f8c86681f145b8000a71d414c540c32cfb99af48b9e7c4a1b1e71cebbe76b22c05ccd511797ba7db2efdc8de2079 SHA512 f4e38ccf09f148cbe609ccfebe3d3476e6b385f4d002cb951ed0d488d84f65557c0fcac986c6e7657684a07d7f7dac4dda663278ed85363de0dcf48f8d02f73e
-EBUILD drahnr-oregano-0.84.40.ebuild 1442 BLAKE2B 5b8d4ad6bfb473717f21f212a9b00b502501fbc95ac5191a7c354b116614dbe9358a711141b6a69c7008616bbff146a50e644ab96990c25a98e67e637e6d4f43 SHA512 b9ba2e82e6661d64a877d98d7e3fe7b0bb2e4ab10ea1a43a8bd17c39ff567025fd3801447434fc703d04a0a3ac47743bcc35cfaec8b4fb3d903448ab6eb518e2
-MISC metadata.xml 503 BLAKE2B 8c9ce80facdb53734d282e649bccdea4f41dc613b4c4a198e5c587acbb6cff58e0bcf6cc16b9ef38b35751b452feca5f3a5db397c8d833e9f58892dd0c9c423e SHA512 f4976431104057cd92762dc17bf3284e5892462f63a035433b3792ce306f6cad92c9d9827c846c0db3a7204f43a6f3be478b8053fbbb5063586a208e48eb3542
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>