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

maksbotan    12/02/02 17:40:13

  Modified:             ChangeLog
  Added:                leechcraft-core-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.6                  net-misc/leechcraft-core/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/leechcraft-core/ChangeLog?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/leechcraft-core/ChangeLog?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/leechcraft-core/ChangeLog?r1=1.5&r2=1.6

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/leechcraft-core/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog	31 Dec 2011 12:10:51 -0000	1.5
+++ ChangeLog	2 Feb 2012 17:40:13 -0000	1.6
@@ -1,6 +1,12 @@
 # ChangeLog for net-misc/leechcraft-core
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/leechcraft-core/ChangeLog,v 1.5 2011/12/31 12:10:51 maksbotan Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-misc/leechcraft-core/ChangeLog,v 1.6 2012/02/02 17:40:13 maksbotan Exp $
+
+*leechcraft-core-0.4.99 (02 Feb 2012)
+
+  02 Feb 2012; Maxim Koltsov <maksbotan@gentoo.org>
+  +leechcraft-core-0.4.99.ebuild:
+  Bump net-misc/leechcraft-core to 0.4.99, thanks to 0xd34df00d
 
 *leechcraft-core-0.4.97 (31 Dec 2011)
 



1.1                  net-misc/leechcraft-core/leechcraft-core-0.4.99.ebuild

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

Index: leechcraft-core-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-misc/leechcraft-core/leechcraft-core-0.4.99.ebuild,v 1.1 2012/02/02 17:40:13 maksbotan Exp $

EAPI="4"

EGIT_REPO_URI="git://github.com/0xd34df00d/leechcraft.git"
EGIT_PROJECT="leechcraft-${PV}"

inherit confutils leechcraft

DESCRIPTION="Core of LeechCraft, the modular network client"

SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="debug +sqlite postgres"

DEPEND=">=dev-libs/boost-1.39
		x11-libs/qt-core
		x11-libs/qt-gui
		x11-libs/qt-script
		x11-libs/qt-sql[postgres?,sqlite?]"
RDEPEND="${DEPEND}
		x11-libs/qt-svg"

pkg_setup() {
	confutils_require_any postgres sqlite
}

src_configure() {
	local mycmakeargs="-DENABLE_HTTP=OFF
		-DENABLE_POSHUKU=OFF
		-DENABLE_TORRENT=OFF
		-DENABLE_AGGREGATOR=OFF
		-DENABLE_NUFELLA=OFF
		-DENABLE_DBUSMANAGER=OFF
		-DENABLE_DEADLYRICS=OFF
		-DENABLE_HISTORYHOLDER=OFF
		-DENABLE_LMP=OFF
		-DENABLE_NETWORKMONITOR=OFF
		-DENABLE_SEEKTHRU=OFF
		-DENABLE_CHATTER=OFF
		-DENABLE_FTP=OFF
		-DENABLE_EISKALTDCPP=OFF
		-DENABLE_YASD=OFF
		-DENABLE_ANHERO=OFF
		-DENABLE_KINOTIFY=OFF
		-DENABLE_VGRABBER=OFF
		-DENABLE_NEWLIFE=OFF
		-DENABLE_PYLC=OFF
		-DENABLE_POC=OFF
		-DENABLE_AUSCRIE=OFF
		-DENABLE_SUMMARY=OFF
		-DENABLE_TABPP=OFF
		-DENABLE_SECMAN=OFF
		-DENABLE_QROSP=OFF
		-DENABLE_POPISHU=OFF
		-DENABLE_GLANCE=OFF
		-DENABLE_SHELLOPEN=OFF"
	cmake-utils_src_configure
}

src_install() {
	cmake-utils_src_install
	make_desktop_entry leechcraft "LeechCraft" leechcraft.png
}






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

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

ago         12/02/04 19:12:52

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

Revision  Changes    Path
1.2                  net-misc/leechcraft-core/leechcraft-core-0.4.99.ebuild

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

