summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--compositeext/compositeext-cvs.oe19
-rw-r--r--compositeext/compositeext_cvs.oe0
-rw-r--r--damageext/damageext-cvs.oe19
-rw-r--r--damageext/damageext_cvs.oe0
-rw-r--r--x11/x11-cvs.oe36
-rw-r--r--x11/x11_cvs.oe0
-rw-r--r--xau/xau-cvs.oe20
-rw-r--r--xau/xau_cvs.oe0
-rw-r--r--xextensions/xextensions-cvs.oe18
-rw-r--r--xextensions/xextensions_cvs.oe0
-rw-r--r--xproto/xproto-cvs.oe19
-rw-r--r--xproto/xproto_cvs.oe0
-rw-r--r--xstroke/xstroke-cvs.oe11
-rw-r--r--xstroke/xstroke_cvs.oe0
-rw-r--r--xtrans/xtrans-cvs.oe20
-rw-r--r--xtrans/xtrans_cvs.oe0
16 files changed, 0 insertions, 162 deletions
diff --git a/compositeext/compositeext-cvs.oe b/compositeext/compositeext-cvs.oe
deleted file mode 100644
index cf7a3ccb6a..0000000000
--- a/compositeext/compositeext-cvs.oe
+++ /dev/null
@@ -1,19 +0,0 @@
-PV = "0.0cvs${CVSDATE}"
-SECTION = "libs"
-MAINTAINER = "Greg Gilbert <greg@treke.net>"
-DEPENDS = "xextensions fixesext"
-PROVIDES = "compositeext"
-DESCRIPTION = "X Composite extension headers and specification"
-
-SRC_URI = "cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xlibs;module=CompositeExt"
-S = "${WORKDIR}/CompositeExt"
-
-inherit autotools pkgconfig
-
-do_stage() {
- oe_runmake install prefix=${STAGING_DIR} \
- bindir=${STAGING_BINDIR} \
- includedir=${STAGING_INCDIR} \
- libdir=${STAGING_LIBDIR} \
- datadir=${STAGING_DATADIR}
-}
diff --git a/compositeext/compositeext_cvs.oe b/compositeext/compositeext_cvs.oe
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/compositeext/compositeext_cvs.oe
diff --git a/damageext/damageext-cvs.oe b/damageext/damageext-cvs.oe
deleted file mode 100644
index 4212d24466..0000000000
--- a/damageext/damageext-cvs.oe
+++ /dev/null
@@ -1,19 +0,0 @@
-PV = "0.0cvs${CVSDATE}"
-SECTION = "libs"
-MAINTAINER = "Greg Gilbert <greg@treke.net>"
-DEPENDS = "xextensions fixesext"
-PROVIDES = "damageext"
-DESCRIPTION = "X Damage extension headers and specification"
-
-SRC_URI = "cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xlibs;module=DamageExt"
-S = "${WORKDIR}/DamageExt"
-
-inherit autotools pkgconfig
-
-do_stage() {
- oe_runmake install prefix=${STAGING_DIR} \
- bindir=${STAGING_BINDIR} \
- includedir=${STAGING_INCDIR} \
- libdir=${STAGING_LIBDIR} \
- datadir=${STAGING_DATADIR}
-}
diff --git a/damageext/damageext_cvs.oe b/damageext/damageext_cvs.oe
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/damageext/damageext_cvs.oe
diff --git a/x11/x11-cvs.oe b/x11/x11-cvs.oe
deleted file mode 100644
index d6ee85fe45..0000000000
--- a/x11/x11-cvs.oe
+++ /dev/null
@@ -1,36 +0,0 @@
-PV = "0.0cvs${CVSDATE}"
-SECTION = "libs"
-PRIORITY = "optional"
-MAINTAINER = "Greg Gilbert <greg@treke.net>"
-DEPENDS = "xproto xextensions xau xtrans xdmcp"
-PROVIDES = "x11"
-DESCRIPTION = "Base X libs."
-FILES_${PN}_append = " ${datadir}/X11"
-
-SRC_URI = "cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xlibs;module=X11"
-S = "${WORKDIR}/X11"
-
-inherit autotools pkgconfig
-
-do_compile() {
- (
- unset CC LD CXX CCLD
-# unset CFLAGS CPPFLAGS CXXFLAGS LDFLAGS
- oe_runmake -C src/util 'CFLAGS=' 'LDFLAGS=' 'CXXFLAGS=' 'CPPFLAGS=' makekeys
- )
- oe_runmake
-}
-
-do_stage() {
- install -c -m 644 include/X11/XKBlib.h ${STAGING_INCDIR}/X11/XKBlib.h
- install -c -m 644 include/X11/Xcms.h ${STAGING_INCDIR}/X11/Xcms.h
- install -c -m 644 include/X11/Xlib.h ${STAGING_INCDIR}/X11/Xlib.h
- install -c -m 644 include/X11/Xlibint.h ${STAGING_INCDIR}/X11/Xlibint.h
- install -c -m 644 include/X11/Xlocale.h ${STAGING_INCDIR}/X11/Xlocale.h
- install -c -m 644 include/X11/Xresource.h ${STAGING_INCDIR}/X11/Xresource.h
- install -c -m 644 include/X11/Xutil.h ${STAGING_INCDIR}/X11/Xutil.h
- install -c -m 644 include/X11/cursorfont.h ${STAGING_INCDIR}/X11/cursorfont.h
- install -c -m 644 include/X11/region.h ${STAGING_INCDIR}/X11/region.h
-
- oe_libinstall -a -so -C src libX11 ${STAGING_LIBDIR}
-}
diff --git a/x11/x11_cvs.oe b/x11/x11_cvs.oe
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/x11/x11_cvs.oe
diff --git a/xau/xau-cvs.oe b/xau/xau-cvs.oe
deleted file mode 100644
index 86abe143a8..0000000000
--- a/xau/xau-cvs.oe
+++ /dev/null
@@ -1,20 +0,0 @@
-PV = "0.0cvs${CVSDATE}"
-SECTION = "libs"
-PRIORITY = "optional"
-MAINTAINER = "Greg Gilbert <greg@treke.net>"
-DEPENDS = "xproto"
-PROVIDES = "xau"
-DESCRIPTION = "Authorization Protocol for X."
-
-SRC_URI = "cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xlibs;module=Xau"
-S = "${WORKDIR}/Xau"
-
-inherit autotools pkgconfig
-
-do_stage() {
- oe_runmake install prefix=${STAGING_DIR} \
- bindir=${STAGING_BINDIR} \
- includedir=${STAGING_INCDIR} \
- libdir=${STAGING_LIBDIR} \
- datadir=${STAGING_DATADIR}
-}
diff --git a/xau/xau_cvs.oe b/xau/xau_cvs.oe
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/xau/xau_cvs.oe
diff --git a/xextensions/xextensions-cvs.oe b/xextensions/xextensions-cvs.oe
deleted file mode 100644
index 2c29514cb0..0000000000
--- a/xextensions/xextensions-cvs.oe
+++ /dev/null
@@ -1,18 +0,0 @@
-PV = "0.0cvs${CVSDATE}"
-SECTION = "libs"
-MAINTAINER = "Greg Gilbert <greg@treke.net>"
-PROVIDES = "xextensions"
-DESCRIPTION = "various extension headers."
-
-SRC_URI = "cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xlibs;module=XExtensions"
-S = "${WORKDIR}/XExtensions"
-
-inherit autotools pkgconfig
-
-do_stage() {
- oe_runmake install prefix=${STAGING_DIR} \
- bindir=${STAGING_BINDIR} \
- includedir=${STAGING_INCDIR} \
- libdir=${STAGING_LIBDIR} \
- datadir=${STAGING_DATADIR}
-}
diff --git a/xextensions/xextensions_cvs.oe b/xextensions/xextensions_cvs.oe
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/xextensions/xextensions_cvs.oe
diff --git a/xproto/xproto-cvs.oe b/xproto/xproto-cvs.oe
deleted file mode 100644
index a14254c8ef..0000000000
--- a/xproto/xproto-cvs.oe
+++ /dev/null
@@ -1,19 +0,0 @@
-PV = "0.0cvs${CVSDATE}"
-SECTION = "libs"
-MAINTAINER = "Greg Gilbert <greg@treke.net>"
-PROVIDES = "xproto"
-DESCRIPTION = "X protocol and ancillary headers."
-
-SRC_URI = "cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xlibs;module=Xproto"
-S = "${WORKDIR}/Xproto"
-
-inherit autotools pkgconfig
-
-
-do_stage() {
- oe_runmake install prefix=${STAGING_DIR} \
- bindir=${STAGING_BINDIR} \
- includedir=${STAGING_INCDIR} \
- libdir=${STAGING_LIBDIR} \
- datadir=${STAGING_DATADIR}
-}
diff --git a/xproto/xproto_cvs.oe b/xproto/xproto_cvs.oe
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/xproto/xproto_cvs.oe
diff --git a/xstroke/xstroke-cvs.oe b/xstroke/xstroke-cvs.oe
deleted file mode 100644
index a222039f28..0000000000
--- a/xstroke/xstroke-cvs.oe
+++ /dev/null
@@ -1,11 +0,0 @@
-PV = "0.0cvs${CVSDATE}"
-SECTION = "x11"
-PRIORITY = "optional"
-MAINTAINER = "Phil Blundell <pb@handhelds.org>"
-DEPENDS = "x11"
-DESCRIPTION = "Gesture recognition input method for X11"
-
-SRC_URI = "cvs://anoncvs:anoncvs@xstroke.org/cvs/xstroke;module=xstroke"
-S = "${WORKDIR}/xstroke"
-
-inherit autotools pkgconfig
diff --git a/xstroke/xstroke_cvs.oe b/xstroke/xstroke_cvs.oe
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/xstroke/xstroke_cvs.oe
diff --git a/xtrans/xtrans-cvs.oe b/xtrans/xtrans-cvs.oe
deleted file mode 100644
index ca3c9edce0..0000000000
--- a/xtrans/xtrans-cvs.oe
+++ /dev/null
@@ -1,20 +0,0 @@
-PV = "0.0cvs${CVSDATE}"
-SECTION = "libs"
-MAINTAINER = "Greg Gilbert <greg@treke.net>"
-PROVIDES = "xtrans"
-DESCRIPTION = "network API translation layer to \
-insulate X applications and libraries from OS \
-network vageries."
-
-SRC_URI = "cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xlibs;module=xtrans"
-S = "${WORKDIR}/xtrans"
-
-inherit autotools pkgconfig
-
-do_stage() {
- oe_runmake install prefix=${STAGING_DIR} \
- bindir=${STAGING_BINDIR} \
- includedir=${STAGING_INCDIR} \
- libdir=${STAGING_LIBDIR} \
- datadir=${STAGING_DATADIR}
-}
diff --git a/xtrans/xtrans_cvs.oe b/xtrans/xtrans_cvs.oe
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/xtrans/xtrans_cvs.oe