diff options
| author | Mike McQuaid | 2010-10-16 21:56:35 +0100 |
|---|---|---|
| committer | Mike McQuaid | 2010-10-16 21:59:17 +0100 |
| commit | 157e5390a765109d8f1b68da16a2220da2c6cfc0 (patch) | |
| tree | 43151d4970f0e9d8feb20f7e5829b02c657d2465 /Library | |
| parent | fa67a4abbb2e16ae9e4d92e61f6c791a1db40f90 (diff) | |
| download | homebrew-157e5390a765109d8f1b68da16a2220da2c6cfc0.tar.bz2 | |
Remove KDEPIM formula: been broken for ages and no-one noticed.
Also, there is no 4.5 releases of KDEPIM and the last 4.4 release
doesn't compile. If you _really_ want a 4.4 release and read this,
consider nagging me and I'll try and make the fixes for it to
compile.
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/kdepim.rb | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/Library/Formula/kdepim.rb b/Library/Formula/kdepim.rb deleted file mode 100644 index 12aa0782f..000000000 --- a/Library/Formula/kdepim.rb +++ /dev/null @@ -1,15 +0,0 @@ -require 'formula' - -class Kdepim <Formula - url 'ftp://ftp.kde.org/pub/kde/stable/4.4.2/src/kdepim-4.4.2.tar.bz2' - homepage '' - md5 'db74243fb2192b64bb613027e1c0cc23' - - depends_on 'cmake' => :build - depends_on 'kdebase-runtime' - - def install - system "cmake . #{std_cmake_parameters} -DBUNDLE_INSTALL_DIR=#{bin}" - system "make install" - end -end |
