From 50cd5ca75a2896fa1bdbf41a7bd4088247205727 Mon Sep 17 00:00:00 2001 From: Carsten Haitzler Date: Wed, 28 Jun 2006 07:20:18 +0000 Subject: [PATCH] remove openembedde pkg info - old and dead SVN revision: 23615 --- legacy/ecore/Makefile.am | 4 -- legacy/ecore/configure.in | 4 -- legacy/ecore/ecore-native.oe.in | 24 -------- legacy/ecore/ecore.bb.in | 58 -------------------- legacy/ecore/ecore.oe.in | 58 -------------------- legacy/ecore/ecoreXnative.bb.in | 24 -------- legacy/edje/edje-native.oe | 26 --------- legacy/edje/edje.bb | 39 ------------- legacy/edje/edje.oe | 39 ------------- legacy/edje/edjeXnative.bb | 26 --------- legacy/eet/Makefile.am | 4 -- legacy/eet/configure.in | 4 -- legacy/eet/eet-native.oe.in | 17 ------ legacy/eet/eet.bb.in | 29 ---------- legacy/eet/eet.oe.in | 29 ---------- legacy/eet/eetXnative.bb.in | 17 ------ legacy/embryo/Makefile.am | 4 -- legacy/embryo/configure.in | 4 -- legacy/embryo/embryo-native.oe.in | 16 ------ legacy/embryo/embryo.bb.in | 32 ----------- legacy/embryo/embryo.oe.in | 32 ----------- legacy/embryo/embryoXnative.bb.in | 16 ------ legacy/evas/Makefile.am | 4 -- legacy/evas/configure.in | 4 -- legacy/evas/evas-native.oe.in | 20 ------- legacy/evas/evas.bb.in | 91 ------------------------------- legacy/evas/evas.oe.in | 91 ------------------------------- legacy/evas/evasXnative.bb.in | 20 ------- 28 files changed, 736 deletions(-) delete mode 100644 legacy/ecore/ecore-native.oe.in delete mode 100644 legacy/ecore/ecore.bb.in delete mode 100644 legacy/ecore/ecore.oe.in delete mode 100644 legacy/ecore/ecoreXnative.bb.in delete mode 100644 legacy/edje/edje-native.oe delete mode 100644 legacy/edje/edje.bb delete mode 100644 legacy/edje/edje.oe delete mode 100644 legacy/edje/edjeXnative.bb delete mode 100644 legacy/eet/eet-native.oe.in delete mode 100644 legacy/eet/eet.bb.in delete mode 100644 legacy/eet/eet.oe.in delete mode 100644 legacy/eet/eetXnative.bb.in delete mode 100644 legacy/embryo/embryo-native.oe.in delete mode 100644 legacy/embryo/embryo.bb.in delete mode 100644 legacy/embryo/embryo.oe.in delete mode 100644 legacy/embryo/embryoXnative.bb.in delete mode 100644 legacy/evas/evas-native.oe.in delete mode 100644 legacy/evas/evas.bb.in delete mode 100644 legacy/evas/evas.oe.in delete mode 100644 legacy/evas/evasXnative.bb.in diff --git a/legacy/ecore/Makefile.am b/legacy/ecore/Makefile.am index 7fd54b3547..3de814535e 100644 --- a/legacy/ecore/Makefile.am +++ b/legacy/ecore/Makefile.am @@ -10,8 +10,6 @@ MAINTAINERCLEANFILES = Makefile.in aclocal.m4 config.guess \ README \ ecore.pc \ ecore.spec \ - ecore.oe ecore-native.oe \ - ecore.bb ecoreXnative.bb \ debian/changelog bin_SCRIPTS = ecore-config @@ -21,8 +19,6 @@ EXTRA_DIST = AUTHORS COPYING COPYING-PLAIN ecore.c.in gendoc ecore.supp ecore.m4 ecore.pc.in \ ecore.pc.in \ ecore.spec.in ecore.spec \ - ecore.oe.in ecore.oe ecore-native.oe.in ecore-native.oe \ - ecore.bb.in ecore.bb ecoreXnative.bb.in ecoreXnative.bb \ debian/changelog \ debian/changelog.in \ debian/control \ diff --git a/legacy/ecore/configure.in b/legacy/ecore/configure.in index 58abf281d0..17834bc123 100644 --- a/legacy/ecore/configure.in +++ b/legacy/ecore/configure.in @@ -1269,10 +1269,6 @@ examples/Makefile ecore-config README ecore.spec -ecore.oe -ecore-native.oe -ecore.bb -ecoreXnative.bb debian/changelog ],[ chmod +x ecore-config diff --git a/legacy/ecore/ecore-native.oe.in b/legacy/ecore/ecore-native.oe.in deleted file mode 100644 index eb245fb01b..0000000000 --- a/legacy/ecore/ecore-native.oe.in +++ /dev/null @@ -1,24 +0,0 @@ -DESCRIPTION = "Ecore is the core event abstraction layer for the \ -enlightenment foundation libraries. It makes makes doing selections, drag \ -and drop, event loops, timeouts and idle handlers fast, optimized, and \ -convenient." -HOMEPAGE = "http://www.enlightenment.org" -MAINTAINER = "Carsten Haitzler (Rasterman) " -SECTION = "e/libs" -PRIORITY = "optional" -include ecore.oe -inherit native -DEPENDS = "eet-native evas-native" - -export EET_CONFIG = "${STAGING_BINDIR}/eet-config-native" -export EVAS_CONFIG = "${STAGING_BINDIR}/evas-config-native" - -do_stage () { - for p in ${parts}; do - dir=`echo $p|tr A-Z a-z` - install -m 0644 ${S}/src/lib/$dir/$p.h ${STAGING_INCDIR}/ - oe_libinstall -C src/lib/$dir lib$dir ${STAGING_LIBDIR}/ - done - install -m 0644 ${S}/src/lib/ecore/Ecore_Data.h ${STAGING_INCDIR}/ - install -m 0644 ${S}/ecore.m4 ${STAGING_DATADIR}/aclocal/ -} diff --git a/legacy/ecore/ecore.bb.in b/legacy/ecore/ecore.bb.in deleted file mode 100644 index 6df234cad4..0000000000 --- a/legacy/ecore/ecore.bb.in +++ /dev/null @@ -1,58 +0,0 @@ -DESCRIPTION = "Ecore is the core event abstraction layer for the \ -enlightenment foundation libraries. It makes makes doing selections, drag \ -and drop, event loops, timeouts and idle handlers fast, optimized, and \ -convenient." -HOMEPAGE = "http://www.enlightenment.org" -MAINTAINER = "Carsten Haitzler (Rasterman) " -SECTION = "e/libs" -PRIORITY = "optional" -DEPENDS = "eet evas diet-x11 xserver-kdrive" -PR = "@VERSION@" -PR = "1" - -do_prepsources () { - make clean distclean || true -} -addtask prepsources after do_fetch before do_unpack - -SRC_URI = "file://./" -S = "${WORKDIR}/ecore" - -inherit autotools binconfig - -export EET_CONFIG = "${STAGING_BINDIR}/eet-config" -export EVAS_CONFIG = "${STAGING_BINDIR}/evas-config" - -EXTRA_OECONF = "--enable-ecore-fb \ - --enable-ecore-job \ - --enable-ecore-evas \ - --enable-ecore-evas-fb \ - --enable-ecore-evas-x \ - --disable-ecore-evas-gl \ - --enable-ecore-con \ - --enable-ecore-ipc \ - --enable-ecore-txt \ - --enable-ecore-x \ - --enable-ecore-config \ - --disable-openssl" - -parts = "Ecore Ecore_Job \ - Ecore_Txt Ecore_Fb Ecore_Con \ - Ecore_Ipc Ecore_Evas Ecore_Config \ - Ecore_X" - -do_stage () { - for p in ${parts}; do - dir=`echo $p|tr A-Z a-z` - install -m 0644 ${S}/src/lib/$dir/$p.h ${STAGING_INCDIR}/ - oe_libinstall -C src/lib/$dir lib$dir ${STAGING_LIBDIR}/ - done - install -m 0644 ${S}/src/lib/ecore/Ecore_Data.h ${STAGING_INCDIR}/ - install -m 0644 ${S}/ecore.m4 ${STAGING_DATADIR}/aclocal/ -} - -PACKAGES += "ecore-examples" - -FILES_${PN} = "${libdir}/libecore*.so* ${libdir}/ecore_config_ipc_ecore.so" -FILES_${PN}-dev += "${bindir}/ecore-config ${libdir}/pkgconfig" -FILES_${PN}-examples = "${bindir}/ecore_test ${bindir}/ecore_evas_test ${datadir}" diff --git a/legacy/ecore/ecore.oe.in b/legacy/ecore/ecore.oe.in deleted file mode 100644 index f6c957106f..0000000000 --- a/legacy/ecore/ecore.oe.in +++ /dev/null @@ -1,58 +0,0 @@ -DESCRIPTION = "Ecore is the core event abstraction layer for the \ -enlightenment foundation libraries. It makes makes doing selections, drag \ -and drop, event loops, timeouts and idle handlers fast, optimized, and \ -convenient." -HOMEPAGE = "http://www.enlightenment.org" -MAINTAINER = "Carsten Haitzler (Rasterman) " -SECTION = "e/libs" -PRIORITY = "optional" -DEPENDS = "eet evas" -PR = "@VERSION@" -PR = "1" - -do_prepsources () { - make clean distclean || true -} -addtask prepsources after do_fetch before do_unpack - -SRC_URI = "file://./" -S = "${WORKDIR}/ecore" - -inherit autotools binconfig - -export EET_CONFIG = "${STAGING_BINDIR}/eet-config" -export EVAS_CONFIG = "${STAGING_BINDIR}/evas-config" - -EXTRA_OECONF = "--enable-ecore-fb \ - --enable-ecore-job \ - --enable-ecore-evas \ - --enable-ecore-evas-fb \ - --enable-ecore-evas-x \ - --disable-ecore-evas-gl \ - --enable-ecore-con \ - --enable-ecore-ipc \ - --enable-ecore-txt \ - --enable-ecore-x \ - --enable-ecore-config \ - --disable-openssl" - -parts = "Ecore Ecore_Job \ - Ecore_Txt Ecore_Fb Ecore_Con \ - Ecore_Ipc Ecore_Evas Ecore_Config \ - Ecore_X" - -do_stage () { - for p in ${parts}; do - dir=`echo $p|tr A-Z a-z` - install -m 0644 ${S}/src/lib/$dir/$p.h ${STAGING_INCDIR}/ - oe_libinstall -C src/lib/$dir lib$dir ${STAGING_LIBDIR}/ - done - install -m 0644 ${S}/src/lib/ecore/Ecore_Data.h ${STAGING_INCDIR}/ - install -m 0644 ${S}/ecore.m4 ${STAGING_DATADIR}/aclocal/ -} - -PACKAGES += "ecore-examples" - -FILES_${PN} = "${libdir}/libecore*.so* ${libdir}/ecore_config_ipc_ecore.so" -FILES_${PN}-dev += "${bindir}/ecore-config ${libdir}/pkgconfig" -FILES_${PN}-examples = "${bindir}/ecore_test ${bindir}/ecore_evas_test ${datadir}" diff --git a/legacy/ecore/ecoreXnative.bb.in b/legacy/ecore/ecoreXnative.bb.in deleted file mode 100644 index eb245fb01b..0000000000 --- a/legacy/ecore/ecoreXnative.bb.in +++ /dev/null @@ -1,24 +0,0 @@ -DESCRIPTION = "Ecore is the core event abstraction layer for the \ -enlightenment foundation libraries. It makes makes doing selections, drag \ -and drop, event loops, timeouts and idle handlers fast, optimized, and \ -convenient." -HOMEPAGE = "http://www.enlightenment.org" -MAINTAINER = "Carsten Haitzler (Rasterman) " -SECTION = "e/libs" -PRIORITY = "optional" -include ecore.oe -inherit native -DEPENDS = "eet-native evas-native" - -export EET_CONFIG = "${STAGING_BINDIR}/eet-config-native" -export EVAS_CONFIG = "${STAGING_BINDIR}/evas-config-native" - -do_stage () { - for p in ${parts}; do - dir=`echo $p|tr A-Z a-z` - install -m 0644 ${S}/src/lib/$dir/$p.h ${STAGING_INCDIR}/ - oe_libinstall -C src/lib/$dir lib$dir ${STAGING_LIBDIR}/ - done - install -m 0644 ${S}/src/lib/ecore/Ecore_Data.h ${STAGING_INCDIR}/ - install -m 0644 ${S}/ecore.m4 ${STAGING_DATADIR}/aclocal/ -} diff --git a/legacy/edje/edje-native.oe b/legacy/edje/edje-native.oe deleted file mode 100644 index a9cf988b41..0000000000 --- a/legacy/edje/edje-native.oe +++ /dev/null @@ -1,26 +0,0 @@ -DESCRIPTION = "Edje is a graphical layout and animation library for animated \ -resizable, compressed and scalable themes." -HOMEPAGE = "http://www.enlightenment.org" -MAINTAINER = "Carsten Haitzler (Rasterman) " -SECTION = "e/libs" -PRIORITY = "optional" -include edje.oe -inherit native -DEPENDS = "evas-native ecore-native embryo-native eet-native" - -EXTRA_OECONF = "--enable-fb-only" - -export EDB_CONFIG = "${STAGING_BINDIR}/edb-config-native" -export EET_CONFIG = "${STAGING_BINDIR}/eet-config-native" -export FREETYPE_CONFIG = "${STAGING_BINDIR}/freetype-config-native" -export EVAS_CONFIG = "${STAGING_BINDIR}/evas-config-native" -export ECORE_CONFIG = "${STAGING_BINDIR}/ecore-config-native" -export EMBRYO_CONFIG = "${STAGING_BINDIR}/embryo-config-native" - -do_stage() { - for i in edje edje_ls edje_cc; do - install -m 0755 src/bin/$i ${STAGING_BINDIR} - done - oe_libinstall -C src/lib libedje ${STAGING_LIBDIR}/ -} - diff --git a/legacy/edje/edje.bb b/legacy/edje/edje.bb deleted file mode 100644 index 3b1b00693f..0000000000 --- a/legacy/edje/edje.bb +++ /dev/null @@ -1,39 +0,0 @@ -DESCRIPTION = "Edje is a graphical layout and animation library for animated \ -resizable, compressed and scalable themes." -HOMEPAGE = "http://www.enlightenment.org" -MAINTAINER = "Carsten Haitzler (Rasterman) " -SECTION = "e/libs" -PRIORITY = "optional" -DEPENDS = "evas ecore embryo eet" -PV = "0.5.0" -PR = "1" - -do_prepsources () { - make clean distclean || true -} -addtask prepsources after do_fetch before do_unpack - -SRC_URI = "file://./" -S = "${WORKDIR}/edje" - -inherit autotools pkgconfig binconfig - -export EET_CONFIG = "${STAGING_BINDIR}/eet-config" -export EVAS_CONFIG = "${STAGING_BINDIR}/evas-config" -export ECORE_CONFIG = "${STAGING_BINDIR}/ecore-config" -export EMBRYO_CONFIG = "${STAGING_BINDIR}/embryo-config" - -LEAD_SONAME = "libedje.so" - -do_stage () { - oe_libinstall -C src/lib libedje ${STAGING_LIBDIR}/ - install -m 0644 ${S}/src/lib/Edje.h ${STAGING_INCDIR}/ -} - -PACKAGES += "edje-tools edje-compiler" - -FILES_${PN} = "${libdir}/libedje*.so*" -FILES_${PN}-dev += "${bindir}/edje-config ${libdir}/pkgconfig" -FILES_${PN}-compiler = "${bindir}/edje_cc ${datadir}/edje/include" -FILES_${PN}-tools = "${bindir}/edje ${bindir}/edje_ls ${datadir}/edje/data/test" - diff --git a/legacy/edje/edje.oe b/legacy/edje/edje.oe deleted file mode 100644 index 2439bb8ca9..0000000000 --- a/legacy/edje/edje.oe +++ /dev/null @@ -1,39 +0,0 @@ -DESCRIPTION = "Edje is a graphical layout and animation library for animated \ -resizable, compressed and scalable themes." -HOMEPAGE = "http://www.enlightenment.org" -MAINTAINER = "Carsten Haitzler (Rasterman) " -SECTION = "e/libs" -PRIORITY = "optional" -DEPENDS = "evas ecore embryo eet" -PV = "0.5.0" -PR = "1" - -do_prepsources () { - make clean distclean || true -} -addtask prepsources after do_fetch before do_unpack - -SRC_URI = "file://./" -S = "${WORKDIR}/edje" - -inherit autotools pkgconfig binconfig - -export EET_CONFIG = "${STAGING_BINDIR}/eet-config" -export EVAS_CONFIG = "${STAGING_BINDIR}/evas-config" -export ECORE_CONFIG = "${STAGING_BINDIR}/ecore-config" -export EMBRYO_CONFIG = "${STAGING_BINDIR}/embryo-config" - -LEAD_SONAME = "libedje.so" - -do_stage () { - oe_libinstall -C src/lib libedje ${STAGING_LIBDIR}/ - install -m 0644 ${S}/src/lib/Edje.h ${STAGING_INCDIR}/ -} - -PACKAGES += "edje-tools edje-compiler" - -FILES_${PN} = "${libdir}/libedje*.so*" -FILES_${PN}-dev += "${bindir}/edje-config ${libdir}/pkgconfig" -FILES_${PN}-compiler = "${bindir}/edje_cc ${datadir}/edje/data/include" -FILES_${PN}-tools = "${bindir}/edje ${bindir}/edje_ls ${datadir}/edje/data/test" - diff --git a/legacy/edje/edjeXnative.bb b/legacy/edje/edjeXnative.bb deleted file mode 100644 index a9cf988b41..0000000000 --- a/legacy/edje/edjeXnative.bb +++ /dev/null @@ -1,26 +0,0 @@ -DESCRIPTION = "Edje is a graphical layout and animation library for animated \ -resizable, compressed and scalable themes." -HOMEPAGE = "http://www.enlightenment.org" -MAINTAINER = "Carsten Haitzler (Rasterman) " -SECTION = "e/libs" -PRIORITY = "optional" -include edje.oe -inherit native -DEPENDS = "evas-native ecore-native embryo-native eet-native" - -EXTRA_OECONF = "--enable-fb-only" - -export EDB_CONFIG = "${STAGING_BINDIR}/edb-config-native" -export EET_CONFIG = "${STAGING_BINDIR}/eet-config-native" -export FREETYPE_CONFIG = "${STAGING_BINDIR}/freetype-config-native" -export EVAS_CONFIG = "${STAGING_BINDIR}/evas-config-native" -export ECORE_CONFIG = "${STAGING_BINDIR}/ecore-config-native" -export EMBRYO_CONFIG = "${STAGING_BINDIR}/embryo-config-native" - -do_stage() { - for i in edje edje_ls edje_cc; do - install -m 0755 src/bin/$i ${STAGING_BINDIR} - done - oe_libinstall -C src/lib libedje ${STAGING_LIBDIR}/ -} - diff --git a/legacy/eet/Makefile.am b/legacy/eet/Makefile.am index 1bcaab9e2e..df9c03b746 100644 --- a/legacy/eet/Makefile.am +++ b/legacy/eet/Makefile.am @@ -8,8 +8,6 @@ MAINTAINERCLEANFILES = Makefile.in aclocal.m4 config.guess \ README \ eet.pc \ eet.spec \ - eet.oe eet-native.oe \ - eet.bb eetXnative.bb \ debian/changelog bin_SCRIPTS = eet-config @@ -18,8 +16,6 @@ EXTRA_DIST = AUTHORS COPYING COPYING-PLAIN eet.c.in \ README.in README \ eet.pc.in \ eet.spec.in eet.spec \ - eet.oe.in eet.oe eet-native.oe.in eet-native.oe \ - eet.bb.in eet.bb eetXnative.bb.in eetXnative.bb \ debian/changelog \ debian/changelog.in \ debian/control \ diff --git a/legacy/eet/configure.in b/legacy/eet/configure.in index 0ea8fccf0f..f75eb64ff2 100644 --- a/legacy/eet/configure.in +++ b/legacy/eet/configure.in @@ -157,10 +157,6 @@ src/bin/Makefile eet-config README eet.spec -eet.oe -eet-native.oe -eet.bb -eetXnative.bb debian/changelog ],[ chmod +x eet-config diff --git a/legacy/eet/eet-native.oe.in b/legacy/eet/eet-native.oe.in deleted file mode 100644 index bce9f86585..0000000000 --- a/legacy/eet/eet-native.oe.in +++ /dev/null @@ -1,17 +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) " -SECTION = "e/libs" -PRIORITY = "optional" -include eet.oe -inherit native -DEPENDS = "zlib-native jpeg-native" - -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/legacy/eet/eet.bb.in b/legacy/eet/eet.bb.in deleted file mode 100644 index 1001fbea6f..0000000000 --- a/legacy/eet/eet.bb.in +++ /dev/null @@ -1,29 +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) " -SECTION = "e/libs" -PRIORITY = "optional" -DEPENDS = "zlib jpeg" -PV = "@VERSION@" -PR = "1" - -do_prepsources () { - make clean distclean || true -} -addtask prepsources after do_fetch before do_unpack - -SRC_URI = "file://./" -S = "${WORKDIR}/eet" - -inherit autotools pkgconfig binconfig - -do_stage () { - bb_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" diff --git a/legacy/eet/eet.oe.in b/legacy/eet/eet.oe.in deleted file mode 100644 index defceb669c..0000000000 --- a/legacy/eet/eet.oe.in +++ /dev/null @@ -1,29 +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) " -SECTION = "e/libs" -PRIORITY = "optional" -DEPENDS = "zlib jpeg" -PV = "@VERSION@" -PR = "1" - -do_prepsources () { - make clean distclean || true -} -addtask prepsources after do_fetch before do_unpack - -SRC_URI = "file://./" -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" diff --git a/legacy/eet/eetXnative.bb.in b/legacy/eet/eetXnative.bb.in deleted file mode 100644 index 0355e19247..0000000000 --- a/legacy/eet/eetXnative.bb.in +++ /dev/null @@ -1,17 +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) " -SECTION = "e/libs" -PRIORITY = "optional" -include eet.bb -inherit native -DEPENDS = "zlib-native jpeg-native" - -do_stage () { - install -m 0755 src/bin/.libs/eet ${STAGING_BINDIR} - bb_libinstall -C src/lib libeet ${STAGING_LIBDIR}/ - install -m 0644 ${S}/src/lib/Eet.h ${STAGING_INCDIR}/ -} diff --git a/legacy/embryo/Makefile.am b/legacy/embryo/Makefile.am index e51a57f8fe..09b065d1ea 100644 --- a/legacy/embryo/Makefile.am +++ b/legacy/embryo/Makefile.am @@ -8,8 +8,6 @@ MAINTAINERCLEANFILES = Makefile.in aclocal.m4 config.guess \ README \ embryo.pc \ embryo.spec \ - embryo.oe embryo-native.oe \ - embryo.bb embryoXnative.bb \ debian/changelog bin_SCRIPTS = embryo-config @@ -19,8 +17,6 @@ EXTRA_DIST = README AUTHORS COPYING COPYING-PLAIN embryo.c.in gendoc \ README.in README \ embryo.pc.in \ embryo.spec.in embryo.spec \ - embryo.oe.in embryo.oe embryo-native.oe.in embryo-native.oe \ - embryo.bb.in embryo.bb embryoXnative.bb.in embryoXnative.bb \ debian/changelog \ debian/changelog.in \ debian/compat \ diff --git a/legacy/embryo/configure.in b/legacy/embryo/configure.in index c153efb252..17967f7b77 100644 --- a/legacy/embryo/configure.in +++ b/legacy/embryo/configure.in @@ -109,10 +109,6 @@ src/bin/Makefile embryo-config README embryo.spec -embryo.oe -embryo-native.oe -embryo.bb -embryoXnative.bb debian/changelog ],[ chmod +x embryo-config diff --git a/legacy/embryo/embryo-native.oe.in b/legacy/embryo/embryo-native.oe.in deleted file mode 100644 index 0d30784512..0000000000 --- a/legacy/embryo/embryo-native.oe.in +++ /dev/null @@ -1,16 +0,0 @@ -DESCRIPTION = "Embryo is a tiny library designed to provide a virutal \ -machine system for executing small pieces of code logic very quickly." -HOMEPAGE = "http://www.enlightenment.org" -MAINTAINER = "Carsten Haitzler (Rasterman) " -SECTION = "e/libs" -PRIORITY = "optional" -include embryo.oe -inherit native -DEPENDS = "" - -do_stage () { - install -m 0755 src/bin/.libs/embryo ${STAGING_BINDIR} - install -m 0755 src/bin/embryo_cc ${STAGING_BINDIR} - oe_libinstall -C src/lib libembryo ${STAGING_LIBDIR}/ - install -m 0644 ${S}/src/lib/Embryo.h ${STAGING_INCDIR}/ -} diff --git a/legacy/embryo/embryo.bb.in b/legacy/embryo/embryo.bb.in deleted file mode 100644 index 18f7fe44a0..0000000000 --- a/legacy/embryo/embryo.bb.in +++ /dev/null @@ -1,32 +0,0 @@ -DESCRIPTION = "Embryo is a tiny library designed to provide a virutal \ -machine system for executing small pieces of code logic very quickly." -HOMEPAGE = "http://www.enlightenment.org" -MAINTAINER = "Carsten Haitzler (Rasterman) " -SECTION = "e/libs" -PRIORITY = "optional" -DEPENDS = "" -PV = "@VERSION@" -PR = "1" - -do_prepsources () { - make clean distclean || true -} -addtask prepsources after do_fetch before do_unpack - -SRC_URI = "file://./" -S = "${WORKDIR}/embryo" - -inherit autotools pkgconfig binconfig - -do_stage () { - oe_libinstall -C src/lib libembryo ${STAGING_LIBDIR} - install -m 0644 ${S}/src/lib/Embryo.h ${STAGING_INCDIR} -} - -PACKAGES += "embryo-tools emebryo-compiler" - -FILES_${PN} = "${libdir}/libembryo*.so*" -FILES_${PN}-dev += "${bindir}/embryo-bin ${libdir}/pkgconfig" -FILES_${PN}-compiler += "${bindir}/embryo_cc ${datadir}" -FILES_${PN}-tools += "${bindir}/embryo" - diff --git a/legacy/embryo/embryo.oe.in b/legacy/embryo/embryo.oe.in deleted file mode 100644 index 18f7fe44a0..0000000000 --- a/legacy/embryo/embryo.oe.in +++ /dev/null @@ -1,32 +0,0 @@ -DESCRIPTION = "Embryo is a tiny library designed to provide a virutal \ -machine system for executing small pieces of code logic very quickly." -HOMEPAGE = "http://www.enlightenment.org" -MAINTAINER = "Carsten Haitzler (Rasterman) " -SECTION = "e/libs" -PRIORITY = "optional" -DEPENDS = "" -PV = "@VERSION@" -PR = "1" - -do_prepsources () { - make clean distclean || true -} -addtask prepsources after do_fetch before do_unpack - -SRC_URI = "file://./" -S = "${WORKDIR}/embryo" - -inherit autotools pkgconfig binconfig - -do_stage () { - oe_libinstall -C src/lib libembryo ${STAGING_LIBDIR} - install -m 0644 ${S}/src/lib/Embryo.h ${STAGING_INCDIR} -} - -PACKAGES += "embryo-tools emebryo-compiler" - -FILES_${PN} = "${libdir}/libembryo*.so*" -FILES_${PN}-dev += "${bindir}/embryo-bin ${libdir}/pkgconfig" -FILES_${PN}-compiler += "${bindir}/embryo_cc ${datadir}" -FILES_${PN}-tools += "${bindir}/embryo" - diff --git a/legacy/embryo/embryoXnative.bb.in b/legacy/embryo/embryoXnative.bb.in deleted file mode 100644 index 0d30784512..0000000000 --- a/legacy/embryo/embryoXnative.bb.in +++ /dev/null @@ -1,16 +0,0 @@ -DESCRIPTION = "Embryo is a tiny library designed to provide a virutal \ -machine system for executing small pieces of code logic very quickly." -HOMEPAGE = "http://www.enlightenment.org" -MAINTAINER = "Carsten Haitzler (Rasterman) " -SECTION = "e/libs" -PRIORITY = "optional" -include embryo.oe -inherit native -DEPENDS = "" - -do_stage () { - install -m 0755 src/bin/.libs/embryo ${STAGING_BINDIR} - install -m 0755 src/bin/embryo_cc ${STAGING_BINDIR} - oe_libinstall -C src/lib libembryo ${STAGING_LIBDIR}/ - install -m 0644 ${S}/src/lib/Embryo.h ${STAGING_INCDIR}/ -} diff --git a/legacy/evas/Makefile.am b/legacy/evas/Makefile.am index ebfa4fb65c..280cc58ebf 100644 --- a/legacy/evas/Makefile.am +++ b/legacy/evas/Makefile.am @@ -10,8 +10,6 @@ MAINTAINERCLEANFILES = Makefile.in aclocal.m4 config.guess \ README \ evas.pc \ evas.spec \ - evas.oe evas-native.oe \ - evas.bb evasXnative.bb \ debian/changelog bin_SCRIPTS = evas-config @@ -21,8 +19,6 @@ EXTRA_DIST = AUTHORS COPYING COPYING-PLAIN evas.c.in gendoc \ README.in README \ evas.pc.in \ evas.spec.in evas.spec \ - evas.oe.in evas.oe evas-native.oe.in evas-native.oe \ - evas.bb.in evas.bb evasXnative.bb.in evasXnative.bb \ debian/changelog \ debian/changelog.in \ debian/compat \ diff --git a/legacy/evas/configure.in b/legacy/evas/configure.in index fa0b4f2004..84d0370b1a 100644 --- a/legacy/evas/configure.in +++ b/legacy/evas/configure.in @@ -1828,10 +1828,6 @@ proj/win32_gdi/Makefile evas-config README evas.spec -evas.oe -evas-native.oe -evas.bb -evasXnative.bb debian/changelog ],[ chmod +x evas-config diff --git a/legacy/evas/evas-native.oe.in b/legacy/evas/evas-native.oe.in deleted file mode 100644 index ec9151eac1..0000000000 --- a/legacy/evas/evas-native.oe.in +++ /dev/null @@ -1,20 +0,0 @@ -DESCRIPTION = "Evas is a clean display canvas API for several target display \ -systems that can draw anti-aliased text, smooth super and sub-sampled scaled \ -images, alpha-blend objects much and more." -HOMEPAGE = "http://www.enlightenment.org" -MAINTAINER = "Carsten Haitzler (Rasterman) " -SECTION = "e/libs" -PRIORITY = "optional" -include evas.oe -inherit native -DEPENDS = "libpng-native jpeg-native eet-native freetype-native" - -export FREETYPE_CONFIG = "${STAGING_BINDIR}/freetype-config-native" -export EET_CONFIG = "${STAGING_BINDIR}/eet-config-native" - -do_stage () { - for i in ${headers}; do - install -m 0644 ${S}/src/lib/$i ${STAGING_INCDIR}/ - done - oe_libinstall -C src/lib libevas ${STAGING_LIBDIR}/ -} diff --git a/legacy/evas/evas.bb.in b/legacy/evas/evas.bb.in deleted file mode 100644 index 1a49503b3d..0000000000 --- a/legacy/evas/evas.bb.in +++ /dev/null @@ -1,91 +0,0 @@ -DESCRIPTION = "Evas is a clean display canvas API for several target display \ -systems that can draw anti-aliased text, smooth super and sub-sampled scaled \ -images, alpha-blend objects much and more." -HOMEPAGE = "http://www.enlightenment.org" -MAINTAINER = "Carsten Haitzler (Rasterman) " -SECTION = "e/libs" -PRIORITY = "optional" -DEPENDS = "libpng jpeg eet freetype" -PV = "@VERSION@" -PR = "1" - -do_prepsources () { - make clean distclean || true -} -addtask prepsources after do_fetch before do_unpack - -SRC_URI = "file://./" -S = "${WORKDIR}/evas" - -inherit autotools pkgconfig binconfig - -EXTRA_OECONF = "--enable-fb \ - --disable-directfb \ - --enable-buffer \ - --disable-software-qtopia \ - --enable-software-x11 \ - --disable-gl-x11 \ - --disable-cairo-x11 \ - --enable-image-loader-eet \ - --disable-image-loader-edb \ - --enable-image-loader-png \ - --enable-image-loader-jpeg \ - --enable-small-dither-mask \ - --enable-cpu-c \ - --enable-font-loader-eet \ - --enable-scale-sample \ - --enable-scale-smooth \ - --enable-convert-yuv \ - --disable-small-dither-mask \ - --disable-convert-8-rgb-332 \ - --disable-convert-8-rgb-666 \ - --disable-convert-8-rgb-232 \ - --disable-convert-8-rgb-222 \ - --disable-convert-8-rgb-221 \ - --disable-convert-8-rgb-121 \ - --disable-convert-8-rgb-111 \ - --enable-convert-16-rgb-565 \ - --disable-convert-16-rgb-555 \ - --disable-convert-16-rgb-444 \ - --disable-convert-16-rgb-ipq \ - --enable-convert-16-rgb-rot-0 \ - --disable-convert-16-rgb-rot-90 \ - --enable-convert-16-rgb-rot-270 \ - --disable-convert-24-rgb-888 \ - --disable-convert-24-bgr-888 \ - --disable-convert-32-rgb-8888 \ - --disable-convert-32-rgbx-8888 \ - --disable-convert-32-bgr-8888 \ - --disable-convert-32-bgrx-8888 \ - --disable-convert-32-rgb-rot-0 \ - --disable-convert-32-rgb-rot-90 \ - --disable-convert-32-rgb-rot-270" - -export CFLAGS="-O3 -mcpu=xscale -mtune=xscale" -export FREETYPE_CONFIG = "${STAGING_BINDIR}/freetype-config" -export EET_CONFIG = "${STAGING_BINDIR}/eet-config" - -do_configure () { - autotools_do_configure -} - -headers = "Evas_Engine_Buffer.h \ - Evas_Engine_Software_X11.h \ - Evas_Engine_FB.h \ - Evas.h" - -do_stage () { - for i in ${headers}; do - install -m 0644 ${S}/src/lib/$i ${STAGING_INCDIR}/ - done - oe_libinstall -C src/lib libevas ${STAGING_LIBDIR}/ -} - -PACKAGES += "evas-examples" - -FILES_${PN} = "${libdir}/libevas*.so*" -FILES_${PN}-dev += "${bindir}/evas-config ${libdir}/pkgconfig" -FILES_${PN}-examples = "${bindir}/evas_fb_test" -FILES_${PN}-examples += "${bindir}/evas_software_x11_test" -FILES_${PN}-examples += "${bindir}/evas_buffer_x11_test" -FILES_${PN}-examples += "${datadir}" diff --git a/legacy/evas/evas.oe.in b/legacy/evas/evas.oe.in deleted file mode 100644 index 1a49503b3d..0000000000 --- a/legacy/evas/evas.oe.in +++ /dev/null @@ -1,91 +0,0 @@ -DESCRIPTION = "Evas is a clean display canvas API for several target display \ -systems that can draw anti-aliased text, smooth super and sub-sampled scaled \ -images, alpha-blend objects much and more." -HOMEPAGE = "http://www.enlightenment.org" -MAINTAINER = "Carsten Haitzler (Rasterman) " -SECTION = "e/libs" -PRIORITY = "optional" -DEPENDS = "libpng jpeg eet freetype" -PV = "@VERSION@" -PR = "1" - -do_prepsources () { - make clean distclean || true -} -addtask prepsources after do_fetch before do_unpack - -SRC_URI = "file://./" -S = "${WORKDIR}/evas" - -inherit autotools pkgconfig binconfig - -EXTRA_OECONF = "--enable-fb \ - --disable-directfb \ - --enable-buffer \ - --disable-software-qtopia \ - --enable-software-x11 \ - --disable-gl-x11 \ - --disable-cairo-x11 \ - --enable-image-loader-eet \ - --disable-image-loader-edb \ - --enable-image-loader-png \ - --enable-image-loader-jpeg \ - --enable-small-dither-mask \ - --enable-cpu-c \ - --enable-font-loader-eet \ - --enable-scale-sample \ - --enable-scale-smooth \ - --enable-convert-yuv \ - --disable-small-dither-mask \ - --disable-convert-8-rgb-332 \ - --disable-convert-8-rgb-666 \ - --disable-convert-8-rgb-232 \ - --disable-convert-8-rgb-222 \ - --disable-convert-8-rgb-221 \ - --disable-convert-8-rgb-121 \ - --disable-convert-8-rgb-111 \ - --enable-convert-16-rgb-565 \ - --disable-convert-16-rgb-555 \ - --disable-convert-16-rgb-444 \ - --disable-convert-16-rgb-ipq \ - --enable-convert-16-rgb-rot-0 \ - --disable-convert-16-rgb-rot-90 \ - --enable-convert-16-rgb-rot-270 \ - --disable-convert-24-rgb-888 \ - --disable-convert-24-bgr-888 \ - --disable-convert-32-rgb-8888 \ - --disable-convert-32-rgbx-8888 \ - --disable-convert-32-bgr-8888 \ - --disable-convert-32-bgrx-8888 \ - --disable-convert-32-rgb-rot-0 \ - --disable-convert-32-rgb-rot-90 \ - --disable-convert-32-rgb-rot-270" - -export CFLAGS="-O3 -mcpu=xscale -mtune=xscale" -export FREETYPE_CONFIG = "${STAGING_BINDIR}/freetype-config" -export EET_CONFIG = "${STAGING_BINDIR}/eet-config" - -do_configure () { - autotools_do_configure -} - -headers = "Evas_Engine_Buffer.h \ - Evas_Engine_Software_X11.h \ - Evas_Engine_FB.h \ - Evas.h" - -do_stage () { - for i in ${headers}; do - install -m 0644 ${S}/src/lib/$i ${STAGING_INCDIR}/ - done - oe_libinstall -C src/lib libevas ${STAGING_LIBDIR}/ -} - -PACKAGES += "evas-examples" - -FILES_${PN} = "${libdir}/libevas*.so*" -FILES_${PN}-dev += "${bindir}/evas-config ${libdir}/pkgconfig" -FILES_${PN}-examples = "${bindir}/evas_fb_test" -FILES_${PN}-examples += "${bindir}/evas_software_x11_test" -FILES_${PN}-examples += "${bindir}/evas_buffer_x11_test" -FILES_${PN}-examples += "${datadir}" diff --git a/legacy/evas/evasXnative.bb.in b/legacy/evas/evasXnative.bb.in deleted file mode 100644 index ec9151eac1..0000000000 --- a/legacy/evas/evasXnative.bb.in +++ /dev/null @@ -1,20 +0,0 @@ -DESCRIPTION = "Evas is a clean display canvas API for several target display \ -systems that can draw anti-aliased text, smooth super and sub-sampled scaled \ -images, alpha-blend objects much and more." -HOMEPAGE = "http://www.enlightenment.org" -MAINTAINER = "Carsten Haitzler (Rasterman) " -SECTION = "e/libs" -PRIORITY = "optional" -include evas.oe -inherit native -DEPENDS = "libpng-native jpeg-native eet-native freetype-native" - -export FREETYPE_CONFIG = "${STAGING_BINDIR}/freetype-config-native" -export EET_CONFIG = "${STAGING_BINDIR}/eet-config-native" - -do_stage () { - for i in ${headers}; do - install -m 0644 ${S}/src/lib/$i ${STAGING_INCDIR}/ - done - oe_libinstall -C src/lib libevas ${STAGING_LIBDIR}/ -}