aboutsummaryrefslogtreecommitdiffstats
path: root/packages/sylpheed
diff options
context:
space:
mode:
authorGraeme Gregory <dp@xora.org.uk>2007-02-06 13:47:55 +0000
committerGraeme Gregory <dp@xora.org.uk>2007-02-06 13:47:55 +0000
commit28dfe9097241db9d7374dd63204dcc1cec27509e (patch)
treea47e8b1cfaf641968170148a38cc62072c1fc264 /packages/sylpheed
parent6787e2beb7890d5f8879d42a2e83dbfb97623cf2 (diff)
downloadopenembedded-28dfe9097241db9d7374dd63204dcc1cec27509e.tar.gz
packages/sylpheed/*.bb : clean out old stuff
Diffstat (limited to 'packages/sylpheed')
-rw-r--r--packages/sylpheed/claws-mail_2.6.1.bb41
-rw-r--r--packages/sylpheed/sylpheed-claws-extra-plugins.inc13
-rw-r--r--packages/sylpheed/sylpheed-claws-plugin-gtkhtml2-viewer-0.10.1_2.3.0.bb6
-rw-r--r--packages/sylpheed/sylpheed-claws-plugin-gtkhtml2-viewer-0.10.2_2.4.0.bb6
-rw-r--r--packages/sylpheed/sylpheed-claws-plugin-maildir-0.24.1_2.3.0.bb6
-rw-r--r--packages/sylpheed/sylpheed-claws-plugin-maildir-0.24.1_2.4.0.bb6
-rw-r--r--packages/sylpheed/sylpheed-claws-plugin-mailmbox_1.12.1.bb5
-rw-r--r--packages/sylpheed/sylpheed-claws-plugin-rssyl-0.5_2.3.0.bb6
-rw-r--r--packages/sylpheed/sylpheed-claws-plugin-rssyl-0.6_2.4.0.bb6
-rw-r--r--packages/sylpheed/sylpheed-claws_2.3.1.bb34
-rw-r--r--packages/sylpheed/sylpheed-claws_2.4.0.bb34
-rw-r--r--packages/sylpheed/sylpheed_2.2.7.bb32
12 files changed, 0 insertions, 195 deletions
diff --git a/packages/sylpheed/claws-mail_2.6.1.bb b/packages/sylpheed/claws-mail_2.6.1.bb
deleted file mode 100644
index bed205766b..0000000000
--- a/packages/sylpheed/claws-mail_2.6.1.bb
+++ /dev/null
@@ -1,41 +0,0 @@
-SECTION = "x11/network"
-DESCRIPTION = "Mail user agent"
-DEPENDS = "gtk+ gpgme libetpan libgnomeprint aspell"
-LICENSE = "GPL"
-PR = "r0"
-
-SRC_URI = "${SOURCEFORGE_MIRROR}/sylpheed-claws/claws-mail-${PV}.tar.bz2"
-
-FILES_${PN} = "${bindir} ${datadir}/pixmaps ${datadir}/applications"
-
-EXTRA_OECONF = "--disable-openssl --disable-aspell-test \
- --disable-dillo-viewer-plugin --with-aspell-prefix=${STAGING_DIR}/${HOST_SYS} \
- --enable-aspell"
-
-CFLAGS += "-D_GNU_SOURCE"
-
-inherit autotools pkgconfig
-
-do_configure() {
- gnu-configize
- libtoolize --force
- oe_runconf
-}
-
-do_install_append() {
- install -d ${D}${datadir}/applications
- install -m 0644 claws-mail.desktop ${D}${datadir}/applications/
- install -d ${D}${datadir}/pixmaps
- install -m 0644 claws-mail.png ${D}${datadir}/pixmaps/
- mv ${D}${bindir}/${TARGET_SYS}-claws-mail ${D}${bindir}/${PN}
-}
-
-do_stage () {
- autotools_stage_all
-}
-
-python populate_packages_prepend () {
- abiword_libdir = bb.data.expand('${libdir}/claws-mail/plugins', d)
-
- do_split_packages(d, abiword_libdir, '^(.*)\.so$', 'claws-mail-plugin-%s', 'Claws plugin for %s', extra_depends='')
-}
diff --git a/packages/sylpheed/sylpheed-claws-extra-plugins.inc b/packages/sylpheed/sylpheed-claws-extra-plugins.inc
deleted file mode 100644
index 93596ab4d8..0000000000
--- a/packages/sylpheed/sylpheed-claws-extra-plugins.inc
+++ /dev/null
@@ -1,13 +0,0 @@
-SECTION = "x11/network"
-DESCRIPTION = "Mail user agent plugins"
-DEPENDS = "sylpheed-claws"
-LICENSE = "GPL"
-PR = "r0"
-
-SRC_URI = "${SOURCEFORGE_MIRROR}/sylpheed-claws/sylpheed-claws-extra-plugins-${PV}.tar.bz2"
-
-
-inherit autotools pkgconfig
-
-FILES_${PN} = "${libdir}/sylpheed-claws/plugins/*.so"
-
diff --git a/packages/sylpheed/sylpheed-claws-plugin-gtkhtml2-viewer-0.10.1_2.3.0.bb b/packages/sylpheed/sylpheed-claws-plugin-gtkhtml2-viewer-0.10.1_2.3.0.bb
deleted file mode 100644
index 4fbafbb277..0000000000
--- a/packages/sylpheed/sylpheed-claws-plugin-gtkhtml2-viewer-0.10.1_2.3.0.bb
+++ /dev/null
@@ -1,6 +0,0 @@
-require sylpheed-claws-extra-plugins.inc
-
-DEPENDS_append = " gtkhtml2"
-
-S = "${WORKDIR}/sylpheed-claws-extra-plugins-${PV}/gtkhtml2_viewer-0.10.1"
-
diff --git a/packages/sylpheed/sylpheed-claws-plugin-gtkhtml2-viewer-0.10.2_2.4.0.bb b/packages/sylpheed/sylpheed-claws-plugin-gtkhtml2-viewer-0.10.2_2.4.0.bb
deleted file mode 100644
index 0689fc6208..0000000000
--- a/packages/sylpheed/sylpheed-claws-plugin-gtkhtml2-viewer-0.10.2_2.4.0.bb
+++ /dev/null
@@ -1,6 +0,0 @@
-require sylpheed-claws-extra-plugins.inc
-
-DEPENDS_append = " gtkhtml2"
-
-S = "${WORKDIR}/sylpheed-claws-extra-plugins-${PV}/gtkhtml2_viewer-0.10.2"
-
diff --git a/packages/sylpheed/sylpheed-claws-plugin-maildir-0.24.1_2.3.0.bb b/packages/sylpheed/sylpheed-claws-plugin-maildir-0.24.1_2.3.0.bb
deleted file mode 100644
index 7f5cfca263..0000000000
--- a/packages/sylpheed/sylpheed-claws-plugin-maildir-0.24.1_2.3.0.bb
+++ /dev/null
@@ -1,6 +0,0 @@
-require sylpheed-claws-extra-plugins.inc
-
-DEPENDS_append = " db"
-
-S = "${WORKDIR}/sylpheed-claws-extra-plugins-${PV}/maildir-0.24.1"
-
diff --git a/packages/sylpheed/sylpheed-claws-plugin-maildir-0.24.1_2.4.0.bb b/packages/sylpheed/sylpheed-claws-plugin-maildir-0.24.1_2.4.0.bb
deleted file mode 100644
index 7f5cfca263..0000000000
--- a/packages/sylpheed/sylpheed-claws-plugin-maildir-0.24.1_2.4.0.bb
+++ /dev/null
@@ -1,6 +0,0 @@
-require sylpheed-claws-extra-plugins.inc
-
-DEPENDS_append = " db"
-
-S = "${WORKDIR}/sylpheed-claws-extra-plugins-${PV}/maildir-0.24.1"
-
diff --git a/packages/sylpheed/sylpheed-claws-plugin-mailmbox_1.12.1.bb b/packages/sylpheed/sylpheed-claws-plugin-mailmbox_1.12.1.bb
deleted file mode 100644
index 29ba157c89..0000000000
--- a/packages/sylpheed/sylpheed-claws-plugin-mailmbox_1.12.1.bb
+++ /dev/null
@@ -1,5 +0,0 @@
-require sylpheed-claws-extra-plugins.inc
-
-SRC_URI = "http://www.sylpheed-claws.net/downloads/plugins/mailmbox-1.12.1.tar.gz"
-S = "${WORKDIR}/mailmbox-1.12.1"
-
diff --git a/packages/sylpheed/sylpheed-claws-plugin-rssyl-0.5_2.3.0.bb b/packages/sylpheed/sylpheed-claws-plugin-rssyl-0.5_2.3.0.bb
deleted file mode 100644
index 83346105dc..0000000000
--- a/packages/sylpheed/sylpheed-claws-plugin-rssyl-0.5_2.3.0.bb
+++ /dev/null
@@ -1,6 +0,0 @@
-require sylpheed-claws-extra-plugins.inc
-
-DEPENDS_append = " libxml2 curl glib-2.0 gtk+"
-
-S = "${WORKDIR}/sylpheed-claws-extra-plugins-${PV}/rssyl-0.5"
-
diff --git a/packages/sylpheed/sylpheed-claws-plugin-rssyl-0.6_2.4.0.bb b/packages/sylpheed/sylpheed-claws-plugin-rssyl-0.6_2.4.0.bb
deleted file mode 100644
index fecf8763a2..0000000000
--- a/packages/sylpheed/sylpheed-claws-plugin-rssyl-0.6_2.4.0.bb
+++ /dev/null
@@ -1,6 +0,0 @@
-require sylpheed-claws-extra-plugins.inc
-
-DEPENDS_append = " libxml2 curl glib-2.0 gtk+"
-
-S = "${WORKDIR}/sylpheed-claws-extra-plugins-${PV}/rssyl-0.6"
-
diff --git a/packages/sylpheed/sylpheed-claws_2.3.1.bb b/packages/sylpheed/sylpheed-claws_2.3.1.bb
deleted file mode 100644
index e6231fcc75..0000000000
--- a/packages/sylpheed/sylpheed-claws_2.3.1.bb
+++ /dev/null
@@ -1,34 +0,0 @@
-SECTION = "x11/network"
-DESCRIPTION = "Mail user agent"
-DEPENDS = "gtk+ gpgme libetpan libgnomeprint aspell"
-LICENSE = "GPL"
-PR = "r0"
-
-SRC_URI = "${SOURCEFORGE_MIRROR}/sylpheed-claws/sylpheed-claws-${PV}.tar.bz2"
-
-
-FILES_${PN} = "${bindir} ${datadir}/pixmaps ${datadir}/applications"
-
-EXTRA_OECONF = "--disable-aspell --disable-openssl --disable-aspell-test \
- --disable-dillo-viewer-plugin --with-aspell-prefix=${STAGING_DIR}/${HOST_SYS} \
- --enable-aspell"
-
-CFLAGS += "-D_GNU_SOURCE"
-
-do_configure_prepend() {
- mkdir -p m4
-}
-
-inherit autotools pkgconfig
-
-do_install_append() {
- install -d ${D}${datadir}/applications
- install -m 0644 sylpheed-claws.desktop ${D}${datadir}/applications/
- install -d ${D}${datadir}/pixmaps
- install -m 0644 sylpheed-claws.png ${D}${datadir}/pixmaps/
-}
-
-do_stage () {
- autotools_stage_all
-}
-
diff --git a/packages/sylpheed/sylpheed-claws_2.4.0.bb b/packages/sylpheed/sylpheed-claws_2.4.0.bb
deleted file mode 100644
index e6231fcc75..0000000000
--- a/packages/sylpheed/sylpheed-claws_2.4.0.bb
+++ /dev/null
@@ -1,34 +0,0 @@
-SECTION = "x11/network"
-DESCRIPTION = "Mail user agent"
-DEPENDS = "gtk+ gpgme libetpan libgnomeprint aspell"
-LICENSE = "GPL"
-PR = "r0"
-
-SRC_URI = "${SOURCEFORGE_MIRROR}/sylpheed-claws/sylpheed-claws-${PV}.tar.bz2"
-
-
-FILES_${PN} = "${bindir} ${datadir}/pixmaps ${datadir}/applications"
-
-EXTRA_OECONF = "--disable-aspell --disable-openssl --disable-aspell-test \
- --disable-dillo-viewer-plugin --with-aspell-prefix=${STAGING_DIR}/${HOST_SYS} \
- --enable-aspell"
-
-CFLAGS += "-D_GNU_SOURCE"
-
-do_configure_prepend() {
- mkdir -p m4
-}
-
-inherit autotools pkgconfig
-
-do_install_append() {
- install -d ${D}${datadir}/applications
- install -m 0644 sylpheed-claws.desktop ${D}${datadir}/applications/
- install -d ${D}${datadir}/pixmaps
- install -m 0644 sylpheed-claws.png ${D}${datadir}/pixmaps/
-}
-
-do_stage () {
- autotools_stage_all
-}
-
diff --git a/packages/sylpheed/sylpheed_2.2.7.bb b/packages/sylpheed/sylpheed_2.2.7.bb
deleted file mode 100644
index b22512b32f..0000000000
--- a/packages/sylpheed/sylpheed_2.2.7.bb
+++ /dev/null
@@ -1,32 +0,0 @@
-SECTION = "x11/network"
-DESCRIPTION = "Mail user agent"
-DEPENDS = "gtk+ gpgme gnutls"
-LICENSE = "GPL"
-PR = "r0"
-
-SRC_URI = "http://sylpheed.good-day.net/sylpheed/v2.2/sylpheed-${PV}.tar.bz2 \
- file://sylpheed-2.2.2-libsylph-Makefile-am.patch;patch=1 \
- file://sylpheed-2.2.2-src-Makefile-am.patch;patch=1 \
- file://sylpheed-gnutls_2.2.4.patch;patch=1"
-
-
-FILES_${PN} = "${bindir} ${datadir}/pixmaps ${datadir}/applications"
-FILES_${PN}-doc += "${datadir}"
-
-EXTRA_OECONF = "--disable-ssl --enable-gnutls"
-
-CFLAGS += "-D_GNU_SOURCE"
-
-do_configure_prepend() {
- mkdir -p m4
-}
-
-inherit autotools
-
-do_install_append() {
- install -d ${D}${datadir}/applications
- install -m 0644 sylpheed.desktop ${D}${datadir}/applications/
- install -d ${D}${datadir}/pixmaps
- install -m 0644 sylpheed.png ${D}${datadir}/pixmaps/
-}
-