diff options
author | Frans Meulenbroeks <fransmeulenbroeks@gmail.com> | 2010-08-15 13:28:08 +0200 |
---|---|---|
committer | Frans Meulenbroeks <fransmeulenbroeks@gmail.com> | 2010-08-15 13:28:08 +0200 |
commit | 7505e9829a881941e5fd92551240f9d4b57b7ba6 (patch) | |
tree | 9e6a0e34b58c968137b243d623232e390c37e81b | |
parent | 6207dc9afc1f2f23c52806f38e539e1596af2e5c (diff) |
gconf-editor: remove old versions
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
-rw-r--r-- | recipes/gnome/gconf-editor_2.22.0.bb | 10 | ||||
-rw-r--r-- | recipes/gnome/gconf-editor_2.24.0.bb | 14 | ||||
-rw-r--r-- | recipes/gnome/gconf-editor_2.26.0.bb | 14 | ||||
-rw-r--r-- | recipes/gnome/gconf-editor_2.28.0.bb | 14 |
4 files changed, 0 insertions, 52 deletions
diff --git a/recipes/gnome/gconf-editor_2.22.0.bb b/recipes/gnome/gconf-editor_2.22.0.bb deleted file mode 100644 index 940b14f8b8..0000000000 --- a/recipes/gnome/gconf-editor_2.22.0.bb +++ /dev/null @@ -1,10 +0,0 @@ -DESCRIPTION = "Editor for the gnome registry" -LICENSE = "GPLv2" -DEPENDS = "gnome-doc-utils gconf" - -inherit gnome gconf - - - -SRC_URI[archive.md5sum] = "7ca99aec214dd855b5de7dacc8937055" -SRC_URI[archive.sha256sum] = "e701134a1f5293070ca7d8d6311468f61e3a9765ebc520fcca6a0a38b214b7dc" diff --git a/recipes/gnome/gconf-editor_2.24.0.bb b/recipes/gnome/gconf-editor_2.24.0.bb deleted file mode 100644 index e48d13a980..0000000000 --- a/recipes/gnome/gconf-editor_2.24.0.bb +++ /dev/null @@ -1,14 +0,0 @@ -DESCRIPTION = "Editor for the gnome registry" -LICENSE = "GPLv2" -DEPENDS = "gnome-doc-utils gconf" - -inherit gnome gconf - -do_configure_prepend() { - sed -i -e s:docs::g ${S}/Makefile.am -} - -FILES_${PN} += "${datadir}/icons" - -SRC_URI[archive.md5sum] = "845321d47b34f6ae19ac7e930c454e3d" -SRC_URI[archive.sha256sum] = "666ba1186b2697c3a99ee943775fbc7a7aa18f3c8cc3d335a2581dea62f812bf" diff --git a/recipes/gnome/gconf-editor_2.26.0.bb b/recipes/gnome/gconf-editor_2.26.0.bb deleted file mode 100644 index b9f7917579..0000000000 --- a/recipes/gnome/gconf-editor_2.26.0.bb +++ /dev/null @@ -1,14 +0,0 @@ -DESCRIPTION = "Editor for the gnome registry" -LICENSE = "GPLv2" -DEPENDS = "gnome-doc-utils gconf" - -inherit gnome gconf - -do_configure_prepend() { - sed -i -e s:docs::g ${S}/Makefile.am -} - -FILES_${PN} += "${datadir}/icons" - -SRC_URI[archive.md5sum] = "2dc76415b22d805cfacfcd5fb98f185c" -SRC_URI[archive.sha256sum] = "2801ff7d595039292850d4f7d87b3f7c950e92dbcb39facfe62c6fb184640e1f" diff --git a/recipes/gnome/gconf-editor_2.28.0.bb b/recipes/gnome/gconf-editor_2.28.0.bb deleted file mode 100644 index 096b5894f1..0000000000 --- a/recipes/gnome/gconf-editor_2.28.0.bb +++ /dev/null @@ -1,14 +0,0 @@ -DESCRIPTION = "Editor for the gnome registry" -LICENSE = "GPLv2" -DEPENDS = "policykit gnome-doc-utils gconf" - -inherit gnome gconf - -SRC_URI[archive.md5sum] = "f3f19df4ce47ca27bf69d355f24ac5ba" -SRC_URI[archive.sha256sum] = "35f5256f1a93e872586bb6b8c81f7ebfdd78ab3edcfa508f59f99f0f75a74839" - -do_configure_prepend() { - sed -i -e s:docs::g ${S}/Makefile.am -} - -FILES_${PN} += "${datadir}/icons" |