Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-electronics/oregano/
Date: Fri, 01 Dec 2017 23:01:55
Message-Id: 1512169269.ea558b417f96170c1a0965b0d86702f569df0f66.soap@gentoo
1 commit: ea558b417f96170c1a0965b0d86702f569df0f66
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Fri Dec 1 22:42:53 2017 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Fri Dec 1 23:01:09 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea558b41
7
8 sci-electronics/oregano: [QA] Fix DESCRIPTION.toolong
9
10 sci-electronics/oregano/oregano-0.69.1-r1.ebuild | 2 +-
11 sci-electronics/oregano/oregano-0.82.ebuild | 2 +-
12 2 files changed, 2 insertions(+), 2 deletions(-)
13
14 diff --git a/sci-electronics/oregano/oregano-0.69.1-r1.ebuild b/sci-electronics/oregano/oregano-0.69.1-r1.ebuild
15 index 3c0355c51a5..bd9baed4542 100644
16 --- a/sci-electronics/oregano/oregano-0.69.1-r1.ebuild
17 +++ b/sci-electronics/oregano/oregano-0.69.1-r1.ebuild
18 @@ -5,7 +5,7 @@ EAPI="5"
19
20 inherit eutils fdo-mime flag-o-matic scons-utils
21
22 -DESCRIPTION="Oregano is an application for schematic capture and simulation of electrical circuits"
23 +DESCRIPTION="Application for the schematic capturing and simulation of electrical circuits"
24 SRC_URI="mirror://debian/pool/main/${PN:0:1}/${PN}/${P/-/_}.orig.tar.gz"
25 HOMEPAGE="http://oregano.gforge.lug.fi.uba.ar/" # broken
26 SLOT="0"
27
28 diff --git a/sci-electronics/oregano/oregano-0.82.ebuild b/sci-electronics/oregano/oregano-0.82.ebuild
29 index a1afa0de72a..ba7caa09a55 100644
30 --- a/sci-electronics/oregano/oregano-0.82.ebuild
31 +++ b/sci-electronics/oregano/oregano-0.82.ebuild
32 @@ -5,7 +5,7 @@ EAPI="4"
33
34 inherit autotools eutils fdo-mime vcs-snapshot gnome2-utils
35
36 -DESCRIPTION="Oregano is an application for schematic capture and simulation of electrical circuits"
37 +DESCRIPTION="Application for the schematic capturing and simulation of electrical circuits"
38 HOMEPAGE="https://github.com/marc-lorber/oregano"
39 SRC_URI="https://github.com/marc-lorber/${PN}/tarball/v${PV} -> ${P}.tar.gz"