* [gentoo-commits] gentoo-x86 commit in net-im/ekg2: metadata.xml ChangeLog ekg2-0.3.0_rc7.ebuild ekg2-0.3.0_rc5.ebuild ekg2-0.3.0_rc4.ebuild
@ 2011-01-22 14:14 Michal Gorny (mgorny)
0 siblings, 0 replies; only message in thread
From: Michal Gorny (mgorny) @ 2011-01-22 14:14 UTC (permalink / raw
To: gentoo-commits
mgorny 11/01/22 14:14:03
Modified: metadata.xml ChangeLog
Added: ekg2-0.3.0_rc7.ebuild
Removed: ekg2-0.3.0_rc5.ebuild ekg2-0.3.0_rc4.ebuild
Log:
Version bump to RC7. This should fix bug #350989. Now the ebuild uses cleaner USE=jabber and USE=rss instead of USE=expat.
(Portage version: 2.2.0_alpha18_p3/cvs/Linux x86_64)
Revision Changes Path
1.9 net-im/ekg2/metadata.xml
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/ekg2/metadata.xml?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/ekg2/metadata.xml?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/ekg2/metadata.xml?r1=1.8&r2=1.9
Index: metadata.xml
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-im/ekg2/metadata.xml,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- metadata.xml 5 Jan 2011 15:06:46 -0000 1.8
+++ metadata.xml 22 Jan 2011 14:14:03 -0000 1.9
@@ -8,8 +8,6 @@
</maintainer>
<use>
- <flag name='expat'>Enable plugins relying on <pkg>dev-libs/expat</pkg>
- (jabber & feed plugins).</flag>
<flag name='gadu'>Enable Gadu-Gadu protocol support (requires
<pkg>net-libs/libgadu</pkg>).</flag>
<flag name='gif'>GIF token support for Gadu-Gadu protocol.</flag>
1.41 net-im/ekg2/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/ekg2/ChangeLog?rev=1.41&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/ekg2/ChangeLog?rev=1.41&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/ekg2/ChangeLog?r1=1.40&r2=1.41
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-im/ekg2/ChangeLog,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -r1.40 -r1.41
--- ChangeLog 13 Jan 2011 22:04:33 -0000 1.40
+++ ChangeLog 22 Jan 2011 14:14:03 -0000 1.41
@@ -1,6 +1,13 @@
# ChangeLog for net-im/ekg2
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/ekg2/ChangeLog,v 1.40 2011/01/13 22:04:33 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/ekg2/ChangeLog,v 1.41 2011/01/22 14:14:03 mgorny Exp $
+
+*ekg2-0.3.0_rc7 (22 Jan 2011)
+
+ 22 Jan 2011; Michał Górny <mgorny@gentoo.org> -ekg2-0.3.0_rc4.ebuild,
+ -ekg2-0.3.0_rc5.ebuild, +ekg2-0.3.0_rc7.ebuild, metadata.xml:
+ Version bump to RC7. This should fix bug #350989. Now the ebuild uses cleaner
+ USE=jabber and USE=rss instead of USE=expat.
13 Jan 2011; Brent Baude <ranger@gentoo.org> ekg2-0.3.0_rc5.ebuild:
keyworded ~arch for ppc, bug 340186
1.1 net-im/ekg2/ekg2-0.3.0_rc7.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/ekg2/ekg2-0.3.0_rc7.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/ekg2/ekg2-0.3.0_rc7.ebuild?rev=1.1&content-type=text/plain
Index: ekg2-0.3.0_rc7.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-im/ekg2/ekg2-0.3.0_rc7.ebuild,v 1.1 2011/01/22 14:14:03 mgorny Exp $
EAPI=3
inherit autotools-utils versionator
DESCRIPTION="Text-based, multi-protocol instant messenger"
HOMEPAGE="http://www.ekg2.org"
SRC_URI="http://pl.ekg2.org/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE="gadu gif gnutls gpg gpm gsm gtk idn inotify jabber jpeg ncurses nls
oracle perl python readline rss spell sqlite sqlite3 ssl threads unicode
xosd zlib"
RDEPEND="
gpg? ( app-crypt/gpgme )
gsm? ( media-sound/gsm )
gtk? ( x11-libs/gtk+:2 )
idn? ( net-dns/libidn )
nls? ( virtual/libintl )
oracle? ( dev-db/oracle-instantclient-basic )
perl? ( dev-lang/perl )
python? ( dev-lang/python )
readline? ( sys-libs/readline )
ssl? ( dev-libs/openssl )
xosd? ( x11-libs/xosd )
zlib? ( sys-libs/zlib )
gadu? ( net-libs/libgadu
gif? ( media-libs/giflib )
jpeg? ( media-libs/jpeg ) )
jabber? ( dev-libs/expat
gnutls? ( net-libs/gnutls ) )
ncurses? ( sys-libs/ncurses[unicode?]
gpm? ( sys-libs/gpm )
spell? ( app-text/aspell ) )
rss? ( dev-libs/expat )
sqlite3? ( dev-db/sqlite:3 )
!sqlite3? ( sqlite? ( dev-db/sqlite:0 ) )"
DEPEND="${RDEPEND}
nls? ( sys-devel/gettext )"
DOCS=(
AUTHORS docs/README docs/TODO
docs/events.txt docs/mouse.txt docs/sim.txt docs/voip.txt
docs/themes.txt docs/themes-en.txt
docs/ui-ncurses.txt docs/ui-ncurses-en.txt
)
# Due to MakeMaker being used to build Perl modules.
AUTOTOOLS_IN_SOURCE_BUILD=1
pkg_setup() {
if ! use gtk && ! use ncurses && ! use readline; then
ewarn 'ekg2 is being compiled without any frontend, you should consider'
ewarn 'enabling at least one of following USEflags:'
ewarn ' gtk, ncurses, readline.'
fi
if use gnutls && ! use ssl; then
ewarn 'You have enabled USE=gnutls without USE=ssl. The SSL support'
ewarn 'in ekg2 will be limited to the plugins supporting GnuTLS.'
fi
}
src_configure() {
myeconfargs=(
$(use_with gadu libgadu)
$(use_with gif)
# gnutls is jabber-specific
$(use jabber && use_with gnutls libgnutls || echo '--without-libgnutls')
$(use_with gpg)
$(use_with gpm gpm-mouse)
$(use_with gsm libgsm)
$(use_with gtk)
$(use_with idn libidn)
$(use_with inotify)
$(use jabber && echo '--with-expat' || use_with rss expat)
$(use_with jpeg libjpeg)
$(use_with ncurses)
$(use_with oracle logsoracle)
$(use_with perl)
$(use_with python)
$(use_with readline)
$(use_with spell aspell)
$(use_with sqlite)
$(use_with sqlite3)
$(use_with ssl openssl)
$(use_with threads pthread)
$(use_with xosd libxosd)
$(use_with zlib)
$(use_enable nls)
$(use_enable unicode)
--without-ioctld
--disable-remote
--enable-skip-relative-plugins-dir
)
autotools-utils_src_configure
}
src_install() {
autotools-utils_src_install
remove_libtool_files all
}
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2011-01-22 14:14 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-01-22 14:14 [gentoo-commits] gentoo-x86 commit in net-im/ekg2: metadata.xml ChangeLog ekg2-0.3.0_rc7.ebuild ekg2-0.3.0_rc5.ebuild ekg2-0.3.0_rc4.ebuild Michal Gorny (mgorny)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox