summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlastair Tse <liquidx@gentoo.org>2003-10-10 21:30:23 +0000
committerAlastair Tse <liquidx@gentoo.org>2003-10-10 21:30:23 +0000
commit5238d542b6bd0d6722986519ac29f59129c9803f (patch)
tree1950192f8d9c73f13498acf36a26dc84aacc425d /app-office
parentversion bump (diff)
downloadhistorical-5238d542b6bd0d6722986519ac29f59129c9803f.tar.gz
historical-5238d542b6bd0d6722986519ac29f59129c9803f.tar.bz2
historical-5238d542b6bd0d6722986519ac29f59129c9803f.zip
version bump
Diffstat (limited to 'app-office')
-rw-r--r--app-office/dia/Manifest4
-rw-r--r--app-office/dia/dia-0.92_pre4.ebuild47
-rw-r--r--app-office/dia/files/digest-dia-0.92_pre41
3 files changed, 50 insertions, 2 deletions
diff --git a/app-office/dia/Manifest b/app-office/dia/Manifest
index c2d1aee56526..64216f3e8dba 100644
--- a/app-office/dia/Manifest
+++ b/app-office/dia/Manifest
@@ -1,6 +1,6 @@
-MD5 ba0b94c41c6dd72d0a95ff96ea1f0a41 ChangeLog 2629
+MD5 b58e383967d11dac3896f28a30f0ce11 ChangeLog 2832
MD5 09af8ed573bad0e21c092943af508bbe dia-0.91.ebuild 1486
-MD5 67e7158756aaf5d9ed81d8a303d5a1da dia-0.92_pre4.ebuild 1611
+MD5 92f3aafe30c2a64ff208e3f1f7a1a170 dia-0.92_pre4.ebuild 1416
MD5 03ad2e6c4ab41244af1015a8bbb0b39f metadata.xml 158
MD5 2dc18dc468903c86599f681f73802f3e files/dia-0.91-Cisco-Makefile.in 17188
MD5 266855bdb86ff533dc0790aa8180c5f7 files/dia-0.91-gcc33_fix.patch 589
diff --git a/app-office/dia/dia-0.92_pre4.ebuild b/app-office/dia/dia-0.92_pre4.ebuild
new file mode 100644
index 000000000000..4563de7ced27
--- /dev/null
+++ b/app-office/dia/dia-0.92_pre4.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-office/dia/dia-0.92_pre4.ebuild,v 1.1 2003/10/10 21:30:19 liquidx Exp $
+
+inherit gnome2 python
+
+DESCRIPTION="Diagram Creation Program"
+HOMEPAGE="http://www.gnome.org/gnome-office/dia.shtml"
+# remove after it moves out of _pre
+SRC_URI="mirror://gnome/sources/${PN}/0.92/${P/_/-}.tar.bz2"
+S=${WORKDIR}/${P/_/-}
+
+SLOT="0"
+LICENSE="GPL-2"
+KEYWORDS="~x86 ~ppc ~sparc"
+IUSE="gnome png python"
+
+DEPEND=">=x11-libs/gtk+-2.0.0
+ >=x11-libs/pango-1.2.4
+ >=dev-libs/libxml2-2.3.9
+ >=dev-libs/libxslt-1.0
+ >=media-libs/freetype-2.0.9
+ >=dev-util/intltool-0.21
+ >=sys-libs/zlib-1.1.4
+ png? ( media-libs/libpng
+ media-libs/libart_lgpl )
+ gnome? ( >=gnome-base/libgnome-2.0
+ >=gnome-base/libgnomeui-2.0 )
+ python? ( >=dev-lang/python-2.0
+ >=dev-python/pygtk-1.99 )"
+
+G2CONF="${G2CONF} $(use_enable gnome) $(use_with python)"
+
+src_install() {
+
+ make DESTDIR=${D} install || die "install failed"
+
+ dodoc AUTHORS COPYING ChangeLog README NEWS TODO KNOWN_BUGS
+
+ # fix .desktop link
+ dodir /usr/share/applications
+ mv ${D}/usr/share/gnome/apps/Applications/dia.desktop ${D}/usr/share/applications/dia.desktop
+ rmdir ${D}/usr/share/gnome/apps/Applications
+ rmdir ${D}/usr/share/gnome/apps
+ echo "Categories=Application;GNOME;Office;" >> ${D}/usr/share/applications/dia.desktop
+
+}
diff --git a/app-office/dia/files/digest-dia-0.92_pre4 b/app-office/dia/files/digest-dia-0.92_pre4
new file mode 100644
index 000000000000..42d682bdf62a
--- /dev/null
+++ b/app-office/dia/files/digest-dia-0.92_pre4
@@ -0,0 +1 @@
+MD5 b0d3162906a92c4ada75a683893bf8b1 dia-0.92-pre4.tar.bz2 2715213