public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sci-electronics/geda: ChangeLog geda-1.6.2.ebuild
@ 2011-02-28 20:10 Thomas Beierlein (tomjbe)
  0 siblings, 0 replies; 4+ messages in thread
From: Thomas Beierlein (tomjbe) @ 2011-02-28 20:10 UTC (permalink / raw
  To: gentoo-commits

tomjbe      11/02/28 20:10:21

  Modified:             ChangeLog
  Added:                geda-1.6.2.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.1.9.41/cvs/Linux x86_64)

Revision  Changes    Path
1.65                 sci-electronics/geda/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-electronics/geda/ChangeLog,v
retrieving revision 1.64
retrieving revision 1.65
diff -u -r1.64 -r1.65
--- ChangeLog	25 Aug 2010 11:32:21 -0000	1.64
+++ ChangeLog	28 Feb 2011 20:10:21 -0000	1.65
@@ -1,6 +1,11 @@
 # ChangeLog for sci-electronics/geda
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-electronics/geda/ChangeLog,v 1.64 2010/08/25 11:32:21 flameeyes Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-electronics/geda/ChangeLog,v 1.65 2011/02/28 20:10:21 tomjbe Exp $
+
+*geda-1.6.2 (28 Feb 2011)
+
+  28 Feb 2011; Thomas Beierlein <tomjbe@gentoo.org> +geda-1.6.2.ebuild:
+  Version bump.
 
   25 Aug 2010; Diego E. Pettenò <flameeyes@gentoo.org>
   geda-1.4.0-r1.ebuild:



1.1                  sci-electronics/geda/geda-1.6.2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-electronics/geda/geda-1.6.2.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-electronics/geda/geda-1.6.2.ebuild?rev=1.1&content-type=text/plain

Index: geda-1.6.2.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sci-electronics/geda/geda-1.6.2.ebuild,v 1.1 2011/02/28 20:10:21 tomjbe Exp $

EAPI="2"

inherit fdo-mime versionator gnome2-utils

MY_P="${PN}-gaf-${PV}"
DESCRIPTION="GPL Electronic Design Automation (gEDA):gaf core package"
HOMEPAGE="http://www.gpleda.org/"
SRC_URI="http://geda.seul.org/release/v$(get_version_component_range 1-2)/${PV}/${MY_P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~sparc ~x86"
IUSE="debug doc examples nls stroke threads"

CDEPEND="
	>=dev-libs/glib-2.12
	>=x11-libs/gtk+-2.10
	>=x11-libs/cairo-1.2.0
	>=dev-scheme/guile-1.8[deprecated]
	nls? ( virtual/libintl )
	stroke? ( >=dev-libs/libstroke-0.5.1 )"

DEPEND="${CDEPEND}
	!sci-libs/libgeda
	!sci-electronics/geda-docs
	!sci-electronics/geda-examples
	!sci-electronics/geda-gattrib
	!sci-electronics/geda-gnetlist
	!sci-electronics/geda-gschem
	!sci-electronics/geda-gsymcheck
	!sci-electronics/geda-symbols
	!sci-electronics/geda-utils
	sys-apps/groff
	dev-util/desktop-file-utils
	x11-misc/shared-mime-info
	>=dev-util/pkgconfig-0.15.0
	nls? ( >=sys-devel/gettext-0.16 )"

RDEPEND="${CDEPEND}
	sci-electronics/electronics-menu"

S="${WORKDIR}/${MY_P}"

src_prepare() {
	if ! use doc ; then
		sed -i -e '/^SUBDIRS = /s/docs//' Makefile.in || die "sed failed"
	fi
	if ! use examples ; then
		sed -i -e 's/\texamples$//' Makefile.in || die "sed failed"
	fi
}

src_configure() {
	econf \
		--docdir=/usr/share/doc/${PF} \
		$(use_enable threads threads posix) \
		$(use_with stroke libstroke) \
		$(use_enable nls) \
		$(use_enable debug assert) \
		--disable-doxygen \
		--disable-dependency-tracking \
		--disable-rpath \
		--disable-update-xdg-database
}

src_install() {
	emake DESTDIR="${D}" install || die "install failed"
	dodoc AUTHORS NEWS README
}

src_test() {
	emake -j1 check || die "test failed"
}

pkg_preinst() {
	gnome2_icon_savelist
}

pkg_postinst() {
	fdo-mime_desktop_database_update
	fdo-mime_mime_database_update
	gnome2_icon_cache_update
}

pkg_postrm() {
	fdo-mime_desktop_database_update
	fdo-mime_mime_database_update
	gnome2_icon_cache_update
}






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

