diff options
author | 2009-03-27 21:57:10 +0000 | |
---|---|---|
committer | 2009-03-27 21:57:10 +0000 | |
commit | 2cb386e1a15db748fa0f82e1cd9b6f75d26434c6 (patch) | |
tree | fa1b378c914af1a95cbb62ba468d18b6f3490b66 /kde-misc | |
parent | Stable for HPPA (bug #258040). (diff) | |
download | gentoo-2-2cb386e1a15db748fa0f82e1cd9b6f75d26434c6.tar.gz gentoo-2-2cb386e1a15db748fa0f82e1cd9b6f75d26434c6.tar.bz2 gentoo-2-2cb386e1a15db748fa0f82e1cd9b6f75d26434c6.zip |
Version bump, minor clean up on ebuilds
(Portage version: 2.2_rc27/cvs/Linux x86_64)
Diffstat (limited to 'kde-misc')
-rw-r--r-- | kde-misc/kopete-antispam/ChangeLog | 8 | ||||
-rw-r--r-- | kde-misc/kopete-antispam/kopete-antispam-0.4.ebuild | 3 | ||||
-rw-r--r-- | kde-misc/kopete-antispam/kopete-antispam-0.5.ebuild | 29 |
3 files changed, 38 insertions, 2 deletions
diff --git a/kde-misc/kopete-antispam/ChangeLog b/kde-misc/kopete-antispam/ChangeLog index 96fb3f367bee..4370dc1eb573 100644 --- a/kde-misc/kopete-antispam/ChangeLog +++ b/kde-misc/kopete-antispam/ChangeLog @@ -1,6 +1,12 @@ # 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.2 2009/02/03 10:18:42 alexxy Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-misc/kopete-antispam/ChangeLog,v 1.3 2009/03/27 21:57:10 hwoarang Exp $ + +*kopete-antispam-0.5 (27 Mar 2009) + + 27 Mar 2009; Markos Chandras <hwoarang@gentoo.org> kopete-antispam-0.4, + +kopete-antispam-0.5.ebuild: + Version bump, minor clean up on ebuilds 03 Feb 2009; Alexey Shvetsov <alexxy@gentoo.org> +files/kopete-antispam-0.4-fixlink.patch, kopete-antispam-0.4.ebuild: diff --git a/kde-misc/kopete-antispam/kopete-antispam-0.4.ebuild b/kde-misc/kopete-antispam/kopete-antispam-0.4.ebuild index 8e90831bf89c..94712801f48f 100644 --- a/kde-misc/kopete-antispam/kopete-antispam-0.4.ebuild +++ b/kde-misc/kopete-antispam/kopete-antispam-0.4.ebuild @@ -1,6 +1,6 @@ # 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.2 2009/02/03 10:18:42 alexxy Exp $ +# $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" @@ -20,6 +20,7 @@ KEYWORDS="~amd64 ~x86" IUSE="" DEPEND=">=kde-base/kopete-${KDE_MINIMAL}" +RDEPEND="${DEPEND}" S="${WORKDIR}/${MY_P}" diff --git a/kde-misc/kopete-antispam/kopete-antispam-0.5.ebuild b/kde-misc/kopete-antispam/kopete-antispam-0.5.ebuild new file mode 100644 index 000000000000..c81b47eff51b --- /dev/null +++ b/kde-misc/kopete-antispam/kopete-antispam-0.5.ebuild @@ -0,0 +1,29 @@ +# 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.5.ebuild,v 1.1 2009/03/27 21:57:10 hwoarang Exp $ + +EAPI="2" + +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}" + +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." +} |