summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKen Dreyer <ktdreyer@ktdreyer.com>2013-09-11 14:46:32 -0600
committerKen Dreyer <ktdreyer@ktdreyer.com>2013-09-11 14:46:32 -0600
commit0a3dfc795af54eda76524c3f4890e8ee2407cc3a (patch)
treedf66d1efb7c13940c38f907cc91a62e847669e23
parentca6904f385668cf15f752f515a74a38562817dca (diff)
downloadrpmfusion-tools-0a3dfc795af54eda76524c3f4890e8ee2407cc3a.tar.gz
rpmfusion-tools-0a3dfc795af54eda76524c3f4890e8ee2407cc3a.tar.xz
rpmfusion-tools-0a3dfc795af54eda76524c3f4890e8ee2407cc3a.zip
permit Git conversions for more packages
The gsview, plus4emu, proas, and roadfighter packages are now properly categoried as free or nonfree. Don't skip them any more.
-rwxr-xr-xcvstogit31
1 files changed, 0 insertions, 31 deletions
diff --git a/cvstogit b/cvstogit
index 1c8956c..cefed47 100755
--- a/cvstogit
+++ b/cvstogit
@@ -254,37 +254,6 @@ do_repotree() {
# Skip these packages.
case $package in
- 'gsview')
- # Listed in free owners.list, but exists in nonfree CVS.
- # https://bugzilla.rpmfusion.org/2456
- if [[ $repo == 'free' ]]; then
- continue
- fi
- ;;
- 'plus4emu')
- # Listed in both free and nonfree owners.list.
- # Needs to be removed from free owners.list.
- # https://bugzilla.rpmfusion.org/2457
- if [[ $repo == 'free' ]]; then
- continue
- fi
- ;;
- 'proas')
- # Listed in both free and nonfree owners.list.
- # Needs to be removed from free owners.list.
- # https://bugzilla.rpmfusion.org/2458
- if [[ $repo == 'free' ]]; then
- continue
- fi
- ;;
- 'roadfighter')
- # Listed in free owners.list, but exists in nonfree CVS.
- # Needs to be removed from free owners.list, and added to nonfree list.
- # https://bugzilla.rpmfusion.org/2459
- if [[ $repo == 'free' ]]; then
- continue
- fi
- ;;
'spek')
# Present in CVS, but cannot do a checkout.
# https://lists.rpmfusion.org/pipermail/rpmfusion-developers/2012-August/013389.html