summaryrefslogtreecommitdiff
path: root/net-im
diff options
context:
space:
mode:
authorThomas Raschbacher <lordvan@gentoo.org>2003-05-21 05:01:11 +0000
committerThomas Raschbacher <lordvan@gentoo.org>2003-05-21 05:01:11 +0000
commit570660dae0be371f771f9baa3fd14a2f0c3abee5 (patch)
tree03dc65a9c6031c0d417f875ac568363be3565c4a /net-im
parentremoved old betas finally since repoman doesn't .. (diff)
downloadgentoo-2-570660dae0be371f771f9baa3fd14a2f0c3abee5.tar.gz
gentoo-2-570660dae0be371f771f9baa3fd14a2f0c3abee5.tar.bz2
gentoo-2-570660dae0be371f771f9baa3fd14a2f0c3abee5.zip
remove old makefile fix
Diffstat (limited to 'net-im')
-rw-r--r--net-im/imcom/files/Makefile-1.30_beta838
-rw-r--r--net-im/imcom/imcom-1.30_beta9.ebuild4
2 files changed, 2 insertions, 40 deletions
diff --git a/net-im/imcom/files/Makefile-1.30_beta8 b/net-im/imcom/files/Makefile-1.30_beta8
deleted file mode 100644
index 587f0a3b2ac7..000000000000
--- a/net-im/imcom/files/Makefile-1.30_beta8
+++ /dev/null
@@ -1,38 +0,0 @@
-prefix=/usr
-exec_prefix = ${prefix}
-bindir = ${exec_prefix}/bin
-datadir = ${prefix}/share
-mandir = ${prefix}/man
-
-all:
- chmod +x imcom CLI.py LogHandler.py AccountCreator.py
-
-install: all install-docs
- mkdir -p ${DESTDIR}/${datadir}/imcom
- cp *.py ${DESTDIR}/${datadir}/imcom
- mkdir -p ${DESTDIR}/${bindir}
- cp imcom ${DESTDIR}/${bindir}
-
-install-docs:
- mkdir -p ${DESTDIR}/${datadir}/doc/imcom${MYVER}
- cp docs/*.html ${DESTDIR}/${datadir}/doc/imcom${MYVER}
- cp CONTRIBUTORS LICENSE README README.autostatus TODO WHATSNEW ${DESTDIR}/${datadir}/doc/imcom${MYVER}
- mkdir -p ${DESTDIR}/${mandir}/man1/
- cp docs/imcom.1 ${DESTDIR}/${mandir}/man1/imcom.1
-
-
-
-uninstall:
- rm -rf ${datadir}/imcom
- rm -f ${bindir}/imcom
- rm -f ${mandir}/man1/imcom.1
-
-clean:
- rm -f config.status config.log config.cache *.pyc
-
-distclean: clean
- rm -rf CVS docs/CVS
- rm -f imcom Makefile
- rm -f docs/imcom.7
- chmod a-x CLI.py LogHandler.py AccountCreator.py
- rm -f *~ .#*
diff --git a/net-im/imcom/imcom-1.30_beta9.ebuild b/net-im/imcom/imcom-1.30_beta9.ebuild
index 5d81d2a7daaf..355f4b0db654 100644
--- a/net-im/imcom/imcom-1.30_beta9.ebuild
+++ b/net-im/imcom/imcom-1.30_beta9.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.30_beta9.ebuild,v 1.1 2003/05/21 04:52:29 lordvan Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/imcom/imcom-1.30_beta9.ebuild,v 1.2 2003/05/21 05:01:11 lordvan Exp $
MYVER=1.30beta9
S=${WORKDIR}/${PN}-${MYVER}
@@ -27,7 +27,7 @@ src_compile() {
./configure --prefix=/usr || die "configure failed"
#make
# fixing it ..
- cp ${FILESDIR}/Makefile-1.30_beta8 ${S}/Makefile
+# cp ${FILESDIR}/Makefile-1.30_beta8 ${S}/Makefile
pwd
make
}