* [gentoo-commits] repo/gentoo:master commit in: sci-electronics/drahnr-oregano/
@ 2018-10-11 8:30 Michał Górny
0 siblings, 0 replies; 6+ messages in thread
From: Michał Górny @ 2018-10-11 8:30 UTC (permalink / raw
To: gentoo-commits
commit: 83e4c4ae7b78eff8a58c5395c439277c657d8f26
Author: Victor Kustov <ktrace <AT> yandex <DOT> ru>
AuthorDate: Tue Oct 9 07:14:40 2018 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Oct 11 08:13:57 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=83e4c4ae
sci-electronics/drahnr-oregano: new package
Alive fork of sci-electronics/oregano.
Signed-off-by: Victor Kustov <ktrace <AT> yandex.ru>
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
Closes: https://github.com/gentoo/gentoo/pull/9533
sci-electronics/drahnr-oregano/Manifest | 1 +
.../drahnr-oregano/drahnr-oregano-0.84.40.ebuild | 68 ++++++++++++++++++++++
sci-electronics/drahnr-oregano/metadata.xml | 21 +++++++
3 files changed, 90 insertions(+)
diff --git a/sci-electronics/drahnr-oregano/Manifest b/sci-electronics/drahnr-oregano/Manifest
new file mode 100644
index 00000000000..155b49806c7
--- /dev/null
+++ b/sci-electronics/drahnr-oregano/Manifest
@@ -0,0 +1 @@
+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
new file mode 100644
index 00000000000..2ce8945195d
--- /dev/null
+++ b/sci-electronics/drahnr-oregano/drahnr-oregano-0.84.40.ebuild
@@ -0,0 +1,68 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+PYTHON_COMPAT=( python3_{4,5,6,7} )
+PYTHON_REQ_USE='threads(+)'
+
+inherit gnome2-utils python-any-r1 waf-utils xdg-utils
+
+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}"
+
+COMMON_DEP="dev-libs/glib:2
+ dev-libs/libxml2:2
+ x11-libs/goocanvas:2.0
+ x11-libs/gtk+:3
+ x11-libs/gtksourceview:3.0"
+
+DEPEND="${COMMON_DEP}
+ ${PYTHON_DEPS}
+ virtual/pkgconfig"
+
+RDEPEND="${COMMON_DEP}
+ || ( gnome-base/dconf gnome-base/gconf )
+ sci-electronics/electronics-menu"
+
+pkg_setup() {
+ if [[ ${MERGE_TYPE} != binary ]] ; then
+ python-any-r1_pkg_setup
+ fi
+}
+
+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() {
+ gnome2_icon_cache_update
+ gnome2_schemas_update
+ xdg_desktop_database_update
+ xdg_mimeinfo_database_update
+
+ 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."
+}
+
+pkg_postrm() {
+ gnome2_icon_cache_update
+ gnome2_schemas_update
+ xdg_desktop_database_update
+ xdg_mimeinfo_database_update
+}
diff --git a/sci-electronics/drahnr-oregano/metadata.xml b/sci-electronics/drahnr-oregano/metadata.xml
new file mode 100644
index 00000000000..da419bd7c8a
--- /dev/null
+++ b/sci-electronics/drahnr-oregano/metadata.xml
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>ktrace@yandex.ru</email>
+ <name>Victor Kustov</name>
+ </maintainer>
+ <maintainer type="project">
+ <email>proxy-maint@gentoo.org</email>
+ <name>Proxy Maintainers</name>
+ </maintainer>
+ <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 <pkg>sci-electronics/oregano</pkg>
+ </longdescription>
+ <upstream>
+ <remote-id type="github">drahnr/oregano</remote-id>
+ </upstream>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-electronics/drahnr-oregano/
@ 2018-12-16 14:05 Andreas Sturmlechner
0 siblings, 0 replies; 6+ messages in thread
From: Andreas Sturmlechner @ 2018-12-16 14:05 UTC (permalink / raw
To: gentoo-commits
commit: 1e8f2bb266d414f023e46c0fe5362fd128b7a50a
Author: ktrace <ktrace <AT> yandex <DOT> ru>
AuthorDate: Sat Dec 8 17:03:12 2018 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Dec 16 14:05:01 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e8f2bb2
sci-electronics/drahnr-oregano: add glib-utils as dependency
Fix #671846, add dependency on dev-util/glib-utils
Closes: https://bugs.gentoo.org/671846
Signed-off-by: Victor Kustov <ktrace <AT> yandex.ru>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
Closes: https://github.com/gentoo/gentoo/pull/10590
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
sci-electronics/drahnr-oregano/drahnr-oregano-0.84.40.ebuild | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/sci-electronics/drahnr-oregano/drahnr-oregano-0.84.40.ebuild b/sci-electronics/drahnr-oregano/drahnr-oregano-0.84.40.ebuild
index 2ce8945195d..c6d4bd34ba3 100644
--- a/sci-electronics/drahnr-oregano/drahnr-oregano-0.84.40.ebuild
+++ b/sci-electronics/drahnr-oregano/drahnr-oregano-0.84.40.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -25,6 +25,7 @@ COMMON_DEP="dev-libs/glib:2
DEPEND="${COMMON_DEP}
${PYTHON_DEPS}
+ dev-util/glib-utils
virtual/pkgconfig"
RDEPEND="${COMMON_DEP}
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-electronics/drahnr-oregano/
@ 2020-01-14 17:30 Michał Górny
0 siblings, 0 replies; 6+ messages in thread
From: Michał Górny @ 2020-01-14 17:30 UTC (permalink / raw
To: gentoo-commits
commit: 75f96b18fdc5778dee67ac5f58c5413820459610
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 14 17:29:39 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Jan 14 17:29:39 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75f96b18
sci-electronics/drahnr-oregano: Remove obsolete <pkg/> ref
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
sci-electronics/drahnr-oregano/metadata.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sci-electronics/drahnr-oregano/metadata.xml b/sci-electronics/drahnr-oregano/metadata.xml
index da419bd7c8a..191ca94f95d 100644
--- a/sci-electronics/drahnr-oregano/metadata.xml
+++ b/sci-electronics/drahnr-oregano/metadata.xml
@@ -13,7 +13,7 @@
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 <pkg>sci-electronics/oregano</pkg>
+ It's alive fork of oregano
</longdescription>
<upstream>
<remote-id type="github">drahnr/oregano</remote-id>
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-electronics/drahnr-oregano/
@ 2020-08-02 11:48 Sergei Trofimovich
0 siblings, 0 replies; 6+ messages in thread
From: Sergei Trofimovich @ 2020-08-02 11:48 UTC (permalink / raw
To: gentoo-commits
commit: 0365d90d0f15639e0d476efbe764f090fc79f833
Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 2 11:41:47 2020 +0000
Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sun Aug 2 11:41:47 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0365d90d
sci-electronics/drahnr-oregano: stable 0.84.40 for ppc
stable wrt bug #702704
Package-Manager: Portage-3.0.1, Repoman-2.3.23
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
sci-electronics/drahnr-oregano/drahnr-oregano-0.84.40.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sci-electronics/drahnr-oregano/drahnr-oregano-0.84.40.ebuild b/sci-electronics/drahnr-oregano/drahnr-oregano-0.84.40.ebuild
index 13339f3334b..56ed48c4a1f 100644
--- a/sci-electronics/drahnr-oregano/drahnr-oregano-0.84.40.ebuild
+++ b/sci-electronics/drahnr-oregano/drahnr-oregano-0.84.40.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://github.com/drahnr/oregano/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-2+"
SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="~amd64 ppc ~x86"
S="${WORKDIR}/oregano-${PV}"
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-electronics/drahnr-oregano/
@ 2021-11-18 23:50 Georgy Yakovlev
0 siblings, 0 replies; 6+ messages in thread
From: Georgy Yakovlev @ 2021-11-18 23:50 UTC (permalink / raw
To: gentoo-commits
commit: 38ea844d5de867c3328b7d0edb077dc7cff8a240
Author: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 18 23:45:11 2021 +0000
Commit: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
CommitDate: Thu Nov 18 23:50:22 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38ea844d
sci-electronics/drahnr-oregano: de-stabilize for ~ppc, bug #823768
Bug: https://bugs.gentoo.org/823768
Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>
sci-electronics/drahnr-oregano/drahnr-oregano-0.84.40.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sci-electronics/drahnr-oregano/drahnr-oregano-0.84.40.ebuild b/sci-electronics/drahnr-oregano/drahnr-oregano-0.84.40.ebuild
index d07c379b648f..494f5778347b 100644
--- a/sci-electronics/drahnr-oregano/drahnr-oregano-0.84.40.ebuild
+++ b/sci-electronics/drahnr-oregano/drahnr-oregano-0.84.40.ebuild
@@ -14,7 +14,7 @@ SRC_URI="https://github.com/drahnr/oregano/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-2+"
SLOT="0"
-KEYWORDS="amd64 ppc x86"
+KEYWORDS="amd64 ~ppc x86"
S="${WORKDIR}/oregano-${PV}"
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-electronics/drahnr-oregano/
@ 2022-04-10 21:11 Jonas Stein
0 siblings, 0 replies; 6+ messages in thread
From: Jonas Stein @ 2022-04-10 21:11 UTC (permalink / raw
To: gentoo-commits
commit: a33656841a921bb170db9d68d1a8c414ace7e4f9
Author: Jonas Stein <jstein <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 10 21:05:20 2022 +0000
Commit: Jonas Stein <jstein <AT> gentoo <DOT> org>
CommitDate: Sun Apr 10 21:10:56 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3365684
sci-electronics/drahnr-oregano: Maintainer retired
Proxied maintainer retired due to inactivity.
Bug: https://bugs.gentoo.org/638830
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Jonas Stein <jstein <AT> gentoo.org>
sci-electronics/drahnr-oregano/metadata.xml | 9 +--------
1 file changed, 1 insertion(+), 8 deletions(-)
diff --git a/sci-electronics/drahnr-oregano/metadata.xml b/sci-electronics/drahnr-oregano/metadata.xml
index 52c86d49fdbf..c3c62f45ee23 100644
--- a/sci-electronics/drahnr-oregano/metadata.xml
+++ b/sci-electronics/drahnr-oregano/metadata.xml
@@ -1,14 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <maintainer type="person" proxied="yes">
- <email>ktrace@yandex.ru</email>
- <name>Victor Kustov</name>
- </maintainer>
- <maintainer type="project" proxied="proxy">
- <email>proxy-maint@gentoo.org</email>
- <name>Proxy Maintainers</name>
- </maintainer>
+ <!-- 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
^ permalink raw reply related [flat|nested] 6+ messages in thread
end of thread, other threads:[~2022-04-10 21:11 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-08-02 11:48 [gentoo-commits] repo/gentoo:master commit in: sci-electronics/drahnr-oregano/ Sergei Trofimovich
-- strict thread matches above, loose matches on Subject: below --
2022-04-10 21:11 Jonas Stein
2021-11-18 23:50 Georgy Yakovlev
2020-01-14 17:30 Michał Górny
2018-12-16 14:05 Andreas Sturmlechner
2018-10-11 8:30 Michał Górny
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox