Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-electronics/drahnr-oregano/, profiles/
Date: Thu, 01 Dec 2022 15:44:28
Message-Id: 1669909445.389383d95514cfbd0cd51f18186bdf974b7d1f72.mattst88@gentoo
1 commit: 389383d95514cfbd0cd51f18186bdf974b7d1f72
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Thu Dec 1 15:42:59 2022 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Thu Dec 1 15:44:05 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=389383d9
7
8 sci-electronics/drahnr-oregano: Delete
9
10 Closes: https://bugs.gentoo.org/846233
11 Closes: https://bugs.gentoo.org/873877
12 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
13
14 profiles/package.mask | 7 ---
15 sci-electronics/drahnr-oregano/Manifest | 1 -
16 .../drahnr-oregano/drahnr-oregano-0.84.40.ebuild | 59 ----------------------
17 sci-electronics/drahnr-oregano/metadata.xml | 14 -----
18 4 files changed, 81 deletions(-)
19
20 diff --git a/profiles/package.mask b/profiles/package.mask
21 index b5b4f8599c62..2e29c92b984e 100644
22 --- a/profiles/package.mask
23 +++ b/profiles/package.mask
24 @@ -398,13 +398,6 @@ dev-python/tempita
25 # Removal on 2022-12-04. Bug #879515.
26 dev-python/watchgod
27
28 -# Matt Turner <mattst88@g.o> (2022-11-01)
29 -# Added by a proxied maintainer in 2018 who then never touched it again before
30 -# disappearing. Doesn't build with Python 3.9. Depends on gnome-base/gconf.
31 -# Bugs #846233, #873877
32 -# Removal on 2022-12-01
33 -sci-electronics/drahnr-oregano
34 -
35 # Anton Fischl <github@×××××××××××××.de> (2022-10-23)
36 # Version 3.1.* is not meant for production according to upstream
37 =app-backup/burp-3.1*
38
39 diff --git a/sci-electronics/drahnr-oregano/Manifest b/sci-electronics/drahnr-oregano/Manifest
40 deleted file mode 100644
41 index 155b49806c7a..000000000000
42 --- a/sci-electronics/drahnr-oregano/Manifest
43 +++ /dev/null
44 @@ -1 +0,0 @@
45 -DIST drahnr-oregano-0.84.40.tar.gz 1879082 BLAKE2B 8b8e0ffc6af0205018bb1a415f1f0e067d30f8c86681f145b8000a71d414c540c32cfb99af48b9e7c4a1b1e71cebbe76b22c05ccd511797ba7db2efdc8de2079 SHA512 f4e38ccf09f148cbe609ccfebe3d3476e6b385f4d002cb951ed0d488d84f65557c0fcac986c6e7657684a07d7f7dac4dda663278ed85363de0dcf48f8d02f73e
46
47 diff --git a/sci-electronics/drahnr-oregano/drahnr-oregano-0.84.40.ebuild b/sci-electronics/drahnr-oregano/drahnr-oregano-0.84.40.ebuild
48 deleted file mode 100644
49 index 494f5778347b..000000000000
50 --- a/sci-electronics/drahnr-oregano/drahnr-oregano-0.84.40.ebuild
51 +++ /dev/null
52 @@ -1,59 +0,0 @@
53 -# Copyright 1999-2021 Gentoo Authors
54 -# Distributed under the terms of the GNU General Public License v2
55 -
56 -EAPI=7
57 -
58 -PYTHON_COMPAT=( python3_{7..9} )
59 -PYTHON_REQ_USE='threads(+)'
60 -
61 -inherit python-any-r1 waf-utils xdg
62 -
63 -DESCRIPTION="Application for the schematic capturing and simulation of electrical circuits"
64 -HOMEPAGE="https://github.com/drahnr/oregano"
65 -SRC_URI="https://github.com/drahnr/oregano/archive/v${PV}.tar.gz -> ${P}.tar.gz"
66 -
67 -LICENSE="GPL-2+"
68 -SLOT="0"
69 -KEYWORDS="amd64 ~ppc x86"
70 -
71 -S="${WORKDIR}/oregano-${PV}"
72 -
73 -DEPEND="
74 - dev-libs/glib:2
75 - dev-libs/libxml2:2
76 - x11-libs/goocanvas:2.0
77 - x11-libs/gtk+:3
78 - x11-libs/gtksourceview:3.0"
79 -
80 -BDEPEND="${PYTHON_DEPS}
81 - dev-util/glib-utils
82 - virtual/pkgconfig"
83 -
84 -RDEPEND="${DEPEND}
85 - || (
86 - gnome-base/dconf
87 - gnome-base/gconf
88 - )
89 - sci-electronics/electronics-menu"
90 -
91 -src_configure() {
92 - waf-utils_src_configure
93 -}
94 -
95 -src_install() {
96 - waf-utils_src_install --no-xdg --no-install-gschema
97 - docompress -x /usr/share/doc/${PF}/{dev-docs,sequence}
98 - dodoc -r docs/{dev-docs,sequence,user-docs}
99 - insinto /usr/share/glib-2.0/schemas
100 - doins data/settings/io.ahoi.oregano.gschema.xml
101 -}
102 -
103 -pkg_postinst() {
104 - xdg_pkg_postinst
105 -
106 - elog "Note: You'll need to emerge your prefered simulation backend"
107 - elog "such as sci-electronics/ngspice (preferred) or sci-electronics/gnucap"
108 - elog "for simulation to work."
109 - elog "As an alternative generate a netlist and use sci-electronics/spice"
110 - elog "from the command line for simulation."
111 -}
112
113 diff --git a/sci-electronics/drahnr-oregano/metadata.xml b/sci-electronics/drahnr-oregano/metadata.xml
114 deleted file mode 100644
115 index c3c62f45ee23..000000000000
116 --- a/sci-electronics/drahnr-oregano/metadata.xml
117 +++ /dev/null
118 @@ -1,14 +0,0 @@
119 -<?xml version="1.0" encoding="UTF-8"?>
120 -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
121 -<pkgmetadata>
122 - <!-- maintainer-needed -->
123 - <longdescription>
124 - Oregano is an application for schematic capture and simulation of electrical
125 - circuits. The actual simulation is performed by Berkeley Spice, or GNUcap or
126 - the new generation ngspice.
127 - It's alive fork of oregano
128 - </longdescription>
129 - <upstream>
130 - <remote-id type="github">drahnr/oregano</remote-id>
131 - </upstream>
132 -</pkgmetadata>