summaryrefslogtreecommitdiff
path: root/net-im
diff options
context:
space:
mode:
authorThomas Raschbacher <lordvan@gentoo.org>2003-02-07 10:02:32 +0000
committerThomas Raschbacher <lordvan@gentoo.org>2003-02-07 10:02:32 +0000
commitd1fadfb5a47b77d0f3e5e046f1ad3fcf13dd84f1 (patch)
treed53cfc900fbc10df0b04c8c961d2c9aade752028 /net-im
parentConfig protect hyphenation patterns. Also fix typo in libwww ChangeLog. (diff)
downloadhistorical-d1fadfb5a47b77d0f3e5e046f1ad3fcf13dd84f1.tar.gz
historical-d1fadfb5a47b77d0f3e5e046f1ad3fcf13dd84f1.tar.bz2
historical-d1fadfb5a47b77d0f3e5e046f1ad3fcf13dd84f1.zip
version bump ~arch cuz of freeze
Diffstat (limited to 'net-im')
-rw-r--r--net-im/licq-console/ChangeLog6
-rw-r--r--net-im/licq-console/files/digest-licq-console-1.2.41
-rw-r--r--net-im/licq-console/licq-console-1.2.4.ebuild34
3 files changed, 40 insertions, 1 deletions
diff --git a/net-im/licq-console/ChangeLog b/net-im/licq-console/ChangeLog
index f1753dc189a3..58f1e358cac2 100644
--- a/net-im/licq-console/ChangeLog
+++ b/net-im/licq-console/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-im/licq-console
# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL
-# $Header: /var/cvsroot/gentoo-x86/net-im/licq-console/ChangeLog,v 1.1 2002/02/01 21:53:32 gbevin Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/licq-console/ChangeLog,v 1.2 2003/02/07 10:02:32 lordvan Exp $
+
+*licq-console-1.2.4 (07 Feb 2003)
+ 07 Feb 2003; Thomas Raschbacher <lordvan@lordvan.com> licq-console-1.2.4.ebuild:
+ version bump
*licq-console-1.0.2 (1 Feb 2002)
diff --git a/net-im/licq-console/files/digest-licq-console-1.2.4 b/net-im/licq-console/files/digest-licq-console-1.2.4
new file mode 100644
index 000000000000..42f62183e2b1
--- /dev/null
+++ b/net-im/licq-console/files/digest-licq-console-1.2.4
@@ -0,0 +1 @@
+MD5 3267518199e440a2c7be5e608b05bfd4 licq-1.2.4.tar.bz2 2952409
diff --git a/net-im/licq-console/licq-console-1.2.4.ebuild b/net-im/licq-console/licq-console-1.2.4.ebuild
new file mode 100644
index 000000000000..ae08e508f39d
--- /dev/null
+++ b/net-im/licq-console/licq-console-1.2.4.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2002 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-im/licq-console/licq-console-1.2.4.ebuild,v 1.1 2003/02/07 10:02:32 lordvan Exp $
+
+
+LICQV=licq-1.2.4
+S=${WORKDIR}/${P}
+DESCRIPTION="Enables you to use Licq from the console using a ncurses 'GUI'"
+SRC_URI="mirror://sourceforge/licq/${LICQV}.tar.bz2
+ ftp://ftp.fanfic.org/pub/licq/srcs/${LICQV}.tar.bz2
+ ftp://licq.darkorb.net/${LICQV}.tar.bz2"
+HOMEPAGE="http://www.licq.org/"
+SLOT="0"
+LICENSE="GPL-2 QPL-1.0"
+KEYWORDS="~x86"
+DEPEND="virtual/glibc sys-devel/gcc
+ >=sys-libs/ncurses-5.2
+ >=net-im/licq-1.0.3"
+
+RDEPEND="virtual/glibc sys-devel/gcc
+ >=sys-libs/ncurses-5.2"
+
+src_compile() {
+ cd ${WORKDIR}/${LICQV}/plugins/console
+ ./configure --host=${CHOST} --prefix=/usr --with-licq-includes=/usr/include/licq || die
+ make || die
+}
+
+src_install() {
+ cd ${WORKDIR}/${LICQV}/plugins/console
+ make prefix=${D}/usr install || die
+ dodoc README
+}
+