It worked! I love you guys! ;-) Here's what it looked like if you're interested. Thanks so much for your help!
[Rich@localhost ~]$
sudo yum install $(cat /var/log/yum.log | grep Erased | cut -d " " -f 5)
Loading "fedorakmod" plugin
Loading "installonlyn" plugin
Setting up Install Process
Parsing package install arguments
livna 100% |=========================| 2.1 kB 00:00
fedora 100% |=========================| 2.1 kB 00:00
updates 100% |=========================| 1.9 kB 00:00
macromedia 100% |=========================| 951 B 00:00
Resolving Dependencies
--> Running transaction check
---> Package gnome-panel-devel.i386 0:2.18.2-2.fc7 set to be updated
---> Package evolution-data-server-devel.i386 0:1.10.2-3.fc7 set to be updated
---> Package evolution-webcal.i386 0:2.10.0-1.fc7 set to be updated
---> Package ekiga.i386 0:2.0.9-1.fc7 set to be updated
---> Package gnome-pilot-devel.i386 0:2.0.15-5.fc7 set to be updated
---> Package pidgin.i386 0:2.0.1-1.fc7 set to be updated
---> Package evolution.i386 0:2.10.2-2.fc7 set to be updated
Dependencies Resolved
================================================== ===========================
Package Arch Version Repository Size
================================================== ===========================
Installing:
ekiga i386 2.0.9-1.fc7 fedora 6.6 M
evolution i386 2.10.2-2.fc7 updates 33 M
evolution-data-server-devel i386 1.10.2-3.fc7 updates 602 k
evolution-webcal i386 2.10.0-1.fc7 fedora 93 k
gnome-panel-devel i386 2.18.2-2.fc7 updates 56 k
gnome-pilot-devel i386 2.0.15-5.fc7 fedora 32 k
pidgin i386 2.0.1-1.fc7 updates 6.0 M
Transaction Summary
================================================== ===========================
Install 7 Package(s)
Update 0 Package(s)
Remove 0 Package(s)
Total download size: 47 M
Is this ok [y/N]: y
Downloading Packages:
(1/7): evolution-2.10.2-2 100% |=========================| 33 MB 02:10
(2/7): pidgin-2.0.1-1.fc7 100% |=========================| 6.0 MB 00:28
ftp://ftp.applios.net/pub/fedora/lin....fc7.i386.rpm: [Errno 4] IOError: [Errno ftp error] 421 There are too many connected users, please try later.
Trying other mirror.
(3/7): gnome-pilot-devel- 100% |=========================| 32 kB 00:00
(4/7): ekiga-2.0.9-1.fc7. 100% |=========================| 6.6 MB 00:09
(5/7): evolution-webcal-2 100% |=========================| 93 kB 00:00
(6/7): evolution-data-ser 100% |=========================| 602 kB 00:01
(7/7): gnome-panel-devel- 100% |=========================| 56 kB 00:00
Running Transaction Test
Finished Transaction Test
Transaction Test Succeeded
Running Transaction
Installing: evolution ######################### [1/7]
Installing: gnome-panel-devel ######################### [2/7]
Installing: evolution-data-server-devel ######################### [3/7]
Installing: evolution-webcal ######################### [4/7]
Installing: ekiga ######################### [5/7]
Installing: gnome-pilot-devel ######################### [6/7]
Installing: pidgin ######################### [7/7]
Installed: ekiga.i386 0:2.0.9-1.fc7 evolution.i386 0:2.10.2-2.fc7 evolution-data-server-devel.i386 0:1.10.2-3.fc7 evolution-webcal.i386 0:2.10.0-1.fc7 gnome-panel-devel.i386 0:2.18.2-2.fc7 gnome-pilot-devel.i386 0:2.0.15-5.fc7 pidgin.i386 0:2.0.1-1.fc7
Complete!
[Rich@localhost ~]$
sudo yum remove evolution
Loading "fedorakmod" plugin
Loading "installonlyn" plugin
Setting up Remove Process
Resolving Dependencies
--> Running transaction check
---> Package evolution.i386 0:2.10.2-2.fc7 set to be erased
Dependencies Resolved
================================================== ===========================
Package Arch Version Repository Size
================================================== ===========================
Removing:
evolution i386 2.10.2-2.fc7 installed 59 M
Transaction Summary
================================================== ===========================
Install 0 Package(s)
Update 0 Package(s)
Remove 1 Package(s)
Is this ok [y/N]: y
Downloading Packages:
Running Transaction Test
Finished Transaction Test
Transaction Test Succeeded
Running Transaction
Removing : evolution ######################### [1/1]
Removed: evolution.i386 0:2.10.2-2.fc7
Complete!
[Rich@localhost ~]$