summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'x11-misc/glunarclock')
-rw-r--r--x11-misc/glunarclock/ChangeLog6
-rw-r--r--x11-misc/glunarclock/glunarclock-0.32.4.ebuild7
2 files changed, 8 insertions, 5 deletions
diff --git a/x11-misc/glunarclock/ChangeLog b/x11-misc/glunarclock/ChangeLog
index 328205a7edae..7cffd9ee4356 100644
--- a/x11-misc/glunarclock/ChangeLog
+++ b/x11-misc/glunarclock/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for x11-misc/glunarclock
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/glunarclock/ChangeLog,v 1.16 2007/02/06 01:29:03 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/glunarclock/ChangeLog,v 1.17 2007/02/12 19:01:06 nelchael Exp $
+
+ 12 Feb 2007; Krzysiek Pawlik <nelchael@gentoo.org>
+ glunarclock-0.32.4.ebuild:
+ Fix bug #134179 - sandbox violation by scrollkeeper.
06 Feb 2007; Diego Pettenò <flameeyes@gentoo.org> ChangeLog:
Regenerate digest in Manifest2 format.
diff --git a/x11-misc/glunarclock/glunarclock-0.32.4.ebuild b/x11-misc/glunarclock/glunarclock-0.32.4.ebuild
index d624e38933dd..a2e334740509 100644
--- a/x11-misc/glunarclock/glunarclock-0.32.4.ebuild
+++ b/x11-misc/glunarclock/glunarclock-0.32.4.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/glunarclock/glunarclock-0.32.4.ebuild,v 1.4 2005/08/13 23:34:51 hansmi Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/glunarclock/glunarclock-0.32.4.ebuild,v 1.5 2007/02/12 19:01:06 nelchael Exp $
inherit gnome2 eutils
@@ -34,7 +34,6 @@ DEPEND="${RDEPEND}
DOCS="AUTHORS ChangeLog COPYING* INSTALL README"
src_unpack() {
- unpack ${A}
- cd ${S}
+ gnome2_src_unpack
epatch ${FILESDIR}/${PN}-i18n-gentoo.patch
}