diff options
author | Achim Gottinger <achim@gentoo.org> | 2000-11-25 16:44:14 +0000 |
---|---|---|
committer | Achim Gottinger <achim@gentoo.org> | 2000-11-25 16:44:14 +0000 |
commit | 71094244da97e7861b95991576d5c4bfbf4c5abe (patch) | |
tree | 8623d52b0b6320fdd119ec1eefe902d6e9e6f16e /gnome-office | |
parent | *** empty log message *** (diff) | |
download | historical-71094244da97e7861b95991576d5c4bfbf4c5abe.tar.gz historical-71094244da97e7861b95991576d5c4bfbf4c5abe.tar.bz2 historical-71094244da97e7861b95991576d5c4bfbf4c5abe.zip |
*** empty log message ***
Diffstat (limited to 'gnome-office')
-rw-r--r-- | gnome-office/dia/dia-0.86-r1.ebuild | 13 | ||||
-rw-r--r-- | gnome-office/gnome-pim/files/digest-gnome-pim-1.2.0 | 1 | ||||
-rw-r--r-- | gnome-office/gnome-pim/gnome-pim-1.2.0.ebuild | 31 |
3 files changed, 9 insertions, 36 deletions
diff --git a/gnome-office/dia/dia-0.86-r1.ebuild b/gnome-office/dia/dia-0.86-r1.ebuild index ddd873714ed6..5b7b7dddb80a 100644 --- a/gnome-office/dia/dia-0.86-r1.ebuild +++ b/gnome-office/dia/dia-0.86-r1.ebuild @@ -1,7 +1,7 @@ # 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/gnome-office/dia/dia-0.86-r1.ebuild,v 1.2 2000/11/25 14:17:12 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-office/dia/dia-0.86-r1.ebuild,v 1.3 2000/11/25 16:44:14 achim Exp $ A=${P}.tar.gz S=${WORKDIR}/${P} @@ -10,14 +10,19 @@ 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-0.28 )" + >=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 + --enable-gnome --enable-gnome-print ${myconf} # bonobo support does not work yet try make diff --git a/gnome-office/gnome-pim/files/digest-gnome-pim-1.2.0 b/gnome-office/gnome-pim/files/digest-gnome-pim-1.2.0 deleted file mode 100644 index f1809eaa3611..000000000000 --- a/gnome-office/gnome-pim/files/digest-gnome-pim-1.2.0 +++ /dev/null @@ -1 +0,0 @@ -MD5 d0af4da54851fa996b59d4f738ff2920 gnome-pim-1.2.0.tar.gz diff --git a/gnome-office/gnome-pim/gnome-pim-1.2.0.ebuild b/gnome-office/gnome-pim/gnome-pim-1.2.0.ebuild deleted file mode 100644 index 78781614b729..000000000000 --- a/gnome-office/gnome-pim/gnome-pim-1.2.0.ebuild +++ /dev/null @@ -1,31 +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/gnome-office/gnome-pim/gnome-pim-1.2.0.ebuild,v 1.4 2000/11/04 18:43:06 achim Exp $ - -P=gnome-pim-1.2.0 -A=${P}.tar.gz -S=${WORKDIR}/${P} -DESCRIPTION="gnome-pim" -SRC_URI="ftp://ftp.gnome.org/pub/GNOME/stable/sources/gnome-pim/"${A} -HOMEPGAE="http://www.gnome.org/gnome-office/gnome-pim.shtml" - -DEPEND=">=gnome-base/gnome-core-1.2.2.1" -RDEPEND=">gnome-base/gnome-libs-1.2.4" - -src_compile() { - cd ${S} - try ./configure --host=${CHOST} --prefix=/opt/gnome \ - --with-catgets - try make -} - -src_install() { - cd ${S} - try make prefix=${D}/opt/gnome install - dodoc AUTHORS COPYING* ChangeLog NEWS - dodoc README* -} - - - |