diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2003-09-05 23:59:01 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2003-09-05 23:59:01 +0000 |
commit | 68e059f0b1e5618c4126f2db2fdd372ba9fd330c (patch) | |
tree | c55359fb6cb55df3e8af62563958de645c856231 /net-im/linpopup | |
parent | create a /etc/X11/Sessions/openbox3 file (diff) | |
download | historical-68e059f0b1e5618c4126f2db2fdd372ba9fd330c.tar.gz historical-68e059f0b1e5618c4126f2db2fdd372ba9fd330c.tar.bz2 historical-68e059f0b1e5618c4126f2db2fdd372ba9fd330c.zip |
whitespace cleanup
Diffstat (limited to 'net-im/linpopup')
-rw-r--r-- | net-im/linpopup/Manifest | 2 | ||||
-rw-r--r-- | net-im/linpopup/linpopup-1.2.0.ebuild | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/net-im/linpopup/Manifest b/net-im/linpopup/Manifest index a46b692b141d..6aae428cd500 100644 --- a/net-im/linpopup/Manifest +++ b/net-im/linpopup/Manifest @@ -1,3 +1,3 @@ MD5 a9aaf7fe7f3c990f6d6b6abbab826ca9 ChangeLog 420 -MD5 c73d9b4705976c2713644ad3b390b902 linpopup-1.2.0.ebuild 1815 +MD5 f43d01c82f73619d1e883759dcb40bab linpopup-1.2.0.ebuild 1809 MD5 535a60b1905be6c3c0349c488220e30c files/digest-linpopup-1.2.0 70 diff --git a/net-im/linpopup/linpopup-1.2.0.ebuild b/net-im/linpopup/linpopup-1.2.0.ebuild index 25743f984f91..850fc4573f5a 100644 --- a/net-im/linpopup/linpopup-1.2.0.ebuild +++ b/net-im/linpopup/linpopup-1.2.0.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/net-im/linpopup/linpopup-1.2.0.ebuild,v 1.2 2003/02/13 14:11:53 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/linpopup/linpopup-1.2.0.ebuild,v 1.3 2003/09/05 23:58:58 msterret Exp $ MY_P=LinPopUp-${PV} DESCRIPTION="LinPopUp, for sending/receiving WinPopup messages via Samba" @@ -14,7 +14,7 @@ KEYWORDS="~x86" IUSE="" DEPEND=">=net-fs/samba-2.2.7 - =x11-libs/gtk+-1.2*" + =x11-libs/gtk+-1.2*" S=${WORKDIR}/${MY_P}/src @@ -30,7 +30,7 @@ src_install() { doins ../extra/gtkrc insinto /usr/share/${P}/pixmaps doins ../pixmaps/little_igloo.xpm - + # Install messages.dat if not already present if [ ! -f /var/lib/linpopup/messages.dat ] then |