From 3e49efcfb1eaf10c8a2c66da461ff162ff160342 Mon Sep 17 00:00:00 2001 From: Michael Pyne Date: Sun, 13 Jun 2004 06:37:13 +0000 Subject: [PATCH] * Remove kde-common from requirements for checkout-onlied modules. svn path=/trunk/kdenonbeta/kdecvs-build/; revision=320178 --- HISTORY | 3 +++ kdecvs-build | 18 ------------------ 2 files changed, 3 insertions(+), 18 deletions(-) diff --git a/HISTORY b/HISTORY index 09c10bb..42c626e 100644 --- a/HISTORY +++ b/HISTORY @@ -3,6 +3,9 @@ Version history: 0.72 for qt-copy. * The workaround in 0.70 for the autorebuilding bug caused a bug of its own, for which I apologize. Both bugs should now be fixed. + * kde-common is no longer required to support checkout-only, and will no + longer be automatically downloaded. It will still be downloaded if you + place it in your .kdecvs-buildrc. Version history: 0.71 * qt-copy bugfix #2342: Force configure to run if qt-copy hasn't been diff --git a/kdecvs-build b/kdecvs-build index 3b1e478..349af44 100755 --- a/kdecvs-build +++ b/kdecvs-build @@ -646,24 +646,6 @@ sub adjust_update_list $package_opts{'kdenonbeta'}->{'checkout-only'} .= " unsermake"; } } - - # Search each entry in the update list to see if someone has asked for - # a partial checkout. - if (scalar grep (get_option ($_, 'checkout-only'), @{$list_ref})) - { - # A module is specified for piecewise checkout. Add kde-common - # if it's not already in the list. - if (scalar grep (/^kde-common$/, @{$list_ref}) == 0) - { - # kde-common isn't here, add it to beginning. - unshift (@{$list_ref}, "kde-common"); - - # Add entry for it to package_opts as well. - $package_opts{'kde-common'} = { - 'manual-build' => 'true', - }; - } - } } # Subroutine to get the list of CVS modules to update. Returned