diff options
author | Maxim Koltsov <maksbotan@gentoo.org> | 2013-07-18 12:40:43 +0000 |
---|---|---|
committer | Maxim Koltsov <maksbotan@gentoo.org> | 2013-07-18 12:40:43 +0000 |
commit | 7518ff6d4eb43e0615bdd22e5c3e2c0f601183ba (patch) | |
tree | 0a797316f4bc7044729b9f3f687f3e565885749d /app-leechcraft/lc-azoth | |
parent | Bump, delete old, fix qwt deps in lemon & liznoo, add vader use to azoth and ... (diff) | |
download | gentoo-2-7518ff6d4eb43e0615bdd22e5c3e2c0f601183ba.tar.gz gentoo-2-7518ff6d4eb43e0615bdd22e5c3e2c0f601183ba.tar.bz2 gentoo-2-7518ff6d4eb43e0615bdd22e5c3e2c0f601183ba.zip |
Bump, delete old, fix qwt deps in lemon & liznoo, add vader use to azoth and fix metacontacts use.
(Portage version: 2.1.12.13/cvs/Linux x86_64, signed Manifest commit with key F8DBDADE)
Diffstat (limited to 'app-leechcraft/lc-azoth')
-rw-r--r-- | app-leechcraft/lc-azoth/ChangeLog | 7 | ||||
-rw-r--r-- | app-leechcraft/lc-azoth/lc-azoth-0.5.85.ebuild | 86 | ||||
-rw-r--r-- | app-leechcraft/lc-azoth/lc-azoth-0.5.90.ebuild | 7 | ||||
-rw-r--r-- | app-leechcraft/lc-azoth/lc-azoth-0.5.95.ebuild | 95 | ||||
-rw-r--r-- | app-leechcraft/lc-azoth/lc-azoth-0.5.96.ebuild | 95 | ||||
-rw-r--r-- | app-leechcraft/lc-azoth/lc-azoth-0.5.97.ebuild | 95 | ||||
-rw-r--r-- | app-leechcraft/lc-azoth/lc-azoth-0.5.99.ebuild (renamed from app-leechcraft/lc-azoth/lc-azoth-0.5.98.ebuild) | 7 | ||||
-rw-r--r-- | app-leechcraft/lc-azoth/lc-azoth-9999.ebuild | 7 | ||||
-rw-r--r-- | app-leechcraft/lc-azoth/metadata.xml | 1 |
9 files changed, 19 insertions, 381 deletions
diff --git a/app-leechcraft/lc-azoth/ChangeLog b/app-leechcraft/lc-azoth/ChangeLog index d5ac59d401e2..9ee9ad298dd5 100644 --- a/app-leechcraft/lc-azoth/ChangeLog +++ b/app-leechcraft/lc-azoth/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-leechcraft/lc-azoth # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-azoth/ChangeLog,v 1.8 2013/07/03 15:55:03 maksbotan Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-azoth/ChangeLog,v 1.9 2013/07/18 12:40:43 maksbotan Exp $ + +*lc-azoth-0.5.99 (18 Jul 2013) + + 18 Jul 2013; <maks@gentoo.org> +lc-azoth-0.5.99.ebuild: + Bump app-leechcraft/lc-azoth to 0.5.99, thanks to 0xd34df00d *lc-azoth-0.5.98 (03 Jul 2013) diff --git a/app-leechcraft/lc-azoth/lc-azoth-0.5.85.ebuild b/app-leechcraft/lc-azoth/lc-azoth-0.5.85.ebuild deleted file mode 100644 index 7e37b5024e93..000000000000 --- a/app-leechcraft/lc-azoth/lc-azoth-0.5.85.ebuild +++ /dev/null @@ -1,86 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-azoth/lc-azoth-0.5.85.ebuild,v 1.1 2013/03/08 21:55:25 maksbotan Exp $ - -EAPI="4" - -inherit leechcraft - -DESCRIPTION="Azoth, the modular IM client for LeechCraft." - -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="debug astrality +acetamide +adiumstyles +autoidler +autopaste +birthdaynotifier - +chathistory +crypt +depester +embedmedia +herbicide +hili +isterique - +juick +keeso +lastseen +metacontacts media +modnok +nativeemoticons - +otroid +p100q +rosenthal +standardstyles +xoox +xtazy +zheet" - -DEPEND="~app-leechcraft/lc-core-${PV} - dev-qt/qtwebkit:4 - dev-qt/qtmultimedia:4 - autoidler? ( x11-libs/libXScrnSaver ) - astrality? ( net-libs/telepathy-qt ) - otroid? ( =net-libs/libotr-3* ) - media? ( dev-qt/qtmultimedia:4 ) - rosenthal? ( app-text/hunspell ) - xoox? ( =net-libs/qxmpp-0.7* media-libs/speex ) - xtazy? ( dev-qt/qtdbus:4 ) - crypt? ( app-crypt/qca app-crypt/qca-gnupg ) - zheet? ( net-libs/libmsn )" -RDEPEND="${DEPEND} - astrality? ( - net-im/telepathy-mission-control - net-voip/telepathy-haze - ) - modnok? ( - || ( - media-gfx/imagemagick - media-gfx/graphicsmagick[imagemagick] - ) - virtual/latex-base - )" - -REQUIRED_USE="|| ( standardstyles adiumstyles )" - -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 astrality AZOTH_ASTRALITY) - $(cmake-utils_use_enable autoidler AZOTH_AUTOIDLER) - $(cmake-utils_use_enable autopaste AZOTH_AUTOPASTE) - $(cmake-utils_use_enable birthdaynotifier AZOTH_BIRTHDAYNOTIFIER) - $(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 keeso AZOTH_KEESO) - $(cmake-utils_use_enable lastseen AZOTH_LASTSEEN) - $(cmake-utils_use_enable metacontacts AZOTH_LASTSEEN) - $(cmake-utils_use_enable media MEDIACALLS) - $(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_use_enable zheet AZOTH_ZHEET) - ) - - 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/app-leechcraft/lc-azoth/lc-azoth-0.5.90.ebuild b/app-leechcraft/lc-azoth/lc-azoth-0.5.90.ebuild index 28f2d5ef1831..81f284ee0d37 100644 --- a/app-leechcraft/lc-azoth/lc-azoth-0.5.90.ebuild +++ b/app-leechcraft/lc-azoth/lc-azoth-0.5.90.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-azoth/lc-azoth-0.5.90.ebuild,v 1.1 2013/03/08 21:55:25 maksbotan Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-azoth/lc-azoth-0.5.90.ebuild,v 1.2 2013/07/18 12:40:43 maksbotan Exp $ EAPI="4" @@ -13,7 +13,7 @@ KEYWORDS="amd64 x86" IUSE="debug astrality +acetamide +adiumstyles +autoidler +autopaste +birthdaynotifier +chathistory +crypt +depester +embedmedia +herbicide +hili +isterique +juick +keeso +lastseen +metacontacts media +msn +latex +nativeemoticons - +otroid +p100q +spell shx +standardstyles +xmpp +xtazy" + +otroid +p100q +spell shx +standardstyles +vader +xmpp +xtazy" DEPEND="~app-leechcraft/lc-core-${PV} dev-qt/qtwebkit:4 @@ -60,7 +60,7 @@ src_configure() { $(cmake-utils_use_enable juick AZOTH_JUICK) $(cmake-utils_use_enable keeso AZOTH_KEESO) $(cmake-utils_use_enable lastseen AZOTH_LASTSEEN) - $(cmake-utils_use_enable metacontacts AZOTH_LASTSEEN) + $(cmake-utils_use_enable metacontacts AZOTH_METACONTACTS) $(cmake-utils_use_enable media MEDIACALLS) $(cmake-utils_use_enable latex AZOTH_MODNOK) $(cmake-utils_use_enable msn AZOTH_ZHEET) @@ -70,6 +70,7 @@ src_configure() { $(cmake-utils_use_enable spell AZOTH_ROSENTHAL) $(cmake-utils_use_enable shx AZOTH_SHX) $(cmake-utils_use_enable standardstyles AZOTH_STANDARDSTYLES) + $(cmake-utils_use_enable vader AZOTH_VADER) $(cmake-utils_use_enable xmpp AZOTH_XOOX) $(cmake-utils_use_enable xtazy AZOTH_XTAZY) ) diff --git a/app-leechcraft/lc-azoth/lc-azoth-0.5.95.ebuild b/app-leechcraft/lc-azoth/lc-azoth-0.5.95.ebuild deleted file mode 100644 index ff763e92f263..000000000000 --- a/app-leechcraft/lc-azoth/lc-azoth-0.5.95.ebuild +++ /dev/null @@ -1,95 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-azoth/lc-azoth-0.5.95.ebuild,v 1.1 2013/05/02 15:40:38 pinkbyte Exp $ - -EAPI="5" - -inherit leechcraft - -DESCRIPTION="Azoth, the modular IM client for LeechCraft" - -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="debug doc astrality +acetamide +adiumstyles +autoidler +autopaste +birthdaynotifier - +chathistory +crypt +depester +embedmedia +herbicide +hili +isterique - +juick +keeso +lastseen +metacontacts media +msn +latex +nativeemoticons - +otroid +p100q +spell shx +standardstyles +xmpp +xtazy" - -COMMON_DEPEND="~app-leechcraft/lc-core-${PV} - dev-qt/qtwebkit:4 - dev-qt/qtmultimedia:4 - autoidler? ( x11-libs/libXScrnSaver ) - astrality? ( net-libs/telepathy-qt ) - otroid? ( net-libs/libotr ) - media? ( dev-qt/qtmultimedia:4 ) - msn? ( net-libs/libmsn ) - spell? ( app-text/hunspell ) - xmpp? ( >=net-libs/qxmpp-0.7.6 media-libs/speex ) - xtazy? ( dev-qt/qtdbus:4 ) - crypt? ( app-crypt/qca app-crypt/qca-gnupg )" -DEPEND="${COMMON_DEPEND} - doc? ( app-doc/doxygen[dot] )" -RDEPEND="${COMMON_DEPEND} - astrality? ( - net-im/telepathy-mission-control - net-voip/telepathy-haze - ) - latex? ( - || ( - media-gfx/imagemagick - media-gfx/graphicsmagick[imagemagick] - ) - virtual/latex-base - )" - -REQUIRED_USE="|| ( standardstyles adiumstyles )" - -src_configure() { - local mycmakeargs=( - $(cmake-utils_use_enable crypt CRYPT) - $(cmake-utils_use_with doc DOCS) - $(cmake-utils_use_enable acetamide AZOTH_ACETAMIDE) - $(cmake-utils_use_enable adiumstyles AZOTH_ADIUMSTYLES) - $(cmake-utils_use_enable astrality AZOTH_ASTRALITY) - $(cmake-utils_use_enable autoidler AZOTH_AUTOIDLER) - $(cmake-utils_use_enable autopaste AZOTH_AUTOPASTE) - $(cmake-utils_use_enable birthdaynotifier AZOTH_BIRTHDAYNOTIFIER) - $(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 keeso AZOTH_KEESO) - $(cmake-utils_use_enable lastseen AZOTH_LASTSEEN) - $(cmake-utils_use_enable metacontacts AZOTH_LASTSEEN) - $(cmake-utils_use_enable media MEDIACALLS) - $(cmake-utils_use_enable latex AZOTH_MODNOK) - $(cmake-utils_use_enable msn AZOTH_ZHEET) - $(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 spell AZOTH_ROSENTHAL) - $(cmake-utils_use_enable shx AZOTH_SHX) - $(cmake-utils_use_enable standardstyles AZOTH_STANDARDSTYLES) - $(cmake-utils_use_enable xmpp AZOTH_XOOX) - $(cmake-utils_use_enable xtazy AZOTH_XTAZY) - ) - - cmake-utils_src_configure -} - -src_install() { - cmake-utils_src_install - use doc && dohtml -r "${CMAKE_BUILD_DIR}"/out/html/* -} - -pkg_postinst() { - if use spell; 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/app-leechcraft/lc-azoth/lc-azoth-0.5.96.ebuild b/app-leechcraft/lc-azoth/lc-azoth-0.5.96.ebuild deleted file mode 100644 index 2fcf42e33f33..000000000000 --- a/app-leechcraft/lc-azoth/lc-azoth-0.5.96.ebuild +++ /dev/null @@ -1,95 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-azoth/lc-azoth-0.5.96.ebuild,v 1.1 2013/05/26 19:35:15 maksbotan Exp $ - -EAPI="5" - -inherit leechcraft - -DESCRIPTION="Azoth, the modular IM client for LeechCraft" - -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="debug doc astrality +acetamide +adiumstyles +autoidler +autopaste +birthdaynotifier - +chathistory +crypt +depester +embedmedia +herbicide +hili +isterique - +juick +keeso +lastseen +metacontacts media +msn +latex +nativeemoticons - +otroid +p100q +spell shx +standardstyles +xmpp +xtazy" - -COMMON_DEPEND="~app-leechcraft/lc-core-${PV} - dev-qt/qtwebkit:4 - dev-qt/qtmultimedia:4 - autoidler? ( x11-libs/libXScrnSaver ) - astrality? ( net-libs/telepathy-qt ) - otroid? ( net-libs/libotr ) - media? ( dev-qt/qtmultimedia:4 ) - msn? ( net-libs/libmsn ) - spell? ( app-text/hunspell ) - xmpp? ( >=net-libs/qxmpp-0.7.6 media-libs/speex ) - xtazy? ( dev-qt/qtdbus:4 ) - crypt? ( app-crypt/qca app-crypt/qca-gnupg )" -DEPEND="${COMMON_DEPEND} - doc? ( app-doc/doxygen[dot] )" -RDEPEND="${COMMON_DEPEND} - astrality? ( - net-im/telepathy-mission-control - net-voip/telepathy-haze - ) - latex? ( - || ( - media-gfx/imagemagick - media-gfx/graphicsmagick[imagemagick] - ) - virtual/latex-base - )" - -REQUIRED_USE="|| ( standardstyles adiumstyles )" - -src_configure() { - local mycmakeargs=( - $(cmake-utils_use_enable crypt CRYPT) - $(cmake-utils_use_with doc DOCS) - $(cmake-utils_use_enable acetamide AZOTH_ACETAMIDE) - $(cmake-utils_use_enable adiumstyles AZOTH_ADIUMSTYLES) - $(cmake-utils_use_enable astrality AZOTH_ASTRALITY) - $(cmake-utils_use_enable autoidler AZOTH_AUTOIDLER) - $(cmake-utils_use_enable autopaste AZOTH_AUTOPASTE) - $(cmake-utils_use_enable birthdaynotifier AZOTH_BIRTHDAYNOTIFIER) - $(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 keeso AZOTH_KEESO) - $(cmake-utils_use_enable lastseen AZOTH_LASTSEEN) - $(cmake-utils_use_enable metacontacts AZOTH_LASTSEEN) - $(cmake-utils_use_enable media MEDIACALLS) - $(cmake-utils_use_enable latex AZOTH_MODNOK) - $(cmake-utils_use_enable msn AZOTH_ZHEET) - $(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 spell AZOTH_ROSENTHAL) - $(cmake-utils_use_enable shx AZOTH_SHX) - $(cmake-utils_use_enable standardstyles AZOTH_STANDARDSTYLES) - $(cmake-utils_use_enable xmpp AZOTH_XOOX) - $(cmake-utils_use_enable xtazy AZOTH_XTAZY) - ) - - cmake-utils_src_configure -} - -src_install() { - cmake-utils_src_install - use doc && dohtml -r "${CMAKE_BUILD_DIR}"/out/html/* -} - -pkg_postinst() { - if use spell; 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/app-leechcraft/lc-azoth/lc-azoth-0.5.97.ebuild b/app-leechcraft/lc-azoth/lc-azoth-0.5.97.ebuild deleted file mode 100644 index 5a6e87a473ba..000000000000 --- a/app-leechcraft/lc-azoth/lc-azoth-0.5.97.ebuild +++ /dev/null @@ -1,95 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-azoth/lc-azoth-0.5.97.ebuild,v 1.1 2013/06/11 17:14:26 maksbotan Exp $ - -EAPI="5" - -inherit leechcraft - -DESCRIPTION="Azoth, the modular IM client for LeechCraft" - -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="debug doc astrality +acetamide +adiumstyles +autoidler +autopaste +birthdaynotifier - +chathistory +crypt +depester +embedmedia +herbicide +hili +isterique - +juick +keeso +lastseen +metacontacts media +msn +latex +nativeemoticons - +otroid +p100q +spell shx +standardstyles +xmpp +xtazy" - -COMMON_DEPEND="~app-leechcraft/lc-core-${PV} - dev-qt/qtwebkit:4 - dev-qt/qtmultimedia:4 - autoidler? ( x11-libs/libXScrnSaver ) - astrality? ( net-libs/telepathy-qt ) - otroid? ( net-libs/libotr ) - media? ( dev-qt/qtmultimedia:4 ) - msn? ( net-libs/libmsn ) - spell? ( app-text/hunspell ) - xmpp? ( >=net-libs/qxmpp-0.7.6 media-libs/speex ) - xtazy? ( dev-qt/qtdbus:4 ) - crypt? ( app-crypt/qca app-crypt/qca-gnupg )" -DEPEND="${COMMON_DEPEND} - doc? ( app-doc/doxygen[dot] )" -RDEPEND="${COMMON_DEPEND} - astrality? ( - net-im/telepathy-mission-control - net-voip/telepathy-haze - ) - latex? ( - || ( - media-gfx/imagemagick - media-gfx/graphicsmagick[imagemagick] - ) - virtual/latex-base - )" - -REQUIRED_USE="|| ( standardstyles adiumstyles )" - -src_configure() { - local mycmakeargs=( - $(cmake-utils_use_enable crypt CRYPT) - $(cmake-utils_use_with doc DOCS) - $(cmake-utils_use_enable acetamide AZOTH_ACETAMIDE) - $(cmake-utils_use_enable adiumstyles AZOTH_ADIUMSTYLES) - $(cmake-utils_use_enable astrality AZOTH_ASTRALITY) - $(cmake-utils_use_enable autoidler AZOTH_AUTOIDLER) - $(cmake-utils_use_enable autopaste AZOTH_AUTOPASTE) - $(cmake-utils_use_enable birthdaynotifier AZOTH_BIRTHDAYNOTIFIER) - $(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 keeso AZOTH_KEESO) - $(cmake-utils_use_enable lastseen AZOTH_LASTSEEN) - $(cmake-utils_use_enable metacontacts AZOTH_LASTSEEN) - $(cmake-utils_use_enable media MEDIACALLS) - $(cmake-utils_use_enable latex AZOTH_MODNOK) - $(cmake-utils_use_enable msn AZOTH_ZHEET) - $(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 spell AZOTH_ROSENTHAL) - $(cmake-utils_use_enable shx AZOTH_SHX) - $(cmake-utils_use_enable standardstyles AZOTH_STANDARDSTYLES) - $(cmake-utils_use_enable xmpp AZOTH_XOOX) - $(cmake-utils_use_enable xtazy AZOTH_XTAZY) - ) - - cmake-utils_src_configure -} - -src_install() { - cmake-utils_src_install - use doc && dohtml -r "${CMAKE_BUILD_DIR}"/out/html/* -} - -pkg_postinst() { - if use spell; 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/app-leechcraft/lc-azoth/lc-azoth-0.5.98.ebuild b/app-leechcraft/lc-azoth/lc-azoth-0.5.99.ebuild index add2909fe41b..665806105870 100644 --- a/app-leechcraft/lc-azoth/lc-azoth-0.5.98.ebuild +++ b/app-leechcraft/lc-azoth/lc-azoth-0.5.99.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-azoth/lc-azoth-0.5.98.ebuild,v 1.1 2013/07/03 15:55:03 maksbotan Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-azoth/lc-azoth-0.5.99.ebuild,v 1.1 2013/07/18 12:40:43 maksbotan Exp $ EAPI="5" @@ -13,7 +13,7 @@ KEYWORDS="~amd64 ~x86" IUSE="debug doc astrality +acetamide +adiumstyles +autoidler +autopaste +birthdaynotifier +chathistory +crypt +depester +embedmedia +herbicide +hili +isterique +juick +keeso +lastseen +metacontacts media +msn +latex +nativeemoticons - +otroid +p100q +spell shx +standardstyles +xmpp +xtazy" + +otroid +p100q +spell shx +standardstyles +vader +xmpp +xtazy" COMMON_DEPEND="~app-leechcraft/lc-core-${PV} dev-qt/qtwebkit:4 @@ -63,7 +63,7 @@ src_configure() { $(cmake-utils_use_enable juick AZOTH_JUICK) $(cmake-utils_use_enable keeso AZOTH_KEESO) $(cmake-utils_use_enable lastseen AZOTH_LASTSEEN) - $(cmake-utils_use_enable metacontacts AZOTH_LASTSEEN) + $(cmake-utils_use_enable metacontacts AZOTH_METACONTACTS) $(cmake-utils_use_enable media MEDIACALLS) $(cmake-utils_use_enable latex AZOTH_MODNOK) $(cmake-utils_use_enable msn AZOTH_ZHEET) @@ -73,6 +73,7 @@ src_configure() { $(cmake-utils_use_enable spell AZOTH_ROSENTHAL) $(cmake-utils_use_enable shx AZOTH_SHX) $(cmake-utils_use_enable standardstyles AZOTH_STANDARDSTYLES) + $(cmake-utils_use_enable vader AZOTH_VADER) $(cmake-utils_use_enable xmpp AZOTH_XOOX) $(cmake-utils_use_enable xtazy AZOTH_XTAZY) ) diff --git a/app-leechcraft/lc-azoth/lc-azoth-9999.ebuild b/app-leechcraft/lc-azoth/lc-azoth-9999.ebuild index 1553db14b189..ccdf92f3f005 100644 --- a/app-leechcraft/lc-azoth/lc-azoth-9999.ebuild +++ b/app-leechcraft/lc-azoth/lc-azoth-9999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-azoth/lc-azoth-9999.ebuild,v 1.4 2013/05/08 12:18:42 maksbotan Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-azoth/lc-azoth-9999.ebuild,v 1.5 2013/07/18 12:40:43 maksbotan Exp $ EAPI="5" @@ -13,7 +13,7 @@ KEYWORDS="" IUSE="debug doc astrality +acetamide +adiumstyles +autoidler +autopaste +birthdaynotifier +chathistory +crypt +depester +embedmedia +herbicide +hili +isterique +juick +keeso +lastseen +metacontacts media +msn +latex +nativeemoticons - +otroid +p100q +spell shx +standardstyles +xmpp +xtazy" + +otroid +p100q +spell shx +standardstyles +vader +xmpp +xtazy" COMMON_DEPEND="~app-leechcraft/lc-core-${PV} dev-qt/qtwebkit:4 @@ -66,7 +66,7 @@ src_configure() { $(cmake-utils_use_enable juick AZOTH_JUICK) $(cmake-utils_use_enable keeso AZOTH_KEESO) $(cmake-utils_use_enable lastseen AZOTH_LASTSEEN) - $(cmake-utils_use_enable metacontacts AZOTH_LASTSEEN) + $(cmake-utils_use_enable metacontacts AZOTH_METACONTACTS) $(cmake-utils_use_enable media MEDIACALLS) $(cmake-utils_use_enable latex AZOTH_MODNOK) $(cmake-utils_use_enable msn AZOTH_ZHEET) @@ -76,6 +76,7 @@ src_configure() { $(cmake-utils_use_enable spell AZOTH_ROSENTHAL) $(cmake-utils_use_enable shx AZOTH_SHX) $(cmake-utils_use_enable standardstyles AZOTH_STANDARDSTYLES) + $(cmake-utils_use_enable vader AZOTH_VADER) $(cmake-utils_use_enable xmpp AZOTH_XOOX) $(cmake-utils_use_enable xtazy AZOTH_XTAZY) ) diff --git a/app-leechcraft/lc-azoth/metadata.xml b/app-leechcraft/lc-azoth/metadata.xml index e427e5157114..c4f4a2b0d101 100644 --- a/app-leechcraft/lc-azoth/metadata.xml +++ b/app-leechcraft/lc-azoth/metadata.xml @@ -27,6 +27,7 @@ <flag name="rosenthal">Build Rosenthal, the spellchecker plugin (deprecated, use 'spell' for new versions)</flag> <flag name="shx">Build shell command executor plugin</flag> <flag name="standardstyles">Build support for standard Azoth styles engine</flag> + <flag name="vader">Bulid Vader, the MRIM (Mail.Ru Agent) protocol support plugin</flag> <flag name="xoox">Build Xoox, gloox-based plugin for XMPP support (deprecated, use 'xmpp' for new versions)</flag> <flag name="xtazy">Build Xtazy for publishing currently playing tune</flag> <flag name="zheet">Build Zheet, libmsn-based plugin for Windows Live Messenger support (deprecated, use 'msn' for new versions)</flag> |