From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id DA6061381F3 for ; Thu, 6 Dec 2012 18:41:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A0D7C21C02B; Thu, 6 Dec 2012 18:41:01 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0E13B21C02B for ; Thu, 6 Dec 2012 18:41:00 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 00EA633DA53 for ; Thu, 6 Dec 2012 18:41:00 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2269) id B94F92171E; Thu, 6 Dec 2012 18:40:58 +0000 (UTC) From: "Thomas Beierlein (tomjbe)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, tomjbe@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in sci-electronics/oregano: oregano-0.82.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: oregano-0.82.ebuild ChangeLog X-VCS-Directories: sci-electronics/oregano X-VCS-Committer: tomjbe X-VCS-Committer-Name: Thomas Beierlein Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20121206184058.B94F92171E@flycatcher.gentoo.org> Date: Thu, 6 Dec 2012 18:40:58 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 83e93a72-b1eb-489f-b7e0-7984233d1847 X-Archives-Hash: 2a29d61b9a35aa50b155efd5707cf6c1 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 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)