summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-im/centericq')
-rw-r--r--net-im/centericq/ChangeLog6
-rw-r--r--net-im/centericq/Manifest4
-rw-r--r--net-im/centericq/centericq-4.9.12-r1.ebuild56
-rw-r--r--net-im/centericq/centericq-4.9.12.ebuild56
4 files changed, 6 insertions, 116 deletions
diff --git a/net-im/centericq/ChangeLog b/net-im/centericq/ChangeLog
index 0c618c80d47d..bbd64e0079bb 100644
--- a/net-im/centericq/ChangeLog
+++ b/net-im/centericq/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-im/centericq
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/centericq/ChangeLog,v 1.52 2005/01/19 12:14:37 wschlich Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/centericq/ChangeLog,v 1.53 2005/01/19 12:29:31 wschlich Exp $
+
+ 19 Jan 2005; Wolfram Schlich <wschlich@gentoo.org>
+ -centericq-4.9.12-r1.ebuild, -centericq-4.9.12.ebuild:
+ *really* remove old ebuilds
*centericq-4.14.0 (19 Jan 2005)
diff --git a/net-im/centericq/Manifest b/net-im/centericq/Manifest
index 1a8431bf84e1..c26b5e8e8162 100644
--- a/net-im/centericq/Manifest
+++ b/net-im/centericq/Manifest
@@ -1,9 +1,7 @@
MD5 e18f868bc611c90fed01c921b2ea4b8d centericq-4.11.0.ebuild 1609
-MD5 b42775646a55d2833833ff5d7d39a0ce centericq-4.9.12.ebuild 1576
-MD5 d0c53f2a1fcf6fb91d80ad95111bf1bb centericq-4.9.12-r1.ebuild 1627
MD5 43dfc0786e686d2b71d89f5d0024ed51 centericq-4.13.0.ebuild 2171
MD5 7f795e49e944fe6f3aa15fe53e8da366 metadata.xml 693
-MD5 90936a43f4bf9f36953c62c4c9398e0b ChangeLog 7585
+MD5 de8b4fbb505fe50c3316457c751ba1af ChangeLog 7726
MD5 b1866c4b5446820f8e1e991f8e3e0529 centericq-4.12.0.ebuild 2139
MD5 ee96c97eebc4f8f783184e4d58e61831 centericq-4.14.0.ebuild 2171
MD5 46e9d0c5b7ea4e05001e593b447715e1 files/digest-centericq-4.13.0 70
diff --git a/net-im/centericq/centericq-4.9.12-r1.ebuild b/net-im/centericq/centericq-4.9.12-r1.ebuild
deleted file mode 100644
index a5634dab99da..000000000000
--- a/net-im/centericq/centericq-4.9.12-r1.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/centericq/centericq-4.9.12-r1.ebuild,v 1.4 2004/07/15 16:28:18 tgall Exp $
-
-inherit eutils
-
-IUSE="bidi nls ssl"
-
-DESCRIPTION="A ncurses ICQ/Yahoo!/AIM/IRC/MSN/Jabber Client"
-SRC_URI="http://konst.org.ua/download/${P}.tar.gz"
-HOMEPAGE="http://konst.org.ua/eng/software/centericq/info.html"
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="~x86 sparc ~amd64 ~ppc hppa ~ppc64"
-
-DEPEND="virtual/libc
- >=sys-libs/ncurses-5.2
- ssl? ( >=dev-libs/openssl-0.9.6g )
- bidi? ( dev-libs/fribidi )"
-
-RDEPEND="nls? ( sys-devel/gettext )"
-
-src_unpack() {
- unpack ${A}
- cd ${S}
- epatch ${FILESDIR}/centericq-4.9.12-gcc3.4.patch
-}
-
-src_compile() {
- # Options you can add to myopts
- # --disable-yahoo Build without Yahoo!
- # --disable-aim Build without AIM
- # --disable-irc Build without IRC
- # --disable-msn Build without MSN
- # --disable-jabber Build without Jabber
- # --disable-rss Build without RSS reader
- # --no-konst Don't add contact list items
- # --disable-lj Build without LiveJournal client"
- # supplied by author by default
- local myopts="--with-gnu-ld"
-
- use nls && myopts="${myopts} --enable-locales-fix" || myopts="${myopts} --disable-nls"
-
- use bidi && myopts="${myopts} --with-fribidi"
-
- use ssl && myopts="${myopts} --with-ssl"
-
- econf ${myopts} || die "Configure failed"
- emake || die "Compilation failed"
-}
-
-src_install () {
- einstall || die "Installation failed"
-
- dodoc ABOUT-NLS AUTHORS ChangeLog COPYING FAQ README THANKS TODO
-}
diff --git a/net-im/centericq/centericq-4.9.12.ebuild b/net-im/centericq/centericq-4.9.12.ebuild
deleted file mode 100644
index 40efde3206b7..000000000000
--- a/net-im/centericq/centericq-4.9.12.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/centericq/centericq-4.9.12.ebuild,v 1.8 2004/07/15 00:06:01 agriffis Exp $
-
-inherit eutils
-
-IUSE="bidi nls ssl"
-
-DESCRIPTION="A ncurses ICQ/Yahoo!/AIM/IRC/MSN/Jabber Client"
-SRC_URI="http://konst.org.ua/download/${P}.tar.gz"
-HOMEPAGE="http://konst.org.ua/eng/software/centericq/info.html"
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="x86 sparc ~amd64 ~ppc hppa"
-
-DEPEND="virtual/libc
- >=sys-libs/ncurses-5.2
- ssl? ( >=dev-libs/openssl-0.9.6g )
- bidi? ( dev-libs/fribidi )"
-
-RDEPEND="nls? ( sys-devel/gettext )"
-
-src_unpack() {
- unpack ${A}
- cd ${S}
- epatch ${FILESDIR}/centericq-4.9.12-gcc3.4.patch
-}
-
-src_compile() {
- # Options you can add to myopts
- # --disable-yahoo Build without Yahoo!
- # --disable-aim Build without AIM
- # --disable-irc Build without IRC
- # --disable-msn Build without MSN
- # --disable-jabber Build without Jabber
- # --disable-rss Build without RSS reader
- # --no-konst Don't add contact list items
- # --disable-lj Build without LiveJournal client"
- # supplied by author by default
- local myopts="--with-gnu-ld"
-
- use nls || myopts="${myopts} --disable-nls"
-
- use bidi && myopts="${myopts} --with-fribidi"
-
- use ssl && myopts="${myopts} --with-ssl"
-
- econf ${myopts} || die "Configure failed"
- emake || die "Compilation failed"
-}
-
-src_install () {
- einstall || die "Installation failed"
-
- dodoc ABOUT-NLS AUTHORS ChangeLog COPYING FAQ README THANKS TODO
-}