diff options
author | George Shapovalov <george@gentoo.org> | 2002-11-08 21:17:43 +0000 |
---|---|---|
committer | George Shapovalov <george@gentoo.org> | 2002-11-08 21:17:43 +0000 |
commit | 25c5ab15e50ce83d1f84daca3d816b852ac85085 (patch) | |
tree | 41d52684cd5889868c61da729d2c69d4e862bc6b | |
parent | added disk check magic!! (diff) | |
download | gentoo-2-25c5ab15e50ce83d1f84daca3d816b852ac85085.tar.gz gentoo-2-25c5ab15e50ce83d1f84daca3d816b852ac85085.tar.bz2 gentoo-2-25c5ab15e50ce83d1f84daca3d816b852ac85085.zip |
new package "Figurine is a vector based graphical editor similar to XFig."
-rw-r--r-- | media-gfx/figurine/ChangeLog | 11 | ||||
-rw-r--r-- | media-gfx/figurine/figurine-1.0.5.ebuild | 30 | ||||
-rw-r--r-- | media-gfx/figurine/files/digest-figurine-1.0.5 | 1 |
3 files changed, 42 insertions, 0 deletions
diff --git a/media-gfx/figurine/ChangeLog b/media-gfx/figurine/ChangeLog new file mode 100644 index 000000000000..edd79523538a --- /dev/null +++ b/media-gfx/figurine/ChangeLog @@ -0,0 +1,11 @@ +# ChangeLog for media-gfx/figurine +# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL +# $Header: /var/cvsroot/gentoo-x86/media-gfx/figurine/ChangeLog,v 1.1 2002/11/08 21:17:43 george Exp $ + +*figurine-1.0.5 (08 Nov 2002) + + 08 Nov 2002; George Shapovalov <george@gentoo.org> figurine-1.0.5.ebuild : + + initial commit + Figurine is a vector based graphical editor similar to XFig. + ebuild submitted by Eivind Tagseth <eivindt-gentoo@multinet.no> diff --git a/media-gfx/figurine/figurine-1.0.5.ebuild b/media-gfx/figurine/figurine-1.0.5.ebuild new file mode 100644 index 000000000000..62085300c1fb --- /dev/null +++ b/media-gfx/figurine/figurine-1.0.5.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/figurine/figurine-1.0.5.ebuild,v 1.1 2002/11/08 21:17:43 george Exp $ + +IUSE="" + +S=${WORKDIR}/${P} +DESCRIPTION="A vector based graphics editor similar to xfig, but simpler" +SRC_URI="http://unc.dl.sourceforge.net/sourceforge/figurine/${P}.tar.gz" +HOMEPAGE="http://figurine.sourceforge.net/" + +DEPEND=" >=media-gfx/transfig-3.2" + +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="~x86" + +src_compile() { + econf || die "econf failed" + + emake || die "make failed" +} + +src_install () { + + einstall || die + + dodoc AUTHORS BUGS COPYING ChangeLog INSTALL NEWS README +} + diff --git a/media-gfx/figurine/files/digest-figurine-1.0.5 b/media-gfx/figurine/files/digest-figurine-1.0.5 new file mode 100644 index 000000000000..11d92bb02339 --- /dev/null +++ b/media-gfx/figurine/files/digest-figurine-1.0.5 @@ -0,0 +1 @@ +MD5 5bcaae8a4a5fc55ff92556bc88c77e5d figurine-1.0.5.tar.gz 293105 |