diff options
author | Theo Chatzimichos <tampakrap@gentoo.org> | 2011-01-31 05:53:52 +0000 |
---|---|---|
committer | Theo Chatzimichos <tampakrap@gentoo.org> | 2011-01-31 05:53:52 +0000 |
commit | d66a1d2008a4a3310dc52f909b6ef836eaca74f1 (patch) | |
tree | 8f17bedbe78fb02183640555914759c04d0cbdc6 /kde-misc/kopete-thinklight | |
parent | Add a live version, often needed for the live version of gnome-shell in the g... (diff) | |
download | gentoo-2-d66a1d2008a4a3310dc52f909b6ef836eaca74f1.tar.gz gentoo-2-d66a1d2008a4a3310dc52f909b6ef836eaca74f1.tar.bz2 gentoo-2-d66a1d2008a4a3310dc52f909b6ef836eaca74f1.zip |
EAPI3
(Portage version: 2.2.0_alpha19/cvs/Linux x86_64)
Diffstat (limited to 'kde-misc/kopete-thinklight')
-rw-r--r-- | kde-misc/kopete-thinklight/ChangeLog | 8 | ||||
-rw-r--r-- | kde-misc/kopete-thinklight/kopete-thinklight-0.50.ebuild | 13 |
2 files changed, 13 insertions, 8 deletions
diff --git a/kde-misc/kopete-thinklight/ChangeLog b/kde-misc/kopete-thinklight/ChangeLog index 7d712c8622ed..9b2252deac6d 100644 --- a/kde-misc/kopete-thinklight/ChangeLog +++ b/kde-misc/kopete-thinklight/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for kde-misc/kopete-thinklight -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-misc/kopete-thinklight/ChangeLog,v 1.1 2009/11/09 13:27:25 ssuominen Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/kde-misc/kopete-thinklight/ChangeLog,v 1.2 2011/01/31 05:53:52 tampakrap Exp $ + + 31 Jan 2011; Theo Chatzimichos <tampakrap@gentoo.org> + kopete-thinklight-0.50.ebuild: + EAPI3 *kopete-thinklight-0.50 (09 Nov 2009) diff --git a/kde-misc/kopete-thinklight/kopete-thinklight-0.50.ebuild b/kde-misc/kopete-thinklight/kopete-thinklight-0.50.ebuild index 4f7015d11d77..76eb0fc12f0e 100644 --- a/kde-misc/kopete-thinklight/kopete-thinklight-0.50.ebuild +++ b/kde-misc/kopete-thinklight/kopete-thinklight-0.50.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-thinklight/kopete-thinklight-0.50.ebuild,v 1.1 2009/11/09 13:27:25 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-misc/kopete-thinklight/kopete-thinklight-0.50.ebuild,v 1.2 2011/01/31 05:53:52 tampakrap Exp $ -EAPI=2 +EAPI=3 inherit kde4-base DESCRIPTION="A thinkpad's light flash on every incoming message" @@ -14,6 +14,7 @@ SLOT="4" KEYWORDS="~amd64 ~x86" IUSE="debug" -DEPEND=">=kde-base/kopete-${KDE_MINIMAL}" - -DOCS="CREDITS" +DEPEND=" + $(add_kdebase_dep kopete) +" +DOCS=( CREDITS ) |