]> git.pld-linux.org Git - packages/rpm-build-macros.git/commitdiff
drop kdediff, kde3.5 unmaintained and current kde in git probably
authorElan Ruusamäe <glen@delfi.ee>
Thu, 26 Feb 2015 21:40:11 +0000 (23:40 +0200)
committerElan Ruusamäe <glen@delfi.ee>
Thu, 26 Feb 2015 21:40:11 +0000 (23:40 +0200)
rpm-build.sh

index 14ee4ad548cd2969a508e17ce425910ad3d93077..4364704b94a6cc8bada741b5e4ac05d80371daea 100755 (executable)
@@ -173,29 +173,6 @@ fi # no $dist set
 alias adif="dif -x '*.m4' -x ltmain.sh -x install-sh -x depcomp -x 'Makefile.in' -x compile -x 'config.*' -x configure -x missing -x mkinstalldirs -x autom4te.cache"
 alias pclean="sed -i~ -e '/^\(?\|=\+$\|unchanged:\|diff\|only\|Only\|Files\|Common\|Index:\|RCS file\|retrieving\)/d'"
 
-# makes diff from kde svn path
-# requires: wget, tee
-kdediff() {
-       local url="$1" r1 r2
-       # --- branches/KDE/3.5/kdepim/kpilot/conduits/vcalconduit/vcalRecord.cc #624744:624745
-       url=${url#*--- }
-       echo >&2 "Process $url"
-       r1=${url#*#}
-       r2=${r1#*:}
-       r1=${r1%:*}
-
-       #  http://websvn.kde.org/branches/KDE/3.5/kdepim/kpilot/conduits/vcalconduit/vcalRecord.cc?rev=624745&r1=612579&r2=624745&makepatch=1&diff_format=u
-       #  http://websvn.kde.org/branches/KDE/3.5/kdenetwork/kopete/protocols/oscar/aim/aimcontact.cpp?r1=609808&r2=673027&view=patch
-       url=http://websvn.kde.org/${url% *}
-       url="$url?r1=$r1&r2=$r2&view=patch"
-
-       if [ -t 1 ]; then
-               wget "$url" -O -| tee m.patch | diffcol
-       else
-               wget "$url" -O -
-       fi
-}
-
 # merges two patches
 # requires: patchutils
 pmerge() {
This page took 0.060886 seconds and 4 git commands to generate.