diff options
author | 2002-07-12 01:04:48 +0000 | |
---|---|---|
committer | 2002-07-12 01:04:48 +0000 | |
commit | 3e5dda692b5ca73b00225eb390b3ce1fd5a5b1b9 (patch) | |
tree | 2f32610612f74b2e4b977f7daa43a1ded0ddbd49 /net-im | |
parent | gcc-3 sandbox fixes (diff) | |
download | gentoo-2-3e5dda692b5ca73b00225eb390b3ce1fd5a5b1b9.tar.gz gentoo-2-3e5dda692b5ca73b00225eb390b3ce1fd5a5b1b9.tar.bz2 gentoo-2-3e5dda692b5ca73b00225eb390b3ce1fd5a5b1b9.zip |
I forgot to commit this yesterday, thanks repoman
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/centericq/ChangeLog | 12 | ||||
-rw-r--r-- | net-im/centericq/centericq-4.7.7-r1.ebuild | 35 | ||||
-rw-r--r-- | net-im/centericq/files/digest-centericq-4.7.7-r1 | 1 |
3 files changed, 47 insertions, 1 deletions
diff --git a/net-im/centericq/ChangeLog b/net-im/centericq/ChangeLog index 036c85c6024b..0f1442a44730 100644 --- a/net-im/centericq/ChangeLog +++ b/net-im/centericq/ChangeLog @@ -1,6 +1,16 @@ # ChangeLog for net-im/centericq # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/net-im/centericq/ChangeLog,v 1.6 2002/07/09 17:50:40 lostlogic Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/centericq/ChangeLog,v 1.7 2002/07/12 01:04:48 lostlogic Exp $ + +*centericq-4.7.7-r1 (11 Jul 2002) + + 11 Jul 2002; Brandon Low <lostlogic@gentoo.org> centericq-4.7.7-r1.ebuild : + + Thanks to Leonardo Boshell for the following changes: + - Support for the `nls' USE item + - "do" some documents with dodoc + - Remove the unnecessary and rather dumb src_unpack function. + - Add the LICENSE variable *centericq-4.7.7 (09 Jul 2002) diff --git a/net-im/centericq/centericq-4.7.7-r1.ebuild b/net-im/centericq/centericq-4.7.7-r1.ebuild new file mode 100644 index 000000000000..0c65c4ac5d64 --- /dev/null +++ b/net-im/centericq/centericq-4.7.7-r1.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-im/centericq/centericq-4.7.7-r1.ebuild,v 1.1 2002/07/12 01:04:48 lostlogic Exp $ + +S=${WORKDIR}/${P} +DESCRIPTION="A ncurses ICQ/Yahoo!/MSN 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" +DEPEND="virtual/glibc + >=sys-libs/ncurses-5.2 + nls? ( sys-devel/gettext ) + ( >=dev-libs/libsigc++-1.0.4-r1 + <dev-libs/libsigc++-1.1.0 )" +RDEPEND="${DEPEND}" + +src_compile() { + local myopts="" + + use nls || myopts="--disable-nls" + + ./configure --prefix=/usr \ + --host=${CHOST} \ + --with-included-gettext \ + ${myopts} || die "Configure failed" + + emake || die "Compilation failed" +} + +src_install () { + make DESTDIR=${D} install || die "Installation failed" + + dodoc ABOUT-NLS AUTHORS ChangeLog COPYING FAQ README THANKS TODO +} diff --git a/net-im/centericq/files/digest-centericq-4.7.7-r1 b/net-im/centericq/files/digest-centericq-4.7.7-r1 new file mode 100644 index 000000000000..7cfe0ead8210 --- /dev/null +++ b/net-im/centericq/files/digest-centericq-4.7.7-r1 @@ -0,0 +1 @@ +MD5 9ce6de30777f0b453e01407d4f20bee9 centericq-4.7.7.tar.gz 906976 |