diff options
author | Gustavo Felisberto <humpback@gentoo.org> | 2004-03-29 19:11:20 +0000 |
---|---|---|
committer | Gustavo Felisberto <humpback@gentoo.org> | 2004-03-29 19:11:20 +0000 |
commit | 2a818efd77e82150fdd057cb3bbeb21bdd189b6d (patch) | |
tree | f426c25af31dbc5799fee133a274a1920a9f106b /net-im | |
parent | Fixes #46135 (Manifest recommit) (diff) | |
download | gentoo-2-2a818efd77e82150fdd057cb3bbeb21bdd189b6d.tar.gz gentoo-2-2a818efd77e82150fdd057cb3bbeb21bdd189b6d.tar.bz2 gentoo-2-2a818efd77e82150fdd057cb3bbeb21bdd189b6d.zip |
Small cosmetic change to use gnome2 eclass.
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/gabber/ChangeLog | 6 | ||||
-rw-r--r-- | net-im/gabber/gabber-1.9.3.ebuild | 30 | ||||
-rw-r--r-- | net-im/gabber/metadata.xml | 4 |
3 files changed, 23 insertions, 17 deletions
diff --git a/net-im/gabber/ChangeLog b/net-im/gabber/ChangeLog index a65de45e8640..f8dd4ed94474 100644 --- a/net-im/gabber/ChangeLog +++ b/net-im/gabber/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-im/gabber # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/gabber/ChangeLog,v 1.20 2004/03/28 20:05:19 humpback Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/gabber/ChangeLog,v 1.21 2004/03/29 19:11:20 humpback Exp $ + + 29 Mar 2004; Gustavo Felisberto <humpback@gentoo.org>; gabber-1.9.3.ebuild, + metadata.xml: + Some cosmetic changes see bug 45758 *gabber-1.9.3 (28 Mar 2004) diff --git a/net-im/gabber/gabber-1.9.3.ebuild b/net-im/gabber/gabber-1.9.3.ebuild index 377b614fba94..58298a3f0cf5 100644 --- a/net-im/gabber/gabber-1.9.3.ebuild +++ b/net-im/gabber/gabber-1.9.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/gabber/gabber-1.9.3.ebuild,v 1.1 2004/03/28 20:05:19 humpback Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/gabber/gabber-1.9.3.ebuild,v 1.2 2004/03/29 19:11:20 humpback Exp $ inherit gnome2 @@ -11,33 +11,33 @@ HOMEPAGE="http://gabber.jabberstudio.org/" SRC_URI="http://www.jabberstudio.org/files/gabber/${MY_PN}-${PV}.tar.gz" LICENSE="GPL-2" -SLOT="0" +SLOT="1" KEYWORDS="~x86" -IUSE="debug spell ssl xss X" +IUSE="spell ssl" DEPEND="sys-devel/gettext >=dev-cpp/gtkmm-2.0 >=dev-cpp/gconfmm-2.0 >=dev-cpp/libglademm-2.0 >=net-im/jabberoo-1.9.0 + dev-util/pkgconfig ssl? ( dev-libs/openssl ) spell? ( app-text/gtkspell )" + RDEPEND="${DEPEND}" S=${WORKDIR}/${MY_PN}-${PV} -src_compile() { - local myconf - - use ssl && myconf=${myconf} || myconf="${myconf} --disable-ssl" - use spell && myconf=${myconf} || myconf="${myconf} --disable-gtkspell" - use xss && myconf=${myconf} || myconf="${myconf} --disable-xss" - use X && myconf="${myconf} --with-x" - - myconf="${myconf} --sysconfdir=${D}/etc" +# This is beta code, shoul turn debug on so that messages to developers +# come with extra info +MYCONF="--enable-debug" +use ssl && MYCONF=${MYCONF} || MYCONF="${MYCONF} --disable-ssl" +use spell && MYCONF=${MYCONF} || MYCONF="${MYCONF} --disable-gtkspell" - econf ${myconf} || die "configure failed" +# The configure works bad with this see bug 45758 +#G2CONF="${G2CONF} $(use_enable ssl)" +#G2CONF="${G2CONF} $(use_enable spell gtkspell)" +G2CONF="${G2CONF} ${MYCONF}" - emake || die "make failed" -} +DOCS="AUTHORS ChangeLog COPYING HACKING HACKING.ideas NEWS README TODO" diff --git a/net-im/gabber/metadata.xml b/net-im/gabber/metadata.xml index 6afde6408f93..514f79e3841a 100644 --- a/net-im/gabber/metadata.xml +++ b/net-im/gabber/metadata.xml @@ -4,6 +4,8 @@ <herd>net-im</herd> <maintainer> <email>net-im@gentoo.org</email> + <description>The code on the 1.9.* versions is very buggy, please report problems to humpback@gentoo.org</description> </maintainer> - <longdescription>Gnome Jabber client</longdescription> + +<longdescription>The next generation of Gabber: The Gnome Jabber Client.</longdescription> </pkgmetadata> |