diff options
author | Michael Januszewski <spock@gentoo.org> | 2005-12-10 16:01:51 +0000 |
---|---|---|
committer | Michael Januszewski <spock@gentoo.org> | 2005-12-10 16:01:51 +0000 |
commit | 34de8c5273acd4193f39c37ad916fbd4a33a2962 (patch) | |
tree | 4337720a21092d7e983ceed355bbb465ccb5bc2d /net-im/ekg | |
parent | Added ~amd64 keyword. (diff) | |
download | gentoo-2-34de8c5273acd4193f39c37ad916fbd4a33a2962.tar.gz gentoo-2-34de8c5273acd4193f39c37ad916fbd4a33a2962.tar.bz2 gentoo-2-34de8c5273acd4193f39c37ad916fbd4a33a2962.zip |
Version bump. Removed old ebuilds.
(Portage version: 2.0.53)
Diffstat (limited to 'net-im/ekg')
-rw-r--r-- | net-im/ekg/ChangeLog | 8 | ||||
-rw-r--r-- | net-im/ekg/ekg-1.6.ebuild (renamed from net-im/ekg/ekg-1.6_rc1-r1.ebuild) | 14 | ||||
-rw-r--r-- | net-im/ekg/ekg-1.6_rc1.ebuild | 48 | ||||
-rw-r--r-- | net-im/ekg/files/digest-ekg-1.6 | 1 | ||||
-rw-r--r-- | net-im/ekg/files/digest-ekg-1.6_rc1 | 1 | ||||
-rw-r--r-- | net-im/ekg/files/digest-ekg-1.6_rc1-r1 | 1 |
6 files changed, 16 insertions, 57 deletions
diff --git a/net-im/ekg/ChangeLog b/net-im/ekg/ChangeLog index 565a59916d86..10b3d859d29f 100644 --- a/net-im/ekg/ChangeLog +++ b/net-im/ekg/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for net-im/ekg # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/ekg/ChangeLog,v 1.25 2005/09/17 00:56:41 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/ekg/ChangeLog,v 1.26 2005/12/10 16:01:51 spock Exp $ + +*ekg-1.6 (10 Dec 2005) + + 10 Dec 2005; Michał Januszewski <spock@gentoo.org> -ekg-1.6_rc1.ebuild, + -ekg-1.6_rc1-r1.ebuild, +ekg-1.6.ebuild: + Version bump. Removed old ebuilds. 17 Sep 2005; Aron Griffis <agriffis@gentoo.org> ekg-1.6_rc3.ebuild: Mark 1.6_rc3 stable on alpha diff --git a/net-im/ekg/ekg-1.6_rc1-r1.ebuild b/net-im/ekg/ekg-1.6.ebuild index e637befc8bce..1a330793ca73 100644 --- a/net-im/ekg/ekg-1.6_rc1-r1.ebuild +++ b/net-im/ekg/ekg-1.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/ekg/ekg-1.6_rc1-r1.ebuild,v 1.3 2005/07/14 20:07:27 killerfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/ekg/ekg-1.6.ebuild,v 1.1 2005/12/10 16:01:51 spock Exp $ inherit eutils @@ -12,11 +12,12 @@ SRC_URI="http://dev.null.pl/ekg/${P/_/}.tar.gz" SLOT="0" LICENSE="GPL-2" -KEYWORDS="~alpha ~amd64 hppa ia64 ~mips ~ppc ~sparc x86" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~sparc ~x86" S="${WORKDIR}/${P/_/}" -DEPEND="ssl? ( >=dev-libs/openssl-0.9.6 ) +DEPEND="net-libs/libgadu + ssl? ( >=dev-libs/openssl-0.9.6 ) ncurses? ( sys-libs/ncurses ) readline? ( sys-libs/readline ) zlib? ( sys-libs/zlib ) @@ -26,11 +27,12 @@ DEPEND="ssl? ( >=dev-libs/openssl-0.9.6 ) src_unpack() { unpack ${A} cd ${S} - epatch ${FILESDIR}/ekg-1.6_rc1-fpic.patch + epatch ${FILESDIR}/${PN}-1.6_rc3-libgadu.patch + autoreconf } src_compile() { - local myconf="--enable-ioctld --enable-shared --enable-dynamic" + local myconf="--enable-ioctld --disable-static --enable-dynamic" if use ncurses; then myconf="$myconf --enable-force-ncurses" else @@ -48,6 +50,6 @@ src_compile() { } src_install() { - einstall || die + make DESTDIR="${D}" install || die dodoc docs/* docs/api/* } diff --git a/net-im/ekg/ekg-1.6_rc1.ebuild b/net-im/ekg/ekg-1.6_rc1.ebuild deleted file mode 100644 index 6403309d0552..000000000000 --- a/net-im/ekg/ekg-1.6_rc1.ebuild +++ /dev/null @@ -1,48 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/ekg/ekg-1.6_rc1.ebuild,v 1.4 2005/04/15 06:27:20 mr_bones_ Exp $ - -inherit eutils - -IUSE="ssl ncurses zlib python spell threads" - -DESCRIPTION="EKG (Eksperymentalny Klient Gadu-Gadu) - a text client for Polish instant messaging system Gadu-Gadu" -HOMEPAGE="http://dev.null.pl/ekg/" -SRC_URI="http://dev.null.pl/ekg/${P/_/}.tar.gz" - -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="~x86 ~ppc ~sparc ~alpha hppa ~mips ia64 ~amd64" - -S="${WORKDIR}/${P/_/}" - -DEPEND="ssl? ( >=dev-libs/openssl-0.9.6 ) - ncurses? ( sys-libs/ncurses ) - !ncurses? ( sys-libs/readline ) - zlib? ( sys-libs/zlib ) - python? ( dev-lang/python ) - spell? ( >=app-text/aspell-0.50.3 )" - -src_unpack() { - unpack ${A} - cd ${S} - epatch ${FILESDIR}/ekg-1.6_rc1-fpic.patch -} - -src_compile() { - local myconf="--enable-ioctld --enable-shared --enable-dynamic" - use ssl || myconf="$myconf --disable-openssl" - use ncurses || myconf="$myconf --disable-ui-ncurses --enable-ui-readline" - use zlib || myconf="$myconf --disable-zlib" - use python && myconf="$myconf --with-python" - use spell && myconf="$myconf --enable-aspell" - use threads && myconf="$myconf --with-pthread" - - econf ${myconf} || die - emake || die -} - -src_install() { - einstall || die - dodoc docs/* docs/api/* -} diff --git a/net-im/ekg/files/digest-ekg-1.6 b/net-im/ekg/files/digest-ekg-1.6 new file mode 100644 index 000000000000..19df99557251 --- /dev/null +++ b/net-im/ekg/files/digest-ekg-1.6 @@ -0,0 +1 @@ +MD5 1094eee5062d9b9900c4b28bd68fb564 ekg-1.6.tar.gz 503852 diff --git a/net-im/ekg/files/digest-ekg-1.6_rc1 b/net-im/ekg/files/digest-ekg-1.6_rc1 deleted file mode 100644 index c673ca22d3a5..000000000000 --- a/net-im/ekg/files/digest-ekg-1.6_rc1 +++ /dev/null @@ -1 +0,0 @@ -MD5 bce21bd6e896b71266afc30004f27402 ekg-1.6rc1.tar.gz 495016 diff --git a/net-im/ekg/files/digest-ekg-1.6_rc1-r1 b/net-im/ekg/files/digest-ekg-1.6_rc1-r1 deleted file mode 100644 index c673ca22d3a5..000000000000 --- a/net-im/ekg/files/digest-ekg-1.6_rc1-r1 +++ /dev/null @@ -1 +0,0 @@ -MD5 bce21bd6e896b71266afc30004f27402 ekg-1.6rc1.tar.gz 495016 |