From 2797be3454b8d9b9601481ffc8db1f90b0d9d234 Mon Sep 17 00:00:00 2001 From: Denis Dupeyron Date: Wed, 20 May 2009 01:57:06 +0000 Subject: New split ebuild, thanks a lot to Stefan Salewski (bug #266358). (Portage version: 2.1.6.13/cvs/Linux i686) --- sci-electronics/geda-docs/ChangeLog | 10 ++++++++++ sci-electronics/geda-docs/geda-docs-1.4.3.ebuild | 23 +++++++++++++++++++++++ sci-electronics/geda-docs/metadata.xml | 10 ++++++++++ 3 files changed, 43 insertions(+) create mode 100644 sci-electronics/geda-docs/ChangeLog create mode 100644 sci-electronics/geda-docs/geda-docs-1.4.3.ebuild create mode 100644 sci-electronics/geda-docs/metadata.xml (limited to 'sci-electronics') diff --git a/sci-electronics/geda-docs/ChangeLog b/sci-electronics/geda-docs/ChangeLog new file mode 100644 index 000000000000..b419eeb8a1ea --- /dev/null +++ b/sci-electronics/geda-docs/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for sci-electronics/geda-docs +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-electronics/geda-docs/ChangeLog,v 1.1 2009/05/20 01:57:06 calchan Exp $ + +*geda-docs-1.4.3 (20 May 2009) + + 20 May 2009; Denis Dupeyron +geda-docs-1.4.3.ebuild, + +metadata.xml: + New split ebuild, thanks a lot to Stefan Salewski (bug #266358). + diff --git a/sci-electronics/geda-docs/geda-docs-1.4.3.ebuild b/sci-electronics/geda-docs/geda-docs-1.4.3.ebuild new file mode 100644 index 000000000000..4330409adba2 --- /dev/null +++ b/sci-electronics/geda-docs/geda-docs-1.4.3.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sci-electronics/geda-docs/geda-docs-1.4.3.ebuild,v 1.1 2009/05/20 01:57:06 calchan Exp $ + +inherit versionator + +DESCRIPTION="GPL Electronic Design Automation: documentation" +HOMEPAGE="http://www.gpleda.org/" +SRC_URI="http://geda.seul.org/release/v$(get_version_component_range 1-2)/${PV}/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~sparc ~x86" +IUSE="" + +DEPEND="! + + + sci-electronics + + Additional documentation for the GPL Electronic Design Automation tools + (gEDA). + + + -- cgit v1.2.3-65-gdbad