public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-im/leechcraft-azoth: ChangeLog leechcraft-azoth-0.4.99.ebuild
@ 2012-02-02 17:24 Maxim Koltsov (maksbotan)
  0 siblings, 0 replies; 3+ messages in thread
From: Maxim Koltsov (maksbotan) @ 2012-02-02 17:24 UTC (permalink / raw
  To: gentoo-commits

maksbotan    12/02/02 17:24:46

  Modified:             ChangeLog
  Added:                leechcraft-azoth-0.4.99.ebuild
  Log:
  Big leechcraft bump to 0.4.99, thanks to 0xd34df00d
  
  (Portage version: 2.1.10.44/cvs/Linux x86_64)

Revision  Changes    Path
1.11                 net-im/leechcraft-azoth/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/leechcraft-azoth/ChangeLog?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/leechcraft-azoth/ChangeLog?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/leechcraft-azoth/ChangeLog?r1=1.10&r2=1.11

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-im/leechcraft-azoth/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog	24 Jan 2012 18:18:49 -0000	1.10
+++ ChangeLog	2 Feb 2012 17:24:46 -0000	1.11
@@ -1,6 +1,12 @@
 # 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.10 2012/01/24 18:18:49 johu Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/leechcraft-azoth/ChangeLog,v 1.11 2012/02/02 17:24:46 maksbotan Exp $
+
+*leechcraft-azoth-0.4.99 (02 Feb 2012)
+
+  02 Feb 2012; Maxim Koltsov <maksbotan@gentoo.org>
+  +leechcraft-azoth-0.4.99.ebuild:
+  Bump app-editors/leechcraft-popishu to 0.4.99, thanks to 0xd34df00d
 
   24 Jan 2012; Johannes Huber <johu@gentoo.org> leechcraft-azoth-9999.ebuild:
   Non maintainer commit. Change dep according package move.



1.1                  net-im/leechcraft-azoth/leechcraft-azoth-0.4.99.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/leechcraft-azoth/leechcraft-azoth-0.4.99.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/leechcraft-azoth/leechcraft-azoth-0.4.99.ebuild?rev=1.1&content-type=text/plain

Index: leechcraft-azoth-0.4.99.ebuild
===================================================================
# 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.1 2012/02/02 17:24:46 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
}






^ permalink raw reply	[flat|nested] 3+ messages in thread

