diff options
author | Matthias Schwarzott <zzam@gentoo.org> | 2007-11-27 12:25:13 +0000 |
---|---|---|
committer | Matthias Schwarzott <zzam@gentoo.org> | 2007-11-27 12:25:13 +0000 |
commit | 939529762a276aa3d504aa5581cd50b64d61d385 (patch) | |
tree | d320cebeaf129ff90caf2f94d54e2cc181e6cfc3 /media-video/cinepaint | |
parent | Stable on x86 and amd64. (diff) | |
download | historical-939529762a276aa3d504aa5581cd50b64d61d385.tar.gz historical-939529762a276aa3d504aa5581cd50b64d61d385.tar.bz2 historical-939529762a276aa3d504aa5581cd50b64d61d385.zip |
Fixed quoting.
Package-Manager: portage-2.1.4_rc3
Diffstat (limited to 'media-video/cinepaint')
-rw-r--r-- | media-video/cinepaint/ChangeLog | 6 | ||||
-rw-r--r-- | media-video/cinepaint/cinepaint-0.21.1.ebuild | 6 |
2 files changed, 8 insertions, 4 deletions
diff --git a/media-video/cinepaint/ChangeLog b/media-video/cinepaint/ChangeLog index 5aeedb581a0b..166bed57c9b4 100644 --- a/media-video/cinepaint/ChangeLog +++ b/media-video/cinepaint/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-video/cinepaint # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/cinepaint/ChangeLog,v 1.17 2007/04/25 20:47:25 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/cinepaint/ChangeLog,v 1.18 2007/11/27 12:22:57 zzam Exp $ + + 27 Nov 2007; Matthias Schwarzott <zzam@gentoo.org> + cinepaint-0.21.1.ebuild: + Fixed quoting. 25 Apr 2007; Alexis Ballier <aballier@gentoo.org> cinepaint-0.22.0.ebuild: Add gimpprint useflag/support, thanks to Honza Macháček diff --git a/media-video/cinepaint/cinepaint-0.21.1.ebuild b/media-video/cinepaint/cinepaint-0.21.1.ebuild index 2661741d5883..f6d10ee61b51 100644 --- a/media-video/cinepaint/cinepaint-0.21.1.ebuild +++ b/media-video/cinepaint/cinepaint-0.21.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/cinepaint/cinepaint-0.21.1.ebuild,v 1.3 2006/11/26 17:57:02 opfer Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/cinepaint/cinepaint-0.21.1.ebuild,v 1.4 2007/11/27 12:22:57 zzam Exp $ inherit eutils versionator flag-o-matic autotools @@ -42,6 +42,6 @@ src_compile(){ } src_install(){ - emake DESTDIR=${D} install || die "emake install failed" + emake DESTDIR="${D}" install || die "emake install failed" dodoc AUTHORS ChangeLog README* NEWS } |