diff options
author | Roman I Khimov <khimov@altell.ru> | 2010-08-05 08:44:47 +0400 |
---|---|---|
committer | Roman I Khimov <khimov@altell.ru> | 2010-08-05 08:44:47 +0400 |
commit | 7fe3d2f8ac8af009170ea03d81b87a77c4898506 (patch) | |
tree | 9cb5b1a40ae690251d91e22fffb12700b5c3d37e /recipes | |
parent | 38da3c44d646def138d689fdada1ff84041a6fdc (diff) |
libgpg-error: remove versions 0.6 and 0.7
* dated November 2003 and March 2004 respectively
* unstable releases even back then
* not pinned by any public distro
* version 0.6 has legacy staging
Signed-off-by: Roman I Khimov <khimov@altell.ru>
Diffstat (limited to 'recipes')
-rw-r--r-- | recipes/libgpg-error/libgpg-error-0.7/pkgconfig.patch | 50 | ||||
-rw-r--r-- | recipes/libgpg-error/libgpg-error_0.6.bb | 26 | ||||
-rw-r--r-- | recipes/libgpg-error/libgpg-error_0.7.bb | 9 |
3 files changed, 0 insertions, 85 deletions
diff --git a/recipes/libgpg-error/libgpg-error-0.7/pkgconfig.patch b/recipes/libgpg-error/libgpg-error-0.7/pkgconfig.patch deleted file mode 100644 index f8509cc549..0000000000 --- a/recipes/libgpg-error/libgpg-error-0.7/pkgconfig.patch +++ /dev/null @@ -1,50 +0,0 @@ - -# -# Patch managed by http://www.mn-logistik.de/unsupported/pxa250/patcher -# - ---- libgpg-error-0.7/configure.ac~pkgconfig 2004-03-07 09:46:24.000000000 -0600 -+++ libgpg-error-0.7/configure.ac 2004-07-15 18:50:43.000000000 -0500 -@@ -83,6 +83,7 @@ - AC_SUBST(GPG_ERROR_CONFIG_LIBS) - AC_SUBST(GPG_ERROR_CONFIG_CFLAGS) - AC_CONFIG_FILES([src/gpg-error-config], [chmod +x src/gpg-error-config]) -+AC_CONFIG_FILES([src/gpg-error.pc]) - - # Checks for library functions. - AC_CONFIG_FILES([Makefile]) ---- libgpg-error-0.7/src/Makefile.am~pkgconfig 2004-03-01 17:13:26.000000000 -0600 -+++ libgpg-error-0.7/src/Makefile.am 2004-07-15 18:51:43.000000000 -0500 -@@ -24,7 +24,8 @@ - mkerrnos.awk errnos.in \ - mkerrcodes.awk mkerrcodes1.awk mkerrcodes2.awk mkerrcodes.c \ - mkheader.awk gpg-error.h.in \ -- err-sources.h err-codes.h gpg-error-config.in gpg-error.m4 -+ err-sources.h err-codes.h gpg-error-config.in gpg-error.m4 \ -+ gpg-error.pc.in - BUILT_SOURCES = err-sources.h err-codes.h code-to-errno.h code-from-errno.h \ - err-sources-sym.h err-codes-sym.h errnos-sym.h gpg-error.h - CLEANFILES = err-sources.h err-codes.h code-to-errno.h code-from-errno.h \ -@@ -35,6 +36,9 @@ - m4datadir = $(datadir)/aclocal - m4data_DATA = gpg-error.m4 - -+pkgconfigdir = $(libdir)/pkgconfig -+pkgconfig_DATA = gpg-error.pc -+ - include_HEADERS = gpg-error.h - - lib_LTLIBRARIES = libgpg-error.la ---- /dev/null 2004-06-02 16:28:12.000000000 -0500 -+++ libgpg-error-0.7/src/gpg-error.pc.in 2004-07-15 18:53:48.000000000 -0500 -@@ -0,0 +1,10 @@ -+prefix=@prefix@ -+exec_prefix=@exec_prefix@ -+libdir=@libdir@ -+includedir=@includedir@ -+ -+Name: gpg-error -+Description: a library that defines common error values for all GnuPG components -+Version: @VERSION@ -+Libs: -L{libdir} -lgpg-error -+Cflags: -I${includedir} diff --git a/recipes/libgpg-error/libgpg-error_0.6.bb b/recipes/libgpg-error/libgpg-error_0.6.bb deleted file mode 100644 index 5ce4a919ca..0000000000 --- a/recipes/libgpg-error/libgpg-error_0.6.bb +++ /dev/null @@ -1,26 +0,0 @@ -DESCRIPTION = "GPG-Error library" -SECTION = "libs" -PRIORITY = "optional" -LICENSE = "GPL LGPL FDL" -INC_PR = "r7" -PR = "${INC_PR}.1" - -SRC_URI = "ftp://ftp.gnupg.org/gcrypt/alpha/libgpg-error/libgpg-error-${PV}.tar.gz" - -inherit autotools binconfig - -do_stage() { - oe_libinstall -so -C src libgpg-error ${STAGING_LIBDIR} - install -d ${STAGING_BINDIR_CROSS}/ - install -m 0755 src/gpg-error-config ${STAGING_BINDIR_CROSS}/ - - install -d ${STAGING_INCDIR}/ - for X in gpg-error.h - do - install -m 0644 src/${X} ${STAGING_INCDIR}/${X} - done - -} - -SRC_URI[md5sum] = "516623893401d391b6c346cba543681d" -SRC_URI[sha256sum] = "32fe6ccae632a2d6ede51477dbdd5b39a0816510031bae0b5e5059099044a58c"
\ No newline at end of file diff --git a/recipes/libgpg-error/libgpg-error_0.7.bb b/recipes/libgpg-error/libgpg-error_0.7.bb deleted file mode 100644 index 947d4f2478..0000000000 --- a/recipes/libgpg-error/libgpg-error_0.7.bb +++ /dev/null @@ -1,9 +0,0 @@ -require libgpg-error.inc - -PR = "${INC_PR}.1" - -SRC_URI = "ftp://ftp.gnupg.org/gcrypt/alpha/libgpg-error/libgpg-error-${PV}.tar.gz \ - file://pkgconfig.patch" - -SRC_URI[md5sum] = "5340fa28c365049c995996e8dc0f880c" -SRC_URI[sha256sum] = "e8eb2c3a844a080144cbb994118e5110b08bc0f608f8c3f2f1977211167bda76" |