diff options
author | 2004-02-01 18:36:15 +0000 | |
---|---|---|
committer | 2004-02-01 18:36:15 +0000 | |
commit | 16ca9c854d3f8e06dccd1dfbc45afa23d4763f0c (patch) | |
tree | b0eb33fab0669296de4e74073a265cb85c6e103d /app-sci/libgeda | |
parent | fixed malformed metadata (diff) | |
download | gentoo-2-16ca9c854d3f8e06dccd1dfbc45afa23d4763f0c.tar.gz gentoo-2-16ca9c854d3f8e06dccd1dfbc45afa23d4763f0c.tar.bz2 gentoo-2-16ca9c854d3f8e06dccd1dfbc45afa23d4763f0c.zip |
Initial commit.
Diffstat (limited to 'app-sci/libgeda')
-rw-r--r-- | app-sci/libgeda/ChangeLog | 9 | ||||
-rw-r--r-- | app-sci/libgeda/files/digest-libgeda-20040111 | 1 | ||||
-rw-r--r-- | app-sci/libgeda/libgeda-20040111.ebuild | 33 |
3 files changed, 43 insertions, 0 deletions
diff --git a/app-sci/libgeda/ChangeLog b/app-sci/libgeda/ChangeLog new file mode 100644 index 000000000000..d5baf36abd71 --- /dev/null +++ b/app-sci/libgeda/ChangeLog @@ -0,0 +1,9 @@ +# ChangeLog for app-sci/libgeda +# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-sci/libgeda/ChangeLog,v 1.1 2004/02/01 18:36:14 plasmaroo Exp $ + +*libgeda-20040111 (01 Feb 2004) + + 01 Feb 2004; <plasmaroo@gentoo.org> libgeda-20040111.ebuild: + Initial commit. + diff --git a/app-sci/libgeda/files/digest-libgeda-20040111 b/app-sci/libgeda/files/digest-libgeda-20040111 new file mode 100644 index 000000000000..799d0cd6f40e --- /dev/null +++ b/app-sci/libgeda/files/digest-libgeda-20040111 @@ -0,0 +1 @@ +MD5 e0f644647e16786de1af907cd847d492 libgeda-20040111.tar.gz 966834 diff --git a/app-sci/libgeda/libgeda-20040111.ebuild b/app-sci/libgeda/libgeda-20040111.ebuild new file mode 100644 index 000000000000..f9db7ba9bcf1 --- /dev/null +++ b/app-sci/libgeda/libgeda-20040111.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2004 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-sci/libgeda/libgeda-20040111.ebuild,v 1.1 2004/02/01 18:36:14 plasmaroo Exp $ + +HOMEPAGE="http://www.geda.seul.org" +DESCRIPTION="libgeda - this library provides functions needed for a working gEDA/gaf system" +SRC_URI="http://www.geda.seul.org/devel/${PV}/libgeda-${PV}.tar.gz" + +IUSE="" +LICENSE="GPL-2" +KEYWORDS="~x86" +SLOT="0" + +DEPEND=">=dev-libs/glib-1.2.10 + >=x11-libs/gtk+-2.2 + x11-base/xfree + + >=dev-util/pkgconfig-0.15.0 + >=app-sci/libgdgeda-2.0.15" + +src_compile () { + + econf || die + emake || die + +} + +src_install () { + + einstall || die + dodoc AUTHORS CONTRIBUTORS COPYING ChangeLog NEWS README + +} |