[oe-commits] Frans Meulenbroeks : goffice: remove old versions

git version control git at git.openembedded.org
Sun Aug 15 11:38:22 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: efcbd97e990dac05d728ed75125d12fecdc82270
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=efcbd97e990dac05d728ed75125d12fecdc82270

Author: Frans Meulenbroeks <fransmeulenbroeks at gmail.com>
Date:   Sun Aug 15 13:29:55 2010 +0200

goffice: remove old versions

Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks at gmail.com>

---

 recipes/gnome/goffice_0.6.2.bb  |   23 -------------------
 recipes/gnome/goffice_0.6.3.bb  |   21 -----------------
 recipes/gnome/goffice_0.7.14.bb |   46 ---------------------------------------
 3 files changed, 0 insertions(+), 90 deletions(-)

diff --git a/recipes/gnome/goffice_0.6.2.bb b/recipes/gnome/goffice_0.6.2.bb
deleted file mode 100644
index 8714bbe..0000000
--- a/recipes/gnome/goffice_0.6.2.bb
+++ /dev/null
@@ -1,23 +0,0 @@
-DESCRIPTION="Gnome Office Library"
-LICENSE="GPLv2"
-
-PR ="r2"
-
-DEFAULT_PREFERENCE = "-1"
-
-DEPENDS="glib-2.0 gtk+ pango cairo libgnomeprint libgsf libglade libpcre libxml2 libart-lgpl"
-
-FILES_${PN}-dbg += "${libdir}/goffice/${PV}/plugins/*/.debug"
-
-inherit gnome pkgconfig
-
-PACKAGES_DYNAMIC = "goffice-plugin-*"
-
-python populate_packages_prepend () {
-        goffice_libdir = bb.data.expand('${libdir}/goffice/${PV}/plugins', d)
-
-        do_split_packages(d, goffice_libdir, '(.*)', 'goffice-plugin-%s', 'Goffice plugin for %s', allow_dirs=True)
-}
-
-SRC_URI[archive.md5sum] = "f52d78cffbcfc3c13336fd308ea3926e"
-SRC_URI[archive.sha256sum] = "b126902259875a24ece29bdf1f93cc7fd4fd7b83508cae1c15dabd10b4d537cd"
diff --git a/recipes/gnome/goffice_0.6.3.bb b/recipes/gnome/goffice_0.6.3.bb
deleted file mode 100644
index 13bbe57..0000000
--- a/recipes/gnome/goffice_0.6.3.bb
+++ /dev/null
@@ -1,21 +0,0 @@
-DESCRIPTION="Gnome Office Library"
-LICENSE="GPLv2"
-PR ="r0"
-
-DEPENDS="glib-2.0 gtk+ pango cairo libgnomeprint libgsf libglade libpcre libxml2 libart-lgpl"
-
-FILES_${PN}-dbg += "${libdir}/goffice/${PV}/plugins/*/.debug"
-
-inherit gnome pkgconfig
-
-PACKAGES_DYNAMIC = "goffice-plugin-*"
-
-python populate_packages_prepend () {
-        goffice_libdir = bb.data.expand('${libdir}/goffice/${PV}/plugins', d)
-
-        do_split_packages(d, goffice_libdir, '(.*)', 'goffice-plugin-%s', 'Goffice plugin for %s', allow_dirs=True)
-}
-
-
-SRC_URI[archive.md5sum] = "3d8d3357f9d58af901cd1d6eb42e2973"
-SRC_URI[archive.sha256sum] = "a252aff88d801175b27fd7c20e00b0b5f674a5a70e64cd95091abdcab87db35c"
diff --git a/recipes/gnome/goffice_0.7.14.bb b/recipes/gnome/goffice_0.7.14.bb
deleted file mode 100644
index 176d402..0000000
--- a/recipes/gnome/goffice_0.7.14.bb
+++ /dev/null
@@ -1,46 +0,0 @@
-DESCRIPTION="Gnome Office Library"
-LICENSE="GPLv2"
-
-PR = "r2"
-
-DEPENDS="glib-2.0 gtk+ pango cairo libgnomeprint libgsf libglade libpcre libxml2 libart-lgpl"
-
-inherit gnome pkgconfig
-
-SRC_URI += " file://c99math.patch \
-             file://nodolt.patch "
-
-FILES_${PN}-dbg += "${libdir}/goffice/${PV}/plugins/*/.debug"
-
-RRECOMMENDS_${PN} = " \
-  goffice-plugin-plot-barcol \
-  goffice-plugin-plot-distrib \
-  goffice-plugin-plot-pie \
-  goffice-plugin-plot-radar \
-  goffice-plugin-plot-surface \
-  goffice-plugin-plot-xy \
-  goffice-plugin-reg-linear \
-  goffice-plugin-reg-logfit \
-  goffice-plugin-smoothing \
-"
-
-FILES_${PN} = "${bindir}/* ${sbindir}/* ${libexecdir}/* ${libdir}/lib*${SOLIBS} \
-            ${sysconfdir} ${sharedstatedir} ${localstatedir} \
-            ${base_bindir}/* ${base_sbindir}/* \
-            ${base_libdir}/*${SOLIBS} \
-            ${datadir}/${PN} \
-            ${datadir}/pixmaps ${datadir}/applications \
-            ${datadir}/idl ${datadir}/omf ${datadir}/sounds \
-            ${libdir}/bonobo/servers"
-
-PACKAGES_DYNAMIC = "goffice-plugin-*"
-
-python populate_packages_prepend () {
-        goffice_libdir = bb.data.expand('${libdir}/goffice/${PV}/plugins/', d)
-
-        do_split_packages(d, goffice_libdir, '(.*)', 'goffice-plugin-%s', 'Goffice plugin for %s', allow_dirs=True)
-}
-
-
-SRC_URI[archive.md5sum] = "c48a89bfceeb604f163aa55540088021"
-SRC_URI[archive.sha256sum] = "0fe2f4d7c39e85b5b577c6fa7a88c9a135ae5819cc521083af888e4c23deaacd"





More information about the Openembedded-commits mailing list