* [gentoo-commits] gentoo-x86 commit in sci-electronics/geda: ChangeLog geda-1.6.2.ebuild
@ 2011-12-23 11:24 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 4+ messages in thread
From: Samuli Suominen (ssuominen) @ 2011-12-23 11:24 UTC (permalink / raw
  To: gentoo-commits

ssuominen    11/12/23 11:24:20

  Modified:             ChangeLog geda-1.6.2.ebuild
  Log:
  Fix building with dev-libs/glib >= 2.30 wrt #395795 by Priit Laes
  
  (Portage version: 2.2.0_alpha81/cvs/Linux x86_64)

Revision  Changes    Path
1.70                 sci-electronics/geda/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-electronics/geda/ChangeLog,v
retrieving revision 1.69
retrieving revision 1.70
diff -u -r1.69 -r1.70
--- ChangeLog	25 Apr 2011 13:44:57 -0000	1.69
+++ ChangeLog	23 Dec 2011 11:24:20 -0000	1.70
@@ -1,6 +1,10 @@
 # ChangeLog for sci-electronics/geda
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-electronics/geda/ChangeLog,v 1.69 2011/04/25 13:44:57 tomjbe Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-electronics/geda/ChangeLog,v 1.70 2011/12/23 11:24:20 ssuominen Exp $
+
+  23 Dec 2011; Samuli Suominen <ssuominen@gentoo.org> geda-1.6.2.ebuild,
+  +files/geda-1.6.2-correct_glib_include.patch:
+  Fix building with dev-libs/glib >= 2.30 wrt #395795 by Priit Laes
 
   25 Apr 2011; Thomas Beierlein <tomjbe@gentoo.org> geda-1.6.1.ebuild,
   geda-1.6.2.ebuild:



1.4                  sci-electronics/geda/geda-1.6.2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-electronics/geda/geda-1.6.2.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-electronics/geda/geda-1.6.2.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-electronics/geda/geda-1.6.2.ebuild?r1=1.3&r2=1.4

Index: geda-1.6.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-electronics/geda/geda-1.6.2.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- geda-1.6.2.ebuild	25 Apr 2011 13:44:57 -0000	1.3
+++ geda-1.6.2.ebuild	23 Dec 2011 11:24:20 -0000	1.4
@@ -1,12 +1,12 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-electronics/geda/geda-1.6.2.ebuild,v 1.3 2011/04/25 13:44:57 tomjbe Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-electronics/geda/geda-1.6.2.ebuild,v 1.4 2011/12/23 11:24:20 ssuominen Exp $
 
-EAPI="2"
+EAPI=4
+inherit eutils fdo-mime gnome2-utils versionator
 
-inherit fdo-mime versionator gnome2-utils
+MY_P=${PN}-gaf-${PV}
 
-MY_P="${PN}-gaf-${PV}"
 DESCRIPTION="GPL Electronic Design Automation (gEDA):gaf core package"
 HOMEPAGE="http://www.gpleda.org/"
 SRC_URI="http://geda.seul.org/release/v$(get_version_component_range 1-2)/${PV}/${MY_P}.tar.gz"
@@ -34,14 +34,18 @@
 RDEPEND="${CDEPEND}
 	sci-electronics/electronics-menu"
 
-S="${WORKDIR}/${MY_P}"
+S=${WORKDIR}/${MY_P}
+
+DOCS="AUTHORS NEWS README"
 
 src_prepare() {
+	epatch "${FILESDIR}"/${P}-correct_glib_include.patch
+
 	if ! use doc ; then
-		sed -i -e '/^SUBDIRS = /s/docs//' Makefile.in || die "sed failed"
+		sed -i -e '/^SUBDIRS = /s/docs//' Makefile.in || die
 	fi
 	if ! use examples ; then
-		sed -i -e 's/\texamples$//' Makefile.in || die "sed failed"
+		sed -i -e 's/\texamples$//' Makefile.in || die
 	fi
 }
 
@@ -53,18 +57,12 @@
 		$(use_enable nls) \
 		$(use_enable debug assert) \
 		--disable-doxygen \
-		--disable-dependency-tracking \
 		--disable-rpath \
 		--disable-update-xdg-database
 }
 
