summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDenis Dupeyron <calchan@gentoo.org>2009-05-20 02:20:34 +0000
committerDenis Dupeyron <calchan@gentoo.org>2009-05-20 02:20:34 +0000
commita1bab77d103127165d5cb42bc8a205122e91e564 (patch)
tree46dc8c3c392316365839d70ac0fbc8d4b01cda0b /sci-electronics/geda-utils
parentthx for robbat2 for reviewing the code, the virtual should be safe (diff)
downloadgentoo-2-a1bab77d103127165d5cb42bc8a205122e91e564.tar.gz
gentoo-2-a1bab77d103127165d5cb42bc8a205122e91e564.tar.bz2
gentoo-2-a1bab77d103127165d5cb42bc8a205122e91e564.zip
New split ebuild, thanks a lot to Stefan Salewski (bug #266358).
(Portage version: 2.1.6.13/cvs/Linux i686)
Diffstat (limited to 'sci-electronics/geda-utils')
-rw-r--r--sci-electronics/geda-utils/ChangeLog10
-rw-r--r--sci-electronics/geda-utils/geda-utils-1.4.3.ebuild37
-rw-r--r--sci-electronics/geda-utils/metadata.xml13
3 files changed, 60 insertions, 0 deletions
diff --git a/sci-electronics/geda-utils/ChangeLog b/sci-electronics/geda-utils/ChangeLog
new file mode 100644
index 000000000000..856b545b1444
--- /dev/null
+++ b/sci-electronics/geda-utils/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for sci-electronics/geda-utils
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-electronics/geda-utils/ChangeLog,v 1.1 2009/05/20 02:20:34 calchan Exp $
+
+*geda-utils-1.4.3 (20 May 2009)
+
+ 20 May 2009; Denis Dupeyron <calchan@gentoo.org> +geda-utils-1.4.3.ebuild,
+ +metadata.xml:
+ New split ebuild, thanks a lot to Stefan Salewski (bug #266358).
+
diff --git a/sci-electronics/geda-utils/geda-utils-1.4.3.ebuild b/sci-electronics/geda-utils/geda-utils-1.4.3.ebuild
new file mode 100644
index 000000000000..72f0d92ee163
--- /dev/null
+++ b/sci-electronics/geda-utils/geda-utils-1.4.3.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/sci-electronics/geda-utils/geda-utils-1.4.3.ebuild,v 1.1 2009/05/20 02:20:34 calchan Exp $
+
+EAPI="2"
+
+inherit versionator
+
+DESCRIPTION="GPL Electronic Design Automation: utilities"
+HOMEPAGE="http://www.gpleda.org/"
+URI_BASE="http://geda.seul.org/release/v$(get_version_component_range 1-2)"
+SRC_URI="${URI_BASE}/${PV}/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+IUSE=""
+
+RDEPEND="=sci-libs/libgeda-${PV}*
+ =sci-electronics/geda-symbols-${PV}*
+ >=dev-libs/glib-2.4
+ >=x11-libs/gtk+-2.4
+ || ( =dev-scheme/guile-1.6* =dev-scheme/guile-1.8*[deprecated] )"
+
+DEPEND="${RDEPEND}
+ !<sci-electronics/geda-1.4.3-r1
+ >=dev-util/pkgconfig-0.9"
+
+src_prepare() {
+ sed -i -e 's/ docs / /' Makefile.in || die "sed failed"
+}
+
+src_install() {
+ emake DESTDIR="${D}" install || die "install failed"
+ dodoc AUTHORS NEWS README docs/README.*
+}
+
diff --git a/sci-electronics/geda-utils/metadata.xml b/sci-electronics/geda-utils/metadata.xml
new file mode 100644
index 000000000000..65817cddb42f
--- /dev/null
+++ b/sci-electronics/geda-utils/metadata.xml
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>sci-electronics</herd>
+ <longdescription>
+ This package installs various utilities for the GPL Electronic Design
+ Automation tools (gEDA) including: convert_sym, garchive, gmk_sym,
+ gnet_hier_verilog.sh, grenum, gsch2pcb, gschlas, gschupdate, gsymfix.pl,
+ gsymupdate, olib, pads_backannotate, pcb_backannotate, refdes_renum,
+ sarlacc_schem, sarlacc_sym, smash_megafile and tragesym.
+ </longdescription>
+</pkgmetadata>
+