mirror of
https://github.com/gryf/gryf-overlay.git
synced 2026-04-02 11:33:33 +02:00
Removed old ekg ebuild
This commit is contained in:
@@ -1,2 +0,0 @@
|
|||||||
DIST ekg2-20090606.tar.bz2 1256994 RMD160 e6dba5c9e39a6694606d9da4060467e4bf43d905 SHA1 207878e6cbc18bbd14f78ed224f4b9cc5fcdf383 SHA256 9b58dbbbbd4eb8ff357fcb07349e593365c1dc88b45bcc0b959f9c77fbc1d3bc
|
|
||||||
EBUILD ekg2-20090606.ebuild 2404 RMD160 8d725f3da88d950e8ee7aeb11d02a1d0a8ccc495 SHA1 d2d50347299712788eae25a9f7912a14c7153aa3 SHA256 6384cf509d2a6580cea01dc37c71afe6c4f52bf1200bd423ca91ba1b699d7770
|
|
||||||
@@ -1,90 +0,0 @@
|
|||||||
# Copyright 1999-2009 Gentoo Foundation
|
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
|
||||||
# $Header: /var/cvsroot/gentoo-x86/net-im/ekg2/ekg2-20061202.ebuild,v 1.9 2009/03/07 19:39:17 gentoofan23 Exp $
|
|
||||||
|
|
||||||
EAPI="2"
|
|
||||||
inherit eutils perl-module autotools
|
|
||||||
|
|
||||||
DESCRIPTION="Text based Instant Messenger and IRC client that supports protocols like Jabber and Gadu-Gadu"
|
|
||||||
HOMEPAGE="http://ekg2.org"
|
|
||||||
SRC_URI="http://pl.ekg2.org/${P}.tar.bz2"
|
|
||||||
|
|
||||||
LICENSE="GPL-2"
|
|
||||||
SLOT="0"
|
|
||||||
KEYWORDS="x86"
|
|
||||||
IUSE="gpm jabber ssl spell jpeg gsm python unicode sqlite sqlite3 gif nogg gtk perl xosd debug expat static"
|
|
||||||
|
|
||||||
DEPEND="jabber? ( >=dev-libs/expat-1.95.6 )
|
|
||||||
expat? ( >=dev-libs/expat-1.95.6 )
|
|
||||||
gpm? ( >=sys-libs/gpm-1.20.1 )
|
|
||||||
ssl? ( >=dev-libs/openssl-0.9.6m
|
|
||||||
jabber? ( >=net-libs/gnutls-1.0.17 ) )
|
|
||||||
jpeg? ( >=media-libs/jpeg-6b-r2 )
|
|
||||||
spell? ( >=app-text/aspell-0.50.5 )
|
|
||||||
!nogg? ( >=net-libs/libgadu-1.7.0 )
|
|
||||||
gsm? ( >=media-sound/gsm-1.0.10 )
|
|
||||||
python? ( >=dev-lang/python-2.3.3 )
|
|
||||||
perl? ( >=dev-lang/perl-5.2 )
|
|
||||||
sqlite? ( !sqlite3? ( =dev-db/sqlite-2* ) )
|
|
||||||
sqlite3? ( >=dev-db/sqlite-3 )
|
|
||||||
gif? ( media-libs/giflib )
|
|
||||||
gtk? ( >=x11-libs/gtk+-2.4 )
|
|
||||||
xosd? ( x11-libs/xosd )
|
|
||||||
sys-libs/ncurses[unicode?]
|
|
||||||
virtual/libintl"
|
|
||||||
|
|
||||||
src_unpack() {
|
|
||||||
unpack ${A}
|
|
||||||
cd "${S}"
|
|
||||||
|
|
||||||
# Ekg2 has no debug configure option
|
|
||||||
# Instead it features a runtime option which defaults to on
|
|
||||||
#! use debug && epatch "${FILESDIR}"/${P}-no-default-debug.patch
|
|
||||||
|
|
||||||
#epatch "${FILESDIR}"/${P}-intl.patch
|
|
||||||
AT_M4DIR=m4 eautoreconf
|
|
||||||
}
|
|
||||||
|
|
||||||
src_configure() {
|
|
||||||
econf \
|
|
||||||
--with-pthread \
|
|
||||||
$(use_with !nogg libgadu) \
|
|
||||||
$(use_with expat) \
|
|
||||||
$(use_with jabber expat) \
|
|
||||||
$(use_with gpm gpm-mouse) \
|
|
||||||
$(use_with ssl openssl) \
|
|
||||||
$(use_with jpeg libjpeg) \
|
|
||||||
$(use_with spell aspell) \
|
|
||||||
$(use_with gsm libgsm) \
|
|
||||||
$(use_with gif libgif) \
|
|
||||||
$(use_with xosd libxosd) \
|
|
||||||
$(use_with python) \
|
|
||||||
$(use_with perl) \
|
|
||||||
$(use_with sqlite) \
|
|
||||||
$(use_with sqlite3) \
|
|
||||||
$(use_enable unicode) \
|
|
||||||
$(use_enable static) \
|
|
||||||
$(use jabber && use ssl && echo --with-gnutls)
|
|
||||||
}
|
|
||||||
|
|
||||||
src_install() {
|
|
||||||
# Install plugins into proper directory
|
|
||||||
if use amd64; then
|
|
||||||
CONF_LIBDIR=$(getlib)/lib/ekg2/plugins
|
|
||||||
fi
|
|
||||||
|
|
||||||
# einstall messes up perl
|
|
||||||
emake DESTDIR="${D}" install || die "einstall failed"
|
|
||||||
dodoc docs/*
|
|
||||||
|
|
||||||
use perl && fixlocalpod
|
|
||||||
}
|
|
||||||
|
|
||||||
pkg_postinst() {
|
|
||||||
if use gtk; then
|
|
||||||
ewarn "Ekg2 GTK2 frontend is highly experimental."
|
|
||||||
ewarn "Please do not file bugs about it."
|
|
||||||
fi
|
|
||||||
|
|
||||||
use perl && updatepod
|
|
||||||
}
|
|
||||||
Reference in New Issue
Block a user