diff options
author | Alastair Tse <liquidx@gentoo.org> | 2003-09-18 16:31:39 +0000 |
---|---|---|
committer | Alastair Tse <liquidx@gentoo.org> | 2003-09-18 16:31:39 +0000 |
commit | 9935f6729260702edbd616769ac906ff08af7b75 (patch) | |
tree | e24c67eaf650b4ea59d208a7a6c9e135c715ada8 /app-office/gnumeric | |
parent | change modutils default to module-init-tools, since this profile requires (diff) | |
download | gentoo-2-9935f6729260702edbd616769ac906ff08af7b75.tar.gz gentoo-2-9935f6729260702edbd616769ac906ff08af7b75.tar.bz2 gentoo-2-9935f6729260702edbd616769ac906ff08af7b75.zip |
cleanup
Diffstat (limited to 'app-office/gnumeric')
-rw-r--r-- | app-office/gnumeric/Manifest | 5 | ||||
-rw-r--r-- | app-office/gnumeric/files/digest-gnumeric-1.1.20 | 1 | ||||
-rw-r--r-- | app-office/gnumeric/files/digest-gnumeric-1.1.90 | 1 | ||||
-rw-r--r-- | app-office/gnumeric/files/gnumeric-1.1.90-fix_doc_destdir_install.patch | 12 | ||||
-rw-r--r-- | app-office/gnumeric/gnumeric-1.1.20.ebuild | 58 | ||||
-rw-r--r-- | app-office/gnumeric/gnumeric-1.1.90.ebuild | 69 |
6 files changed, 0 insertions, 146 deletions
diff --git a/app-office/gnumeric/Manifest b/app-office/gnumeric/Manifest index 699da362032d..cedff6501515 100644 --- a/app-office/gnumeric/Manifest +++ b/app-office/gnumeric/Manifest @@ -1,16 +1,11 @@ MD5 1a8ef533f7637f2e40797b9166e39820 ChangeLog 6278 MD5 5c9854c592e07c330b27b050b9aa088a gnumeric-1.0.13-r1.ebuild 2995 MD5 d45d9d014b7f82c405b5574e1726a1fa gnumeric-1.0.8.ebuild 3245 -MD5 1a400e9413886f25b4ecd8b1f026b86b gnumeric-1.1.20.ebuild 1527 -MD5 984169fc382ec2b7a26cde2aae6fb3f9 gnumeric-1.1.90.ebuild 1665 MD5 e2daa02b1788742675d0ce2ef3252f38 gnumeric-1.2.0.ebuild 1666 MD5 03ad2e6c4ab41244af1015a8bbb0b39f metadata.xml 158 MD5 7843727e1fcde50a4a2283ba34da3c1d files/digest-gnumeric-1.0.13-r1 69 MD5 a88fe4d27bf9a2579f4f3db0ca6f355f files/digest-gnumeric-1.0.8 69 -MD5 3a3f663d6c0192b99c8977abe6d2352a files/digest-gnumeric-1.1.20 70 -MD5 70f16dcbb4fb24e4ff073566ad45e70b files/digest-gnumeric-1.1.90 70 MD5 9e7ac50a8f6681cf92cdacfbbaa3a4ee files/digest-gnumeric-1.2.0 69 MD5 8a88ece514714721699de5346a0f4e1e files/gnumeric-1.0.8-docbuild.patch 728 MD5 b4f77780f0a0a1a29df8c8b184b2c110 files/gnumeric-1.1.16-scrollkeeper.patch 493 -MD5 5f0ab43e853c3b6eee6e1982112da92f files/gnumeric-1.1.90-fix_doc_destdir_install.patch 680 MD5 e3240d8a40c24a464b95631ef8c41727 files/gnumeric-1.2.0-fix_doc_destdir_install.patch 563 diff --git a/app-office/gnumeric/files/digest-gnumeric-1.1.20 b/app-office/gnumeric/files/digest-gnumeric-1.1.20 deleted file mode 100644 index 7332f464be64..000000000000 --- a/app-office/gnumeric/files/digest-gnumeric-1.1.20 +++ /dev/null @@ -1 +0,0 @@ -MD5 665cc405f0aaec6a36cca18189b8ff2c gnumeric-1.1.20.tar.bz2 10530858 diff --git a/app-office/gnumeric/files/digest-gnumeric-1.1.90 b/app-office/gnumeric/files/digest-gnumeric-1.1.90 deleted file mode 100644 index ac700db446cf..000000000000 --- a/app-office/gnumeric/files/digest-gnumeric-1.1.90 +++ /dev/null @@ -1 +0,0 @@ -MD5 626b775bf2d700d2a049bc748285de1b gnumeric-1.1.90.tar.bz2 10718898 diff --git a/app-office/gnumeric/files/gnumeric-1.1.90-fix_doc_destdir_install.patch b/app-office/gnumeric/files/gnumeric-1.1.90-fix_doc_destdir_install.patch deleted file mode 100644 index 93ecef84edfe..000000000000 --- a/app-office/gnumeric/files/gnumeric-1.1.90-fix_doc_destdir_install.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -uNr gnumeric-1.1.90/doc/xmldocs.make gnumeric-1.1.90.patched/doc/xmldocs.make ---- gnumeric-1.1.90/doc/xmldocs.make 2003-09-08 04:37:55.000000000 +0200 -+++ gnumeric-1.1.90.patched/doc/xmldocs.make 2003-09-13 19:54:52.000000000 +0200 -@@ -72,7 +72,7 @@ - basefile=`echo $$file | sed -e 's,^.*/,,'`; \ - $(INSTALL_DATA) $$file $(DESTDIR)$(docdir)/figures/$$basefile; \ - done -- -ln -s share/gnome/ $(gnumeric_datadir)/gnome # What the hell is this supposed to do ? -+ -ln -s share/gnome/ $(DESTDIR)$(gnumeric_datadir)/gnome # What the hell is this supposed to do ? - -if [ -e $(srcdir)/topic.dat ]; then \ - $(INSTALL_DATA) $(srcdir)/topic.dat $(DESTDIR)$(docdir); \ - fi diff --git a/app-office/gnumeric/gnumeric-1.1.20.ebuild b/app-office/gnumeric/gnumeric-1.1.20.ebuild deleted file mode 100644 index d949b1b7f95e..000000000000 --- a/app-office/gnumeric/gnumeric-1.1.20.ebuild +++ /dev/null @@ -1,58 +0,0 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/gnumeric/gnumeric-1.1.20.ebuild,v 1.4 2003/09/08 11:31:04 msterret Exp $ - -#provide Xmake and Xemake -inherit virtualx libtool gnome2 eutils debug - -DESCRIPTION="Gnumeric, the GNOME Spreadsheet" -HOMEPAGE="http://www.gnome.org/gnome-office/gnumeric.shtml" -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="~x86 ~ppc" - -# evolution, perl, guile and gb support disabled currently (or to be removed) - -# FIXME : should rethink gda/gnomedb USE stuff - -IUSE="libgda gnomedb python bonobo" - -RDEPEND=">=x11-libs/gtk+-2 - >=dev-libs/glib-2 - >=gnome-base/libgnome-2 - >=gnome-base/libgnomeui-2 - >=gnome-base/libgnomeprint-2.2 - >=gnome-base/libgnomeprintui-2.2 - >=gnome-base/libgnomecanvas-2 - >=gnome-base/libglade-2 - >=dev-libs/libxml2-2.4.12 - >=gnome-extra/libgsf-1.8.1 - >=media-libs/libart_lgpl-2.3.11 - python? ( >=dev-lang/python-2.0 - >=dev-python/pygtk-1.99.10 ) - libgda? ( >=gnome-extra/libgda-0.90 ) - bonobo? ( >=gnome-base/libbonobo-2.2 - >=gnome-base/libbonoboui-2.2 )" -# gnomedb? ( >=gnome-extra/libgnomedb-0.90.2 ) - -DEPEND="${RDEPEND} - >=dev-util/intltool-0.27.2 - dev-util/pkgconfig" - -src_unpack() { - unpack ${A} - gnome2_omf_fix -} - -src_compile() { - econf `use_with bonobo` `use_with python` `use_with libgda gda` - # `use_with gnomedb gda` - - #the build process have to be able to connect to X - Xemake || die -} - -DOCS="AUTHORS COPYING* ChangeLog HACKING NEWS README TODO" - -USE_DESTDIR="1" - diff --git a/app-office/gnumeric/gnumeric-1.1.90.ebuild b/app-office/gnumeric/gnumeric-1.1.90.ebuild deleted file mode 100644 index cb55e7762934..000000000000 --- a/app-office/gnumeric/gnumeric-1.1.90.ebuild +++ /dev/null @@ -1,69 +0,0 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/gnumeric/gnumeric-1.1.90.ebuild,v 1.1 2003/09/14 12:03:30 foser Exp $ - -#provide Xmake and Xemake -inherit virtualx libtool gnome2 eutils debug - -DESCRIPTION="Gnumeric, the GNOME Spreadsheet" -HOMEPAGE="http://www.gnome.org/gnome-office/gnumeric.shtml" -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="~x86 ~ppc" - -# evolution, perl, guile and gb support disabled currently (or to be removed) - -# FIXME : should rethink gda/gnomedb USE stuff - -IUSE="libgda gnomedb python bonobo" - -RDEPEND=">=x11-libs/gtk+-2 - >=dev-libs/glib-2 - >=gnome-base/libgnome-2 - >=gnome-base/libgnomeui-2 - >=gnome-base/libgnomeprint-2.2 - >=gnome-base/libgnomeprintui-2.2 - >=gnome-base/libgnomecanvas-2 - >=gnome-base/libglade-2 - >=dev-libs/libxml2-2.4.12 - >=gnome-extra/libgsf-1.8.1 - >=media-libs/libart_lgpl-2.3.11 - python? ( >=dev-lang/python-2 - >=dev-python/pygtk-1.99.10 ) - libgda? ( >=gnome-extra/libgda-0.90 ) - bonobo? ( >=gnome-base/libbonobo-2.2 - >=gnome-base/libbonoboui-2.2 )" -# gnomedb? ( >=gnome-extra/libgnomedb-0.90.2 ) - -DEPEND="${RDEPEND} - >=dev-util/intltool-0.27.2 - dev-util/pkgconfig" - -src_unpack() { - - unpack ${A} - gnome2_omf_fix - - cd ${S} - # fixes a sandbox issue - foser <foser@gentoo.org> - epatch ${FILESDIR}/${P}-fix_doc_destdir_install.patch - -} - -src_compile() { - - econf \ - `use_with bonobo` \ - `use_with python` \ - `use_with libgda gda` \ - || die - # `use_with gnomedb gda` - - #the build process have to be able to connect to X - Xemake || die -} - -DOCS="AUTHORS COPYING* ChangeLog HACKING NEWS README TODO" - -USE_DESTDIR="1" - |