aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrans Meulenbroeks <fransmeulenbroeks@gmail.com>2010-08-06 22:47:22 +0200
committerFrans Meulenbroeks <fransmeulenbroeks@gmail.com>2010-08-06 22:47:22 +0200
commit52ad126ffbdb166f6d5df6c4272e556cd5b3bbd8 (patch)
tree16d03fe8ae21818b168398fcc0b25b84afadee88
parent063cff0e7197c316499746c07f68c0a4ddfddf13 (diff)
downloadopenembedded-52ad126ffbdb166f6d5df6c4272e556cd5b3bbd8.tar.gz
abiword: deleted some old versions
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
-rw-r--r--recipes/abiword/abiword-embedded_2.4.6.bb15
-rw-r--r--recipes/abiword/abiword-embedded_2.6.4.bb11
-rw-r--r--recipes/abiword/abiword-plugins_2.4.6.bb30
-rw-r--r--recipes/abiword/abiword-plugins_2.5.1.bb45
-rw-r--r--recipes/abiword/abiword-plugins_2.6.0.bb50
-rw-r--r--recipes/abiword/abiword-plugins_2.6.4.bb67
-rw-r--r--recipes/abiword/abiword_2.4.6.bb7
-rw-r--r--recipes/abiword/abiword_2.5.1.bb10
-rw-r--r--recipes/abiword/abiword_2.6.0.bb6
-rw-r--r--recipes/abiword/abiword_2.6.3.bb13
-rw-r--r--recipes/abiword/abiword_2.6.4.bb13
11 files changed, 0 insertions, 267 deletions
diff --git a/recipes/abiword/abiword-embedded_2.4.6.bb b/recipes/abiword/abiword-embedded_2.4.6.bb
deleted file mode 100644
index 8ec952648f..0000000000
--- a/recipes/abiword/abiword-embedded_2.4.6.bb
+++ /dev/null
@@ -1,15 +0,0 @@
-require abiword.inc
-
-EXTRA_OECONF += "--enable-embedded"
-
-RCONFLICTS_${PN} = "abiword"
-RPROVIDES_${PN} += "abiword"
-
-do_compile_prepend() {
- cp ${S}/src/af/xap/unix/hildon/xap_EmbeddedFeatures.h ${S}/src/af/xap/unix/
- cp ${S}/src/wp/ap/unix/hildon/ap_EmbeddedFeatures.h ${S}/src/wp/ap/unix/
-}
-
-
-SRC_URI[md5sum] = "30fbd0a9b539f15f54f90d3812a75266"
-SRC_URI[sha256sum] = "98105f03b1f33f26cddbfc18d64b04e64a85db3c861508837ab290d26ca2fed3"
diff --git a/recipes/abiword/abiword-embedded_2.6.4.bb b/recipes/abiword/abiword-embedded_2.6.4.bb
deleted file mode 100644
index 13951f862c..0000000000
--- a/recipes/abiword/abiword-embedded_2.6.4.bb
+++ /dev/null
@@ -1,11 +0,0 @@
-require abiword-2.5.inc
-
-EXTRA_OECONF += "--enable-embedded"
-
-S = "${WORKDIR}/abiword-${PV}"
-
-RCONFLICTS_${PN} = "abiword"
-RPROVIDES_${PN} += "abiword"
-
-SRC_URI[md5sum] = "16748b2d6e318e0e2a25581005e1943a"
-SRC_URI[sha256sum] = "4d2d7a6b69b00ffe603a136a9df7ecda9f43448c7bc723503e76eaec9ab8e9fe"
diff --git a/recipes/abiword/abiword-plugins_2.4.6.bb b/recipes/abiword/abiword-plugins_2.4.6.bb
deleted file mode 100644
index 8acfae3523..0000000000
--- a/recipes/abiword/abiword-plugins_2.4.6.bb
+++ /dev/null
@@ -1,30 +0,0 @@
-DESCRIPTION = "AbiWord is a free word processing program similar to Microsoft(r) Word"
-HOMEPAGE = "http://www.abiword.org"
-SECTION = "x11/office"
-LICENSE = "GPLv2"
-DEPENDS = "libwpd librsvg goffice poppler"
-RDEPENDS_${PN} = "abiword"
-
-PR = "r2"
-
-SRC_URI = "http://www.abiword.org/downloads/abiword/${PV}/source/abiword-${PV}.tar.gz \
- file://abiword-plugin-pdf-poppler.patch;striplevel=2"
-S = "${WORKDIR}/abiword-${PV}/abiword-plugins"
-
-inherit autotools
-
-PARALLEL_MAKE=""
-
-EXTRA_OECONF = "--without-libwmf --without-inter7eps"
-
-PACKAGES_DYNAMIC = "abiword-plugin-*"
-
-python populate_packages_prepend () {
- abiword_libdir = bb.data.expand('${libdir}/AbiWord-2.4/plugins', d)
-
- do_split_packages(d, abiword_libdir, '^libAbi(.*)\.so$', 'abiword-plugin-%s', 'Abiword plugin for %s', extra_depends='')
-}
-
-
-SRC_URI[md5sum] = "30fbd0a9b539f15f54f90d3812a75266"
-SRC_URI[sha256sum] = "98105f03b1f33f26cddbfc18d64b04e64a85db3c861508837ab290d26ca2fed3"
diff --git a/recipes/abiword/abiword-plugins_2.5.1.bb b/recipes/abiword/abiword-plugins_2.5.1.bb
deleted file mode 100644
index 10baa041a1..0000000000
--- a/recipes/abiword/abiword-plugins_2.5.1.bb
+++ /dev/null
@@ -1,45 +0,0 @@
-DESCRIPTION = "AbiWord is a free word processing program similar to Microsoft(r) Word"
-HOMEPAGE = "http://www.abiword.org"
-SECTION = "x11/office"
-LICENSE = "GPLv2"
-DEPENDS = "libwpd librsvg goffice poppler libglade"
-RDEPENDS_${PN} = "abiword"
-
-PR = "r2"
-
-DEFAULT_PREFERENCE = "-1"
-
-SRC_URI = "http://www.abiword.org/downloads/abiword/${PV}/source/abiword-plugins-${PV}.tar.gz;name=plugins \
- http://www.abiword.org/downloads/abiword/${PV}/source/abiword-${PV}.tar.gz;name=archive \
- "
-
-inherit autotools
-
-PARALLEL_MAKE=""
-
-EXTRA_OECONF = " --without-libwmf \
- --without-inter7eps \
- --with-abiword=${WORKDIR}/abiword-${PV} \
- "
-
-PACKAGES_DYNAMIC = "abiword-plugin-*"
-
-python populate_packages_prepend () {
- abiword_libdir = bb.data.expand('${libdir}/abiword-2.5/plugins', d)
- do_split_packages(d, abiword_libdir, '^libAbi(.*)\.so$', 'abiword-plugin-%s', 'Abiword plugin for %s', extra_depends='')
- do_split_packages(d, abiword_libdir, '^libAbi(.*)\.la$', 'abiword-plugin-%s-dev', 'Abiword plugin for %s', extra_depends='')
-}
-
-
-PACKAGES =+ "abiword-plugin-collab-glade"
-
-FILES_abiword-plugin-collab-glade += "${datadir}"
-RDEPENDS_abiword-plugin-collab-glade = "abiword-plugin-collab"
-
-FILES_${PN}-dbg += "${libdir}/abiword-2.5/plugins/.debug"
-
-
-SRC_URI[plugins.md5sum] = "b1ce7ca49a0ee4e04f828e10eaebe6a9"
-SRC_URI[plugins.sha256sum] = "37faf6ea346c9b6473c5b2dfd1bb599457faa06b6a7cdef58e3e9f3e2773976b"
-SRC_URI[archive.md5sum] = "11d022458e0e090846b35ed4873c2e6e"
-SRC_URI[archive.sha256sum] = "482891fb0e376e2aaeee25afa8b4913e6dc50f4fdc280f9f152b3ee8745d735d"
diff --git a/recipes/abiword/abiword-plugins_2.6.0.bb b/recipes/abiword/abiword-plugins_2.6.0.bb
deleted file mode 100644
index 35bbced2c3..0000000000
--- a/recipes/abiword/abiword-plugins_2.6.0.bb
+++ /dev/null
@@ -1,50 +0,0 @@
-DESCRIPTION = "AbiWord is a free word processing program similar to Microsoft(r) Word"
-HOMEPAGE = "http://www.abiword.org"
-SECTION = "x11/office"
-LICENSE = "GPLv2"
-DEPENDS = "boost loudmouth libwpd librsvg goffice poppler libglade"
-RDEPENDS_${PN} = "abiword"
-PR = "r1"
-
-SRC_URI = "http://www.abiword.org/downloads/abiword/${PV}/source/abiword-plugins-${PV}.tar.gz;name=plugins \
- http://www.abiword.org/downloads/abiword/${PV}/source/abiword-${PV}.tar.gz;name=archive \
- file://abiword-cxx-for-ld-fix.patch \
- "
-
-DEFAULT_PREFERENCE = "2"
-
-inherit autotools
-
-PARALLEL_MAKE=""
-
-# Ugly hack to find libstdc++
-export LD="${CXX}"
-
-EXTRA_OECONF = " --without-libwmf \
- --without-inter7eps \
- --with-abiword=${WORKDIR}/abiword-${PV} \
- --with-boost=${STAGING_DIR_HOST} \
- --with-boost-thread=boost_thread-mt \
- "
-
-PACKAGES_DYNAMIC = "abiword-plugin-*"
-
-python populate_packages_prepend () {
- abiword_libdir = bb.data.expand('${libdir}/abiword-2.6/plugins', d)
- do_split_packages(d, abiword_libdir, '^libAbi(.*)\.so$', 'abiword-plugin-%s', 'Abiword plugin for %s', extra_depends='')
- do_split_packages(d, abiword_libdir, '^libAbi(.*)\.la$', 'abiword-plugin-%s-dev', 'Abiword plugin for %s', extra_depends='')
-}
-
-
-PACKAGES =+ "abiword-plugin-collab-glade"
-
-FILES_abiword-plugin-collab-glade += "${datadir}"
-RDEPENDS_abiword-plugin-collab-glade = "abiword-plugin-collab"
-
-FILES_${PN}-dbg += "${libdir}/abiword-2.6/plugins/.debug"
-
-
-SRC_URI[plugins.md5sum] = "ebdc165d1b6c3c69f11148cf7841f257"
-SRC_URI[plugins.sha256sum] = "329521398105348ff466b90e1a7567574bd690639b048b6356ddc353d864b785"
-SRC_URI[archive.md5sum] = "d627a5d1061160c683f2257da498355b"
-SRC_URI[archive.sha256sum] = "35b1ced07bed8706a81c2c26c42bf95bdf7a4a9c1fba98935cc5ecb5c674f0bb"
diff --git a/recipes/abiword/abiword-plugins_2.6.4.bb b/recipes/abiword/abiword-plugins_2.6.4.bb
deleted file mode 100644
index 5e09b0d3ef..0000000000
--- a/recipes/abiword/abiword-plugins_2.6.4.bb
+++ /dev/null
@@ -1,67 +0,0 @@
-DESCRIPTION = "AbiWord is a free word processing program similar to Microsoft(r) Word"
-HOMEPAGE = "http://www.abiword.org"
-SECTION = "x11/office"
-LICENSE = "GPLv2"
-DEPENDS = "asio boost loudmouth libwpd librsvg goffice poppler libglade"
-RDEPENDS_${PN} = "abiword"
-
-PR = "r2"
-
-SRC_URI = "http://www.abiword.org/downloads/abiword/${PV}/source/abiword-plugins-${PV}.tar.gz;name=plugins \
- http://www.abiword.org/downloads/abiword/${PV}/source/abiword-${PV}.tar.gz;name=archive \
-# file://abiword-cxx-for-ld-fix.patch \
- "
-
-DEFAULT_PREFERENCE = "2"
-
-inherit autotools
-
-PARALLEL_MAKE=""
-
-#export LDFLAGS += " -lstdc++ "
-
-EXTRA_OECONF = " --enable-shared=yes \
- --enable-static \
- --without-libwmf \
- --without-inter7eps \
- --with-abiword=${WORKDIR}/abiword-${PV} \
- --with-boost=${STAGING_DIR_HOST} \
- --with-boost-thread=boost_thread-mt \
- "
-
-PACKAGES_DYNAMIC = "abiword-plugin-*"
-
-python populate_packages_prepend () {
- abiword_libdir = bb.data.expand('${libdir}/abiword-2.6/plugins', d)
- do_split_packages(d, abiword_libdir, '^libAbi(.*)\.so$', 'abiword-plugin-%s', 'Abiword plugin for %s', extra_depends='')
- do_split_packages(d, abiword_libdir, '^libAbi(.*)\.la$', 'abiword-plugin-%s-dev', 'Abiword plugin for %s', extra_depends='')
-
- metapkg = "abiword-plugins"
- bb.data.setVar('ALLOW_EMPTY_' + metapkg, "1", d)
- bb.data.setVar('FILES_' + metapkg, "", d)
- blacklist = [ 'abiword-plugins-dbg', 'abiword-plugins', 'abiword-plugins-doc', 'abiword-plugins-dev', 'abiword-plugins-locale' ]
- metapkg_rdepends = []
- packages = bb.data.getVar('PACKAGES', d, 1).split()
- for pkg in packages[1:]:
- if not pkg in blacklist and not pkg in metapkg_rdepends:
- print "Modifying ", pkg
- metapkg_rdepends.append(pkg)
- bb.data.setVar('RDEPENDS_' + metapkg, ' '.join(metapkg_rdepends), d)
- bb.data.setVar('DESCRIPTION_' + metapkg, 'abiword-plugin meta package', d)
- packages.append(metapkg)
- bb.data.setVar('PACKAGES', ' '.join(packages), d)
-}
-
-
-PACKAGES =+ "abiword-plugin-collab-glade"
-
-FILES_abiword-plugin-collab-glade += "${datadir}"
-RDEPENDS_abiword-plugin-collab-glade = "abiword-plugin-collab"
-
-FILES_${PN}-dbg += "${libdir}/abiword-2.6/plugins/.debug"
-
-
-SRC_URI[plugins.md5sum] = "3bf973c5a1446ef3eaf980724821d6e9"
-SRC_URI[plugins.sha256sum] = "ec561e865387fa0a108ac135fc39ef0aa18e0dddd99f1f92749f67b029ba30eb"
-SRC_URI[archive.md5sum] = "16748b2d6e318e0e2a25581005e1943a"
-SRC_URI[archive.sha256sum] = "4d2d7a6b69b00ffe603a136a9df7ecda9f43448c7bc723503e76eaec9ab8e9fe"
diff --git a/recipes/abiword/abiword_2.4.6.bb b/recipes/abiword/abiword_2.4.6.bb
deleted file mode 100644
index af0b5d4a58..0000000000
--- a/recipes/abiword/abiword_2.4.6.bb
+++ /dev/null
@@ -1,7 +0,0 @@
-require abiword.inc
-
-RCONFLICTS_${PN} = "abiword-embedded"
-
-
-SRC_URI[md5sum] = "30fbd0a9b539f15f54f90d3812a75266"
-SRC_URI[sha256sum] = "98105f03b1f33f26cddbfc18d64b04e64a85db3c861508837ab290d26ca2fed3"
diff --git a/recipes/abiword/abiword_2.5.1.bb b/recipes/abiword/abiword_2.5.1.bb
deleted file mode 100644
index eaee1640ca..0000000000
--- a/recipes/abiword/abiword_2.5.1.bb
+++ /dev/null
@@ -1,10 +0,0 @@
-require abiword-2.5.inc
-
-DEFAULT_PREFERENCE = "-1"
-
-PR = "r3"
-
-RCONFLICTS_${PN} = "abiword-embedded"
-
-SRC_URI[md5sum] = "11d022458e0e090846b35ed4873c2e6e"
-SRC_URI[sha256sum] = "482891fb0e376e2aaeee25afa8b4913e6dc50f4fdc280f9f152b3ee8745d735d"
diff --git a/recipes/abiword/abiword_2.6.0.bb b/recipes/abiword/abiword_2.6.0.bb
deleted file mode 100644
index d017966577..0000000000
--- a/recipes/abiword/abiword_2.6.0.bb
+++ /dev/null
@@ -1,6 +0,0 @@
-require abiword-2.5.inc
-
-RCONFLICTS_${PN} = "abiword-embedded"
-
-SRC_URI[md5sum] = "d627a5d1061160c683f2257da498355b"
-SRC_URI[sha256sum] = "35b1ced07bed8706a81c2c26c42bf95bdf7a4a9c1fba98935cc5ecb5c674f0bb"
diff --git a/recipes/abiword/abiword_2.6.3.bb b/recipes/abiword/abiword_2.6.3.bb
deleted file mode 100644
index b086795309..0000000000
--- a/recipes/abiword/abiword_2.6.3.bb
+++ /dev/null
@@ -1,13 +0,0 @@
-require abiword-2.5.inc
-
-PR = "r2"
-
-RCONFLICTS_${PN} = "abiword-embedded"
-
-FILES_${PN} += "${datadir}/mime-info"
-FILES_abiword-strings += "${datadir}/abiword-${SHRT_VER}/strings"
-FILES_abiword-systemprofiles += "${datadir}/abiword-${SHRT_VER}/system.profile*"
-
-
-SRC_URI[md5sum] = "40d9da8b04c70035b89f8ad7fcc4519d"
-SRC_URI[sha256sum] = "e5ffecc423e2a9214cb4abd9dbd086552a0d45387b7bc2072738f5e2a8dd90ec"
diff --git a/recipes/abiword/abiword_2.6.4.bb b/recipes/abiword/abiword_2.6.4.bb
deleted file mode 100644
index 284e564543..0000000000
--- a/recipes/abiword/abiword_2.6.4.bb
+++ /dev/null
@@ -1,13 +0,0 @@
-require abiword-2.5.inc
-
-PR = "r3"
-
-RCONFLICTS_${PN} = "abiword-embedded"
-
-FILES_${PN} += "${datadir}/mime-info"
-FILES_abiword-strings += "${datadir}/abiword-${SHRT_VER}/strings"
-FILES_abiword-systemprofiles += "${datadir}/abiword-${SHRT_VER}/system.profile*"
-
-
-SRC_URI[md5sum] = "16748b2d6e318e0e2a25581005e1943a"
-SRC_URI[sha256sum] = "4d2d7a6b69b00ffe603a136a9df7ecda9f43448c7bc723503e76eaec9ab8e9fe"