diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2003-09-06 22:21:05 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2003-09-06 22:21:05 +0000 |
commit | 55e06b4a2b15b0c90f75ef1db8083bba8077284b (patch) | |
tree | c99d964754b9978c65443740fac5e81cca174e6b /app-office/dia/dia-0.91.ebuild | |
parent | repoman: trim trailing whitespace (diff) | |
download | historical-55e06b4a2b15b0c90f75ef1db8083bba8077284b.tar.gz historical-55e06b4a2b15b0c90f75ef1db8083bba8077284b.tar.bz2 historical-55e06b4a2b15b0c90f75ef1db8083bba8077284b.zip |
repoman: trim trailing whitespace
Diffstat (limited to 'app-office/dia/dia-0.91.ebuild')
-rw-r--r-- | app-office/dia/dia-0.91.ebuild | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/app-office/dia/dia-0.91.ebuild b/app-office/dia/dia-0.91.ebuild index 9d4754951258..0037f840939e 100644 --- a/app-office/dia/dia-0.91.ebuild +++ b/app-office/dia/dia-0.91.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/app-office/dia/dia-0.91.ebuild,v 1.6 2003/07/02 11:45:09 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/dia/dia-0.91.ebuild,v 1.7 2003/09/06 22:21:01 msterret Exp $ DESCRIPTION="Diagram Creation Program" SRC_URI="ftp://ftp.gnome.org/pub/GNOME/sources/${PN}/${PV}/${P}.tar.gz" @@ -23,7 +23,7 @@ DEPEND=">=x11-libs/gtk+-2.0.0 >=gnome-base/libgnomeui-2.0 ) python? ( >=dev-lang/python-2.0 >=dev-python/pygtk-1.99 )" - + src_unpack() { unpack ${A} # fix b0rked Makefile in Cisco directory @@ -40,7 +40,7 @@ src_compile() { || myconf="--disable-gnome" use python && myconf="${myconf} --with-python" - + econf ${myconf} || die emake || die } @@ -48,12 +48,12 @@ src_compile() { src_install() { make DESTDIR=${D} install || die dodoc AUTHORS COPYING ChangeLog README NEWS TODO KNOWN_BUGS - + # fix .desktop link dodir /usr/share/applications mv ${D}/usr/share/gnome/apps/Applications/dia.desktop ${D}/usr/share/applications/dia.desktop rmdir ${D}/usr/share/gnome/apps/Applications rmdir ${D}/usr/share/gnome/apps echo "Categories=Application;GNOME;Office;" >> ${D}/usr/share/applications/dia.desktop - + } |