Rename the -cvs packages to _cvs, for the ones that already have released version...
authorChris Larson <clarson@kergoth.com>
Fri, 4 Jun 2004 21:30:28 +0000 (21:30 +0000)
committerChris Larson <clarson@kergoth.com>
Fri, 4 Jun 2004 21:30:28 +0000 (21:30 +0000)
BKrev: 40c0e9f4damqgXagd939j2jnINAUBg

16 files changed:
compositeext/compositeext-cvs.oe [deleted file]
compositeext/compositeext_cvs.oe [new file with mode: 0644]
damageext/damageext-cvs.oe [deleted file]
damageext/damageext_cvs.oe [new file with mode: 0644]
x11/x11-cvs.oe [deleted file]
x11/x11_cvs.oe [new file with mode: 0644]
xau/xau-cvs.oe [deleted file]
xau/xau_cvs.oe [new file with mode: 0644]
xextensions/xextensions-cvs.oe [deleted file]
xextensions/xextensions_cvs.oe [new file with mode: 0644]
xproto/xproto-cvs.oe [deleted file]
xproto/xproto_cvs.oe [new file with mode: 0644]
xstroke/xstroke-cvs.oe [deleted file]
xstroke/xstroke_cvs.oe [new file with mode: 0644]
xtrans/xtrans-cvs.oe [deleted file]
xtrans/xtrans_cvs.oe [new file with mode: 0644]

diff --git a/compositeext/compositeext-cvs.oe b/compositeext/compositeext-cvs.oe
deleted file mode 100644 (file)
index cf7a3cc..0000000
+++ /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 (file)
index 0000000..e69de29
diff --git a/damageext/damageext-cvs.oe b/damageext/damageext-cvs.oe
deleted file mode 100644 (file)
index 4212d24..0000000
+++ /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 (file)
index 0000000..e69de29
diff --git a/x11/x11-cvs.oe b/x11/x11-cvs.oe
deleted file mode 100644 (file)
index d6ee85f..0000000
+++ /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 (file)
index 0000000..e69de29
diff --git a/xau/xau-cvs.oe b/xau/xau-cvs.oe
deleted file mode 100644 (file)
index 86abe14..0000000
+++ /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 (file)
index 0000000..e69de29
diff --git a/xextensions/xextensions-cvs.oe b/xextensions/xextensions-cvs.oe
deleted file mode 100644 (file)
index 2c29514..0000000
+++ /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 (file)
index 0000000..e69de29
diff --git a/xproto/xproto-cvs.oe b/xproto/xproto-cvs.oe
deleted file mode 100644 (file)
index a14254c..0000000
+++ /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 (file)
index 0000000..e69de29
diff --git a/xstroke/xstroke-cvs.oe b/xstroke/xstroke-cvs.oe
deleted file mode 100644 (file)
index a222039..0000000
+++ /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 (file)
index 0000000..e69de29
diff --git a/xtrans/xtrans-cvs.oe b/xtrans/xtrans-cvs.oe
deleted file mode 100644 (file)
index ca3c9ed..0000000
+++ /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 (file)
index 0000000..e69de29