summaryrefslogtreecommitdiff
path: root/packages/eet
diff options
context:
space:
mode:
authornslu2-linux.adm@bkbits.net <nslu2-linux.adm@bkbits.net>2005-05-11 20:39:53 +0000
committernslu2-linux.adm@bkbits.net <nslu2-linux.adm@bkbits.net>2005-05-11 20:39:53 +0000
commit43de653336d3332ea574edca29228e7a931c3886 (patch)
tree7e5f3fba4178899ab1c4cf8143bb0b5d8decf8b8 /packages/eet
parent307aa2ae742c860ce1f9a1d41c568e054ad670a9 (diff)
Merge bk://oe-devel.bkbits.net/openembedded
into bkbits.net:/repos/n/nslu2-linux/openembedded 2005/05/11 21:43:37+02:00 uni-frankfurt.de!mickeyl Merge bk://oe-devel@oe-devel.bkbits.net/openembedded into r2d2.tm.informatik.uni-frankfurt.de:/local/pkg/oe/packages 2005/05/11 18:50:47+02:00 uni-frankfurt.de!mickeyl Merge bk://oe-devel@oe-devel.bkbits.net/openembedded into r2d2.tm.informatik.uni-frankfurt.de:/local/pkg/oe/packages 2005/05/11 18:50:19+02:00 uni-frankfurt.de!mickeyl unbreak ewl and move to using releases 2005/05/11 18:44:46+02:00 uni-frankfurt.de!mickeyl move etox to using releases 2005/05/11 18:41:01+02:00 uni-frankfurt.de!mickeyl unbreak edje and move over to using releases 2005/05/11 18:39:11+02:00 uni-frankfurt.de!mickeyl enable ecore-dbus and ecore-file libraries 2005/05/11 17:57:28+02:00 uni-frankfurt.de!mickeyl unbreak imlib2 and switch to using releases 2005/05/11 17:42:25+02:00 uni-frankfurt.de!mickeyl move embryo to using the release version 2005/05/11 17:39:15+02:00 uni-frankfurt.de!mickeyl move ecore and evas to releases and unbreak it 2005/05/11 17:09:40+02:00 uni-frankfurt.de!mickeyl unbreak edb and eet, move to releases, and remove maintainers that don't maintain BKrev: 42826d99O_aJh416yx1aCKD6PTS1Yw
Diffstat (limited to 'packages/eet')
-rw-r--r--packages/eet/eet-native_0.9.10.007.bb0
-rw-r--r--packages/eet/eet-native_0.9.9.bb18
-rw-r--r--packages/eet/eet_0.9.10.007.bb0
-rw-r--r--packages/eet/eet_0.9.9.bb31
4 files changed, 0 insertions, 49 deletions
diff --git a/packages/eet/eet-native_0.9.10.007.bb b/packages/eet/eet-native_0.9.10.007.bb
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/packages/eet/eet-native_0.9.10.007.bb
diff --git a/packages/eet/eet-native_0.9.9.bb b/packages/eet/eet-native_0.9.9.bb
deleted file mode 100644
index a44287eb55..0000000000
--- a/packages/eet/eet-native_0.9.9.bb
+++ /dev/null
@@ -1,18 +0,0 @@
-DESCRIPTION = "EET is a tiny library designed to write an \
-arbitary set of chunks of data to a file and optionally compress \
-each chunk (very much like a zip file) and allow fast \
-random-access reading of the file later on."
-HOMEPAGE = "http://www.enlightenment.org"
-MAINTAINER = "Carsten Haitzler (Rasterman) <raster@rasterman.com>"
-SECTION = "e/libs"
-PRIORITY = "optional"
-include eet_0.9.9.bb
-inherit native
-DEPENDS = "zlib-native jpeg-native"
-LICENSE = "BSD"
-
-do_stage () {
- install -m 0755 src/bin/.libs/eet ${STAGING_BINDIR}
- oe_libinstall -C src/lib libeet ${STAGING_LIBDIR}/
- install -m 0644 ${S}/src/lib/Eet.h ${STAGING_INCDIR}/
-}
diff --git a/packages/eet/eet_0.9.10.007.bb b/packages/eet/eet_0.9.10.007.bb
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/packages/eet/eet_0.9.10.007.bb
diff --git a/packages/eet/eet_0.9.9.bb b/packages/eet/eet_0.9.9.bb
deleted file mode 100644
index 908235879d..0000000000
--- a/packages/eet/eet_0.9.9.bb
+++ /dev/null
@@ -1,31 +0,0 @@
-DESCRIPTION = "EET is a tiny library designed to write an \
-arbitary set of chunks of data to a file and optionally compress \
-each chunk (very much like a zip file) and allow fast \
-random-access reading of the file later on."
-HOMEPAGE = "http://www.enlightenment.org"
-MAINTAINER = "Carsten Haitzler (Rasterman) <raster@rasterman.com>"
-SECTION = "e/libs"
-PRIORITY = "optional"
-DEPENDS = "zlib jpeg"
-PV = "0.9.9"
-PR = "1"
-LICENSE = "BSD"
-
-do_prepsources () {
- make clean distclean || true
-}
-addtask prepsources after do_fetch before do_unpack
-
-#SRC_URI = "file://./"
-SRC_URI = "cvs://anonymous@cvs.sourceforge.net/cvsroot/enlightenment;module=e17/libs/eet"
-S = "${WORKDIR}/eet"
-
-inherit autotools pkgconfig binconfig
-
-do_stage () {
- oe_libinstall -C src/lib libeet ${STAGING_LIBDIR}/
- install -m 0644 ${S}/src/lib/Eet.h ${STAGING_INCDIR}/
-}
-
-FILES_${PN} = "${libdir}/libeet*.so*"
-FILES_${PN}-dev += "${bindir} ${libdir}/pkgconfig"