public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sci-electronics/oregano: oregano-0.82.ebuild ChangeLog
@ 2012-07-05  8:16 Michael Weber (xmw)
  0 siblings, 0 replies; 5+ messages in thread
From: Michael Weber (xmw) @ 2012-07-05  8:16 UTC (permalink / raw
  To: gentoo-commits

xmw         12/07/05 08:16:54

  Modified:             ChangeLog
  Added:                oregano-0.82.ebuild
  Log:
  Version bump (thanks euscan), EAPI-4, scons->automake, HOMEPAGE and SRC_URI relocated to github.com.
  
  (Portage version: 2.1.11.4/cvs/Linux x86_64)

Revision  Changes    Path
1.53                 sci-electronics/oregano/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-electronics/oregano/ChangeLog,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -r1.52 -r1.53
--- ChangeLog	4 May 2012 07:10:19 -0000	1.52
+++ ChangeLog	5 Jul 2012 08:16:54 -0000	1.53
@@ -1,6 +1,14 @@
 # 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.52 2012/05/04 07:10:19 jdhore Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-electronics/oregano/ChangeLog,v 1.53 2012/07/05 08:16:54 xmw Exp $
+
+*oregano-0.82 (05 Jul 2012)
+
+  05 Jul 2012; Michael Weber <xmw@gentoo.org>
+  +files/oregano-0.82-format-security.patch,
+  +files/oregano-0.82-remove.unneeded.docs.patch, +oregano-0.82.ebuild:
+  Version bump (thanks euscan), EAPI-4, scons->automake, HOMEPAGE and SRC_URI
+  relocated to github.com.
 
   04 May 2012; Jeff Horelick <jdhore@gentoo.org> oregano-0.69.1.ebuild,
   oregano-0.69.1-r1.ebuild:



1.1                  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.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-electronics/oregano/oregano-0.82.ebuild?rev=1.1&content-type=text/plain

Index: oregano-0.82.ebuild
===================================================================
# 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 $

EAPI="4"

inherit autotools eutils fdo-mime vcs-snapshot

DESCRIPTION="Oregano is an application for schematic capture 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"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE=""

CDEPEND="dev-libs/libxml2:2
	x11-libs/goocanvas:2.0
	x11-libs/gtk+:3
	x11-libs/gtksourceview:3.0"
DEPEND="${CDEPEND}
	virtual/pkgconfig"
RDEPEND="${CDEPEND}
	sci-electronics/electronics-menu"

src_prepare() {
	epatch "${FILESDIR}"/${P}-format-security.patch
	epatch "${FILESDIR}"/${P}-remove.unneeded.docs.patch
	eautoreconf
}

src_configure() {
	econf --disable-update-mimedb
}

src_install() {
	emake DESTDIR="${D}" oreganodocdir=/usr/share/doc/${PF} install
}

pkg_postinst() {
	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."
}






^ permalink raw reply	[flat|nested] 5+ messages in thread

* [gentoo-commits] gentoo-x86 commit in sci-electronics/oregano: oregano-0.82.ebuild ChangeLog
@ 2012-12-06 18:40 Thomas Beierlein (tomjbe)
  0 siblings, 0 replies; 5+ messages in thread
From: Thomas Beierlein (tomjbe) @ 2012-12-06 18:40 UTC (permalink / raw
  To: gentoo-commits

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)
 





^ permalink raw reply	[flat|nested] 5+ messages in thread

* [gentoo-commits] gentoo-x86 commit in sci-electronics/oregano: oregano-0.82.ebuild ChangeLog
@ 2013-04-28 16:09 Thomas Beierlein (tomjbe)
  0 siblings, 0 replies; 5+ messages in thread
From: Thomas Beierlein (tomjbe) @ 2013-04-28 16:09 UTC (permalink / raw
  To: gentoo-commits

tomjbe      13/04/28 16:09:28

  Modified:             oregano-0.82.ebuild ChangeLog
  Log:
  Fix deprecated AM_CONFIG_HEADER (bug #467708), correct AC_MSG_ERROR and add missing dependency
  
  (Portage version: 2.1.11.62/cvs/Linux x86_64, signed Manifest commit with key 0x762053D5)

Revision  Changes    Path
1.3                  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.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-electronics/oregano/oregano-0.82.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-electronics/oregano/oregano-0.82.ebuild?r1=1.2&r2=1.3

Index: oregano-0.82.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-electronics/oregano/oregano-0.82.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- oregano-0.82.ebuild	6 Dec 2012 18:40:58 -0000	1.2
+++ oregano-0.82.ebuild	28 Apr 2013 16:09:28 -0000	1.3
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 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.2 2012/12/06 18:40:58 tomjbe Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-electronics/oregano/oregano-0.82.ebuild,v 1.3 2013/04/28 16:09:28 tomjbe Exp $
 
 EAPI="4"
 
@@ -18,7 +18,8 @@
 CDEPEND="dev-libs/libxml2:2
 	x11-libs/goocanvas:2.0
 	x11-libs/gtk+:3
-	x11-libs/gtksourceview:3.0"
+	x11-libs/gtksourceview:3.0
+	app-text/rarian"
 DEPEND="${CDEPEND}
 	virtual/pkgconfig"
 RDEPEND="${CDEPEND}
@@ -28,6 +29,8 @@
 	epatch "${FILESDIR}"/${P}-format-security.patch
 	epatch "${FILESDIR}"/${P}-remove.unneeded.docs.patch
 	epatch "${FILESDIR}"/${P}-asneeded.patch
+	# Aclocal 1.13 deprecated error #467708
+	epatch "${FILESDIR}"/${P}-automake.patch
 	eautoreconf
 }
 



1.55                 sci-electronics/oregano/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-electronics/oregano/ChangeLog,v
retrieving revision 1.54
retrieving revision 1.55
diff -u -r1.54 -r1.55
--- ChangeLog	6 Dec 2012 18:40:58 -0000	1.54
+++ ChangeLog	28 Apr 2013 16:09:28 -0000	1.55
@@ -1,6 +1,11 @@
 # 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.54 2012/12/06 18:40:58 tomjbe Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-electronics/oregano/ChangeLog,v 1.55 2013/04/28 16:09:28 tomjbe Exp $
+
+  28 Apr 2013; Thomas Beierlein <tomjbe@gentoo.org> oregano-0.82.ebuild,
+  +files/oregano-0.82-automake.patch:
+  Fix deprecated AM_CONFIG_HEADER (bug #467708), correct AC_MSG_ERROR and add
+  missing dependency
 
   06 Dec 2012; Thomas Beierlein <tomjbe@gentoo.org> oregano-0.82.ebuild,
   +files/oregano-0.82-asneeded.patch:





^ permalink raw reply	[flat|nested] 5+ messages in thread

* [gentoo-commits] gentoo-x86 commit in sci-electronics/oregano: oregano-0.82.ebuild ChangeLog
@ 2013-05-26 10:50 Thomas Beierlein (tomjbe)
  0 siblings, 0 replies; 5+ messages in thread
From: Thomas Beierlein (tomjbe) @ 2013-05-26 10:50 UTC (permalink / raw
  To: gentoo-commits

tomjbe      13/05/26 10:50:37

  Modified:             oregano-0.82.ebuild ChangeLog
  Log:
  Drop GTK_DISABLE_DEPRECATED (bug 467868)
  
  (Portage version: 2.1.12.2/cvs/Linux x86_64, signed Manifest commit with key 0x762053D5)

Revision  Changes    Path
1.4                  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.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-electronics/oregano/oregano-0.82.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-electronics/oregano/oregano-0.82.ebuild?r1=1.3&r2=1.4

Index: oregano-0.82.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-electronics/oregano/oregano-0.82.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- oregano-0.82.ebuild	28 Apr 2013 16:09:28 -0000	1.3
+++ oregano-0.82.ebuild	26 May 2013 10:50:37 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 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.3 2013/04/28 16:09:28 tomjbe Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-electronics/oregano/oregano-0.82.ebuild,v 1.4 2013/05/26 10:50:37 tomjbe Exp $
 
 EAPI="4"
 
@@ -29,6 +29,10 @@
 	epatch "${FILESDIR}"/${P}-format-security.patch
 	epatch "${FILESDIR}"/${P}-remove.unneeded.docs.patch
 	epatch "${FILESDIR}"/${P}-asneeded.patch
+	# Do not use GTK_DISABLE_DEPRECATED (needed by >=gtk+-3.8.1
+	sed -i -e "s/-DGTK_DISABLE_DEPRECATED//g" src/sheet/Makefile.am || die
+	sed -i -e "s/-DGTK_DISABLE_DEPRECATED//g" src/Makefile.am || die
+	sed -i -e "s/(OREGANO_LIBS)/(OREGANO_LIBS) -lm/" src/Makefile.am || die
 	# Aclocal 1.13 deprecated error #467708
 	epatch "${FILESDIR}"/${P}-automake.patch
 	eautoreconf



1.56                 sci-electronics/oregano/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-electronics/oregano/ChangeLog,v
retrieving revision 1.55
retrieving revision 1.56
diff -u -r1.55 -r1.56
--- ChangeLog	28 Apr 2013 16:09:28 -0000	1.55
+++ ChangeLog	26 May 2013 10:50:37 -0000	1.56
@@ -1,6 +1,9 @@
 # ChangeLog for sci-electronics/oregano
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-electronics/oregano/ChangeLog,v 1.55 2013/04/28 16:09:28 tomjbe Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-electronics/oregano/ChangeLog,v 1.56 2013/05/26 10:50:37 tomjbe Exp $
+
+  26 May 2013; Thomas Beierlein <tomjbe@gentoo.org> oregano-0.82.ebuild:
+  Drop GTK_DISABLE_DEPRECATED (bug 467868)
 
   28 Apr 2013; Thomas Beierlein <tomjbe@gentoo.org> oregano-0.82.ebuild,
   +files/oregano-0.82-automake.patch:





^ permalink raw reply	[flat|nested] 5+ messages in thread

* [gentoo-commits] gentoo-x86 commit in sci-electronics/oregano: oregano-0.82.ebuild ChangeLog
@ 2013-05-30 14:37 Thomas Beierlein (tomjbe)
  0 siblings, 0 replies; 5+ messages in thread
From: Thomas Beierlein (tomjbe) @ 2013-05-30 14:37 UTC (permalink / raw
  To: gentoo-commits

tomjbe      13/05/30 14:37:49

  Modified:             oregano-0.82.ebuild ChangeLog
  Log:
  Add || (dconf gconf) to RDEPS (bug #471588, thanks Allan)
  
  (Portage version: 2.1.12.2/cvs/Linux x86_64, signed Manifest commit with key 0x762053D5)

Revision  Changes    Path
1.5                  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.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-electronics/oregano/oregano-0.82.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-electronics/oregano/oregano-0.82.ebuild?r1=1.4&r2=1.5

Index: oregano-0.82.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-electronics/oregano/oregano-0.82.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- oregano-0.82.ebuild	26 May 2013 10:50:37 -0000	1.4
+++ oregano-0.82.ebuild	30 May 2013 14:37:48 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 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.4 2013/05/26 10:50:37 tomjbe Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-electronics/oregano/oregano-0.82.ebuild,v 1.5 2013/05/30 14:37:48 tomjbe Exp $
 
 EAPI="4"
 
@@ -23,6 +23,7 @@
 DEPEND="${CDEPEND}
 	virtual/pkgconfig"
 RDEPEND="${CDEPEND}
+	|| ( gnome-base/dconf gnome-base/gconf )
 	sci-electronics/electronics-menu"
 
 src_prepare() {



1.57                 sci-electronics/oregano/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-electronics/oregano/ChangeLog,v
retrieving revision 1.56
retrieving revision 1.57
diff -u -r1.56 -r1.57
--- ChangeLog	26 May 2013 10:50:37 -0000	1.56
+++ ChangeLog	30 May 2013 14:37:48 -0000	1.57
@@ -1,6 +1,9 @@
 # ChangeLog for sci-electronics/oregano
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-electronics/oregano/ChangeLog,v 1.56 2013/05/26 10:50:37 tomjbe Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-electronics/oregano/ChangeLog,v 1.57 2013/05/30 14:37:48 tomjbe Exp $
+
+  30 May 2013; Thomas Beierlein <tomjbe@gentoo.org> oregano-0.82.ebuild:
+  Add || (dconf gconf) to RDEPS (bug #471588, thanks Allan)
 
   26 May 2013; Thomas Beierlein <tomjbe@gentoo.org> oregano-0.82.ebuild:
   Drop GTK_DISABLE_DEPRECATED (bug 467868)





^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2013-05-30 14:37 UTC | newest]

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox