From 8c3b8c97db1b8fbef02db8b6dc41cd7adc281e7e Mon Sep 17 00:00:00 2001 From: Paul Sokolovsky Date: Fri, 29 Sep 2006 01:53:33 +0000 Subject: xcalibrateext_cvs: Follow git renaming of xcalibrateext to xcalibrateproto. * XCalibrate was migrated to X.org git, where most other packages live. * After that, to follow new convention, its protocol definition part (vs implementation library) was renamed to have "proto" suffix. * That's state of git repo now, and if we patch older xserver release with XCalibrate support, let's make sure that this is done in a manner compatible with the git (as obviously, that will be base for new release). * This means, xserver-kdrive cannot be any longer built with older XCalibrate from previous CVS repo, and thus, it better be removed to alleviate confusion. * Move CVS bb to obsolete/ for now. --- packages/obsolete/xcalibrateext/.mtn2git_empty | 0 packages/obsolete/xcalibrateext/xcalibrateext_cvs.bb | 13 +++++++++++++ packages/xcalibrateext/xcalibrateext_cvs.bb | 13 ------------- 3 files changed, 13 insertions(+), 13 deletions(-) create mode 100644 packages/obsolete/xcalibrateext/.mtn2git_empty create mode 100644 packages/obsolete/xcalibrateext/xcalibrateext_cvs.bb delete mode 100644 packages/xcalibrateext/xcalibrateext_cvs.bb diff --git a/packages/obsolete/xcalibrateext/.mtn2git_empty b/packages/obsolete/xcalibrateext/.mtn2git_empty new file mode 100644 index 0000000000..e69de29bb2 diff --git a/packages/obsolete/xcalibrateext/xcalibrateext_cvs.bb b/packages/obsolete/xcalibrateext/xcalibrateext_cvs.bb new file mode 100644 index 0000000000..4e47c1677e --- /dev/null +++ b/packages/obsolete/xcalibrateext/xcalibrateext_cvs.bb @@ -0,0 +1,13 @@ +PV = "0.0+cvs${SRCDATE}" +SECTION = "x11/libs" +LICENSE = "BSD-X" +DESCRIPTION = "XCalibrate extension headers" + +SRC_URI = "${FREEDESKTOP_CVS}/xlibs;module=XCalibrateExt" +S = "${WORKDIR}/XCalibrateExt" + +inherit autotools pkgconfig + +do_stage() { + autotools_stage_all +} diff --git a/packages/xcalibrateext/xcalibrateext_cvs.bb b/packages/xcalibrateext/xcalibrateext_cvs.bb deleted file mode 100644 index 4e47c1677e..0000000000 --- a/packages/xcalibrateext/xcalibrateext_cvs.bb +++ /dev/null @@ -1,13 +0,0 @@ -PV = "0.0+cvs${SRCDATE}" -SECTION = "x11/libs" -LICENSE = "BSD-X" -DESCRIPTION = "XCalibrate extension headers" - -SRC_URI = "${FREEDESKTOP_CVS}/xlibs;module=XCalibrateExt" -S = "${WORKDIR}/XCalibrateExt" - -inherit autotools pkgconfig - -do_stage() { - autotools_stage_all -} -- cgit v1.2.3