public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Thomas Beierlein (tomjbe)" <tomjbe@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in sci-electronics/oregano: oregano-0.82.ebuild ChangeLog
Date: Thu,  6 Dec 2012 18:40:58 +0000 (UTC)	[thread overview]
Message-ID: <20121206184058.B94F92171E@flycatcher.gentoo.org> (raw)

tomjbe      12/12/06 18:40:58

  Modified:             oregano-0.82.ebuild ChangeLog
  Log:
  Fix --as-needed problem (bug #424966). Regenerate glib schemas
  
  (Portage version: 2.1.11.33/cvs/Linux x86_64, signed Manifest commit with key 0x762053D5)

Revision  Changes    Path
1.2                  sci-electronics/oregano/oregano-0.82.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-electronics/oregano/oregano-0.82.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-electronics/oregano/oregano-0.82.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-electronics/oregano/oregano-0.82.ebuild?r1=1.1&r2=1.2

Index: oregano-0.82.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-electronics/oregano/oregano-0.82.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- oregano-0.82.ebuild	5 Jul 2012 08:16:54 -0000	1.1
+++ oregano-0.82.ebuild	6 Dec 2012 18:40:58 -0000	1.2
@@ -1,10 +1,10 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-electronics/oregano/oregano-0.82.ebuild,v 1.1 2012/07/05 08:16:54 xmw Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-electronics/oregano/oregano-0.82.ebuild,v 1.2 2012/12/06 18:40:58 tomjbe Exp $
 
 EAPI="4"
 
-inherit autotools eutils fdo-mime vcs-snapshot
+inherit autotools eutils fdo-mime vcs-snapshot gnome2-utils
 
 DESCRIPTION="Oregano is an application for schematic capture and simulation of electrical circuits."
 HOMEPAGE="https://github.com/marc-lorber/oregano"
@@ -27,21 +27,31 @@
 src_prepare() {
 	epatch "${FILESDIR}"/${P}-format-security.patch
 	epatch "${FILESDIR}"/${P}-remove.unneeded.docs.patch
+	epatch "${FILESDIR}"/${P}-asneeded.patch
 	eautoreconf
 }
 
 src_configure() {
-	econf --disable-update-mimedb
+	econf --disable-update-mimedb --disable-silent-rules
 }
 
 src_install() {
 	emake DESTDIR="${D}" oreganodocdir=/usr/share/doc/${PF} install
 }
 
+pkg_preinst() {
+	gnome2_schemas_savelist
+}
+
 pkg_postinst() {
+	gnome2_schemas_update
 	fdo-mime_desktop_database_update
 	elog "You'll need to emerge your prefered simulation backend"
 	elog "such ngspice or gnucap 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_schemas_update
+}



1.54                 sci-electronics/oregano/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-electronics/oregano/ChangeLog?rev=1.54&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-electronics/oregano/ChangeLog?rev=1.54&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-electronics/oregano/ChangeLog?r1=1.53&r2=1.54

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-electronics/oregano/ChangeLog,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -r1.53 -r1.54
--- ChangeLog	5 Jul 2012 08:16:54 -0000	1.53
+++ ChangeLog	6 Dec 2012 18:40:58 -0000	1.54
@@ -1,6 +1,10 @@
 # ChangeLog for sci-electronics/oregano
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-electronics/oregano/ChangeLog,v 1.53 2012/07/05 08:16:54 xmw Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-electronics/oregano/ChangeLog,v 1.54 2012/12/06 18:40:58 tomjbe Exp $
+
+  06 Dec 2012; Thomas Beierlein <tomjbe@gentoo.org> oregano-0.82.ebuild,
+  +files/oregano-0.82-asneeded.patch:
+  Fix --as-needed problem (bug #424966). Regenerate glib schemas
 
 *oregano-0.82 (05 Jul 2012)
 





             reply	other threads:[~2012-12-06 18:41 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-12-06 18:40 Thomas Beierlein (tomjbe) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2013-05-30 14:37 [gentoo-commits] gentoo-x86 commit in sci-electronics/oregano: oregano-0.82.ebuild ChangeLog Thomas Beierlein (tomjbe)
2013-05-26 10:50 Thomas Beierlein (tomjbe)
2013-04-28 16:09 Thomas Beierlein (tomjbe)
2012-07-05  8:16 Michael Weber (xmw)

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20121206184058.B94F92171E@flycatcher.gentoo.org \
    --to=tomjbe@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox