diff options
author | Daniel Ahlberg <aliz@gentoo.org> | 2002-10-17 15:21:20 +0000 |
---|---|---|
committer | Daniel Ahlberg <aliz@gentoo.org> | 2002-10-17 15:21:20 +0000 |
commit | a2775bd404659bbc436ed2c9bb9675c96d2db969 (patch) | |
tree | bb224f92881a4af4ebb6a3b020322edb26fa2dad /x11-themes/ksplash-ml-themes | |
parent | lintool fixes (diff) | |
download | historical-a2775bd404659bbc436ed2c9bb9675c96d2db969.tar.gz historical-a2775bd404659bbc436ed2c9bb9675c96d2db969.tar.bz2 historical-a2775bd404659bbc436ed2c9bb9675c96d2db969.zip |
lintool fixes
Diffstat (limited to 'x11-themes/ksplash-ml-themes')
-rw-r--r-- | x11-themes/ksplash-ml-themes/ksplash-ml-themes-20020705-r1.ebuild | 10 | ||||
-rw-r--r-- | x11-themes/ksplash-ml-themes/ksplash-ml-themes-20020705.ebuild | 9 |
2 files changed, 8 insertions, 11 deletions
diff --git a/x11-themes/ksplash-ml-themes/ksplash-ml-themes-20020705-r1.ebuild b/x11-themes/ksplash-ml-themes/ksplash-ml-themes-20020705-r1.ebuild index 038899eaa093..e540a7507df0 100644 --- a/x11-themes/ksplash-ml-themes/ksplash-ml-themes-20020705-r1.ebuild +++ b/x11-themes/ksplash-ml-themes/ksplash-ml-themes-20020705-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/ksplash-ml-themes/ksplash-ml-themes-20020705-r1.ebuild,v 1.2 2002/10/04 06:47:35 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/ksplash-ml-themes/ksplash-ml-themes-20020705-r1.ebuild,v 1.3 2002/10/17 15:21:20 aliz Exp $ inherit kde-functions set-kdedir 3 @@ -16,16 +16,14 @@ newdepend "x11-misc/ksplash-ml" THEMES="ExtraThemes DeLorean Viper Crystal xpAnime Landskape costello" for x in $THEMES; do - SRC_URI="$SRC_URI http://www.shadowcom.net/Software/ksplash-ml/${x}.tgz" + SRC_URI="$SRC_URI http://www.shadowcom.net/Software/ksplash-ml/${x}.tgz" done theme-ksplash_src_compile() { true; } src_install() { - - dodir ${PREFIX}/share/apps/ksplashml/Themes/ - cp -r ${WORKDIR}/* ${D}/${PREFIX}/share/apps/ksplashml/Themes/ - + dodir ${PREFIX}/share/apps/ksplashml/Themes/ + cp -r ${WORKDIR}/* ${D}/${PREFIX}/share/apps/ksplashml/Themes/ } diff --git a/x11-themes/ksplash-ml-themes/ksplash-ml-themes-20020705.ebuild b/x11-themes/ksplash-ml-themes/ksplash-ml-themes-20020705.ebuild index 18930dfcb985..aa7da4818955 100644 --- a/x11-themes/ksplash-ml-themes/ksplash-ml-themes-20020705.ebuild +++ b/x11-themes/ksplash-ml-themes/ksplash-ml-themes-20020705.ebuild @@ -1,6 +1,6 @@ # Copyright 2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/ksplash-ml-themes/ksplash-ml-themes-20020705.ebuild,v 1.6 2002/10/04 06:47:32 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/ksplash-ml-themes/ksplash-ml-themes-20020705.ebuild,v 1.7 2002/10/17 15:21:20 aliz Exp $ inherit kde-functions set-kdedir 3 @@ -16,15 +16,14 @@ newdepend "x11-misc/ksplash-ml" THEMES="ExtraThemes DeLorean Viper Crystal xpAnime Landskape costello" for x in $THEMES; do - SRC_URI="$SRC_URI http://www.shadowcom.net/Software/ksplash-ml/${x}.tgz" + SRC_URI="$SRC_URI http://www.shadowcom.net/Software/ksplash-ml/${x}.tgz" done theme-ksplash_src_compile() { true; } src_install() { - - dodir ${KDEDIR}/share/apps/ksplashml/Themes/ - cp -r ${WORKDIR}/* ${D}/${KDEDIR}/share/apps/ksplashml/Themes/ + dodir ${KDEDIR}/share/apps/ksplashml/Themes/ + cp -r ${WORKDIR}/* ${D}/${KDEDIR}/share/apps/ksplashml/Themes/ } |