diff options
author | Gabriele Giorgetti <stroke@gentoo.org> | 2002-06-20 21:20:50 +0000 |
---|---|---|
committer | Gabriele Giorgetti <stroke@gentoo.org> | 2002-06-20 21:20:50 +0000 |
commit | a1836a079f2d692ba7def18506f3ae9da1949f9f (patch) | |
tree | 6a7b7180685d90710821626d855cb1f2dc185f64 /app-office | |
parent | Updated to 0.9.11. (diff) | |
download | historical-a1836a079f2d692ba7def18506f3ae9da1949f9f.tar.gz historical-a1836a079f2d692ba7def18506f3ae9da1949f9f.tar.bz2 historical-a1836a079f2d692ba7def18506f3ae9da1949f9f.zip |
New version, SLOT, LICENSE added, and updated dependencies.
Diffstat (limited to 'app-office')
-rw-r--r-- | app-office/dia/ChangeLog | 9 | ||||
-rw-r--r-- | app-office/dia/dia-0.90.ebuild | 55 | ||||
-rw-r--r-- | app-office/dia/files/digest-dia-0.90 | 1 |
3 files changed, 64 insertions, 1 deletions
diff --git a/app-office/dia/ChangeLog b/app-office/dia/ChangeLog index d366a2960075..8f88c89604fd 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.1 2002/02/01 21:53:09 gbevin Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/dia/ChangeLog,v 1.2 2002/06/20 21:20:50 stroke Exp $ + +*dia-0.90 (20 Jun 2002) + + 20 Jun 2002; Gabriele Giorgetti <stroke@gentoo.org> ChangeLog : + + New version, SLOT, LICENSE added, and updated dependencies. + *dia-0.88.1-r1 (1 Feb 2002) diff --git a/app-office/dia/dia-0.90.ebuild b/app-office/dia/dia-0.90.ebuild new file mode 100644 index 000000000000..30943c3e1d03 --- /dev/null +++ b/app-office/dia/dia-0.90.ebuild @@ -0,0 +1,55 @@ +# 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.ebuild,v 1.1 2002/06/20 21:20:50 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 + 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 b/app-office/dia/files/digest-dia-0.90 new file mode 100644 index 000000000000..add9d92cfd0c --- /dev/null +++ b/app-office/dia/files/digest-dia-0.90 @@ -0,0 +1 @@ +MD5 62c80b2492e2b7d92bfbe360f46c157a dia-0.90.tar.gz 2888211 |