summaryrefslogtreecommitdiff
path: root/net-im
diff options
context:
space:
mode:
authorMaxim Koltsov <maksbotan@gentoo.org>2012-07-19 19:57:36 +0000
committerMaxim Koltsov <maksbotan@gentoo.org>2012-07-19 19:57:36 +0000
commit06f09d01ec54e1f5935476d83f587a582d4399da (patch)
tree2f9e446eb01b7f5c109adfdf3ca57bdaed4b3d1d /net-im
parentRemoved old versions, bumped to 0.5.75 (diff)
downloadgentoo-2-06f09d01ec54e1f5935476d83f587a582d4399da.tar.gz
gentoo-2-06f09d01ec54e1f5935476d83f587a582d4399da.tar.bz2
gentoo-2-06f09d01ec54e1f5935476d83f587a582d4399da.zip
Removed old versions, bumped to 0.5.75
(Portage version: 2.1.11.4/cvs/Linux x86_64)
Diffstat (limited to 'net-im')
-rw-r--r--net-im/leechcraft-azoth/ChangeLog10
-rw-r--r--net-im/leechcraft-azoth/leechcraft-azoth-0.4.99.ebuild69
-rw-r--r--net-im/leechcraft-azoth/leechcraft-azoth-0.5.0.ebuild70
-rw-r--r--net-im/leechcraft-azoth/leechcraft-azoth-0.5.65.ebuild79
-rw-r--r--net-im/leechcraft-azoth/leechcraft-azoth-0.5.75.ebuild (renamed from net-im/leechcraft-azoth/leechcraft-azoth-0.5.60.ebuild)9
5 files changed, 15 insertions, 222 deletions
diff --git a/net-im/leechcraft-azoth/ChangeLog b/net-im/leechcraft-azoth/ChangeLog
index 004fb088ce72..04e8aa1c94a8 100644
--- a/net-im/leechcraft-azoth/ChangeLog
+++ b/net-im/leechcraft-azoth/ChangeLog
@@ -1,6 +1,14 @@
# ChangeLog for net-im/leechcraft-azoth
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/leechcraft-azoth/ChangeLog,v 1.27 2012/07/15 16:05:12 kensington Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/leechcraft-azoth/ChangeLog,v 1.28 2012/07/19 19:57:36 maksbotan Exp $
+
+*leechcraft-azoth-0.5.75 (19 Jul 2012)
+
+ 19 Jul 2012; Maxim Koltsov <maksbotan@gentoo.org>
+ +leechcraft-azoth-0.5.75.ebuild, -leechcraft-azoth-0.4.99.ebuild,
+ -leechcraft-azoth-0.5.0.ebuild, -leechcraft-azoth-0.5.60.ebuild,
+ -leechcraft-azoth-0.5.65.ebuild:
+ Removed old versions, bumped to 0.5.75
15 Jul 2012; Michael Palimaka <kensington@gentoo.org>
leechcraft-azoth-0.4.99.ebuild, leechcraft-azoth-0.5.0.ebuild,
diff --git a/net-im/leechcraft-azoth/leechcraft-azoth-0.4.99.ebuild b/net-im/leechcraft-azoth/leechcraft-azoth-0.4.99.ebuild
deleted file mode 100644
index 5cf750633b83..000000000000
--- a/net-im/leechcraft-azoth/leechcraft-azoth-0.4.99.ebuild
+++ /dev/null
@@ -1,69 +0,0 @@
-# Copyright 1999-2012 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.99.ebuild,v 1.4 2012/07/15 16:05:12 kensington 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:4
- x11-libs/qt-multimedia:4
- otroid? ( net-libs/libotr )
- xoox? ( net-libs/qxmpp[extras] media-libs/speex )
- xtazy? ( x11-libs/qt-dbus:4 )
- 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.5.0.ebuild b/net-im/leechcraft-azoth/leechcraft-azoth-0.5.0.ebuild
deleted file mode 100644
index 4d3275174e72..000000000000
--- a/net-im/leechcraft-azoth/leechcraft-azoth-0.5.0.ebuild
+++ /dev/null
@@ -1,70 +0,0 @@
-# Copyright 1999-2012 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.5.0.ebuild,v 1.3 2012/07/15 16:05:12 kensington 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:4
- x11-libs/qt-multimedia:4
- autoidler? ( x11-libs/libXScrnSaver )
- otroid? ( net-libs/libotr )
- xoox? ( net-libs/qxmpp[extras] media-libs/speex )
- xtazy? ( x11-libs/qt-dbus:4 )
- 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.5.65.ebuild b/net-im/leechcraft-azoth/leechcraft-azoth-0.5.65.ebuild
deleted file mode 100644
index 6aed594cb224..000000000000
--- a/net-im/leechcraft-azoth/leechcraft-azoth-0.5.65.ebuild
+++ /dev/null
@@ -1,79 +0,0 @@
-# Copyright 1999-2012 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.5.65.ebuild,v 1.2 2012/07/15 16:05:12 kensington 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 +chathistory +crypt
- +depester +embedmedia +herbicide +hili +isterique +juick +keeso +lastseen
- +metacontacts +modnok +nativeemoticons +otroid +p100q +rosenthal
- +standardstyles +xoox +xtazy +zheet"
-
-DEPEND="~net-misc/leechcraft-core-${PV}
- x11-libs/qt-webkit:4
- x11-libs/qt-multimedia:4
- autoidler? ( x11-libs/libXScrnSaver )
- astrality? ( net-libs/telepathy-qt )
- otroid? ( net-libs/libotr )
- xoox? ( >=net-libs/qxmpp-0.3.47[extras] media-libs/speex )
- xtazy? ( x11-libs/qt-dbus: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
- )"
-
-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 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 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/net-im/leechcraft-azoth/leechcraft-azoth-0.5.60.ebuild b/net-im/leechcraft-azoth/leechcraft-azoth-0.5.75.ebuild
index 885d829721d3..ec8ab46c9139 100644
--- a/net-im/leechcraft-azoth/leechcraft-azoth-0.5.60.ebuild
+++ b/net-im/leechcraft-azoth/leechcraft-azoth-0.5.75.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 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.5.60.ebuild,v 1.2 2012/07/15 16:05:12 kensington Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/leechcraft-azoth/leechcraft-azoth-0.5.75.ebuild,v 1.1 2012/07/19 19:57:36 maksbotan Exp $
EAPI="4"
@@ -12,7 +12,7 @@ SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="debug astrality +acetamide +adiumstyles +autoidler +autopaste +chathistory +crypt
+depester +embedmedia +herbicide +hili +isterique +juick +keeso +lastseen
- +metacontacts +modnok +nativeemoticons +otroid +p100q +rosenthal
+ +metacontacts media +modnok +nativeemoticons +otroid +p100q +rosenthal
+standardstyles +xoox +xtazy +zheet"
DEPEND="~net-misc/leechcraft-core-${PV}
@@ -21,7 +21,9 @@ DEPEND="~net-misc/leechcraft-core-${PV}
autoidler? ( x11-libs/libXScrnSaver )
astrality? ( net-libs/telepathy-qt )
otroid? ( net-libs/libotr )
- xoox? ( >=net-libs/qxmpp-0.3.47[extras] media-libs/speex )
+ media? ( x11-libs/qt-multimedia:4 )
+ rosenthal? ( app-text/hunspell )
+ xoox? ( =net-libs/qxmpp-0.3.61*[extras] media-libs/speex )
xtazy? ( x11-libs/qt-dbus:4 )
crypt? ( app-crypt/qca app-crypt/qca-gnupg )
zheet? ( net-libs/libmsn )"
@@ -56,6 +58,7 @@ src_configure() {
$(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)