* [gentoo-commits] gentoo-x86 commit in net-im/leechcraft-azoth: ChangeLog leechcraft-azoth-0.4.99.ebuild
@ 2012-02-04 19:11 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 3+ messages in thread
From: Agostino Sarubbo (ago) @ 2012-02-04 19:11 UTC (permalink / raw
  To: gentoo-commits

ago         12/02/04 19:11:09

  Modified:             ChangeLog leechcraft-azoth-0.4.99.ebuild
  Log:
  Stable for amd64, wrt bug #400605
  
  (Portage version: 2.1.10.44/cvs/Linux x86_64)

Revision  Changes    Path
1.13                 net-im/leechcraft-azoth/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/leechcraft-azoth/ChangeLog?rev=1.13&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/leechcraft-azoth/ChangeLog?rev=1.13&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/leechcraft-azoth/ChangeLog?r1=1.12&r2=1.13

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-im/leechcraft-azoth/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog	2 Feb 2012 17:37:39 -0000	1.12
+++ ChangeLog	4 Feb 2012 19:11:09 -0000	1.13
@@ -1,6 +1,10 @@
 # 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.12 2012/02/02 17:37:39 maksbotan Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/leechcraft-azoth/ChangeLog,v 1.13 2012/02/04 19:11:09 ago Exp $
+
+  04 Feb 2012; Agostino Sarubbo <ago@gentoo.org>
+  leechcraft-azoth-0.4.99.ebuild:
+  Stable for amd64, wrt bug #400605
 
   02 Feb 2012; Maxim Koltsov <maksbotan@gentoo.org> Manifest:
   Big leechcraft bump to 0.4.99, thanks to 0xd34df00d



1.2                  net-im/leechcraft-azoth/leechcraft-azoth-0.4.99.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/leechcraft-azoth/leechcraft-azoth-0.4.99.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/leechcraft-azoth/leechcraft-azoth-0.4.99.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/leechcraft-azoth/leechcraft-azoth-0.4.99.ebuild?r1=1.1&r2=1.2

Index: leechcraft-azoth-0.4.99.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-im/leechcraft-azoth/leechcraft-azoth-0.4.99.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- leechcraft-azoth-0.4.99.ebuild	2 Feb 2012 17:24:46 -0000	1.1
+++ leechcraft-azoth-0.4.99.ebuild	4 Feb 2012 19:11:09 -0000	1.2
@@ -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.4.99.ebuild,v 1.1 2012/02/02 17:24:46 maksbotan Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/leechcraft-azoth/leechcraft-azoth-0.4.99.ebuild,v 1.2 2012/02/04 19:11:09 ago Exp $
 
 EAPI="4"
 
@@ -9,7 +9,7 @@
 DESCRIPTION="Azoth, the modular IM client for LeechCraft."
 
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE="debug +acetamide +adiumstyles +autoidler +autopaste +chathistory +crypt
 		+depester +embedmedia +herbicide +hili +isterique +juick +lastseen
 		+metacontacts +modnok +nativeemoticons +otroid +p100q +rosenthal






^ permalink raw reply	[flat|nested] 3+ messages in thread

* [gentoo-commits] gentoo-x86 commit in net-im/leechcraft-azoth: ChangeLog leechcraft-azoth-0.4.99.ebuild
@ 2012-04-07 17:14 Markus Meier (maekke)
  0 siblings, 0 replies; 3+ messages in thread
From: Markus Meier (maekke) @ 2012-04-07 17:14 UTC (permalink / raw
  To: gentoo-commits

maekke      12/04/07 17:14:06

  Modified:             ChangeLog leechcraft-azoth-0.4.99.ebuild
  Log:
  x86 stable, bug #400605
  
  (Portage version: 2.1.10.56/cvs/Linux x86_64)

Revision  Changes    Path
1.18                 net-im/leechcraft-azoth/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/leechcraft-azoth/ChangeLog?rev=1.18&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/leechcraft-azoth/ChangeLog?rev=1.18&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/leechcraft-azoth/ChangeLog?r1=1.17&r2=1.18

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-im/leechcraft-azoth/ChangeLog,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- ChangeLog	20 Mar 2012 12:40:32 -0000	1.17
+++ ChangeLog	7 Apr 2012 17:14:06 -0000	1.18
@@ -1,6 +1,9 @@
 # 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.17 2012/03/20 12:40:32 maksbotan Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/leechcraft-azoth/ChangeLog,v 1.18 2012/04/07 17:14:06 maekke Exp $
+
+  07 Apr 2012; Markus Meier <maekke@gentoo.org> leechcraft-azoth-0.4.99.ebuild:
+  x86 stable, bug #400605
 
 *leechcraft-azoth-0.5.60 (20 Mar 2012)
 



1.3                  net-im/leechcraft-azoth/leechcraft-azoth-0.4.99.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/leechcraft-azoth/leechcraft-azoth-0.4.99.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/leechcraft-azoth/leechcraft-azoth-0.4.99.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/leechcraft-azoth/leechcraft-azoth-0.4.99.ebuild?r1=1.2&r2=1.3

Index: leechcraft-azoth-0.4.99.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-im/leechcraft-azoth/leechcraft-azoth-0.4.99.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- leechcraft-azoth-0.4.99.ebuild	4 Feb 2012 19:11:09 -0000	1.2
+++ leechcraft-azoth-0.4.99.ebuild	7 Apr 2012 17:14:06 -0000	1.3
@@ -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.4.99.ebuild,v 1.2 2012/02/04 19:11:09 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/leechcraft-azoth/leechcraft-azoth-0.4.99.ebuild,v 1.3 2012/04/07 17:14:06 maekke Exp $
 
 EAPI="4"
 
@@ -9,7 +9,7 @@
 DESCRIPTION="Azoth, the modular IM client for LeechCraft."
 
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="debug +acetamide +adiumstyles +autoidler +autopaste +chathistory +crypt
 		+depester +embedmedia +herbicide +hili +isterique +juick +lastseen
 		+metacontacts +modnok +nativeemoticons +otroid +p100q +rosenthal






^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2012-04-07 17:14 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-02 17:24 [gentoo-commits] gentoo-x86 commit in net-im/leechcraft-azoth: ChangeLog leechcraft-azoth-0.4.99.ebuild Maxim Koltsov (maksbotan)
  -- strict thread matches above, loose matches on Subject: below --
2012-02-04 19:11 Agostino Sarubbo (ago)
2012-04-07 17:14 Markus Meier (maekke)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox