diff options
-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 } |