-src_install() {
-	emake DESTDIR="${D}" install || die "install failed"
-	dodoc AUTHORS NEWS README
-}
-
 src_test() {
-	emake -j1 check || die "test failed"
+	emake -j1 check
 }
 
 pkg_preinst() {






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

* [gentoo-commits] gentoo-x86 commit in sci-electronics/geda: ChangeLog geda-1.6.2.ebuild
@ 2012-01-04 17:39 PaweA Hajdan (phajdan.jr)
  0 siblings, 0 replies; 4+ messages in thread
From: PaweA Hajdan (phajdan.jr) @ 2012-01-04 17:39 UTC (permalink / raw
  To: gentoo-commits

phajdan.jr    12/01/04 17:39:01

  Modified:             ChangeLog geda-1.6.2.ebuild
  Log:
  x86 stable wrt bug #395797
  
  (Portage version: 2.1.10.41/cvs/Linux i686)

Revision  Changes    Path
1.72                 sci-electronics/geda/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-electronics/geda/ChangeLog,v
retrieving revision 1.71
retrieving revision 1.72
diff -u -r1.71 -r1.72
--- ChangeLog	23 Dec 2011 17:05:59 -0000	1.71
+++ ChangeLog	4 Jan 2012 17:39:01 -0000	1.72
@@ -1,6 +1,9 @@
 # ChangeLog for sci-electronics/geda
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-electronics/geda/ChangeLog,v 1.71 2011/12/23 17:05:59 ago Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-electronics/geda/ChangeLog,v 1.72 2012/01/04 17:39:01 phajdan.jr Exp $
+
+  04 Jan 2012; Pawel Hajdan jr <phajdan.jr@gentoo.org> geda-1.6.2.ebuild:
+  x86 stable wrt bug #395797
 
   23 Dec 2011; Agostino Sarubbo <ago@gentoo.org> geda-1.6.2.ebuild:
   Stable for AMD64, wrt bug #395797



1.6                  sci-electronics/geda/geda-1.6.2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-electronics/geda/geda-1.6.2.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-electronics/geda/geda-1.6.2.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-electronics/geda/geda-1.6.2.ebuild?r1=1.5&r2=1.6

Index: geda-1.6.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-electronics/geda/geda-1.6.2.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- geda-1.6.2.ebuild	23 Dec 2011 17:05:59 -0000	1.5
+++ geda-1.6.2.ebuild	4 Jan 2012 17:39:01 -0000	1.6
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-electronics/geda/geda-1.6.2.ebuild,v 1.5 2011/12/23 17:05:59 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-electronics/geda/geda-1.6.2.ebuild,v 1.6 2012/01/04 17:39:01 phajdan.jr Exp $
 
 EAPI=4
 inherit eutils fdo-mime gnome2-utils versionator
@@ -13,7 +13,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~ppc ~sparc ~x86"
+KEYWORDS="amd64 ~ppc ~sparc x86"
 IUSE="debug doc examples nls stroke threads"
 
 CDEPEND="






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

* [gentoo-commits] gentoo-x86 commit in sci-electronics/geda: ChangeLog geda-1.6.2.ebuild
@ 2012-03-07 20:53 Brent Baude (ranger)
  0 siblings, 0 replies; 4+ messages in thread
From: Brent Baude (ranger) @ 2012-03-07 20:53 UTC (permalink / raw
  To: gentoo-commits

ranger      12/03/07 20:53:15

  Modified:             ChangeLog geda-1.6.2.ebuild
  Log:
  Marking geda-1.6.2 ppc for bug 395797
  
  (Portage version: 2.1.10.11/cvs/Linux ppc64)

Revision  Changes    Path
1.74                 sci-electronics/geda/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-electronics/geda/ChangeLog,v
retrieving revision 1.73
retrieving revision 1.74
diff -u -r1.73 -r1.74
--- ChangeLog	5 Feb 2012 17:48:58 -0000	1.73
+++ ChangeLog	7 Mar 2012 20:53:15 -0000	1.74
@@ -1,6 +1,9 @@
 # ChangeLog for sci-electronics/geda
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-electronics/geda/ChangeLog,v 1.73 2012/02/05 17:48:58 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-electronics/geda/ChangeLog,v 1.74 2012/03/07 20:53:15 ranger Exp $
+
+  07 Mar 2012; Brent Baude <ranger@gentoo.org> geda-1.6.2.ebuild:
+  Marking geda-1.6.2 ppc for bug 395797
 
   05 Feb 2012; Raúl Porcel <armin76@gentoo.org> geda-1.6.1.ebuild,
   geda-1.6.2.ebuild:



1.8                  sci-electronics/geda/geda-1.6.2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-electronics/geda/geda-1.6.2.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-electronics/geda/geda-1.6.2.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-electronics/geda/geda-1.6.2.ebuild?r1=1.7&r2=1.8

Index: geda-1.6.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-electronics/geda/geda-1.6.2.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- geda-1.6.2.ebuild	5 Feb 2012 17:48:58 -0000	1.7
+++ geda-1.6.2.ebuild	7 Mar 2012 20:53:15 -0000	1.8
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-electronics/geda/geda-1.6.2.ebuild,v 1.7 2012/02/05 17:48:58 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-electronics/geda/geda-1.6.2.ebuild,v 1.8 2012/03/07 20:53:15 ranger Exp $
 
 EAPI=4
 inherit eutils fdo-mime gnome2-utils versionator
@@ -13,7 +13,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~ppc x86"
+KEYWORDS="amd64 ppc x86"
 IUSE="debug doc examples nls stroke threads"
 
 CDEPEND="






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

end of thread, other threads:[~2012-03-07 20:53 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-02-28 20:10 [gentoo-commits] gentoo-x86 commit in sci-electronics/geda: ChangeLog geda-1.6.2.ebuild Thomas Beierlein (tomjbe)
  -- strict thread matches above, loose matches on Subject: below --
2011-12-23 11:24 Samuli Suominen (ssuominen)
2012-01-04 17:39 PaweA Hajdan (phajdan.jr)
2012-03-07 20:53 Brent Baude (ranger)

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