summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Alfredsen <loki_val@gentoo.org>2008-07-27 10:11:06 +0000
committerPeter Alfredsen <loki_val@gentoo.org>2008-07-27 10:11:06 +0000
commitc4931e8077745840e8058e93b9acb13e55f91ad5 (patch)
tree74605f22052b3086a2c85bafdd8c17a7725754d5 /net-libs/libicq2000/libicq2000-0.3.1.ebuild
parentBump, fixes bug #222153 and through it, bug #220309. (diff)
downloadhistorical-c4931e8077745840e8058e93b9acb13e55f91ad5.tar.gz
historical-c4931e8077745840e8058e93b9acb13e55f91ad5.tar.bz2
historical-c4931e8077745840e8058e93b9acb13e55f91ad5.zip
Fix bug #218774 by using --enable-debug, since otherwise your CFLAGS get sedded to kill the make. Fix bug #225387 wrt gcc-4.3 compat. Thanks to Marek Miller <mlm@ngc17.pl> for the patch. Drop old.
Package-Manager: portage-2.2_rc3/cvs/Linux 2.6.25.8 i686
Diffstat (limited to 'net-libs/libicq2000/libicq2000-0.3.1.ebuild')
-rw-r--r--net-libs/libicq2000/libicq2000-0.3.1.ebuild30
1 files changed, 0 insertions, 30 deletions
diff --git a/net-libs/libicq2000/libicq2000-0.3.1.ebuild b/net-libs/libicq2000/libicq2000-0.3.1.ebuild
deleted file mode 100644
index ab251d170a24..000000000000
--- a/net-libs/libicq2000/libicq2000-0.3.1.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libicq2000/libicq2000-0.3.1.ebuild,v 1.10 2004/07/15 00:54:29 agriffis Exp $
-
-DESCRIPTION="ICQ 200x compatible ICQ libraries."
-SRC_URI="mirror://sourceforge/libicq2000/${P}.tar.gz"
-HOMEPAGE="http://ickle.sf.net"
-
-SLOT="0"
-LICENSE="LGPL-2.1"
-KEYWORDS="x86 sparc "
-IUSE=""
-
-DEPEND="=dev-libs/libsigc++-1.0*"
-
-src_compile() {
- ./configure --host=${CHOST} \
- --prefix=/usr \
- --sysconfdir=/etc \
- --infodir=/usr/share/info \
- --localstatedir=/var/lib \
- --mandir=/usr/share/man || die "./configure failed"
- emake || die
-
-}
-
-src_install () {
- make DESTDIR=${D} install || die
- dodoc AUTHORS COPYING ChangeLog INSTALL NEWS README THANKS TODO
-}