Gentoo Logo
Gentoo Spaceship




Note: Due to technical difficulties, the Archives are currently not up to date. GMANE provides an alternative service for most mailing lists.
c.f. bug 424647
List Archive: gentoo-commits
Navigation:
Lists: gentoo-commits: < Prev By Thread Next > < Prev By Date Next >
Headers:
To: gentoo-commits@g.o
From: "Denis Dupeyron (calchan)" <calchan@g.o>
Subject: gentoo-x86 commit in sci-electronics/pcb: ChangeLog pcb-20070912.ebuild
Date: Sun, 16 Sep 2007 08:33:01 +0000
calchan     07/09/16 08:33:01

  Modified:             ChangeLog
  Added:                pcb-20070912.ebuild
  Log:
  Version bump, thanks to Stefan Salewski (bug #192608).
  (Portage version: 2.1.3.9)

Revision  Changes    Path
1.35                 sci-electronics/pcb/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-electronics/pcb/ChangeLog?rev=1.35&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-electronics/pcb/ChangeLog?rev=1.35&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-electronics/pcb/ChangeLog?r1=1.34&r2=1.35

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-electronics/pcb/ChangeLog,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- ChangeLog	29 Jul 2007 09:02:44 -0000	1.34
+++ ChangeLog	16 Sep 2007 08:33:01 -0000	1.35
@@ -1,6 +1,11 @@
 # ChangeLog for sci-electronics/pcb
 # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-electronics/pcb/ChangeLog,v 1.34 2007/07/29 09:02:44 calchan Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-electronics/pcb/ChangeLog,v 1.35 2007/09/16 08:33:01 calchan Exp $
+
+*pcb-20070912 (16 Sep 2007)
+
+  16 Sep 2007; Denis Dupeyron <calchan@g.o> +pcb-20070912.ebuild:
+  Version bump, thanks to Stefan Salewski (bug #192608).
 
   29 Jul 2007; Denis Dupeyron <calchan@g.o> pcb-20060822.ebuild,
   pcb-20070208.ebuild:



1.1                  sci-electronics/pcb/pcb-20070912.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-electronics/pcb/pcb-20070912.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-electronics/pcb/pcb-20070912.ebuild?rev=1.1&content-type=text/plain

Index: pcb-20070912.ebuild
===================================================================
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sci-electronics/pcb/pcb-20070912.ebuild,v 1.1 2007/09/16 08:33:01 calchan Exp $

inherit eutils

DESCRIPTION="tool for the layout of printed circuit boards"
HOMEPAGE="http://pcb.sourceforge.net/"
SRC_URI="mirror://sourceforge/pcb/${P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~sparc ~x86"
IUSE="gif jpeg png"

RDEPEND=">=x11-libs/gtk+-2.4
	gif? ( media-libs/gd )
	jpeg? ( media-libs/gd )
	png? ( media-libs/gd )"
DEPEND="${RDEPEND}
	=dev-lang/tk-8*
	x11-proto/xproto
	dev-util/pkgconfig"

pkg_setup() {
	if use jpeg ; then
		built_with_use media-libs/gd jpeg || die "You need to emerge media-libs/gd with USE=jpeg"
	fi
	if use png ; then
		echo "Using png"
		built_with_use media-libs/gd png || die "You need to emerge media-libs/gd with USE=png"
	fi
}

src_unpack() {
	unpack ${A}
	cd ${S}
	sed -i 's/\(^START-INFO\)/INFO-DIR-SECTION Miscellaneous\n\1/' doc/pcb.info || die "sed failed"
}

src_compile() {
	local EXPORTERS
	if (use gif) || (use jpeg) || (use png) ; then
		EXPORTERS="bom gerber png ps"
	else
		EXPORTERS="bom gerber ps"
	fi
	econf \
		--disable-dependency-tracking \
		$(use_enable gif ) \
		$(use_enable jpeg ) \
		$(use_enable png ) \
		--with-exporters="${EXPORTERS}" \
		|| die "Configuration failed"
	emake || die "Compilation failed"
}

src_install() {
	make DESTDIR=${D} install || die "Installation failed"
	dodoc AUTHORS ChangeLog NEWS README
	newicon win32/pcb_icon_big.xpm pcb.xpm
	make_desktop_entry pcb PCB pcb.xpm "Application;Engineering;Electronics"
}



-- 
gentoo-commits@g.o mailing list


Navigation:
Lists: gentoo-commits: < Prev By Thread Next > < Prev By Date Next >
Previous by thread:
gentoo-x86 commit in dev-java/jdom: ChangeLog jdom-1.0-r3.ebuild jdom-1.0_beta10-r5.ebuild jdom-1.0_beta9-r4.ebuild
Next by thread:
gentoo-x86 commit in net-mail/ezmlm-idx: ChangeLog ezmlm-idx-6.0.0.ebuild
Previous by date:
gentoo-x86 commit in dev-java/jdom: ChangeLog jdom-1.0-r3.ebuild jdom-1.0_beta10-r5.ebuild jdom-1.0_beta9-r4.ebuild
Next by date:
gentoo-x86 commit in net-mail/ezmlm-idx: ChangeLog ezmlm-idx-6.0.0.ebuild


Updated Apr 28, 2012

Summary: Archive of the gentoo-commits mailing list.

Donate to support our development efforts.

Copyright 2001-2013 Gentoo Foundation, Inc. Questions, Comments? Contact us.