aboutsummaryrefslogtreecommitdiffstats
path: root/packages/abiword
diff options
context:
space:
mode:
authorGraeme Gregory <dp@xora.org.uk>2006-04-14 08:45:06 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2006-04-14 08:45:06 +0000
commitf1d48ebdd185f35048981e08912173d47e5e1199 (patch)
tree44206389aca233defc295bf9bae9b06e5df22530 /packages/abiword
parent158647a91226e4e3b6c73ac0467c41eced00a515 (diff)
downloadopenembedded-f1d48ebdd185f35048981e08912173d47e5e1199.tar.gz
packages/abitword/* : remove old versions and uneeded patches.
Diffstat (limited to 'packages/abiword')
-rw-r--r--packages/abiword/abiword-2.3.6/.mtn2git_empty0
-rw-r--r--packages/abiword/abiword-2.3.6/cdump-hack.patch11
-rw-r--r--packages/abiword/abiword_2.2.7.bb52
-rw-r--r--packages/abiword/abiword_2.3.6.bb52
-rw-r--r--packages/abiword/abiword_2.4.1.bb52
-rw-r--r--packages/abiword/abiword_2.4.2.bb52
-rw-r--r--packages/abiword/files/.mtn2git_empty0
-rw-r--r--packages/abiword/files/cdump-hack.patch11
8 files changed, 0 insertions, 230 deletions
diff --git a/packages/abiword/abiword-2.3.6/.mtn2git_empty b/packages/abiword/abiword-2.3.6/.mtn2git_empty
deleted file mode 100644
index e69de29bb2..0000000000
--- a/packages/abiword/abiword-2.3.6/.mtn2git_empty
+++ /dev/null
diff --git a/packages/abiword/abiword-2.3.6/cdump-hack.patch b/packages/abiword/abiword-2.3.6/cdump-hack.patch
deleted file mode 100644
index afe75287e5..0000000000
--- a/packages/abiword/abiword-2.3.6/cdump-hack.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- abi/src/wp/ap/xp/GNUmakefile.am.orig 2005-05-09 21:33:34.915201456 +0000
-+++ abi/src/wp/ap/xp/GNUmakefile.am 2005-05-09 21:33:49.341008400 +0000
-@@ -107,7 +107,7 @@
- ap_wp_sidebar.cpp
-
- CDUMP=$(top_srcdir)/src/tools/cdump/xp/cdump.c
--CDUMPAPP=$(top_builddir)/src/tools/cdump/xp/cdump
-+CDUMPAPP=cdump
-
- ap_wp_splash.cpp: $(CDUMP) $(srcdir)/splash.png
- $(CDUMPAPP) $(srcdir)/splash.png g_pngSplash > ap_wp_splash.cpp
diff --git a/packages/abiword/abiword_2.2.7.bb b/packages/abiword/abiword_2.2.7.bb
deleted file mode 100644
index de857a4abc..0000000000
--- a/packages/abiword/abiword_2.2.7.bb
+++ /dev/null
@@ -1,52 +0,0 @@
-DESCRIPTION ="AbiWord is free word processing program similar to Microsoft(r) Word""
-HOMEPAGE="http://www.abiword.org""
-MAINTAINER="Koen Kooi <koen@handhelds.org>"
-LICENSE="GPLv2"
-
-DEPENDS = "cdump-native libglade libfribidi enchant jpeg libpng perl glibc libxml2"
-RDEPENDS = "enchant glibc-gconv-ibm850 glibc-gconv-cp1252 \
- glibc-gconv-iso8859-15 glibc-gconv-iso8859-1"
-PR="r3"
-
-SRC_URI = "http://www.abiword.org/downloads/abiword/${PV}/source/abiword-${PV}.tar.gz \
- file://cdump-hack.patch;patch=1"
-S = "${WORKDIR}/abiword-${PV}/abi"
-
-FILES_${PN} += " ${datadir}/icons/* \
-${datadir}/AbiSuite-2.2/AbiWord/glade \
-${datadir}/AbiSuite-2.2/AbiWord/scripts \
-${datadir}/AbiSuite-2.2/AbiWord/system.profile-en \
-${datadir}/AbiSuite-2.2/AbiWord/system.profile-en_GB \
-#${datadir}/AbiSuite-2.2/templates/A4.awt \
-#${datadir}/AbiSuite-2.2/templates/US-Letter.awt \
-${datadir}/AbiSuite-2.2/templates/normal.awt \
-${datadir}/AbiSuite-2.2/templates/normal.awt-en_GB \
-${datadir}/AbiSuite-2.2/templates/Employee-Directory.awt \
-${datadir}/AbiSuite-2.2/templates/Business-Report.awt \
-${datadir}/AbiSuite-2.2/templates/Fax-Coversheet.awt \
-${datadir}/AbiSuite-2.2/templates/Resume.awt \
-${datadir}/AbiSuite-2.2/templates/Two-Columns.awt \
-${datadir}/AbiSuite-2.2/templates/Memo.awt \
-${datadir}/AbiSuite-2.2/templates/Press-Release.awt "
-
-inherit autotools
-
-#abiword needs this native tool
-export BUILD_CDUMPTOOL="${STAGING_BINDIR}/cdump"
-
-PARALLEL_MAKE=""
-
-do_configure () {
- cd ${S}
- ./autogen.sh
- ./configure --prefix=/usr --host=${TARGET_SYS} --disable-pspell --enable-enchant
-# --enable-debug
- cp -f ${STAGING_BINDIR}/cdump src/tools/cdump/xp/
-}
-
-do_install_append() {
- install -d ${D}${datadir}/pixmaps/
- mv ${D}${datadir}/icons/* ${D}${datadir}/pixmaps/
-}
-
-
diff --git a/packages/abiword/abiword_2.3.6.bb b/packages/abiword/abiword_2.3.6.bb
deleted file mode 100644
index 76b569db29..0000000000
--- a/packages/abiword/abiword_2.3.6.bb
+++ /dev/null
@@ -1,52 +0,0 @@
-DESCRIPTION ="AbiWord is free word processing program similar to Microsoft(r) Word""
-HOMEPAGE="http://www.abiword.org""
-MAINTAINER="Koen Kooi <koen@handhelds.org>"
-LICENSE="GPLv2"
-
-DEPENDS = "cdump-native libgsf libgnomeprint libgnomeprintui libglade libfribidi enchant jpeg libpng perl glibc libxml2"
-RDEPENDS = "enchant glibc-gconv-ibm850 glibc-gconv-cp1252 \
- glibc-gconv-iso8859-15 glibc-gconv-iso8859-1"
-PR="r4"
-
-SRC_URI = "http://www.abiword.org/downloads/abiword/${PV}/source/abiword-${PV}.tar.gz \
- file://cdump-hack.patch;patch=1"
-S = "${WORKDIR}/abiword-${PV}/abi"
-
-FILES_${PN} += " ${datadir}/icons/* \
-${datadir}/AbiSuite-2.2/AbiWord/glade \
-${datadir}/AbiSuite-2.2/AbiWord/scripts \
-${datadir}/AbiSuite-2.2/AbiWord/system.profile-en \
-${datadir}/AbiSuite-2.2/AbiWord/system.profile-en_GB \
-#${datadir}/AbiSuite-2.2/templates/A4.awt \
-#${datadir}/AbiSuite-2.2/templates/US-Letter.awt \
-${datadir}/AbiSuite-2.2/templates/normal.awt \
-${datadir}/AbiSuite-2.2/templates/normal.awt-en_GB \
-${datadir}/AbiSuite-2.2/templates/Employee-Directory.awt \
-${datadir}/AbiSuite-2.2/templates/Business-Report.awt \
-${datadir}/AbiSuite-2.2/templates/Fax-Coversheet.awt \
-${datadir}/AbiSuite-2.2/templates/Resume.awt \
-${datadir}/AbiSuite-2.2/templates/Two-Columns.awt \
-${datadir}/AbiSuite-2.2/templates/Memo.awt \
-${datadir}/AbiSuite-2.2/templates/Press-Release.awt "
-
-inherit autotools
-
-#abiword needs this native tool
-export BUILD_CDUMPTOOL="${STAGING_BINDIR}/cdump"
-
-PARALLEL_MAKE=""
-
-do_configure () {
- cd ${S}
- ./autogen.sh
- ./configure --prefix=/usr --host=${TARGET_SYS} --disable-pspell --enable-enchant
-# --enable-debug
- cp -f ${STAGING_BINDIR}/cdump src/tools/cdump/xp/
-}
-
-do_install_append() {
- install -d ${D}${datadir}/pixmaps/
- mv ${D}${datadir}/icons/* ${D}${datadir}/pixmaps/
-}
-
-
diff --git a/packages/abiword/abiword_2.4.1.bb b/packages/abiword/abiword_2.4.1.bb
deleted file mode 100644
index 26a16dfc32..0000000000
--- a/packages/abiword/abiword_2.4.1.bb
+++ /dev/null
@@ -1,52 +0,0 @@
-DESCRIPTION ="AbiWord is free word processing program similar to Microsoft(r) Word""
-HOMEPAGE="http://www.abiword.org""
-MAINTAINER="Koen Kooi <koen@handhelds.org>"
-LICENSE="GPLv2"
-
-DEPENDS = "cdump-native libgsf libgnomeprint libgnomeprintui libglade libfribidi enchant jpeg libpng perl glibc libxml2"
-RDEPENDS = "enchant glibc-gconv-ibm850 glibc-gconv-cp1252 \
- glibc-gconv-iso8859-15 glibc-gconv-iso8859-1"
-PR="r0"
-
-SRC_URI = "http://www.abiword.org/downloads/abiword/${PV}/source/abiword-${PV}.tar.gz \
- file://cdump-hack.patch;patch=1"
-S = "${WORKDIR}/abiword-${PV}/abi"
-
-FILES_${PN} += " ${datadir}/icons/* \
-${datadir}/AbiSuite-2.4/AbiWord/glade \
-${datadir}/AbiSuite-2.4/AbiWord/scripts \
-${datadir}/AbiSuite-2.4/AbiWord/system.profile-en \
-${datadir}/AbiSuite-2.4/AbiWord/system.profile-en_GB \
-#${datadir}/AbiSuite-2.4/templates/A4.awt \
-#${datadir}/AbiSuite-2.4/templates/US-Letter.awt \
-${datadir}/AbiSuite-2.4/templates/normal.awt \
-${datadir}/AbiSuite-2.4/templates/normal.awt-en_GB \
-${datadir}/AbiSuite-2.4/templates/Employee-Directory.awt \
-${datadir}/AbiSuite-2.4/templates/Business-Report.awt \
-${datadir}/AbiSuite-2.4/templates/Fax-Coversheet.awt \
-${datadir}/AbiSuite-2.4/templates/Resume.awt \
-${datadir}/AbiSuite-2.4/templates/Two-Columns.awt \
-${datadir}/AbiSuite-2.4/templates/Memo.awt \
-${datadir}/AbiSuite-2.4/templates/Press-Release.awt "
-
-inherit autotools
-
-#abiword needs this native tool
-export BUILD_CDUMPTOOL="${STAGING_BINDIR}/cdump"
-
-PARALLEL_MAKE=""
-
-do_configure () {
- cd ${S}
- ./autogen.sh
- ./configure --prefix=/usr --host=${TARGET_SYS} --disable-pspell --enable-enchant
-# --enable-debug
- cp -f ${STAGING_BINDIR}/cdump src/tools/cdump/xp/
-}
-
-do_install_append() {
- install -d ${D}${datadir}/pixmaps/
- mv ${D}${datadir}/icons/* ${D}${datadir}/pixmaps/
-}
-
-
diff --git a/packages/abiword/abiword_2.4.2.bb b/packages/abiword/abiword_2.4.2.bb
deleted file mode 100644
index 26a16dfc32..0000000000
--- a/packages/abiword/abiword_2.4.2.bb
+++ /dev/null
@@ -1,52 +0,0 @@
-DESCRIPTION ="AbiWord is free word processing program similar to Microsoft(r) Word""
-HOMEPAGE="http://www.abiword.org""
-MAINTAINER="Koen Kooi <koen@handhelds.org>"
-LICENSE="GPLv2"
-
-DEPENDS = "cdump-native libgsf libgnomeprint libgnomeprintui libglade libfribidi enchant jpeg libpng perl glibc libxml2"
-RDEPENDS = "enchant glibc-gconv-ibm850 glibc-gconv-cp1252 \
- glibc-gconv-iso8859-15 glibc-gconv-iso8859-1"
-PR="r0"
-
-SRC_URI = "http://www.abiword.org/downloads/abiword/${PV}/source/abiword-${PV}.tar.gz \
- file://cdump-hack.patch;patch=1"
-S = "${WORKDIR}/abiword-${PV}/abi"
-
-FILES_${PN} += " ${datadir}/icons/* \
-${datadir}/AbiSuite-2.4/AbiWord/glade \
-${datadir}/AbiSuite-2.4/AbiWord/scripts \
-${datadir}/AbiSuite-2.4/AbiWord/system.profile-en \
-${datadir}/AbiSuite-2.4/AbiWord/system.profile-en_GB \
-#${datadir}/AbiSuite-2.4/templates/A4.awt \
-#${datadir}/AbiSuite-2.4/templates/US-Letter.awt \
-${datadir}/AbiSuite-2.4/templates/normal.awt \
-${datadir}/AbiSuite-2.4/templates/normal.awt-en_GB \
-${datadir}/AbiSuite-2.4/templates/Employee-Directory.awt \
-${datadir}/AbiSuite-2.4/templates/Business-Report.awt \
-${datadir}/AbiSuite-2.4/templates/Fax-Coversheet.awt \
-${datadir}/AbiSuite-2.4/templates/Resume.awt \
-${datadir}/AbiSuite-2.4/templates/Two-Columns.awt \
-${datadir}/AbiSuite-2.4/templates/Memo.awt \
-${datadir}/AbiSuite-2.4/templates/Press-Release.awt "
-
-inherit autotools
-
-#abiword needs this native tool
-export BUILD_CDUMPTOOL="${STAGING_BINDIR}/cdump"
-
-PARALLEL_MAKE=""
-
-do_configure () {
- cd ${S}
- ./autogen.sh
- ./configure --prefix=/usr --host=${TARGET_SYS} --disable-pspell --enable-enchant
-# --enable-debug
- cp -f ${STAGING_BINDIR}/cdump src/tools/cdump/xp/
-}
-
-do_install_append() {
- install -d ${D}${datadir}/pixmaps/
- mv ${D}${datadir}/icons/* ${D}${datadir}/pixmaps/
-}
-
-
diff --git a/packages/abiword/files/.mtn2git_empty b/packages/abiword/files/.mtn2git_empty
deleted file mode 100644
index e69de29bb2..0000000000
--- a/packages/abiword/files/.mtn2git_empty
+++ /dev/null
diff --git a/packages/abiword/files/cdump-hack.patch b/packages/abiword/files/cdump-hack.patch
deleted file mode 100644
index afe75287e5..0000000000
--- a/packages/abiword/files/cdump-hack.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- abi/src/wp/ap/xp/GNUmakefile.am.orig 2005-05-09 21:33:34.915201456 +0000
-+++ abi/src/wp/ap/xp/GNUmakefile.am 2005-05-09 21:33:49.341008400 +0000
-@@ -107,7 +107,7 @@
- ap_wp_sidebar.cpp
-
- CDUMP=$(top_srcdir)/src/tools/cdump/xp/cdump.c
--CDUMPAPP=$(top_builddir)/src/tools/cdump/xp/cdump
-+CDUMPAPP=cdump
-
- ap_wp_splash.cpp: $(CDUMP) $(srcdir)/splash.png
- $(CDUMPAPP) $(srcdir)/splash.png g_pngSplash > ap_wp_splash.cpp