Index: leechcraft-core-0.4.99.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/leechcraft-core/leechcraft-core-0.4.99.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- leechcraft-core-0.4.99.ebuild	2 Feb 2012 17:40:13 -0000	1.1
+++ leechcraft-core-0.4.99.ebuild	4 Feb 2012 19:12:52 -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-misc/leechcraft-core/leechcraft-core-0.4.99.ebuild,v 1.1 2012/02/02 17:40:13 maksbotan Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/leechcraft-core/leechcraft-core-0.4.99.ebuild,v 1.2 2012/02/04 19:12:52 ago Exp $
 
 EAPI="4"
 
@@ -12,7 +12,7 @@
 DESCRIPTION="Core of LeechCraft, the modular network client"
 
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE="debug +sqlite postgres"
 
 DEPEND=">=dev-libs/boost-1.39



1.7                  net-misc/leechcraft-core/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/leechcraft-core/ChangeLog?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/leechcraft-core/ChangeLog?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/leechcraft-core/ChangeLog?r1=1.6&r2=1.7

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/leechcraft-core/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog	2 Feb 2012 17:40:13 -0000	1.6
+++ ChangeLog	4 Feb 2012 19:12:52 -0000	1.7
@@ -1,6 +1,9 @@
 # ChangeLog for net-misc/leechcraft-core
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/leechcraft-core/ChangeLog,v 1.6 2012/02/02 17:40:13 maksbotan Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/leechcraft-core/ChangeLog,v 1.7 2012/02/04 19:12:52 ago Exp $
+
+  04 Feb 2012; Agostino Sarubbo <ago@gentoo.org> leechcraft-core-0.4.99.ebuild:
+  Stable for amd64, wrt bug #400605
 
 *leechcraft-core-0.4.99 (02 Feb 2012)
 






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

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

maekke      12/04/07 16:56:20

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

Revision  Changes    Path
1.3                  net-misc/leechcraft-core/leechcraft-core-0.4.99.ebuild

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

Index: leechcraft-core-0.4.99.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/leechcraft-core/leechcraft-core-0.4.99.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- leechcraft-core-0.4.99.ebuild	4 Feb 2012 19:12:52 -0000	1.2
+++ leechcraft-core-0.4.99.ebuild	7 Apr 2012 16:56:20 -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-misc/leechcraft-core/leechcraft-core-0.4.99.ebuild,v 1.2 2012/02/04 19:12:52 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/leechcraft-core/leechcraft-core-0.4.99.ebuild,v 1.3 2012/04/07 16:56:20 maekke Exp $
 
 EAPI="4"
 
@@ -12,7 +12,7 @@
 DESCRIPTION="Core of LeechCraft, the modular network client"
 
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="debug +sqlite postgres"
 
 DEPEND=">=dev-libs/boost-1.39



1.11                 net-misc/leechcraft-core/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/leechcraft-core/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog	20 Mar 2012 12:42:09 -0000	1.10
+++ ChangeLog	7 Apr 2012 16:56:20 -0000	1.11
@@ -1,6 +1,9 @@
 # ChangeLog for net-misc/leechcraft-core
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/leechcraft-core/ChangeLog,v 1.10 2012/03/20 12:42:09 maksbotan Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/leechcraft-core/ChangeLog,v 1.11 2012/04/07 16:56:20 maekke Exp $
+
+  07 Apr 2012; Markus Meier <maekke@gentoo.org> leechcraft-core-0.4.99.ebuild:
+  x86 stable, bug #400605
 
 *leechcraft-core-0.5.60 (20 Mar 2012)
 






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

end of thread, other threads:[~2012-04-07 16:56 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:40 [gentoo-commits] gentoo-x86 commit in net-misc/leechcraft-core: leechcraft-core-0.4.99.ebuild ChangeLog Maxim Koltsov (maksbotan)
  -- strict thread matches above, loose matches on Subject: below --
2012-02-04 19:12 Agostino Sarubbo (ago)
2012-04-07 16:56 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