[gentoo-commits] repo/gentoo:master commit in: sci-electronics/oregano/files/, profiles/, sci-electronics/oregano/

2020-01-14 Thread Michał Górny
commit: a79f3b0c152fa9f4534c41f38f5fb0ab0490ca8b
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Jan 14 16:22:33 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Jan 14 16:22:33 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a79f3b0c

sci-electronics/oregano: Remove last-rited pkg

Signed-off-by: Michał Górny  gentoo.org>

 profiles/package.mask  |  5 --
 sci-electronics/oregano/Manifest   |  2 -
 .../files/oregano-0.69.1-desktop_file_update.patch | 26 -
 .../oregano/files/oregano-0.69.1-fix-libm.patch| 11 
 .../files/oregano-0.69.1-scons_env_flags.patch | 27 -
 .../oregano/files/oregano-0.82-asneeded.patch  | 22 
 .../oregano/files/oregano-0.82-automake.patch  | 25 -
 .../files/oregano-0.82-format-security.patch   | 35 
 .../files/oregano-0.82-remove.unneeded.docs.patch  | 13 -
 sci-electronics/oregano/metadata.xml   | 16 --
 sci-electronics/oregano/oregano-0.69.1-r1.ebuild   | 58 
 sci-electronics/oregano/oregano-0.82.ebuild| 64 --
 12 files changed, 304 deletions(-)

diff --git a/profiles/package.mask b/profiles/package.mask
index 725cb16e9f2..99d371e4170 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -575,11 +575,6 @@ dev-util/suse-build
 #Package will be removed on ~15 Jan 2020.
 media-plugins/vdr-console
 
-# Aaron Bauman  (2019-12-13)
-# Dead upstream. Fork is available as sci-electronics/drahnr-oregano
-# Removal in 30 days
-sci-electronics/oregano
-
 # Michał Górny  (2019-12-13)
 # The first part of cleanup post the dead ML project.  Those packages
 # have no reverse dependencies (except one another, in some cases).

diff --git a/sci-electronics/oregano/Manifest b/sci-electronics/oregano/Manifest
deleted file mode 100644
index 334028f3d38..000
--- a/sci-electronics/oregano/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST oregano-0.82.tar.gz 1398390 BLAKE2B 
0f4c0627ce1d2165f21de0d8272c22d946da0a76d25d7d1cabccb3569947b4192799efde03072491bab910bf65e9206d8e5cab64db6ea61768c7d7a5729011aa
 SHA512 
9c03f079e81f8de7d9e8880a890059bd8034e82bf47566ba3905943ccedc7a1642517fa2f6fcb2a2d10228c0bf79da055c1ed9bf3e07e505819641cd7cbf168c
-DIST oregano_0.69.1.orig.tar.gz 673785 BLAKE2B 
58d725c10eb135d8dcc3ed45271b86f5ebbc82e3065a20b7f17f6ad00da27e1dc9e3bc7a0b16756a5108754cbff9b7ccc26e0af6bb4d68f761aa1dcf3a74c5d9
 SHA512 
4dc12f90c70ef5ff5011cfc29f3c53e7ea4c77c3b38815919ebdf90fbcf3b157d4dc7327d62c190945f7c191f4584931a02dda50ae966aa59d6da5098e8ca5e2

diff --git 
a/sci-electronics/oregano/files/oregano-0.69.1-desktop_file_update.patch 
b/sci-electronics/oregano/files/oregano-0.69.1-desktop_file_update.patch
deleted file mode 100644
index 5d3b2ef6d35..000
--- a/sci-electronics/oregano/files/oregano-0.69.1-desktop_file_update.patch
+++ /dev/null
@@ -1,26 +0,0 @@
-#! /bin/sh /usr/share/dpatch/dpatch-run
-## desktop.file.update.dpatch by Maximiliano Curia 
-##
-## DP: Update categories and name of desktop file
-
-@DPATCH@
-diff -urNad oregano-0.69.1~/oregano.desktop oregano-0.69.1/oregano.desktop
 oregano-0.69.1~/oregano.desktop2009-07-07 12:49:49.0 -0300
