summaryrefslogtreecommitdiff
path: root/packages/gnumeric
diff options
context:
space:
mode:
Diffstat (limited to 'packages/gnumeric')
-rw-r--r--packages/gnumeric/gnumeric-1.3.1.cvs/Makefile.am.patch0
-rw-r--r--packages/gnumeric/gnumeric-1.3.1.cvs/gnumeric-doc.make.patch0
-rw-r--r--packages/gnumeric/gnumeric-1.3.1/workbook-control-gui-priv.h.patch0
-rw-r--r--packages/gnumeric/gnumeric_1.3.1.bb0
-rw-r--r--packages/gnumeric/gnumeric_1.3.1.cvs.bb30
-rw-r--r--packages/gnumeric/gnumeric_1.5.1.bb17
6 files changed, 0 insertions, 47 deletions
diff --git a/packages/gnumeric/gnumeric-1.3.1.cvs/Makefile.am.patch b/packages/gnumeric/gnumeric-1.3.1.cvs/Makefile.am.patch
deleted file mode 100644
index e69de29bb2..0000000000
--- a/packages/gnumeric/gnumeric-1.3.1.cvs/Makefile.am.patch
+++ /dev/null
diff --git a/packages/gnumeric/gnumeric-1.3.1.cvs/gnumeric-doc.make.patch b/packages/gnumeric/gnumeric-1.3.1.cvs/gnumeric-doc.make.patch
deleted file mode 100644
index e69de29bb2..0000000000
--- a/packages/gnumeric/gnumeric-1.3.1.cvs/gnumeric-doc.make.patch
+++ /dev/null
diff --git a/packages/gnumeric/gnumeric-1.3.1/workbook-control-gui-priv.h.patch b/packages/gnumeric/gnumeric-1.3.1/workbook-control-gui-priv.h.patch
deleted file mode 100644
index e69de29bb2..0000000000
--- a/packages/gnumeric/gnumeric-1.3.1/workbook-control-gui-priv.h.patch
+++ /dev/null
diff --git a/packages/gnumeric/gnumeric_1.3.1.bb b/packages/gnumeric/gnumeric_1.3.1.bb
deleted file mode 100644
index e69de29bb2..0000000000
--- a/packages/gnumeric/gnumeric_1.3.1.bb
+++ /dev/null
diff --git a/packages/gnumeric/gnumeric_1.3.1.cvs.bb b/packages/gnumeric/gnumeric_1.3.1.cvs.bb
deleted file mode 100644
index 1b55704704..0000000000
--- a/packages/gnumeric/gnumeric_1.3.1.cvs.bb
+++ /dev/null
@@ -1,30 +0,0 @@
-LICENSE = GPL
-SECTION = "x11/utils"
-#CVSDATE="20040719"
-CVSTAG="GNUMERIC_1_3_1"
-
-DEFAULT_PREFERENCE = "-1"
-
-S = "${WORKDIR}/gnumeric"
-
-
-PR = "r1"
-SRC_URI = "cvs://anonymous@anoncvs.gnome.org/cvs/gnome;module=gnumeric;tag=${CVSTAG} \
- file://gnumeric-doc.make.patch;patch=1 \
- file://Makefile.am.patch;patch=1"
-
-DEPENDS = "libgsf1 gtk+ libxml2 libglade libart-lgpl intltool-native libgnomecanvas libgnomeprint libgnomeprintui"
-
-
-EXTRA_OECONF = "--without-gnome"
-
-do_configure_prepend() {
- touch xmldocs.make
- intltoolize --automake --debug
-# # aclocal seems to insist on looking in here. Make sure it exists.
-# mkdir -p ${S}/m4
-# # work around automake lossage with AC_CONFIG_AUX_DIR
-# ( cd libmutt; libtoolize --force ; cp ../ltmain.sh . )
-}
-
-inherit autotools
diff --git a/packages/gnumeric/gnumeric_1.5.1.bb b/packages/gnumeric/gnumeric_1.5.1.bb
deleted file mode 100644
index d8cf3157d9..0000000000
--- a/packages/gnumeric/gnumeric_1.5.1.bb
+++ /dev/null
@@ -1,17 +0,0 @@
-LICENSE = GPL
-SECTION = "x11/utils"
-PR = "r0"
-S = "${WORKDIR}/gnumeric-${PV}"
-DEPENDS = "libgsf gtk+ libxml2 goffice libglade libart-lgpl intltool-native libgnomecanvas libgnomeprint libgnomeprintui"
-DESCRIPTION = "Gnumeric spreadsheet for GNOME"
-DEFAULT_PREFERENCE=-1
-
-inherit gnome flow-lossage
-
-EXTRA_OEMAKE_prepend = ' ORBIT_IDL=`which orbit-idl-2` '
-
-python populate_packages_prepend () {
- gnumeric_libdir = bb.data.expand('${libdir}/gnumeric/${PV}/plugins', d)
-
- do_split_packages(d, gnumeric_libdir, '(.*)', 'gnumeric-plugin-%s', 'Gnumeric plugin for %s', allow_dirs=True)
-}