summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <msterret@gentoo.org>2003-09-06 22:23:41 +0000
committerMichael Sterrett <msterret@gentoo.org>2003-09-06 22:23:41 +0000
commit8f5142ea9ceeb00cdd1e277d40d247511ba34a8a (patch)
treedb09e00b77544a404c21b25ea239a9a054c39580 /app-office/dia
parentUpdate version (diff)
downloadgentoo-2-8f5142ea9ceeb00cdd1e277d40d247511ba34a8a.tar.gz
gentoo-2-8f5142ea9ceeb00cdd1e277d40d247511ba34a8a.tar.bz2
gentoo-2-8f5142ea9ceeb00cdd1e277d40d247511ba34a8a.zip
repoman: trim trailing whitespace
Diffstat (limited to 'app-office/dia')
-rw-r--r--app-office/dia/Manifest6
-rw-r--r--app-office/dia/dia-0.90-r2.ebuild4
-rw-r--r--app-office/dia/dia-0.91.ebuild10
3 files changed, 10 insertions, 10 deletions
diff --git a/app-office/dia/Manifest b/app-office/dia/Manifest
index b52baa19e508..e92abb3c05a9 100644
--- a/app-office/dia/Manifest
+++ b/app-office/dia/Manifest
@@ -1,9 +1,9 @@
MD5 07c67259aafcf9af40e007a42622153f ChangeLog 2467
MD5 bb68b35d494051a198648adc33baf82a dia-0.88.1-r1.ebuild 1107
-MD5 be16f0367e6ffa1f7f1473067a5f61f2 dia-0.90-r2.ebuild 1408
+MD5 396ab6879579cb23058d5041459de35d dia-0.90-r2.ebuild 1409
+MD5 363507e94c6f95ad1e2c328ba22f7761 dia-0.91.ebuild 1677
MD5 03ad2e6c4ab41244af1015a8bbb0b39f metadata.xml 158
-MD5 bd04db5ee7e2a9e2f5283bb61c7594f1 dia-0.91.ebuild 1687
+MD5 2dc18dc468903c86599f681f73802f3e files/dia-0.91-Cisco-Makefile.in 17188
MD5 1ae42abab37b7fb025361b0bf9e74cf5 files/digest-dia-0.88.1-r1 63
MD5 e923403257551985b0e465ae9d123dbb files/digest-dia-0.90-r2 61
MD5 7464ba45df1b97c27fc2089e0b675c7c files/digest-dia-0.91 61
-MD5 2dc18dc468903c86599f681f73802f3e files/dia-0.91-Cisco-Makefile.in 17188
diff --git a/app-office/dia/dia-0.90-r2.ebuild b/app-office/dia/dia-0.90-r2.ebuild
index 0d386e296ef2..313e55e78b70 100644
--- a/app-office/dia/dia-0.90-r2.ebuild
+++ b/app-office/dia/dia-0.90-r2.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.90-r2.ebuild,v 1.7 2003/02/13 09:15:20 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/dia/dia-0.90-r2.ebuild,v 1.8 2003/09/06 22:21:01 msterret Exp $
DESCRIPTION="Diagram Creation Program"
SRC_URI="ftp://ftp.gnome.org/pub/GNOME/stable/sources/${PN}/${P}.tar.gz"
@@ -39,7 +39,7 @@ src_compile() {
|| myconf="${myconf} --enable-freetype"
use nls || myconf="${myconf} --disable-nls"
-
+
# enable-gnome-print not recoomended
econf ${myconf}
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
-
+
}