From b9afdd478ce26cb913571bbec8c3af3f39fe1bc1 Mon Sep 17 00:00:00 2001 From: Maxim Koltsov Date: Fri, 16 Dec 2011 18:39:13 +0000 Subject: Bump to eapi4, fix bug 394935 (Portage version: 2.1.10.40/cvs/Linux x86_64) --- net-im/leechcraft-azoth/ChangeLog | 9 ++- .../leechcraft-azoth-0.4.96-r1.ebuild | 69 ++++++++++++++++++++++ .../leechcraft-azoth-0.4.96.ebuild | 69 ---------------------- .../leechcraft-azoth/leechcraft-azoth-9999.ebuild | 6 +- 4 files changed, 80 insertions(+), 73 deletions(-) create mode 100644 net-im/leechcraft-azoth/leechcraft-azoth-0.4.96-r1.ebuild delete mode 100644 net-im/leechcraft-azoth/leechcraft-azoth-0.4.96.ebuild (limited to 'net-im') diff --git a/net-im/leechcraft-azoth/ChangeLog b/net-im/leechcraft-azoth/ChangeLog index 1b8579993bd7..338d09210055 100644 --- a/net-im/leechcraft-azoth/ChangeLog +++ b/net-im/leechcraft-azoth/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for net-im/leechcraft-azoth # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/leechcraft-azoth/ChangeLog,v 1.6 2011/12/15 19:36:38 maksbotan Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/leechcraft-azoth/ChangeLog,v 1.7 2011/12/16 18:39:13 maksbotan Exp $ + +*leechcraft-azoth-0.4.96-r1 (16 Dec 2011) + + 16 Dec 2011; Maxim Koltsov + -leechcraft-azoth-0.4.96.ebuild, +leechcraft-azoth-0.4.96-r1.ebuild, + leechcraft-azoth-9999.ebuild: + Bump to eapi4, fix bug 394935 *leechcraft-azoth-0.4.96 (15 Dec 2011) diff --git a/net-im/leechcraft-azoth/leechcraft-azoth-0.4.96-r1.ebuild b/net-im/leechcraft-azoth/leechcraft-azoth-0.4.96-r1.ebuild new file mode 100644 index 000000000000..19530aaf763e --- /dev/null +++ b/net-im/leechcraft-azoth/leechcraft-azoth-0.4.96-r1.ebuild @@ -0,0 +1,69 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-im/leechcraft-azoth/leechcraft-azoth-0.4.96-r1.ebuild,v 1.1 2011/12/16 18:39:13 maksbotan Exp $ + +EAPI="4" + +inherit leechcraft + +DESCRIPTION="Azoth, the modular IM client for LeechCraft." + +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="debug +acetamide +adiumstyles +autoidler +autopaste +chathistory +crypt + +depester +embedmedia +herbicide +hili +isterique +juick +lastseen + +metacontacts +modnok +nativeemoticons +otroid +p100q +rosenthal + +standardstyles +xoox +xtazy" + +DEPEND="~net-misc/leechcraft-core-${PV} + x11-libs/qt-webkit + x11-libs/qt-multimedia + otroid? ( net-libs/libotr ) + xoox? ( net-libs/qxmpp[extras] media-libs/speex ) + xtazy? ( x11-libs/qt-dbus ) + crypt? ( app-crypt/qca app-crypt/qca-gnupg )" +RDEPEND="${DEPEND} + modnok? ( + || ( + media-gfx/imagemagick + media-gfx/graphicsmagick[imagemagick] + ) + virtual/latex-base + )" + +src_configure() { + local mycmakeargs=" + $(cmake-utils_use_enable crypt CRYPT) + $(cmake-utils_use_enable acetamide AZOTH_ACETAMIDE) + $(cmake-utils_use_enable adiumstyles AZOTH_ADIUMSTYLES) + $(cmake-utils_use_enable autoidler AZOTH_AUTOIDLER) + $(cmake-utils_use_enable autopaste AZOTH_AUTOPASTE) + $(cmake-utils_use_enable chathistory AZOTH_CHATHISTORY) + $(cmake-utils_use_enable depester AZOTH_DEPESTER) + $(cmake-utils_use_enable embedmedia AZOTH_EMBEDMEDIA) + $(cmake-utils_use_enable herbicide AZOTH_HERBICIDE) + $(cmake-utils_use_enable hili AZOTH_HILI) + $(cmake-utils_use_enable isterique AZOTH_ISTERIQUE) + $(cmake-utils_use_enable juick AZOTH_JUICK) + $(cmake-utils_use_enable lastseen AZOTH_LASTSEEN) + $(cmake-utils_use_enable metacontacts AZOTH_LASTSEEN) + $(cmake-utils_use_enable modnok AZOTH_MODNOK) + $(cmake-utils_use_enable nativeemoticons AZOTH_NATIVEEMOTICONS) + $(cmake-utils_use_enable otroid AZOTH_OTROID) + $(cmake-utils_use_enable p100q AZOTH_P100Q) + $(cmake-utils_use_enable rosenthal AZOTH_ROSENTHAL) + $(cmake-utils_use_enable standardstyles AZOTH_STANDARDSTYLES) + $(cmake-utils_use_enable xoox AZOTH_XOOX) + $(cmake-utils_use_enable xtazy AZOTH_XTAZY)" + + cmake-utils_src_configure +} + +pkg_postinst() { + if use rosenthal; then + elog "You have enabled the Azoth Rosenthal plugin for" + elog "spellchecking. It uses Hunspell/Myspell dictionaries," + elog "so install the ones for languages you use to enable" + elog "spellchecking." + fi +} diff --git a/net-im/leechcraft-azoth/leechcraft-azoth-0.4.96.ebuild b/net-im/leechcraft-azoth/leechcraft-azoth-0.4.96.ebuild deleted file mode 100644 index 2304a8113fe9..000000000000 --- a/net-im/leechcraft-azoth/leechcraft-azoth-0.4.96.ebuild +++ /dev/null @@ -1,69 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/leechcraft-azoth/leechcraft-azoth-0.4.96.ebuild,v 1.1 2011/12/15 19:36:38 maksbotan Exp $ - -EAPI="2" - -inherit leechcraft - -DESCRIPTION="Azoth, the modular IM client for LeechCraft." - -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="debug +acetamide +adiumstyles +autoidler +autopaste +chathistory +crypt - +depester +embedmedia +herbicide +hili +isterique +juick +lastseen - +metacontacts +modnok +nativeemoticons +otroid +p100q +rosenthal - +standardstyles +xoox +xtazy" - -DEPEND="=net-misc/leechcraft-core-${PV} - x11-libs/qt-webkit - x11-libs/qt-multimedia - otroid? ( net-libs/libotr ) - xoox? ( net-libs/qxmpp[extras] media-libs/speex ) - xtazy? ( x11-libs/qt-dbus ) - crypt? ( app-crypt/qca app-crypt/qca-gnupg )" -RDEPEND="${DEPEND} - modnok? ( - || ( - media-gfx/imagemagick - media-gfx/graphicsmagick[imagemagick] - ) - virtual/latex-base - )" - -src_configure() { - local mycmakeargs=" - $(cmake-utils_use_enable crypt CRYPT) - $(cmake-utils_use_enable acetamide AZOTH_ACETAMIDE) - $(cmake-utils_use_enable adiumstyles AZOTH_ADIUMSTYLES) - $(cmake-utils_use_enable autoidler AZOTH_AUTOIDLER) - $(cmake-utils_use_enable autopaste AZOTH_AUTOPASTE) - $(cmake-utils_use_enable chathistory AZOTH_CHATHISTORY) - $(cmake-utils_use_enable depester AZOTH_DEPESTER) - $(cmake-utils_use_enable embedmedia AZOTH_EMBEDMEDIA) - $(cmake-utils_use_enable herbicide AZOTH_HERBICIDE) - $(cmake-utils_use_enable hili AZOTH_HILI) - $(cmake-utils_use_enable isterique AZOTH_ISTERIQUE) - $(cmake-utils_use_enable juick AZOTH_JUICK) - $(cmake-utils_use_enable lastseen AZOTH_LASTSEEN) - $(cmake-utils_use_enable metacontacts AZOTH_LASTSEEN) - $(cmake-utils_use_enable modnok AZOTH_MODNOK) - $(cmake-utils_use_enable nativeemoticons AZOTH_NATIVEEMOTICONS) - $(cmake-utils_use_enable otroid AZOTH_OTROID) - $(cmake-utils_use_enable p100q AZOTH_P100Q) - $(cmake-utils_use_enable rosenthal AZOTH_ROSENTHAL) - $(cmake-utils_use_enable standardstyles AZOTH_STANDARDSTYLES) - $(cmake-utils_use_enable xoox AZOTH_XOOX) - $(cmake-utils_use_enable xtazy AZOTH_XTAZY)" - - cmake-utils_src_configure -} - -pkg_postinst() { - if use rosenthal; then - elog "You have enabled the Azoth Rosenthal plugin for" - elog "spellchecking. It uses Hunspell/Myspell dictionaries," - elog "so install the ones for languages you use to enable" - elog "spellchecking." - fi -} diff --git a/net-im/leechcraft-azoth/leechcraft-azoth-9999.ebuild b/net-im/leechcraft-azoth/leechcraft-azoth-9999.ebuild index bd14d91000fd..90095c896b8d 100644 --- a/net-im/leechcraft-azoth/leechcraft-azoth-9999.ebuild +++ b/net-im/leechcraft-azoth/leechcraft-azoth-9999.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/leechcraft-azoth/leechcraft-azoth-9999.ebuild,v 1.5 2011/12/15 19:36:38 maksbotan Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/leechcraft-azoth/leechcraft-azoth-9999.ebuild,v 1.6 2011/12/16 18:39:13 maksbotan Exp $ -EAPI="2" +EAPI="4" inherit leechcraft @@ -15,7 +15,7 @@ IUSE="debug astrality +acetamide +adiumstyles +autoidler +autopaste +chathistory +metacontacts +modnok +nativeemoticons +otroid +p100q +rosenthal +standardstyles +xoox +xtazy" -DEPEND="=net-misc/leechcraft-core-${PV} +DEPEND="~net-misc/leechcraft-core-${PV} x11-libs/qt-webkit x11-libs/qt-multimedia astrality? ( net-libs/telepathy-qt4 ) -- cgit v1.2.3-65-gdbad