diff options
author | Krzysztof Pawlik <nelchael@gentoo.org> | 2007-02-12 19:01:06 +0000 |
---|---|---|
committer | Krzysztof Pawlik <nelchael@gentoo.org> | 2007-02-12 19:01:06 +0000 |
commit | c671eac91e431518d14d149baa1618a91c4feb29 (patch) | |
tree | 7aa3021543e4e6d8e8977efd96ac8201ac2643b3 /x11-misc/glunarclock | |
parent | added qa to the possible ELOG features (diff) | |
download | gentoo-2-c671eac91e431518d14d149baa1618a91c4feb29.tar.gz gentoo-2-c671eac91e431518d14d149baa1618a91c4feb29.tar.bz2 gentoo-2-c671eac91e431518d14d149baa1618a91c4feb29.zip |
Fix bug #134179 - sandbox violation by scrollkeeper.
(Portage version: 2.1.2-r9)
Diffstat (limited to 'x11-misc/glunarclock')
-rw-r--r-- | x11-misc/glunarclock/ChangeLog | 6 | ||||
-rw-r--r-- | x11-misc/glunarclock/glunarclock-0.32.4.ebuild | 7 |
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 } |