[oe-commits] Frans Meulenbroeks : abiword: removed 2.5.2; 3 years old and default pref -1

git version control git at git.openembedded.org
Tue Aug 10 17:46:23 UTC 2010


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

Author: Frans Meulenbroeks <fransmeulenbroeks at gmail.com>
Date:   Tue Aug 10 19:46:10 2010 +0200

abiword: removed 2.5.2; 3 years old and default pref -1

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

---

 recipes/abiword/abiword-embedded_2.5.2.bb |   13 --------
 recipes/abiword/abiword-plugins_2.5.2.bb  |   46 -----------------------------
 recipes/abiword/abiword_2.5.2.bb          |   10 ------
 3 files changed, 0 insertions(+), 69 deletions(-)

diff --git a/recipes/abiword/abiword-embedded_2.5.2.bb b/recipes/abiword/abiword-embedded_2.5.2.bb
deleted file mode 100644
index 459cc27..0000000
--- a/recipes/abiword/abiword-embedded_2.5.2.bb
+++ /dev/null
@@ -1,13 +0,0 @@
-require abiword-2.5.inc
-
-EXTRA_OECONF += "--enable-embedded"
-
-S = "${WORKDIR}/abiword-${PV}"
-
-RCONFLICTS_${PN} = "abiword"
-RPROVIDES_${PN} += "abiword"
-
-
-
-SRC_URI[md5sum] = "bbc9c124f8072875129bd67092f0fa0b"
-SRC_URI[sha256sum] = "db34eeb5457fb7572fc76ec2a73cdb4f7a67307e7468b6c4bde820b58c598b3f"
diff --git a/recipes/abiword/abiword-plugins_2.5.2.bb b/recipes/abiword/abiword-plugins_2.5.2.bb
deleted file mode 100644
index ec905f9..0000000
--- a/recipes/abiword/abiword-plugins_2.5.2.bb
+++ /dev/null
@@ -1,46 +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 = "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} \
-		 --with-boost=${STAGING_INCDIR}/../ \ 
-		 "
-
-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] = "0ad700d0cb6d176b39a191b16e3886c0"
-SRC_URI[plugins.sha256sum] = "5714753ce1e89e72c2ba7e7d7d95546d9965a4e86bf76c060a8779b08fc2ae85"
-SRC_URI[archive.md5sum] = "bbc9c124f8072875129bd67092f0fa0b"
-SRC_URI[archive.sha256sum] = "db34eeb5457fb7572fc76ec2a73cdb4f7a67307e7468b6c4bde820b58c598b3f"
diff --git a/recipes/abiword/abiword_2.5.2.bb b/recipes/abiword/abiword_2.5.2.bb
deleted file mode 100644
index f4202aa..0000000
--- a/recipes/abiword/abiword_2.5.2.bb
+++ /dev/null
@@ -1,10 +0,0 @@
-require abiword-2.5.inc
-
-DEFAULT_PREFERENCE = "-1"
-
-PR = "r2"
-
-RCONFLICTS_${PN} = "abiword-embedded"
-
-SRC_URI[md5sum] = "bbc9c124f8072875129bd67092f0fa0b"
-SRC_URI[sha256sum] = "db34eeb5457fb7572fc76ec2a73cdb4f7a67307e7468b6c4bde820b58c598b3f"





More information about the Openembedded-commits mailing list