summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchim Gottinger <achim@gentoo.org>2001-06-09 02:10:54 +0000
committerAchim Gottinger <achim@gentoo.org>2001-06-09 02:10:54 +0000
commit3b85f6dfe5c5a53951d993f35d74fe88597ee623 (patch)
treeb0ddc2a1d67e12d8db8eeca758d016248d77d1a8 /app-office/dia
parentSome cleanup (diff)
downloadgentoo-2-3b85f6dfe5c5a53951d993f35d74fe88597ee623.tar.gz
gentoo-2-3b85f6dfe5c5a53951d993f35d74fe88597ee623.tar.bz2
gentoo-2-3b85f6dfe5c5a53951d993f35d74fe88597ee623.zip
*** empty log message ***
Diffstat (limited to 'app-office/dia')
-rw-r--r--app-office/dia/dia-0.86-r1.ebuild41
-rw-r--r--app-office/dia/dia-0.87.ebuild46
-rw-r--r--app-office/dia/files/digest-dia-0.86-r11
-rw-r--r--app-office/dia/files/digest-dia-0.871
4 files changed, 0 insertions, 89 deletions
diff --git a/app-office/dia/dia-0.86-r1.ebuild b/app-office/dia/dia-0.86-r1.ebuild
deleted file mode 100644
index e7f74946a43a..000000000000
--- a/app-office/dia/dia-0.86-r1.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2000 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# Author Achim Gottinger <achim@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/app-office/dia/dia-0.86-r1.ebuild,v 1.4 2000/11/25 17:05:13 achim Exp $
-
-A=${P}.tar.gz
-S=${WORKDIR}/${P}
-DESCRIPTION="Diagram Creation Program"
-SRC_URI="ftp://ftp.gnome.org/pub/GNOME/stable/sources/${PN}/${A}"
-HOMEPAGE="http://www.gnome.org/gnome-office/dia.shtml"
-
-DEPEND=">=gnome-base/gnome-print-0.24
- >=app-arch/rpm-3.0.5"
-
-
-src_compile() {
-
- cd ${S}
- local myconf
-# if [ "`use bonobo`" ]
-# then
-# myconf="--enable-bonobo"
-# fi
- try ./configure --host=${CHOST} --prefix=/opt/gnome \
- --enable-gnome --enable-gnome-print ${myconf}
- # bonobo support does not work yet
- try make
-
-}
-
-src_install () {
-
- cd ${S}
- try make prefix=${D}/opt/gnome install
- dodoc AUTHORS COPYING ChangeLog README NEWS TODO KNOWN_BUGS
-}
-
-
-
-
-
diff --git a/app-office/dia/dia-0.87.ebuild b/app-office/dia/dia-0.87.ebuild
deleted file mode 100644
index 6bf682aebd35..000000000000
--- a/app-office/dia/dia-0.87.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2000 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# Author Achim Gottinger <achim@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/app-office/dia/dia-0.87.ebuild,v 1.2 2001/05/10 03:51:37 achim Exp $
-
-A=${P}.tar.gz
-S=${WORKDIR}/${P}
-DESCRIPTION="Diagram Creation Program"
-SRC_URI="ftp://ftp.gnome.org/pub/GNOME/stable/sources/${PN}/${A}"
-HOMEPAGE="http://www.gnome.org/gnome-office/dia.shtml"
-
-DEPEND=">=gnome-base/gnome-print-0.24
- >=app-arch/rpm-3.0.5
- bonobo? ( gnome-base/bonobo )
- python? ( dev-lang/python-2.0 )"
-
-
-src_compile() {
-
- local myconf
- if [ "`use bonobo`" ]
- then
- myconf="--enable-bonobo"
- fi
-# if [ "`use python`" ]
-# then
-# myconf="$myconf --with-python"
-# fi
- try ./configure --host=${CHOST} --prefix=/opt/gnome \
- --sysconfdir=/etc/opt/gnome \
- --enable-gnome --enable-gnome-print ${myconf}
- try make
-
-}
-
-src_install () {
-
- try make prefix=${D}/opt/gnome sysconfdir=${D}/etc/opt/gnome install
- dodoc AUTHORS COPYING ChangeLog README NEWS TODO KNOWN_BUGS
-
-}
-
-
-
-
-
diff --git a/app-office/dia/files/digest-dia-0.86-r1 b/app-office/dia/files/digest-dia-0.86-r1
deleted file mode 100644
index 77e2182066bb..000000000000
--- a/app-office/dia/files/digest-dia-0.86-r1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 66c32ceb8d034137be88d4b649e405a2 dia-0.86.tar.gz
diff --git a/app-office/dia/files/digest-dia-0.87 b/app-office/dia/files/digest-dia-0.87
deleted file mode 100644
index 3823bcf7891c..000000000000
--- a/app-office/dia/files/digest-dia-0.87
+++ /dev/null
@@ -1 +0,0 @@
-MD5 36a2c19544b3537632af06bfa67eb45f dia-0.87.tar.gz