diff options
author | Denis Dupeyron <calchan@gentoo.org> | 2009-05-20 02:26:08 +0000 |
---|---|---|
committer | Denis Dupeyron <calchan@gentoo.org> | 2009-05-20 02:26:08 +0000 |
commit | ab230faa8cc02002c8262bb030b6f8fd42287cbd (patch) | |
tree | da6f03956bad5931b06d516a2e2433cd2d7fe9f0 /sci-electronics/geda | |
parent | Version bump with misc features and bug fixes, bug 269924 (diff) | |
download | gentoo-2-ab230faa8cc02002c8262bb030b6f8fd42287cbd.tar.gz gentoo-2-ab230faa8cc02002c8262bb030b6f8fd42287cbd.tar.bz2 gentoo-2-ab230faa8cc02002c8262bb030b6f8fd42287cbd.zip |
New meta-ebuild for the split ebuilds, thanks a lot to Stefan Salewski (bug #266358).
(Portage version: 2.1.6.13/cvs/Linux i686)
Diffstat (limited to 'sci-electronics/geda')
-rw-r--r-- | sci-electronics/geda/ChangeLog | 11 | ||||
-rw-r--r-- | sci-electronics/geda/geda-1.4.3-r1.ebuild | 22 | ||||
-rw-r--r-- | sci-electronics/geda/metadata.xml | 9 |
3 files changed, 39 insertions, 3 deletions
diff --git a/sci-electronics/geda/ChangeLog b/sci-electronics/geda/ChangeLog index 0932d1959dfd..4b4bd1cfc5c3 100644 --- a/sci-electronics/geda/ChangeLog +++ b/sci-electronics/geda/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for sci-electronics/geda -# Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-electronics/geda/ChangeLog,v 1.49 2009/03/07 21:33:57 patrick Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-electronics/geda/ChangeLog,v 1.50 2009/05/20 02:26:08 calchan Exp $ + +*geda-1.4.3-r1 (20 May 2009) + + 20 May 2009; Denis Dupeyron <calchan@gentoo.org> +geda-1.4.3-r1.ebuild, + metadata.xml: + New meta-ebuild for the split ebuilds, thanks a lot to Stefan Salewski + (bug #266358). *geda-1.4.3 (07 Mar 2009) diff --git a/sci-electronics/geda/geda-1.4.3-r1.ebuild b/sci-electronics/geda/geda-1.4.3-r1.ebuild new file mode 100644 index 000000000000..a5d631968375 --- /dev/null +++ b/sci-electronics/geda/geda-1.4.3-r1.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sci-electronics/geda/geda-1.4.3-r1.ebuild,v 1.1 2009/05/20 02:26:08 calchan Exp $ + +DESCRIPTION="Meta-package for the gEDA/gaf tools" +HOMEPAGE="http://www.gpleda.org/" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~sparc ~x86" +IUSE="doc examples" + +DEPEND="!<sci-electronics/geda-1.4.3-r1" +RDEPEND="=sci-libs/libgeda-${PV}* + =sci-electronics/geda-gattrib-${PV}* + =sci-electronics/geda-gnetlist-${PV}* + =sci-electronics/geda-gschem-${PV}* + =sci-electronics/geda-gsymcheck-${PV}* + =sci-electronics/geda-symbols-${PV}* + =sci-electronics/geda-utils-${PV}* + doc? ( =sci-electronics/geda-docs-${PV}* ) + examples? ( =sci-electronics/geda-examples-${PV}* )" diff --git a/sci-electronics/geda/metadata.xml b/sci-electronics/geda/metadata.xml index ce0e016bb307..b750c2e28568 100644 --- a/sci-electronics/geda/metadata.xml +++ b/sci-electronics/geda/metadata.xml @@ -1,5 +1,12 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> - <herd>sci-electronics</herd> + <herd>sci-electronics</herd> + <longdescription> + Meta-package for the GPL Electronic Design Automation tools (gEDA) + offering a mature suite of free software applications for electronics + design, including schematic capture, attribute management, bill of + materials (BOM) generation, etc... + </longdescription> </pkgmetadata> + |