-+++ oregano-0.69.1/oregano.desktop 2009-07-22 20:41:53.209525839 -0300
-@@ -1,8 +1,6 @@
- [Desktop Entry]
- Encoding=UTF-8
--Name=Oregano electrical engineering tool
--Name[ca]=Eina d'enginyeria elèctrica Oregano
--Name[es]=Oregano, herramienta para la ingeniería electrónica
-+Name=Oregano
- GenericName=Electrical engineering tool
- GenericName[ca]=Eina d'enginyeria elèctrica
- GenericName[es]=Herramienta para la ingeniería electrónica
-@@ -17,5 +15,5 @@
- StartupNotify=true
- Terminal=false
- Type=Application
--Categories=GNOME;GTK;Science;Education;Physics;
-+Categories=GNOME;GTK;Science;Education;Electronics;
- MimeType=application/x-oregano;

diff --git a/sci-electronics/oregano/files/oregano-0.69.1-fix-libm.patch 
b/sci-electronics/oregano/files/oregano-0.69.1-fix-libm.patch
deleted file mode 100644
index 420ffe17f00..000
--- a/sci-electronics/oregano/files/oregano-0.69.1-fix-libm.patch
+++ /dev/null
@@ -1,11 +0,0 @@
 src/SConscript.old  2009-07-07 19:49:49.0 +0400
-+++ src/SConscript  2014-11-12 20:57:50.311089881 +0300
-@@ -67,6 +67,8 @@
-
- SrcEnv.Append (CCFLAGS = Split ("-I./src -I./src/model -I./src/sheet 
-I./src/gplot -I./data/dialogs -I./src/engines"))
-
-+SrcEnv.Append (LIBS = ['m'])
-+
- oregano = SrcEnv.Program ('oregano', files)
-
- # Install alias #
\ No newline at end of file

diff --git a/sci-electronics/oregano/files/oregano-0.69.1-scons_env_flags.patch 
b/sci-electronics/oregano/files/oregano-0.69.1-scons_env_flags.patch
deleted file mode 100644
index 6e999e44e58..000
--- a/sci-electronics/oregano/files/oregano-0.69.1-scons_env_flags.patch
+++ /dev/null
@@ -1,27 +0,0 @@
-#! /bin/sh /usr/share/dpatch/dpatch-run
-## 

[gentoo-commits] repo/gentoo:master commit in: sci-electronics/oregano/

2017-12-01 Thread David Seifert
commit: ea558b417f96170c1a0965b0d86702f569df0f66
Author: David Seifert  gentoo  org>
AuthorDate: Fri Dec  1 22:42:53 2017 +
Commit: David Seifert  gentoo  org>
CommitDate: Fri Dec  1 23:01:09 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea558b41

sci-electronics/oregano: [QA] Fix DESCRIPTION.toolong

 sci-electronics/oregano/oregano-0.69.1-r1.ebuild | 2 +-
 sci-electronics/oregano/oregano-0.82.ebuild  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/sci-electronics/oregano/oregano-0.69.1-r1.ebuild 
b/sci-electronics/oregano/oregano-0.69.1-r1.ebuild
index 3c0355c51a5..bd9baed4542 100644
--- a/sci-electronics/oregano/oregano-0.69.1-r1.ebuild
+++ b/sci-electronics/oregano/oregano-0.69.1-r1.ebuild
@@ -5,7 +5,7 @@ EAPI="5"
 
 inherit eutils fdo-mime flag-o-matic scons-utils
 
-DESCRIPTION="Oregano is an application for schematic capture and simulation of 
electrical circuits"
+DESCRIPTION="Application for the schematic capturing and simulation of 
electrical circuits"
 SRC_URI="mirror://debian/pool/main/${PN:0:1}/${PN}/${P/-/_}.orig.tar.gz"
 HOMEPAGE="http://oregano.gforge.lug.fi.uba.ar/; # broken
 SLOT="0"

diff --git a/sci-electronics/oregano/oregano-0.82.ebuild 
b/sci-electronics/oregano/oregano-0.82.ebuild
index a1afa0de72a..ba7caa09a55 100644
--- a/sci-electronics/oregano/oregano-0.82.ebuild
+++ b/sci-electronics/oregano/oregano-0.82.ebuild
@@ -5,7 +5,7 @@ EAPI="4"
 
 inherit autotools eutils fdo-mime vcs-snapshot gnome2-utils
 
-DESCRIPTION="Oregano is an application for schematic capture and simulation of 
electrical circuits"
+DESCRIPTION="Application for the schematic capturing and simulation of 
electrical circuits"
 HOMEPAGE="https://github.com/marc-lorber/oregano;
 SRC_URI="https://github.com/marc-lorber/${PN}/tarball/v${PV} -> ${P}.tar.gz"