summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Callen <jcallen@gentoo.org>2009-11-03 09:15:26 +0000
committerJonathan Callen <jcallen@gentoo.org>2009-11-03 09:15:26 +0000
commitc598992118e6f9865b6eeb0c8672bcab0906bb28 (patch)
tree44aa913194d5e008ea4ed1763cc4d3943ec591e1 /kde-misc/kopete-antispam
parentDrop old versions (diff)
downloadhistorical-c598992118e6f9865b6eeb0c8672bcab0906bb28.tar.gz
historical-c598992118e6f9865b6eeb0c8672bcab0906bb28.tar.bz2
historical-c598992118e6f9865b6eeb0c8672bcab0906bb28.zip
Drop old version
Package-Manager: portage--svn/cvs/Linux i686
Diffstat (limited to 'kde-misc/kopete-antispam')
-rw-r--r--kde-misc/kopete-antispam/ChangeLog6
-rw-r--r--kde-misc/kopete-antispam/files/kopete-antispam-0.4-fixlink.patch44
-rw-r--r--kde-misc/kopete-antispam/kopete-antispam-0.4.ebuild32
3 files changed, 5 insertions, 77 deletions
diff --git a/kde-misc/kopete-antispam/ChangeLog b/kde-misc/kopete-antispam/ChangeLog
index 4370dc1eb573..8d8dc3c2bc35 100644
--- a/kde-misc/kopete-antispam/ChangeLog
+++ b/kde-misc/kopete-antispam/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for kde-misc/kopete-antispam
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-misc/kopete-antispam/ChangeLog,v 1.3 2009/03/27 21:57:10 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-misc/kopete-antispam/ChangeLog,v 1.4 2009/11/03 09:15:26 abcd Exp $
+
+ 03 Nov 2009; Jonathan Callen <abcd@gentoo.org>
+ -kopete-antispam-0.4.ebuild, -files/kopete-antispam-0.4-fixlink.patch:
+ Drop old version
*kopete-antispam-0.5 (27 Mar 2009)
diff --git a/kde-misc/kopete-antispam/files/kopete-antispam-0.4-fixlink.patch b/kde-misc/kopete-antispam/files/kopete-antispam-0.4-fixlink.patch
deleted file mode 100644
index e92ff398ab4f..000000000000
--- a/kde-misc/kopete-antispam/files/kopete-antispam-0.4-fixlink.patch
+++ /dev/null
@@ -1,44 +0,0 @@
---- kopete-antispam-kde4-0.4/CMakeLists.txt.orig 2009-02-03 13:12:45.000000000 +0300
-+++ kopete-antispam-kde4-0.4/CMakeLists.txt 2009-02-03 13:13:36.000000000 +0300
-@@ -2,10 +2,14 @@
-
- find_package( KDE4 REQUIRED )
- find_package( Automoc4 REQUIRED )
--
-+find_package( Qt4 REQUIRED )
-+set(QT_USE_QTGUI 1)
-+set(QT_USE_QTCORE 1)
-+set(QT_USE_QT3SUPPORT 1)
-+include(${QT_USE_FILE})
- add_definitions(${QT_DEFINITIONS} ${KDE4_DEFINITIONS})
-
--include_directories( ${KDE4_INCLUDES} ${CMAKE_CURRENT_BINARY_DIR} )
-+include_directories( ${KDE4_INCLUDES} ${CMAKE_CURRENT_BINARY_DIR} )
- link_directories( ${KDE4_LIB_DIR} ${CMAKE_CURRENT_BINARY_DIR} )
-
- # libkopete_antispam
-@@ -15,7 +19,7 @@
- kde4_add_kcfg_files( KOPETEANTISPAM_SRCS kopeteantispamconfig.kcfgc )
-
- kde4_add_plugin( kopete_antispam ${KOPETEANTISPAM_SRCS} )
--target_link_libraries( kopete_antispam kopete kdeui )
-+target_link_libraries( kopete_antispam kopete kdecore kdeui ${QT_LIBRARIES} )
-
- # libkcm_kopete_antispam
-
-@@ -25,11 +29,12 @@
- kde4_add_ui_files( KCMKOPETEANTISPAM_SRCS kopeteantispampreferencesuibase.ui )
-
- kde4_add_plugin( kcm_kopete_antispam ${KCMKOPETEANTISPAM_SRCS} )
--target_link_libraries( kcm_kopete_antispam kopete kdeui )
-+target_link_libraries( kcm_kopete_antispam kopete kdecore kdeui ${QT_LIBRARIES} )
-
- # installation
-
- install( FILES kopeteantispamconfig.kcfg DESTINATION ${KCFG_INSTALL_DIR} )
- install( FILES kopete_antispam.desktop DESTINATION ${SERVICES_INSTALL_DIR} )
- install( FILES kopete_antispam_config.desktop DESTINATION ${SERVICES_INSTALL_DIR}/kconfiguredialog )
--install( TARGETS kopete_antispam kcm_kopete_antispam DESTINATION ${PLUGIN_INSTALL_DIR} )
-\ В конце файла нет новой строки
-+install( TARGETS kopete_antispam kcm_kopete_antispam DESTINATION ${PLUGIN_INSTALL_DIR} )
-+
diff --git a/kde-misc/kopete-antispam/kopete-antispam-0.4.ebuild b/kde-misc/kopete-antispam/kopete-antispam-0.4.ebuild
deleted file mode 100644
index 94712801f48f..000000000000
--- a/kde-misc/kopete-antispam/kopete-antispam-0.4.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-misc/kopete-antispam/kopete-antispam-0.4.ebuild,v 1.3 2009/03/27 21:57:10 hwoarang Exp $
-
-EAPI="2"
-KDE_MINIMAL="4.1"
-
-inherit kde4-base
-
-MY_PN=${PN/-/}
-MY_P="${PN}-kde4-${PV}"
-
-DESCRIPTION="Antispam filter for Kopete instant messenger."
-HOMEPAGE="http://kopeteantispam.sourceforge.net"
-SRC_URI="mirror://sourceforge/${MY_PN}/${MY_P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND=">=kde-base/kopete-${KDE_MINIMAL}"
-RDEPEND="${DEPEND}"
-
-S="${WORKDIR}/${MY_P}"
-
-PATCHES=( "${FILESDIR}/${P}-fixlink.patch" )
-
-pkg_postinst() {
- elog "You can now enable and set up the Antispam plugin in Kopete."
- elog "It can be reached in the Kopete Plugin dialog."
-}