* [gentoo-commits] gentoo-x86 commit in sci-electronics/gerbv: ChangeLog gerbv-2.6.0.ebuild
@ 2012-02-10 6:35 Thomas Beierlein (tomjbe)
0 siblings, 0 replies; 2+ messages in thread
From: Thomas Beierlein (tomjbe) @ 2012-02-10 6:35 UTC (permalink / raw
To: gentoo-commits
tomjbe 12/02/10 06:35:25
Modified: ChangeLog
Added: gerbv-2.6.0.ebuild
Log:
Version bump (bug #401825). Thanks to A. Walker
(Portage version: 2.1.10.45/cvs/Linux x86_64)
Revision Changes Path
1.42 sci-electronics/gerbv/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-electronics/gerbv/ChangeLog?rev=1.42&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-electronics/gerbv/ChangeLog?rev=1.42&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-electronics/gerbv/ChangeLog?r1=1.41&r2=1.42
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-electronics/gerbv/ChangeLog,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -r1.41 -r1.42
--- ChangeLog 28 Jun 2011 19:53:20 -0000 1.41
+++ ChangeLog 10 Feb 2012 06:35:25 -0000 1.42
@@ -1,6 +1,11 @@
# ChangeLog for sci-electronics/gerbv
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-electronics/gerbv/ChangeLog,v 1.41 2011/06/28 19:53:20 ranger Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-electronics/gerbv/ChangeLog,v 1.42 2012/02/10 06:35:25 tomjbe Exp $
+
+*gerbv-2.6.0 (10 Feb 2012)
+
+ 10 Feb 2012; Thomas Beierlein <tomjbe@gentoo.org> +gerbv-2.6.0.ebuild:
+ Version bump (bug #401825). Thanks to A. Walker
28 Jun 2011; Brent Baude <ranger@gentoo.org> gerbv-2.4.0.ebuild:
Marking gerbv-2.4.0 ppc for bug 342811
1.1 sci-electronics/gerbv/gerbv-2.6.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-electronics/gerbv/gerbv-2.6.0.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-electronics/gerbv/gerbv-2.6.0.ebuild?rev=1.1&content-type=text/plain
Index: gerbv-2.6.0.ebuild
===================================================================
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sci-electronics/gerbv/gerbv-2.6.0.ebuild,v 1.1 2012/02/10 06:35:25 tomjbe Exp $
EAPI="4"
inherit fdo-mime
DESCRIPTION="A RS-274X (Gerber) and NC drill (Excellon) file viewer"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
HOMEPAGE="http://gerbv.sourceforge.net/"
IUSE="unit-mm doc examples"
SLOT="0"
LICENSE="GPL-2"
KEYWORDS="~amd64 ~ppc ~x86"
RESTRICT="test"
RDEPEND="
x11-libs/gtk+:2
x11-libs/cairo"
DEPEND="${RDEPEND}
dev-util/pkgconfig"
src_configure() {
econf \
$(use_enable unit-mm) \
--disable-update-desktop-database
}
src_install () {
emake DESTDIR="${D}" install
dodoc AUTHORS BUGS ChangeLog CONTRIBUTORS HACKING NEWS README* TODO
rm doc/Doxyfile.nopreprocessing
if use doc; then
find doc -name "Makefile*" -exec rm -f '{}' \;
dodoc -r doc/*
fi
if use examples; then
find example -name "Makefile*" -exec rm -f '{}' \;
dodoc -r example/*
fi
}
pkg_postinst() {
fdo-mime_desktop_database_update
}
pkg_postrm() {
fdo-mime_desktop_database_update
}
^ permalink raw reply [flat|nested] 2+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sci-electronics/gerbv: ChangeLog gerbv-2.6.0.ebuild
@ 2013-01-03 10:56 Thomas Beierlein (tomjbe)
0 siblings, 0 replies; 2+ messages in thread
From: Thomas Beierlein (tomjbe) @ 2013-01-03 10:56 UTC (permalink / raw
To: gentoo-commits
tomjbe 13/01/03 10:56:40
Modified: ChangeLog gerbv-2.6.0.ebuild
Log:
Add USE=static-libs support (bug 449768). Thanks ago
(Portage version: 2.1.11.38/cvs/Linux x86_64, signed Manifest commit with key 0x762053D5)
Revision Changes Path
1.47 sci-electronics/gerbv/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-electronics/gerbv/ChangeLog?rev=1.47&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-electronics/gerbv/ChangeLog?rev=1.47&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-electronics/gerbv/ChangeLog?r1=1.46&r2=1.47
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-electronics/gerbv/ChangeLog,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -r1.46 -r1.47
--- ChangeLog 2 Jan 2013 13:24:29 -0000 1.46
+++ ChangeLog 3 Jan 2013 10:56:40 -0000 1.47
@@ -1,6 +1,9 @@
# ChangeLog for sci-electronics/gerbv
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-electronics/gerbv/ChangeLog,v 1.46 2013/01/02 13:24:29 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-electronics/gerbv/ChangeLog,v 1.47 2013/01/03 10:56:40 tomjbe Exp $
+
+ 03 Jan 2013; Thomas Beierlein <tomjbe@gentoo.org> gerbv-2.6.0.ebuild:
+ Add USE=static-libs support (bug 449768). Thanks ago
02 Jan 2013; Agostino Sarubbo <ago@gentoo.org> gerbv-2.6.0.ebuild:
Stable for x86, wrt bug #449734
1.6 sci-electronics/gerbv/gerbv-2.6.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-electronics/gerbv/gerbv-2.6.0.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-electronics/gerbv/gerbv-2.6.0.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-electronics/gerbv/gerbv-2.6.0.ebuild?r1=1.5&r2=1.6
Index: gerbv-2.6.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-electronics/gerbv/gerbv-2.6.0.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- gerbv-2.6.0.ebuild 2 Jan 2013 13:24:29 -0000 1.5
+++ gerbv-2.6.0.ebuild 3 Jan 2013 10:56:40 -0000 1.6
@@ -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/gerbv/gerbv-2.6.0.ebuild,v 1.5 2013/01/02 13:24:29 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-electronics/gerbv/gerbv-2.6.0.ebuild,v 1.6 2013/01/03 10:56:40 tomjbe Exp $
EAPI="4"
@@ -10,7 +10,7 @@
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
HOMEPAGE="http://gerbv.geda-project.org/"
-IUSE="unit-mm doc examples"
+IUSE="doc examples static-libs unit-mm"
SLOT="0"
LICENSE="GPL-2"
KEYWORDS="amd64 ~ppc x86"
@@ -26,7 +26,8 @@
src_configure() {
econf \
$(use_enable unit-mm) \
- --disable-update-desktop-database
+ --disable-update-desktop-database \
+ $(use_enable static-libs static)
}
src_install () {
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2013-01-03 10:56 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-03 10:56 [gentoo-commits] gentoo-x86 commit in sci-electronics/gerbv: ChangeLog gerbv-2.6.0.ebuild Thomas Beierlein (tomjbe)
-- strict thread matches above, loose matches on Subject: below --
2012-02-10 6:35 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