diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2009-11-09 13:27:25 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2009-11-09 13:27:25 +0000 |
commit | 1ba697be4580cad0924a52ca968218656196eee3 (patch) | |
tree | c34172f3b04d10e727f2c66ad5fefa14dbffb3d8 /kde-misc/kopete-thinklight | |
parent | arm stable, bug #290922 (diff) | |
download | gentoo-2-1ba697be4580cad0924a52ca968218656196eee3.tar.gz gentoo-2-1ba697be4580cad0924a52ca968218656196eee3.tar.bz2 gentoo-2-1ba697be4580cad0924a52ca968218656196eee3.zip |
Initial commit wrt #223903, thanks to Baldrun Orv for reporting.
(Portage version: 2.2_rc48/cvs/Linux x86_64)
Diffstat (limited to 'kde-misc/kopete-thinklight')
-rw-r--r-- | kde-misc/kopete-thinklight/ChangeLog | 10 | ||||
-rw-r--r-- | kde-misc/kopete-thinklight/kopete-thinklight-0.50.ebuild | 19 | ||||
-rw-r--r-- | kde-misc/kopete-thinklight/metadata.xml | 5 |
3 files changed, 34 insertions, 0 deletions
diff --git a/kde-misc/kopete-thinklight/ChangeLog b/kde-misc/kopete-thinklight/ChangeLog new file mode 100644 index 000000000000..7d712c8622ed --- /dev/null +++ b/kde-misc/kopete-thinklight/ChangeLog @@ -0,0 +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 $ + +*kopete-thinklight-0.50 (09 Nov 2009) + + 09 Nov 2009; Samuli Suominen <ssuominen@gentoo.org> + +kopete-thinklight-0.50.ebuild: + Initial commit wrt #223903, thanks to Baldrun Orv for reporting. + diff --git a/kde-misc/kopete-thinklight/kopete-thinklight-0.50.ebuild b/kde-misc/kopete-thinklight/kopete-thinklight-0.50.ebuild new file mode 100644 index 000000000000..4f7015d11d77 --- /dev/null +++ b/kde-misc/kopete-thinklight/kopete-thinklight-0.50.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2009 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 $ + +EAPI=2 +inherit kde4-base + +DESCRIPTION="A thinkpad's light flash on every incoming message" +HOMEPAGE="http://www.kde-apps.org/content/show.php?content=100537" +SRC_URI="http://www.kde-apps.org/CONTENT/content-files/100537-${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="4" +KEYWORDS="~amd64 ~x86" +IUSE="debug" + +DEPEND=">=kde-base/kopete-${KDE_MINIMAL}" + +DOCS="CREDITS" diff --git a/kde-misc/kopete-thinklight/metadata.xml b/kde-misc/kopete-thinklight/metadata.xml new file mode 100644 index 000000000000..8d1e86a9cefb --- /dev/null +++ b/kde-misc/kopete-thinklight/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>kde</herd> +</pkgmetadata> |