summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKrzysztof Pawlik <nelchael@gentoo.org>2007-10-27 12:38:48 +0000
committerKrzysztof Pawlik <nelchael@gentoo.org>2007-10-27 12:38:48 +0000
commitedce7172f339c220983b75435b801c798b69ea62 (patch)
tree618b92b5bc88301d5085cc0c1a55e60d0ff35264 /media-video/griffith
parentVersion bump. (diff)
downloadgentoo-2-edce7172f339c220983b75435b801c798b69ea62.tar.gz
gentoo-2-edce7172f339c220983b75435b801c798b69ea62.tar.bz2
gentoo-2-edce7172f339c220983b75435b801c798b69ea62.zip
Fix variable quoting.
(Portage version: 2.1.3.16)
Diffstat (limited to 'media-video/griffith')
-rw-r--r--media-video/griffith/ChangeLog6
-rw-r--r--media-video/griffith/files/digest-griffith-0.9.22
-rw-r--r--media-video/griffith/griffith-0.9.2.ebuild6
-rw-r--r--media-video/griffith/griffith-0.9.3.1.ebuild6
-rw-r--r--media-video/griffith/griffith-0.9.5.ebuild6
5 files changed, 16 insertions, 10 deletions
diff --git a/media-video/griffith/ChangeLog b/media-video/griffith/ChangeLog
index 1c312e131b38..fbf845180da1 100644
--- a/media-video/griffith/ChangeLog
+++ b/media-video/griffith/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for media-video/griffith
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/griffith/ChangeLog,v 1.15 2007/10/27 12:35:24 nelchael Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/griffith/ChangeLog,v 1.16 2007/10/27 12:38:47 nelchael Exp $
+
+ 27 Oct 2007; Krzysiek Pawlik <nelchael@gentoo.org> griffith-0.9.2.ebuild,
+ griffith-0.9.3.1.ebuild, griffith-0.9.5.ebuild:
+ Fix variable quoting.
*griffith-0.9.5 (27 Oct 2007)
diff --git a/media-video/griffith/files/digest-griffith-0.9.2 b/media-video/griffith/files/digest-griffith-0.9.2
index 60ec30be3faf..ceabece9df1d 100644
--- a/media-video/griffith/files/digest-griffith-0.9.2
+++ b/media-video/griffith/files/digest-griffith-0.9.2
@@ -1,4 +1,6 @@
+MD5 6d303d197612a8940c04693b99030bca griffith-0.9.2.tar.gz 693398
RMD160 8e4d50fda915e9ee22811c2b525d105f39cf1b8c griffith-0.9.2.tar.gz 693398
SHA256 7ab126adef08edda3c071d71f57e7042bae70eb2f5e90bd2e952d6d73d83e056 griffith-0.9.2.tar.gz 693398
+MD5 8650b56a545466ad2e1c26b9f6e3ed0d griffith-extra-artwork-0.9.2.tar.gz 117852
RMD160 229d87b09e966b1a2801fc26719f5d4ed125bc41 griffith-extra-artwork-0.9.2.tar.gz 117852
SHA256 248571db80d20f2e1ff965e5e40f56edb59292dd24a9d41c74519849e783189d griffith-extra-artwork-0.9.2.tar.gz 117852
diff --git a/media-video/griffith/griffith-0.9.2.ebuild b/media-video/griffith/griffith-0.9.2.ebuild
index 255425e84a3c..86628ec564ac 100644
--- a/media-video/griffith/griffith-0.9.2.ebuild
+++ b/media-video/griffith/griffith-0.9.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/griffith/griffith-0.9.2.ebuild,v 1.6 2007/10/27 12:32:13 nelchael Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/griffith/griffith-0.9.2.ebuild,v 1.7 2007/10/27 12:38:47 nelchael Exp $
inherit python
@@ -53,9 +53,9 @@ src_install() {
}
pkg_postinst() {
- python_mod_optimize ${ROOT}usr/share/${PN}/lib
+ python_mod_optimize "${ROOT}usr/share/${PN}/lib"
}
pkg_postrm() {
- python_mod_cleanup ${ROOT}usr/share/${PN}/lib
+ python_mod_cleanup "${ROOT}usr/share/${PN}/lib"
}
diff --git a/media-video/griffith/griffith-0.9.3.1.ebuild b/media-video/griffith/griffith-0.9.3.1.ebuild
index 594f872c3f02..24bfd8745bb6 100644
--- a/media-video/griffith/griffith-0.9.3.1.ebuild
+++ b/media-video/griffith/griffith-0.9.3.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/griffith/griffith-0.9.3.1.ebuild,v 1.2 2007/10/27 12:32:13 nelchael Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/griffith/griffith-0.9.3.1.ebuild,v 1.3 2007/10/27 12:38:47 nelchael Exp $
inherit python
@@ -58,9 +58,9 @@ src_install() {
}
pkg_postinst() {
- python_mod_optimize ${ROOT}usr/share/${PN}/lib
+ python_mod_optimize "${ROOT}usr/share/${PN}/lib"
}
pkg_postrm() {
- python_mod_cleanup ${ROOT}usr/share/${PN}/lib
+ python_mod_cleanup "${ROOT}usr/share/${PN}/lib"
}
diff --git a/media-video/griffith/griffith-0.9.5.ebuild b/media-video/griffith/griffith-0.9.5.ebuild
index 36dcb3f2bf9c..61584d6e32e6 100644
--- a/media-video/griffith/griffith-0.9.5.ebuild
+++ b/media-video/griffith/griffith-0.9.5.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/griffith/griffith-0.9.5.ebuild,v 1.1 2007/10/27 12:35:24 nelchael Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/griffith/griffith-0.9.5.ebuild,v 1.2 2007/10/27 12:38:47 nelchael Exp $
inherit python
@@ -58,9 +58,9 @@ src_install() {
}
pkg_postinst() {
- python_mod_optimize ${ROOT}usr/share/${PN}/lib
+ python_mod_optimize "${ROOT}usr/share/${PN}/lib"
}
pkg_postrm() {
- python_mod_cleanup ${ROOT}usr/share/${PN}/lib
+ python_mod_cleanup "${ROOT}usr/share/${PN}/lib"
}