diff options
author | Bor Kraljič | 2011-10-04 13:35:12 +0200 |
---|---|---|
committer | Bor Kraljič | 2011-10-04 13:35:12 +0200 |
commit | 4c7aef3afd9708848c317cb5a32c085d0472504e (patch) | |
tree | 36c1ff4120c00b3df36e62e444e78003ce114764 /antivirus | |
parent | fd350ee713e76f0a5e0c722b975189beaed71a65 (diff) |
antivirus/klamav: removed (we no longer support kde3)
Diffstat (limited to 'antivirus')
-rwxr-xr-x | antivirus/klamav/BUILD | 2 | ||||
-rwxr-xr-x | antivirus/klamav/DEPENDS | 5 | ||||
-rwxr-xr-x | antivirus/klamav/DETAILS | 15 | ||||
-rw-r--r-- | antivirus/klamav/HISTORY | 82 | ||||
-rwxr-xr-x | antivirus/klamav/INSTALL | 2 |
5 files changed, 0 insertions, 106 deletions
diff --git a/antivirus/klamav/BUILD b/antivirus/klamav/BUILD deleted file mode 100755 index 6b6a2441b7..0000000000 --- a/antivirus/klamav/BUILD +++ /dev/null @@ -1,2 +0,0 @@ -cd $SOURCE_DIRECTORY/$SPELL-${VERSION} && -default_kde3_build diff --git a/antivirus/klamav/DEPENDS b/antivirus/klamav/DEPENDS deleted file mode 100755 index 62f6a75805..0000000000 --- a/antivirus/klamav/DEPENDS +++ /dev/null @@ -1,5 +0,0 @@ -depends kdelibs && -depends clamav && -depends sqlite "--without-included-sqlite" && -depends dazuko - diff --git a/antivirus/klamav/DETAILS b/antivirus/klamav/DETAILS deleted file mode 100755 index 3e7c737490..0000000000 --- a/antivirus/klamav/DETAILS +++ /dev/null @@ -1,15 +0,0 @@ - SPELL=klamav - VERSION=0.42 - SOURCE_HASH=sha512:465497097622401230ea1898a5c442794546fe1653eff7024521f6e4b76023e7eb2c0b7353d1a221f4299600741c9166037711d9cdf4b1a4bf65c9ae9f469416 - SOURCE=$SPELL-$VERSION-source.tar.gz -SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION-source - SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE - WEB_SITE=http://$SPELL.sourceforge.net/ - LICENSE=GPL - DOCS="NEWS README" - ENTERED=20040916 - KEYWORDS="antivirus kde" -SHORT="KDE interface to clamav" -cat << EOF -KDE interface to clamav -EOF diff --git a/antivirus/klamav/HISTORY b/antivirus/klamav/HISTORY deleted file mode 100644 index 9a7482c9f8..0000000000 --- a/antivirus/klamav/HISTORY +++ /dev/null @@ -1,82 +0,0 @@ -2008-01-20 Julien "_kaze_" ROZO <julien@rozo.org> - * DETAILS: updated version to 0.42, fixed WEB_SITE - * BUILD: now uses default_kde3_build - * PRE_BUILD, gcc.diff: removed, no longer needed - -2007-02-24 Treeve Jelbert <treeve@sourcemage.org> - * DETAILS: version 0.41 - -2006-09-21 Juuso Alasuutari <iuso@sourcemage.org> - * DETAILS: [automated] Removed BUILD_API=2. - -2006-04-30 Treeve Jelbert <treeve@sourcemage.org> - * DETAILS: version 0.37 - * PRE_BUILD: add, to apply patch - * BUILD: delete patching - * DEPENDS: add sqlite - * INSTALL: add, to enter correct subdirectory - -2006-03-12 Karsten Behrmann <BearPerson@sourcemage.org> - * DETAILS: (automated) Add KEYWORDS - -2006-02-19 Treeve Jelbert <treeve@sourcemage.org> - * DETAILS: version 0.35.1 - * BUILD: adjust - -2006-01-19 Treeve Jelbert <treeve@sourcemage.org> - * DETAILS: version 0.35 - -2006-01-09 Treeve Jelbert <treeve@sourcemage.org> - * DETAILS: version 0.32.1 - * BUILD: adjust - -2005-11-21 Treeve Jelbert <treeve@sourcemage.org> - * DETAILS: version 0.32 - -2005-10-02 Treeve Jelbert <treeve@sourcemage.org> - * DETAILS: version 0.30.3 - -2005-09-26 Treeve Jelbert <treeve@sourcemage.org> - * DETAILS: version 0.30.2 - * BUILD gcc.diff: added - to fix compilation error - -2005-08-01 Treeve Jelbert <treeve@sourcemage.org> - * DETAILS: version 0.22.1 - -2005-06-07 Treeve Jelbert <treeve@sourcemage.org> - * DETAILS: version 0.20 - -2005-05-02 Treeve Jelbert <treeve@sourcemage.org> - * DETAILS: version 0.17.3 - -2005-04-12 Treeve Jelbert <treeve@sourcemage.org> - * DETAILS: version 0.17 - * BUILD INSTALL: remove - -2005-02-22 Treeve Jelbert <treeve@sourcemage.org> - * DETAILS: version 0.13 - -2005-01-27 Treeve Jelbert <treeve@sourcemage.org> - * DETAILS: version 0.09.4 - -2005-01-01 Treeve Jelbert <treeve@sourcemage.org> - * DETAILS: version 0.09 - -2004-12-23 Treeve Jelbert <treeve@sourcemage.org> - * DETAILS: version 0.07 - -2004-10-15 Treeve Jelbert <treeve@sourcemage.org> - * DETAILS: version 0.06 - -2004-09-24 Treeve Jelbert <treeve@sourcemage.org> - * DETAILS: version 0.05 - -2004-09-18 Treeve Jelbert <treeve@sourcemage.org> - * DETAILS: version 0.04 - -2004-09-16 Treeve Jelbert <treeve@sourcemage.org> - * DETAILS: version 0.03 - * BUILD INSTALL DEPENDS: added - spell created - diff --git a/antivirus/klamav/INSTALL b/antivirus/klamav/INSTALL deleted file mode 100755 index 982c6b9049..0000000000 --- a/antivirus/klamav/INSTALL +++ /dev/null @@ -1,2 +0,0 @@ -cd $SOURCE_DIRECTORY/$SPELL-${VERSION} && -default_install |