summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-im/bitlbee/bitlbee-0.72.ebuild')
-rw-r--r--net-im/bitlbee/bitlbee-0.72.ebuild42
1 files changed, 0 insertions, 42 deletions
diff --git a/net-im/bitlbee/bitlbee-0.72.ebuild b/net-im/bitlbee/bitlbee-0.72.ebuild
deleted file mode 100644
index 34962a4f94fd..000000000000
--- a/net-im/bitlbee/bitlbee-0.72.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/bitlbee/bitlbee-0.72.ebuild,v 1.5 2003/10/16 15:16:56 pyrania Exp $
-
-inherit eutils
-
-DESCRIPTION="Bitlbee is an irc to IM gateway that support multiple IM protocols"
-HOMEPAGE="http://www.lintux.cx/bitlbee.html"
-SRC_URI="http://www.lintux.cx/downloads/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="x86 ~sparc"
-
-DEPEND="virtual/glibc"
-
-src_unpack() {
- unpack ${P}.tar.gz
-
- # Patch the default xinetd file to add/adjust values to Gentoo defaults
- cd ${S}/doc
- epatch ${FILESDIR}/${PN}-xinetd.patch
-}
-
-src_compile() {
- econf --datadir=/usr/share/bitlbee --etcdir=/etc
- emake
-}
-
-src_install() {
- mkdir -p ${D}/var/lib/bitlbee
- chown nobody:nobody ${D}/var/lib/bitlbee
- chmod 700 ${D}/var/lib/bitlbee
- make install DESTDIR=${D}
-
- dodoc COPYING
- dodoc doc/{AUTHORS,CHANGES,CREDITS,Installation.sgml,README,Support.sgml,TODO,Usage.sgml,user-guide.sgml}
- doman doc/bitlbee.8
-
- insinto /etc/xinetd.d
- newins doc/bitlbee.xinetd bitlbee
-}