diff options
-rw-r--r-- | net-im/ekg/ekg-1.5_rc1.ebuild | 41 | ||||
-rw-r--r-- | net-im/ekg/ekg-1.5_rc2.ebuild | 41 | ||||
-rw-r--r-- | net-im/ekg/files/digest-ekg-1.5_rc1 | 1 | ||||
-rw-r--r-- | net-im/ekg/files/digest-ekg-1.5_rc2 | 1 |
4 files changed, 0 insertions, 84 deletions
diff --git a/net-im/ekg/ekg-1.5_rc1.ebuild b/net-im/ekg/ekg-1.5_rc1.ebuild deleted file mode 100644 index 4130997de79e..000000000000 --- a/net-im/ekg/ekg-1.5_rc1.ebuild +++ /dev/null @@ -1,41 +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/ekg/ekg-1.5_rc1.ebuild,v 1.3 2004/06/24 22:50:29 agriffis Exp $ - -IUSE="ssl ncurses zlib python spell" - -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_compile() { - - local myconf="--enable-ioctld --enable-shared --with-pthread --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" - - econf ${myconf} || die - emake || die -} - -src_install() { - - einstall || die - dodoc docs/* docs/api/* -} diff --git a/net-im/ekg/ekg-1.5_rc2.ebuild b/net-im/ekg/ekg-1.5_rc2.ebuild deleted file mode 100644 index 94f601a40f30..000000000000 --- a/net-im/ekg/ekg-1.5_rc2.ebuild +++ /dev/null @@ -1,41 +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/ekg/ekg-1.5_rc2.ebuild,v 1.2 2004/06/24 22:50:29 agriffis Exp $ - -IUSE="ssl ncurses zlib python spell" - -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_compile() { - - local myconf="--enable-ioctld --enable-shared --with-pthread --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" - - econf ${myconf} || die - emake || die -} - -src_install() { - - einstall || die - dodoc docs/* docs/api/* -} diff --git a/net-im/ekg/files/digest-ekg-1.5_rc1 b/net-im/ekg/files/digest-ekg-1.5_rc1 deleted file mode 100644 index 38ee4e3b25e0..000000000000 --- a/net-im/ekg/files/digest-ekg-1.5_rc1 +++ /dev/null @@ -1 +0,0 @@ -MD5 55a967625e3a8fc8c2de23e6381f2d6e ekg-1.5rc1.tar.gz 480543 diff --git a/net-im/ekg/files/digest-ekg-1.5_rc2 b/net-im/ekg/files/digest-ekg-1.5_rc2 deleted file mode 100644 index 66301104664a..000000000000 --- a/net-im/ekg/files/digest-ekg-1.5_rc2 +++ /dev/null @@ -1 +0,0 @@ -MD5 40847277a0d4efade4be0def2e547265 ekg-1.5rc2.tar.gz 483231 |