diff options
author | Achim Gottinger <achim@gentoo.org> | 2001-06-09 02:10:54 +0000 |
---|---|---|
committer | Achim Gottinger <achim@gentoo.org> | 2001-06-09 02:10:54 +0000 |
commit | 3b85f6dfe5c5a53951d993f35d74fe88597ee623 (patch) | |
tree | b0ddc2a1d67e12d8db8eeca758d016248d77d1a8 /gnome-office | |
parent | Some cleanup (diff) | |
download | gentoo-2-3b85f6dfe5c5a53951d993f35d74fe88597ee623.tar.gz gentoo-2-3b85f6dfe5c5a53951d993f35d74fe88597ee623.tar.bz2 gentoo-2-3b85f6dfe5c5a53951d993f35d74fe88597ee623.zip |
*** empty log message ***
Diffstat (limited to 'gnome-office')
-rw-r--r-- | gnome-office/abiword/abiword-0.7.12.ebuild | 52 | ||||
-rw-r--r-- | gnome-office/abiword/files/digest-abiword-0.7.12 | 5 | ||||
-rw-r--r-- | gnome-office/dia/dia-0.86-r1.ebuild | 41 | ||||
-rw-r--r-- | gnome-office/dia/dia-0.87.ebuild | 46 | ||||
-rw-r--r-- | gnome-office/dia/files/digest-dia-0.86-r1 | 1 | ||||
-rw-r--r-- | gnome-office/dia/files/digest-dia-0.87 | 1 | ||||
-rw-r--r-- | gnome-office/gnome-db/files/digest-gnome-db-0.2.3 | 1 | ||||
-rw-r--r-- | gnome-office/gnome-db/gnome-db-0.2.3.ebuild | 32 | ||||
-rw-r--r-- | gnome-office/gnome-pim/files/digest-gnome-pim-1.2.0-r1 | 1 | ||||
-rw-r--r-- | gnome-office/gnome-pim/gnome-pim-1.2.0-r1.ebuild | 30 | ||||
-rw-r--r-- | gnome-office/gnumeric/files/digest-gnumeric-0.64-r1 | 1 | ||||
-rw-r--r-- | gnome-office/gnumeric/gnumeric-0.64-r1.ebuild | 51 |
12 files changed, 0 insertions, 262 deletions
diff --git a/gnome-office/abiword/abiword-0.7.12.ebuild b/gnome-office/abiword/abiword-0.7.12.ebuild deleted file mode 100644 index 5e16f48907d4..000000000000 --- a/gnome-office/abiword/abiword-0.7.12.ebuild +++ /dev/null @@ -1,52 +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/abiword/abiword-0.7.12.ebuild,v 1.3 2001/05/18 17:13:55 achim Exp $ - -A="abi-${PV}.tar.gz abidistfiles.tar.gz expat.tar.gz - unixfonts.tar.gz wv.tar.gz" -S=${WORKDIR}/abi-${PV} -DESCRIPTION="Framework for creating database applications" -SRC_URI="http://download.abisource.com/releases/${PV}/src/abi-${PV}.tar.gz - http://download.abisource.com/releases/${PV}/src/abidistfiles.tar.gz - http://download.abisource.com/releases/${PV}/src/expat.tar.gz - http://download.abisource.com/releases/${PV}/src/unixfonts.tar.gz - http://download.abisource.com/releases/${PV}/src/wv.tar.gz" - - -HOMEPAGE="http://www.gnome.org/gnome-office/abiword.shtml/" - -DEPEND=">=sys-libs/glibc-2.1.3 - >=sys-devel/gcc-2.95.2 - =media-libs/freetype-1.3.1-r2 - >=media-libs/libpng-1.0.7 - >=dev-libs/glib-1.2.8 - >=x11-libs/gtk+-1.2.8 - virtual/x11" - - -src_unpack() { - unpack ${A} - cd ${S} -} - -src_compile() { - cd ${S} - try make prefix=/opt/gnome/ UNIX_CAN_BUILD_STATIC=0 -} - -src_install() { - cd ${S} - try make prefix=${D}/opt/gnome UNIX_CAN_BUILD_STATIC=0 install - cp ${D}/opt/gnome/AbiSuite/bin/AbiWord AbiWord.orig - sed -e "s:${D}::" AbiWord.orig > ${D}/opt/gnome/AbiSuite/bin/AbiWord - cd ${D}/opt/gnome/bin - rm -f abiword - rm -f AbiWord - ln -s ../AbiSuite/bin/AbiWord AbiWord - ln -s ../AbiSuite/bin/AbiWord abiword -} - - - - diff --git a/gnome-office/abiword/files/digest-abiword-0.7.12 b/gnome-office/abiword/files/digest-abiword-0.7.12 deleted file mode 100644 index 0f5b09d39a03..000000000000 --- a/gnome-office/abiword/files/digest-abiword-0.7.12 +++ /dev/null @@ -1,5 +0,0 @@ -MD5 3c7eb8cfaef1971d97a44b2fba1fa7a9 abi-0.7.12.tar.gz -MD5 b750d05cb417ed0835e7c0e298f71ae6 abidistfiles.tar.gz -MD5 e7a3a3d7963aec7ac55bfa343d36e2cd expat.tar.gz -MD5 618cfbc3de9b73407d47ba283b5955a9 unixfonts.tar.gz -MD5 adc023021a296260d4607a5e8ae01018 wv.tar.gz diff --git a/gnome-office/dia/dia-0.86-r1.ebuild b/gnome-office/dia/dia-0.86-r1.ebuild deleted file mode 100644 index c3371894bad5..000000000000 --- a/gnome-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/gnome-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/gnome-office/dia/dia-0.87.ebuild b/gnome-office/dia/dia-0.87.ebuild deleted file mode 100644 index e317fe77def4..000000000000 --- a/gnome-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/gnome-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/gnome-office/dia/files/digest-dia-0.86-r1 b/gnome-office/dia/files/digest-dia-0.86-r1 deleted file mode 100644 index 77e2182066bb..000000000000 --- a/gnome-office/dia/files/digest-dia-0.86-r1 +++ /dev/null @@ -1 +0,0 @@ -MD5 66c32ceb8d034137be88d4b649e405a2 dia-0.86.tar.gz diff --git a/gnome-office/dia/files/digest-dia-0.87 b/gnome-office/dia/files/digest-dia-0.87 deleted file mode 100644 index 3823bcf7891c..000000000000 --- a/gnome-office/dia/files/digest-dia-0.87 +++ /dev/null @@ -1 +0,0 @@ -MD5 36a2c19544b3537632af06bfa67eb45f dia-0.87.tar.gz diff --git a/gnome-office/gnome-db/files/digest-gnome-db-0.2.3 b/gnome-office/gnome-db/files/digest-gnome-db-0.2.3 deleted file mode 100644 index 60f6b82e1251..000000000000 --- a/gnome-office/gnome-db/files/digest-gnome-db-0.2.3 +++ /dev/null @@ -1 +0,0 @@ -MD5 0e47c245288df8544181d6bbdefd9aec gnome-db-0.2.3.tar.gz diff --git a/gnome-office/gnome-db/gnome-db-0.2.3.ebuild b/gnome-office/gnome-db/gnome-db-0.2.3.ebuild deleted file mode 100644 index b54b945ef28a..000000000000 --- a/gnome-office/gnome-db/gnome-db-0.2.3.ebuild +++ /dev/null @@ -1,32 +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-db/gnome-db-0.2.3.ebuild,v 1.1 2001/04/29 16:17:43 achim Exp $ - -A=${P}.tar.gz -S=${WORKDIR}/${P} -DESCRIPTION="Framework for creating database applications" -SRC_URI="ftp://ftp.gnome.org/pub/GNOME/stable/sources/${PN}/${A}" -HOMEPAGE="http://www.gnome.org/gnome-office/gnomedb.shtml" - -DEPEND=">=gnome-base/gtkhtml-0.8 - >=gnome-base/bonobo-0.30 - >=gnome-libs/libgda-0.2.3" - -src_compile() { - - try ./configure --host=${CHOST} --prefix=/opt/gnome --disable-bonobotest - try make -} - -src_install() { - try make prefix=${D}/opt/gnome \ - GNOME_sysconfdir=${D}/opt/gnome/etc \ - GNOME_datadir=${D}/opt/gnome/share \ - GNOMEDB_oafinfodir=${D}/opt/gnome/share/oaf \ - install - dodoc AUTHORS COPYING ChangeLog README -} - - - diff --git a/gnome-office/gnome-pim/files/digest-gnome-pim-1.2.0-r1 b/gnome-office/gnome-pim/files/digest-gnome-pim-1.2.0-r1 deleted file mode 100644 index f1809eaa3611..000000000000 --- a/gnome-office/gnome-pim/files/digest-gnome-pim-1.2.0-r1 +++ /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-r1.ebuild b/gnome-office/gnome-pim/gnome-pim-1.2.0-r1.ebuild deleted file mode 100644 index f80a9477446e..000000000000 --- a/gnome-office/gnome-pim/gnome-pim-1.2.0-r1.ebuild +++ /dev/null @@ -1,30 +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-r1.ebuild,v 1.2 2000/11/25 18:59:38 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.4" -RDEPEND=">gnome-base/gnome-libs-1.2.8" - -src_compile() { - cd ${S} - try ./configure --host=${CHOST} --prefix=/opt/gnome - try make -} - -src_install() { - cd ${S} - try make prefix=${D}/opt/gnome install - dodoc AUTHORS COPYING* ChangeLog NEWS - dodoc README* -} - - - diff --git a/gnome-office/gnumeric/files/digest-gnumeric-0.64-r1 b/gnome-office/gnumeric/files/digest-gnumeric-0.64-r1 deleted file mode 100644 index b478595faf00..000000000000 --- a/gnome-office/gnumeric/files/digest-gnumeric-0.64-r1 +++ /dev/null @@ -1 +0,0 @@ -MD5 49673e41e314dacc54ea5aa74c0792ea gnumeric-0.64.tar.gz diff --git a/gnome-office/gnumeric/gnumeric-0.64-r1.ebuild b/gnome-office/gnumeric/gnumeric-0.64-r1.ebuild deleted file mode 100644 index 5b1215785c8f..000000000000 --- a/gnome-office/gnumeric/gnumeric-0.64-r1.ebuild +++ /dev/null @@ -1,51 +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/gnumeric/gnumeric-0.64-r1.ebuild,v 1.1 2001/05/17 13:29:30 achim Exp $ - -A=${P}.tar.gz -S=${WORKDIR}/${P} -DESCRIPTION="gnumeric" -SRC_URI="ftp://ftp.gnome.org/pub/GNOME/stable/sources/gnumeric/"${A} -HOMEPAGE="http://www.gnome.org/gnome-office/gnumeric.shtml" - -DEPEND=">=sys-devel/perl-5 - >=dev-lang/python-2.0 - >=gnome-base/gal-0.3.0 - >=gnome-libs/gb-0.0.17 - >=gnome-libs/libole2-0.1.7 - bonobo? ( >=gnome-base/bonobo-0.28 - >=gnome-libs/libgda-0.2.0 ) " - -src_unpack() { - unpack ${A} - cd ${S} - cp configure configure.orig - sed -e 's:"%d,:"%d",:' configure.orig > configure -} - -src_compile() { - cd ${S} - local myconf - if [ "`use bonobo`" ] - then - myconf="--with-bonobo" - fi - LDFLAGS="-L/opt/gnome/lib -lunicode" try ./configure --host=${CHOST} --prefix=/opt/gnome \ - ${myconf} --with-gb - cd ${S} - try make -} - -src_install() { - cd ${S} - try make prefix=${D}/opt/gnome PREFIX=${D}/usr install - dodoc AUTHORS COPYING *ChangeLog HACKING NEWS README TODO - -} - - - - - - |