diff options
author | Hanno Boeck <hanno@gentoo.org> | 2002-11-17 18:24:11 +0000 |
---|---|---|
committer | Hanno Boeck <hanno@gentoo.org> | 2002-11-17 18:24:11 +0000 |
commit | 40dd3f8b31ec254b8b79b2138a3dd3ed57801098 (patch) | |
tree | 6cc2456eb345337d94a75a45e179155dccf26ed1 /app-office/scribus | |
parent | Log (diff) | |
download | historical-40dd3f8b31ec254b8b79b2138a3dd3ed57801098.tar.gz historical-40dd3f8b31ec254b8b79b2138a3dd3ed57801098.tar.bz2 historical-40dd3f8b31ec254b8b79b2138a3dd3ed57801098.zip |
fixed lintool warnings
Diffstat (limited to 'app-office/scribus')
-rw-r--r-- | app-office/scribus/scribus-0.7.4-r1.ebuild | 11 | ||||
-rw-r--r-- | app-office/scribus/scribus-0.8.ebuild | 11 |
2 files changed, 10 insertions, 12 deletions
diff --git a/app-office/scribus/scribus-0.7.4-r1.ebuild b/app-office/scribus/scribus-0.7.4-r1.ebuild index e98f4cd68c12..3906a9581b4e 100644 --- a/app-office/scribus/scribus-0.7.4-r1.ebuild +++ b/app-office/scribus/scribus-0.7.4-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/scribus/scribus-0.7.4-r1.ebuild,v 1.5 2002/10/17 14:22:36 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/scribus/scribus-0.7.4-r1.ebuild,v 1.6 2002/11/17 18:24:11 hanno Exp $ S=${WORKDIR}/${P} DESCRIPTION="Scribus is a Layout program" @@ -23,11 +23,11 @@ src_compile() { } src_install () { - + einstall destdir=${D} || die "couldn't be installed" - + dodoc AUTHORS ChangeLog README TODO - + # Fixing desktop.scribus use kde && ( @@ -42,7 +42,6 @@ src_install () { # Copy the pixmaps to the generic place insinto /usr/share/pixmaps/ doins debian/scribus.xpm - + dosym /usr/share/scribus/doc /usr/share/doc/${PF}/html - } diff --git a/app-office/scribus/scribus-0.8.ebuild b/app-office/scribus/scribus-0.8.ebuild index 16406ad8d40f..e0adf87b6604 100644 --- a/app-office/scribus/scribus-0.8.ebuild +++ b/app-office/scribus/scribus-0.8.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/scribus/scribus-0.8.ebuild,v 1.2 2002/11/17 10:56:14 hanno Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/scribus/scribus-0.8.ebuild,v 1.3 2002/11/17 18:24:11 hanno Exp $ S=${WORKDIR}/${P} DESCRIPTION="Scribus is a Layout program" @@ -31,11 +31,11 @@ src_compile() { } src_install () { - + einstall destdir=${D} || die "couldn't be installed" - + dodoc AUTHORS ChangeLog README TODO - + # Fixing desktop.scribus use kde && ( @@ -50,7 +50,6 @@ src_install () { # Copy the pixmaps to the generic place insinto /usr/share/pixmaps/ doins debian/scribus.xpm - + dosym /usr/share/scribus/doc /usr/share/doc/${PF}/html - } |