summaryrefslogtreecommitdiff
path: root/packages/libgee
diff options
context:
space:
mode:
Diffstat (limited to 'packages/libgee')
-rw-r--r--packages/libgee/files/no-tests.patch12
-rw-r--r--packages/libgee/libgee_0.1.4.bb19
2 files changed, 0 insertions, 31 deletions
diff --git a/packages/libgee/files/no-tests.patch b/packages/libgee/files/no-tests.patch
deleted file mode 100644
index d2d20b2c4e..0000000000
--- a/packages/libgee/files/no-tests.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-Index: libgee-0.1.2/Makefile.am
-===================================================================
---- libgee-0.1.2.orig/Makefile.am
-+++ libgee-0.1.2/Makefile.am
-@@ -4,7 +4,6 @@ NULL =
-
- SUBDIRS = \
- gee \
-- tests \
- $(NULL)
-
- pkgconfigdir = $(libdir)/pkgconfig
diff --git a/packages/libgee/libgee_0.1.4.bb b/packages/libgee/libgee_0.1.4.bb
deleted file mode 100644
index 8e3a90599a..0000000000
--- a/packages/libgee/libgee_0.1.4.bb
+++ /dev/null
@@ -1,19 +0,0 @@
-DESCRIPTION = "libgee is a collection library providing GObject-based interfaces \
-and classes for commonly used data structures."
-HOMEPAGE = "http://live.gnome.org/Libgee"
-SECTION = "libs"
-DEPENDS = "glib-2.0"
-LICENSE = "LGPL"
-
-SRC_URI = "ftp://ftp.gnome.org/pub/GNOME/sources/libgee/0.1/libgee-${PV}.tar.bz2 \
- file://no-tests.patch;patch=1"
-
-inherit autotools pkgconfig
-
-do_stage() {
- autotools_stage_all
- install -d ${STAGING_DATADIR}/vala/vapi
- install -m 0644 ${S}/gee/gee-1.0.vapi ${STAGING_DATADIR}/vala/vapi
-}
-
-FILES_${PN} += "${datadir}/vala"