diff options
author | Stefan Schweizer <genstef@gentoo.org> | 2006-06-11 18:35:32 +0000 |
---|---|---|
committer | Stefan Schweizer <genstef@gentoo.org> | 2006-06-11 18:35:32 +0000 |
commit | c60a5531e55b1949edf38f6b5107dff31ead5ae3 (patch) | |
tree | c68e4e8a34bec65d3eed26f98188e96c8c1e7e4d /x11-plugins/cairo-clock | |
parent | app-arch/parano: autoconf fixes, thanks to dragonheart (diff) | |
download | sunrise-c60a5531e55b1949edf38f6b5107dff31ead5ae3.tar.gz sunrise-c60a5531e55b1949edf38f6b5107dff31ead5ae3.tar.bz2 sunrise-c60a5531e55b1949edf38f6b5107dff31ead5ae3.zip |
Fix some minor whitespacing/quoting issues, this ebuild was importet from bug 126181
svn path=/; revision=56
Diffstat (limited to 'x11-plugins/cairo-clock')
-rw-r--r-- | x11-plugins/cairo-clock/ChangeLog | 9 | ||||
-rw-r--r-- | x11-plugins/cairo-clock/cairo-clock-0.3.2.ebuild | 8 |
2 files changed, 13 insertions, 4 deletions
diff --git a/x11-plugins/cairo-clock/ChangeLog b/x11-plugins/cairo-clock/ChangeLog new file mode 100644 index 000000000..0cdf00c96 --- /dev/null +++ b/x11-plugins/cairo-clock/ChangeLog @@ -0,0 +1,9 @@ +# ChangeLog for x11-plugins/cairo-clock +# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: $ + + 11 Jun 2006; Stefan Schweizer <genstef@gentoo.org> + cairo-clock-0.3.2.ebuild: + Fix some minor whitespacing/quoting issues, this ebuild was importet from + bug 126181 + diff --git a/x11-plugins/cairo-clock/cairo-clock-0.3.2.ebuild b/x11-plugins/cairo-clock/cairo-clock-0.3.2.ebuild index f1f351bcd..2dfc2de17 100644 --- a/x11-plugins/cairo-clock/cairo-clock-0.3.2.ebuild +++ b/x11-plugins/cairo-clock/cairo-clock-0.3.2.ebuild @@ -6,7 +6,7 @@ inherit eutils DESCRIPTION="Clock for desktop with ARGB visuals." HOMEPAGE="http://macslow.thepimp.net/?page_id=23" -SRC_URI="http://macslow.thepimp.net/projects/cairo-clock/$P.tar.bz2" +SRC_URI="http://macslow.thepimp.net/projects/cairo-clock/${P}.tar.bz2" SLOT="0" LICENSE="GPL-2" KEYWORDS="~amd64 ~x86 ~ppc" @@ -23,8 +23,8 @@ src_install() { } pkg_postinst() { - echo - einfo "Note, that you need running composite manager for visuals." + echo + einfo "Note, that you need running composite manager for visuals." epause 5 - echo + echo } |