From 34dab2e46c5a39720b4b4bf0ed6efc9672a2fdf7 Mon Sep 17 00:00:00 2001 From: Chris Larson Date: Fri, 4 Jun 2004 21:30:28 +0000 Subject: [PATCH] Rename the -cvs packages to _cvs, for the ones that already have released version .oe files as well. BKrev: 40c0e9f4damqgXagd939j2jnINAUBg --- compositeext/compositeext-cvs.oe | 19 ----------------- compositeext/compositeext_cvs.oe | 0 damageext/damageext-cvs.oe | 19 ----------------- damageext/damageext_cvs.oe | 0 x11/x11-cvs.oe | 36 -------------------------------- x11/x11_cvs.oe | 0 xau/xau-cvs.oe | 20 ------------------ xau/xau_cvs.oe | 0 xextensions/xextensions-cvs.oe | 18 ---------------- xextensions/xextensions_cvs.oe | 0 xproto/xproto-cvs.oe | 19 ----------------- xproto/xproto_cvs.oe | 0 xstroke/xstroke-cvs.oe | 11 ---------- xstroke/xstroke_cvs.oe | 0 xtrans/xtrans-cvs.oe | 20 ------------------ xtrans/xtrans_cvs.oe | 0 16 files changed, 162 deletions(-) delete mode 100644 compositeext/compositeext-cvs.oe create mode 100644 compositeext/compositeext_cvs.oe delete mode 100644 damageext/damageext-cvs.oe create mode 100644 damageext/damageext_cvs.oe delete mode 100644 x11/x11-cvs.oe create mode 100644 x11/x11_cvs.oe delete mode 100644 xau/xau-cvs.oe create mode 100644 xau/xau_cvs.oe delete mode 100644 xextensions/xextensions-cvs.oe create mode 100644 xextensions/xextensions_cvs.oe delete mode 100644 xproto/xproto-cvs.oe create mode 100644 xproto/xproto_cvs.oe delete mode 100644 xstroke/xstroke-cvs.oe create mode 100644 xstroke/xstroke_cvs.oe delete mode 100644 xtrans/xtrans-cvs.oe create mode 100644 xtrans/xtrans_cvs.oe 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 " -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 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 " -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 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 " -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 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 " -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 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 " -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 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 " -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 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 " -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 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 " -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 -- 2.39.5