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/geda-1.4.3-r1.ebuild | |
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/geda-1.4.3-r1.ebuild')
-rw-r--r-- | sci-electronics/geda/geda-1.4.3-r1.ebuild | 22 |
1 files changed, 22 insertions, 0 deletions
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}* )" |