diff options
-rw-r--r-- | app-office/dia/ChangeLog | 9 | ||||
-rw-r--r-- | app-office/dia/dia-0.90-r1.ebuild | 56 | ||||
-rw-r--r-- | app-office/dia/files/digest-dia-0.90-r1 | 1 |
3 files changed, 65 insertions, 1 deletions
diff --git a/app-office/dia/ChangeLog b/app-office/dia/ChangeLog index 8f88c89604fd..f0fcf6844c59 100644 --- a/app-office/dia/ChangeLog +++ b/app-office/dia/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for app-office/dia # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/app-office/dia/ChangeLog,v 1.2 2002/06/20 21:20:50 stroke Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/dia/ChangeLog,v 1.3 2002/06/21 01:41:49 stroke Exp $ + +*dia-0.90-r1 (21 Jun 2002) + + 21 Jun 2002; Gabriele Giorgetti <stroke@gentoo.org> ChangeLog : + + Added missing dep to dev-libs/libunicode. Fixes bug #3959 + *dia-0.90 (20 Jun 2002) diff --git a/app-office/dia/dia-0.90-r1.ebuild b/app-office/dia/dia-0.90-r1.ebuild new file mode 100644 index 000000000000..fbe7c80710e6 --- /dev/null +++ b/app-office/dia/dia-0.90-r1.ebuild @@ -0,0 +1,56 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# $Header: /var/cvsroot/gentoo-x86/app-office/dia/dia-0.90-r1.ebuild,v 1.1 2002/06/21 01:41:49 stroke Exp $ + +S=${WORKDIR}/${P} +DESCRIPTION="Diagram Creation Program" +SRC_URI="ftp://ftp.gnome.org/pub/GNOME/stable/sources/${PN}/${P}.tar.gz" +HOMEPAGE="http://www.gnome.org/gnome-office/dia.shtml" +LICENSE="GPL-2" +SLOT="0" + +RDEPEND=">=dev-libs/libxml-1.8.15 + >=media-libs/gdk-pixbuf-0.18.0 + >=dev-libs/popt-1.6.3 + >=dev-libs/libunicode-0.4-r1 + bonobo? ( >=gnome-base/bonobo-1.0.19-r1 )" + +DEPEND="${RDEPEND} + nls? ( sys-devel/gettext )" +# python? ( dev-lang/python-2.0 )" + + + +src_compile() { + local myconf + + if [ "`use gnome`" ] ; then + myconf="--enable-gnome" + fi + + if [ "`use bonobo`" ]; then + myconf="--enable-gnome --enable-bonobo" + fi + +# if [ "`use python`" ] ; then +# myconf="${myconf} --with-python" +# fi + + if [ -z "`use nls`" ] ; then + myconf="${myconf} --disable-nls" + fi + + ./configure --host=${CHOST} \ + --prefix=/usr \ + ${myconf} || die + + # enable-gnome-print not recoomended + + emake || die +} + +src_install () { + make DESTDIR=${D} install || die + + dodoc AUTHORS COPYING ChangeLog README NEWS TODO KNOWN_BUGS +} diff --git a/app-office/dia/files/digest-dia-0.90-r1 b/app-office/dia/files/digest-dia-0.90-r1 new file mode 100644 index 000000000000..add9d92cfd0c --- /dev/null +++ b/app-office/dia/files/digest-dia-0.90-r1 @@ -0,0 +1 @@ +MD5 62c80b2492e2b7d92bfbe360f46c157a dia-0.90.tar.gz 2888211 |