aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Alexander <wired@gentoo.org>2009-10-15 14:41:44 +0300
committerAlex Alexander <wired@gentoo.org>2009-10-15 14:41:44 +0300
commitf6d3cdf919bff80b840466aa3f33557092882b96 (patch)
tree98b2704363cc1f1e882fb177530c569545d57a9a /x11-themes
parent[x11-themes/xcurtheme] new live ebuild for Qt app that changes your cursor theme (diff)
downloadqt-f6d3cdf919bff80b840466aa3f33557092882b96.tar.gz
qt-f6d3cdf919bff80b840466aa3f33557092882b96.tar.bz2
qt-f6d3cdf919bff80b840466aa3f33557092882b96.zip
[x11-themes/xcurtheme] added license
Diffstat (limited to 'x11-themes')
-rw-r--r--x11-themes/xcurtheme/ChangeLog3
-rw-r--r--x11-themes/xcurtheme/Manifest4
-rw-r--r--x11-themes/xcurtheme/xcurtheme-9999.ebuild4
3 files changed, 7 insertions, 4 deletions
diff --git a/x11-themes/xcurtheme/ChangeLog b/x11-themes/xcurtheme/ChangeLog
index e81fe711..410b56ca 100644
--- a/x11-themes/xcurtheme/ChangeLog
+++ b/x11-themes/xcurtheme/ChangeLog
@@ -2,6 +2,9 @@
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 15 Oct 2009; Alex Alexander <wired@gentoo.org> xcurtheme-9999.ebuild:
+ added license
+
*xcurtheme-9999 (15 Oct 2009)
15 Oct 2009; Alex Alexander <wired@gentoo.org> +xcurtheme-9999.ebuild,
diff --git a/x11-themes/xcurtheme/Manifest b/x11-themes/xcurtheme/Manifest
index 3542cdad..4e05ff80 100644
--- a/x11-themes/xcurtheme/Manifest
+++ b/x11-themes/xcurtheme/Manifest
@@ -1,3 +1,3 @@
-EBUILD xcurtheme-9999.ebuild 1009 RMD160 33d4a77b9a510522bf27d6304891f0a0934e8d68 SHA1 30c49f2fd519aa2e6add8c7280d8d9c518011eb8 SHA256 2330b1d605511509bd84a82d5960da7b6a0232ce9f818f5b9b9ff8c1ed8aa663
-MISC ChangeLog 256 RMD160 79b4cf3a2c05ee02b77496e83db9606997515195 SHA1 1e57198c41f0c64e70344c68ac66c40294b47edc SHA256 6304d661fa4c11b3caca40a71c625266ad7536cc0a4d62f211fb2a4e5bad5731
+EBUILD xcurtheme-9999.ebuild 1016 RMD160 224db40b6b179fa2818c2e5725faa3c66a10f5c0 SHA1 db1b3f20bfc6ef5d7e63d3ad86213bf786da56d3 SHA256 4dce69bb3e5ef38bf8a998ffe383fa959ef6c8d9abd4720b033e6fc402870a64
+MISC ChangeLog 345 RMD160 4f607340f14b13e679d7f53e8d98e6bfadbe0fde SHA1 e573005c446f0d2d7c90c3018dad7124e10dae53 SHA256 c8cef5702e79257c624d76a9ab73c5afc57013fd20d3bb071afe84f7a6aa041a
MISC metadata.xml 245 RMD160 b8807ed583b9d29c7b104ee67eff0411fbe152cc SHA1 261b9a1b8201d6d1bbf848dbc6bb52c9fab1f268 SHA256 5ee3056618e39323fc9a02afcb90a81f3fe5ee754fcdd2d9723156daa1470371
diff --git a/x11-themes/xcurtheme/xcurtheme-9999.ebuild b/x11-themes/xcurtheme/xcurtheme-9999.ebuild
index e3eec86e..d3b6ed6c 100644
--- a/x11-themes/xcurtheme/xcurtheme-9999.ebuild
+++ b/x11-themes/xcurtheme/xcurtheme-9999.ebuild
@@ -10,7 +10,7 @@ DESCRIPTION="Qt utility to change Xcrusor themes without restarting X Server."
HOMEPAGE="http://gitorious.org/qt-xcurtheme"
EGIT_REPO_URI="git://gitorious.org/qt-xcurtheme/mainline.git"
-LICENSE="GPL-2"
+LICENSE="GPL-2 WTFPL-2"
SLOT="0"
KEYWORDS=""
IUSE="tools"
@@ -51,7 +51,7 @@ src_install() {
dobin "${PN}"
if use tools; then
pushd tools/cursorFXconvert/
- dobin lcft
+ dobin lcft
popd
fi
}