summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2003-09-05 23:59:01 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2003-09-05 23:59:01 +0000
commit68e059f0b1e5618c4126f2db2fdd372ba9fd330c (patch)
treec55359fb6cb55df3e8af62563958de645c856231 /net-im/imcom
parentcreate a /etc/X11/Sessions/openbox3 file (diff)
downloadhistorical-68e059f0b1e5618c4126f2db2fdd372ba9fd330c.tar.gz
historical-68e059f0b1e5618c4126f2db2fdd372ba9fd330c.tar.bz2
historical-68e059f0b1e5618c4126f2db2fdd372ba9fd330c.zip
whitespace cleanup
Diffstat (limited to 'net-im/imcom')
-rw-r--r--net-im/imcom/Manifest8
-rw-r--r--net-im/imcom/imcom-0.95.ebuild6
-rw-r--r--net-im/imcom/imcom-1.31.ebuild14
3 files changed, 14 insertions, 14 deletions
diff --git a/net-im/imcom/Manifest b/net-im/imcom/Manifest
index c3ba5baf6596..49c2f321c351 100644
--- a/net-im/imcom/Manifest
+++ b/net-im/imcom/Manifest
@@ -1,7 +1,7 @@
MD5 728ddda51ab924bb64c91ecd07500502 ChangeLog 1717
-MD5 273ba6d5821139136be1ae791a2e2f32 imcom-0.95.ebuild 784
-MD5 11623475a50b0f4ae30c84892738b04d imcom-1.31.ebuild 942
+MD5 23302197bd0e0c3901dd1ceedaa4dfe7 imcom-1.31.ebuild 925
+MD5 485d094514364b73f811c24a830c1fda imcom-0.95.ebuild 783
MD5 1cba1b4de0a2f189931b618d764daa74 metadata.xml 404
-MD5 3034003b5e28e3d66787f708dbc8dec6 files/Makefile-1.31 1308
-MD5 4bdbd49a06fb47cdf5e0b4a5de74da91 files/digest-imcom-0.95 62
MD5 2728c9cb165a176d49822b58ddd6825b files/digest-imcom-1.31 62
+MD5 4bdbd49a06fb47cdf5e0b4a5de74da91 files/digest-imcom-0.95 62
+MD5 3034003b5e28e3d66787f708dbc8dec6 files/Makefile-1.31 1308
diff --git a/net-im/imcom/imcom-0.95.ebuild b/net-im/imcom/imcom-0.95.ebuild
index 90233d486535..84b5bac443df 100644
--- a/net-im/imcom/imcom-0.95.ebuild
+++ b/net-im/imcom/imcom-0.95.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/imcom/imcom-0.95.ebuild,v 1.3 2003/08/29 20:31:51 liquidx Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/imcom/imcom-0.95.ebuild,v 1.4 2003/09/05 23:58:58 msterret Exp $
S=${WORKDIR}/${P}
SRC_URI="http://imcom.floobin.cx/files/${P}.tar.gz"
@@ -17,7 +17,7 @@ KEYWORDS="x86 ppc"
IUSE=""
src_install() {
-
+
dodir /usr/bin
dodir /usr/share/imcom
dodoc AutoStatus.API CONTRIBUTORS LICENSE README* TODO WHATSNEW
@@ -25,7 +25,7 @@ src_install() {
cp *.py ${D}/usr/share/imcom
mv imcom imcom.orig
sed -e 's:/usr/local/share:/usr/share:' imcom.orig | cat > imcom
- chmod 755 imcom
+ chmod 755 imcom
dobin imcom
}
diff --git a/net-im/imcom/imcom-1.31.ebuild b/net-im/imcom/imcom-1.31.ebuild
index e8f60e9d9aa7..678d739b1a02 100644
--- a/net-im/imcom/imcom-1.31.ebuild
+++ b/net-im/imcom/imcom-1.31.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/imcom/imcom-1.31.ebuild,v 1.2 2003/08/29 20:31:51 liquidx Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/imcom/imcom-1.31.ebuild,v 1.3 2003/09/05 23:58:58 msterret Exp $
MYVER=${PV}
S=${WORKDIR}/${PN}-${MYVER}
@@ -24,12 +24,12 @@ src_unpack() {
}
src_compile() {
- ./configure --prefix=/usr || die "configure failed"
- #make
- # fixing it ..
- cp ${FILESDIR}/Makefile-1.31 ${S}/Makefile
- pwd
- make
+ ./configure --prefix=/usr || die "configure failed"
+ #make
+ # fixing it ..
+ cp ${FILESDIR}/Makefile-1.31 ${S}/Makefile
+ pwd
+ make
}
src_install() {