diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2003-09-06 07:28:59 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2003-09-06 07:28:59 +0000 |
commit | ebd0966c312b9a54005cabf19c5249665ac2ae3b (patch) | |
tree | 2bc8e65f3a89da62b54daf5fbec7887be1fb7328 /x11-themes/gtk-engines-smooth | |
parent | fixing Manifest (diff) | |
download | historical-ebd0966c312b9a54005cabf19c5249665ac2ae3b.tar.gz historical-ebd0966c312b9a54005cabf19c5249665ac2ae3b.tar.bz2 historical-ebd0966c312b9a54005cabf19c5249665ac2ae3b.zip |
whitespace cleanup
Diffstat (limited to 'x11-themes/gtk-engines-smooth')
-rw-r--r-- | x11-themes/gtk-engines-smooth/Manifest | 4 | ||||
-rw-r--r-- | x11-themes/gtk-engines-smooth/gtk-engines-smooth-0.5.2.ebuild | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/x11-themes/gtk-engines-smooth/Manifest b/x11-themes/gtk-engines-smooth/Manifest index 12640885ced5..c756c04e434d 100644 --- a/x11-themes/gtk-engines-smooth/Manifest +++ b/x11-themes/gtk-engines-smooth/Manifest @@ -1,4 +1,4 @@ -MD5 d8071b03fc4eae51f57012d597162d8a gtk-engines-smooth-0.5.2.ebuild 1109 -MD5 03ad2e6c4ab41244af1015a8bbb0b39f metadata.xml 158 MD5 75dc03999d91ff13434eb015f4933afd ChangeLog 415 +MD5 02b6fd0702c9460225a9ee2b2185c886 gtk-engines-smooth-0.5.2.ebuild 1102 +MD5 03ad2e6c4ab41244af1015a8bbb0b39f metadata.xml 158 MD5 c552bb1ce742d643b8f6bc7bb01a8c18 files/digest-gtk-engines-smooth-0.5.2 75 diff --git a/x11-themes/gtk-engines-smooth/gtk-engines-smooth-0.5.2.ebuild b/x11-themes/gtk-engines-smooth/gtk-engines-smooth-0.5.2.ebuild index f29652798501..40e02bc1734b 100644 --- a/x11-themes/gtk-engines-smooth/gtk-engines-smooth-0.5.2.ebuild +++ b/x11-themes/gtk-engines-smooth/gtk-engines-smooth-0.5.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/gtk-engines-smooth/gtk-engines-smooth-0.5.2.ebuild,v 1.1 2003/06/19 09:51:20 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/gtk-engines-smooth/gtk-engines-smooth-0.5.2.ebuild,v 1.2 2003/09/06 07:28:56 msterret Exp $ inherit gtk-engines2 @@ -22,11 +22,11 @@ src_compile() { [ -n "${HAS_GTK1}" ] \ && myconf="${myconf} --enable-gtk-1" \ || myconf="${myconf} --disable-gtk-1" - + [ -n "${HAS_GTK2}" ] \ && myconf="${myconf} --enable-gtk-2" \ || myconf="${myconf} --disable-gtk-2" - + gtk-engines2_src_compile ${myconf} } @@ -38,5 +38,5 @@ src_install() { dodir ${GTK2_ENGINES_DIR} mv ${D}/usr/lib/gtk-2.0/engines/* ${D}${GTK2_ENGINES_DIR} rmdir ${D}/usr/lib/gtk-2.0/engines - fi + fi } |