aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrans Meulenbroeks <fransmeulenbroeks@gmail.com>2010-08-15 14:51:28 +0200
committerFrans Meulenbroeks <fransmeulenbroeks@gmail.com>2010-08-15 14:51:28 +0200
commit398d6a41d4e6249cb4a154df3ccd04222148125a (patch)
tree2c84079aa025b8ec2d926a03f291b86aea6eeeee
parent579d68f017f09319cea224bc2e95e91a6a62716f (diff)
downloadopenembedded-398d6a41d4e6249cb4a154df3ccd04222148125a.tar.gz
gnome-keyring: remove old versions
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
-rw-r--r--recipes/gnome/gnome-keyring_0.2.1.bb12
-rw-r--r--recipes/gnome/gnome-keyring_0.4.4.bb12
-rw-r--r--recipes/gnome/gnome-keyring_0.6.0.bb11
-rw-r--r--recipes/gnome/gnome-keyring_0.8.1.bb11
-rw-r--r--recipes/gnome/gnome-keyring_2.20.0.bb22
-rw-r--r--recipes/gnome/gnome-keyring_2.24.1.bb26
-rw-r--r--recipes/gnome/gnome-keyring_2.26.0.bb27
7 files changed, 0 insertions, 121 deletions
diff --git a/recipes/gnome/gnome-keyring_0.2.1.bb b/recipes/gnome/gnome-keyring_0.2.1.bb
deleted file mode 100644
index d654b7a1fd..0000000000
--- a/recipes/gnome/gnome-keyring_0.2.1.bb
+++ /dev/null
@@ -1,12 +0,0 @@
-LICENSE = "GPL"
-SECTION = "x11/gnome"
-SRC_URI = "http://ftp.gnome.org/pub/GNOME/sources/${PN}/0.2/${PN}-${PV}.tar.bz2"
-
-inherit autotools pkgconfig
-
-DEPENDS = ""
-
-EXTRA_OECONF = "--disable-gtk-doc"
-
-SRC_URI[md5sum] = "2fe5fb39cc18d1a6792fd3281223dfff"
-SRC_URI[sha256sum] = "1c6d5a1732742469ec32ab7297f3b8eacfc0f4bfae5fdb096b603877dde12612"
diff --git a/recipes/gnome/gnome-keyring_0.4.4.bb b/recipes/gnome/gnome-keyring_0.4.4.bb
deleted file mode 100644
index 1b7c74a0cc..0000000000
--- a/recipes/gnome/gnome-keyring_0.4.4.bb
+++ /dev/null
@@ -1,12 +0,0 @@
-LICENSE = "GPL"
-SECTION = "x11/gnome"
-SRC_URI = "http://ftp.gnome.org/pub/GNOME/sources/${PN}/0.4/${PN}-${PV}.tar.bz2"
-
-inherit autotools pkgconfig
-
-DEPENDS = "gtk+"
-
-EXTRA_OECONF = "--disable-gtk-doc"
-
-SRC_URI[md5sum] = "dc17fa8b04172d3b1993caa6959a7648"
-SRC_URI[sha256sum] = "f6799acf59bc91054c4832e7956cb3126effdf911f746139478dcfa8ec727653"
diff --git a/recipes/gnome/gnome-keyring_0.6.0.bb b/recipes/gnome/gnome-keyring_0.6.0.bb
deleted file mode 100644
index 9c40803c65..0000000000
--- a/recipes/gnome/gnome-keyring_0.6.0.bb
+++ /dev/null
@@ -1,11 +0,0 @@
-LICENSE = "GPL"
-SECTION = "x11/gnome"
-
-inherit gnome
-
-DEPENDS = "gtk+"
-
-EXTRA_OECONF = "--disable-gtk-doc"
-
-SRC_URI[archive.md5sum] = "1e3a3a12b19fc5ebe95363658c2256d8"
-SRC_URI[archive.sha256sum] = "649f2a0d5298b896781d0ac563b8ea1be7f3fe07fd17ea43b0ec0562be47769f"
diff --git a/recipes/gnome/gnome-keyring_0.8.1.bb b/recipes/gnome/gnome-keyring_0.8.1.bb
deleted file mode 100644
index fd32af3951..0000000000
--- a/recipes/gnome/gnome-keyring_0.8.1.bb
+++ /dev/null
@@ -1,11 +0,0 @@
-LICENSE = "GPL"
-SECTION = "x11/gnome"
-
-inherit autotools gnome pkgconfig
-
-DEPENDS = "gtk+"
-
-EXTRA_OECONF = "--disable-gtk-doc"
-
-SRC_URI[archive.md5sum] = "24b15dedcf40c1c60d0fb989370d80ff"
-SRC_URI[archive.sha256sum] = "ad28558e2c0e5496cdfec3f8badf84d64af3aebc3fc9f5632066591e20ce3943"
diff --git a/recipes/gnome/gnome-keyring_2.20.0.bb b/recipes/gnome/gnome-keyring_2.20.0.bb
deleted file mode 100644
index 5e3af8d3ad..0000000000
--- a/recipes/gnome/gnome-keyring_2.20.0.bb
+++ /dev/null
@@ -1,22 +0,0 @@
-LICENSE = "GPL"
-SECTION = "x11/gnome"
-
-PR = "r3"
-
-inherit autotools gnome pkgconfig
-
-DEPENDS = "gtk+ libgcrypt"
-
-EXTRA_OECONF = "--disable-gtk-doc"
-
-SRC_URI += "file://org.gnome.keyring.service"
-
-do_install_append () {
- install -d ${D}${datadir}/dbus-1/services
- install -m 0644 ${WORKDIR}/org.gnome.keyring.service ${D}${datadir}/dbus-1/services
-}
-
-FILES_${PN} += "${datadir}/dbus-1/services"
-
-SRC_URI[archive.md5sum] = "effc946bf3fa05d70b1251801383efd2"
-SRC_URI[archive.sha256sum] = "6fadcd85a16672381857de0e1cf2b6fe16ec3393931f92427deb13153eeabe1c"
diff --git a/recipes/gnome/gnome-keyring_2.24.1.bb b/recipes/gnome/gnome-keyring_2.24.1.bb
deleted file mode 100644
index bab91780cc..0000000000
--- a/recipes/gnome/gnome-keyring_2.24.1.bb
+++ /dev/null
@@ -1,26 +0,0 @@
-LICENSE = "GPL"
-SECTION = "x11/gnome"
-
-inherit autotools gnome pkgconfig
-
-PR = "r2"
-
-DEPENDS = "gtk+ libtasn1 libgcrypt gconf"
-
-EXTRA_OECONF = "--disable-gtk-doc"
-
-SRC_URI += "file://tasn.m4 file://org.gnome.keyring.service"
-
-do_configure_prepend() {
- cp ${WORKDIR}/tasn.m4 acinclude.m4
-}
-
-do_install_append () {
- install -d ${D}${datadir}/dbus-1/services
- install -m 0644 ${WORKDIR}/org.gnome.keyring.service ${D}${datadir}/dbus-1/services
-}
-
-FILES_${PN} += "${datadir}/dbus-1/services"
-
-SRC_URI[archive.md5sum] = "aa5552dc129f3509ee39145b7f0bf977"
-SRC_URI[archive.sha256sum] = "3c9eb7f45dd0026340635b9e1ee18c36a47541610aa5a7ef604ca645aa4763f9"
diff --git a/recipes/gnome/gnome-keyring_2.26.0.bb b/recipes/gnome/gnome-keyring_2.26.0.bb
deleted file mode 100644
index d1ca1e7384..0000000000
--- a/recipes/gnome/gnome-keyring_2.26.0.bb
+++ /dev/null
@@ -1,27 +0,0 @@
-LICENSE = "GPL"
-SECTION = "x11/gnome"
-
-inherit autotools gnome pkgconfig
-
-DEPENDS = " libpam gconf gtk+ libtasn1 libtasn1-native libgcrypt"
-
-EXTRA_OECONF = "--disable-gtk-doc"
-
-SRC_URI += "file://tasn.m4 file://org.gnome.keyring.service"
-
-do_configure_prepend() {
- cp ${WORKDIR}/tasn.m4 acinclude.m4
-}
-
-do_install_append () {
- install -d ${D}${datadir}/dbus-1/services
- install -m 0644 ${WORKDIR}/org.gnome.keyring.service ${D}${datadir}/dbus-1/services
-}
-
-FILES_${PN} += "${datadir}/dbus-1/services ${datadir}/gcr"
-PACKAGES =+ "gnome-keyring-pam-plugin"
-FILES_gnome-keyring-pam-plugin = "${libdir}/security/*.so"
-FILES_${PN}-dbg += "${libdir}/gnome-keyring/*/.debug ${libdir}/security/.debug"
-
-SRC_URI[archive.md5sum] = "0395fcf79b990465030a2795dcddacb9"
-SRC_URI[archive.sha256sum] = "7acda11db2eb07b2f68a1a506203fe95141954acb10c394850418fd04ed80a07"