summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo Chatzimichos <tampakrap@gentoo.org>2011-01-31 05:39:38 +0000
committerTheo Chatzimichos <tampakrap@gentoo.org>2011-01-31 05:39:38 +0000
commit735bb26d972379de5e5ae67acfea2805e556f203 (patch)
tree153cd04e95ea1c940129c9fa444f91ad0f41d9ae /kde-misc/kopete-antispam
parent/etc/cron.daily/ufdbUpdate: line 10: return: can only `return\' from a functi... (diff)
downloadgentoo-2-735bb26d972379de5e5ae67acfea2805e556f203.tar.gz
gentoo-2-735bb26d972379de5e5ae67acfea2805e556f203.tar.bz2
gentoo-2-735bb26d972379de5e5ae67acfea2805e556f203.zip
EAPI3, slotmove to 4
(Portage version: 2.2.0_alpha19/cvs/Linux x86_64)
Diffstat (limited to 'kde-misc/kopete-antispam')
-rw-r--r--kde-misc/kopete-antispam/ChangeLog8
-rw-r--r--kde-misc/kopete-antispam/kopete-antispam-0.5.ebuild12
2 files changed, 13 insertions, 7 deletions
diff --git a/kde-misc/kopete-antispam/ChangeLog b/kde-misc/kopete-antispam/ChangeLog
index 8d8dc3c2bc35..fede7cd3f3f2 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.4 2009/11/03 09:15:26 abcd Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/kde-misc/kopete-antispam/ChangeLog,v 1.5 2011/01/31 05:39:38 tampakrap Exp $
+
+ 31 Jan 2011; Theo Chatzimichos <tampakrap@gentoo.org>
+ kopete-antispam-0.5.ebuild:
+ EAPI3, slotmove to 4
03 Nov 2009; Jonathan Callen <abcd@gentoo.org>
-kopete-antispam-0.4.ebuild, -files/kopete-antispam-0.4-fixlink.patch:
diff --git a/kde-misc/kopete-antispam/kopete-antispam-0.5.ebuild b/kde-misc/kopete-antispam/kopete-antispam-0.5.ebuild
index c81b47eff51b..a7305159cdd7 100644
--- a/kde-misc/kopete-antispam/kopete-antispam-0.5.ebuild
+++ b/kde-misc/kopete-antispam/kopete-antispam-0.5.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2011 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.5.ebuild,v 1.1 2009/03/27 21:57:10 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-misc/kopete-antispam/kopete-antispam-0.5.ebuild,v 1.2 2011/01/31 05:39:38 tampakrap Exp $
-EAPI="2"
+EAPI=3
inherit kde4-base
@@ -14,11 +14,13 @@ HOMEPAGE="http://kopeteantispam.sourceforge.net"
SRC_URI="mirror://sourceforge/${MY_PN}/${MY_P}.tar.gz"
LICENSE="GPL-2"
-SLOT="0"
+SLOT="4"
KEYWORDS="~amd64 ~x86"
IUSE=""
-DEPEND=">=kde-base/kopete-${KDE_MINIMAL}"
+DEPEND="
+ $(add_kdebase_dep kopete)
+"
RDEPEND="${DEPEND}"
S="${WORKDIR}/${MY_P}"