From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id BD9AC138CCF for ; Mon, 11 May 2015 20:42:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 42788E088F; Mon, 11 May 2015 20:42:17 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CECD6E088F for ; Mon, 11 May 2015 20:42:16 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 59C42340949 for ; Mon, 11 May 2015 20:42:15 +0000 (UTC) Received: by oystercatcher.gentoo.org (Postfix, from userid 2262) id 0FB3B9E0; Mon, 11 May 2015 20:42:13 +0000 (UTC) From: "Pacho Ramos (pacho)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, pacho@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in dev-lang/io: io-2011.09.12-r2.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: io-2011.09.12-r2.ebuild ChangeLog X-VCS-Directories: dev-lang/io X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20150511204213.0FB3B9E0@oystercatcher.gentoo.org> Date: Mon, 11 May 2015 20:42:13 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 2b1853b6-b35b-45da-ae36-ae2c98b010ba X-Archives-Hash: 9e96ec49c63b215454e3136d75de75d2 pacho 15/05/11 20:42:13 Modified: io-2011.09.12-r2.ebuild ChangeLog Log: Rename sqlite3 to sqlite (#548652) and jabber to xmpp (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key A188FBD4) Revision Changes Path 1.6 dev-lang/io/io-2011.09.12-r2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/io/io-2011.09.12-r2.ebuild?rev=1.6&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/io/io-2011.09.12-r2.ebuild?rev=1.6&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/io/io-2011.09.12-r2.ebuild?r1=1.5&r2=1.6 Index: io-2011.09.12-r2.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-lang/io/io-2011.09.12-r2.ebuild,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- io-2011.09.12-r2.ebuild 28 Dec 2014 15:25:15 -0000 1.5 +++ io-2011.09.12-r2.ebuild 11 May 2015 20:42:13 -0000 1.6 @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/io/io-2011.09.12-r2.ebuild,v 1.5 2014/12/28 15:25:15 titanofold Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/io/io-2011.09.12-r2.ebuild,v 1.6 2015/05/11 20:42:13 pacho Exp $ EAPI=4 @@ -14,16 +14,16 @@ LICENSE="BSD" SLOT="0" KEYWORDS="~x86 ~amd64" -IUSE="cgi clutter dbi doc editline google gui http image jabber libffi libxml2 +IUSE="cgi clutter dbi doc editline google gui http image libffi libxml2 lzo md5sum ncurses ogg opengl postgres pcre python readline sha1 sndfile sockets - sqlite3 syslog theora threads truetype twitter vorbis zlib" + sqlite syslog theora threads truetype twitter vorbis xmpp zlib" DEPEND="clutter? ( media-libs/clutter ) dbi? ( dev-db/libdbi ) editline? ( dev-libs/libedit ) image? ( virtual/jpeg media-libs/tiff media-libs/libpng ) - jabber? ( net-libs/loudmouth ) + xmpp? ( net-libs/loudmouth ) libffi? ( virtual/libffi ) libxml2? ( dev-libs/libxml2 ) lzo? ( dev-libs/lzo ) @@ -34,7 +34,7 @@ postgres? ( dev-db/postgresql[server] ) readline? ( sys-libs/readline ) sndfile? ( media-libs/libsndfile ) - sqlite3? ( >=dev-db/sqlite-3.0.0 ) + sqlite? ( >=dev-db/sqlite-3.0.0 ) theora? ( media-libs/libtheora ) truetype? ( media-libs/freetype ) vorbis? ( media-libs/libvorbis ) @@ -60,7 +60,7 @@ $(cmake-utils_use_enable gui FLUX) $(cmake-utils_use_enable google GOOGLESEARCH) $(cmake-utils_use_enable http HTTPCLIENT) - $(cmake-utils_use_enable jabber LOUDMOUTH) + $(cmake-utils_use_enable xmpp LOUDMOUTH) $(cmake-utils_use_enable image IMAGE) $(cmake-utils_use_enable libxml2 LIBXML2) $(cmake-utils_use_enable lzo LZO) @@ -75,7 +75,7 @@ $(cmake-utils_use_enable sndfile LIBSNDFILE) $(cmake-utils_use_enable sha1 SHA1) $(cmake-utils_use_enable sockets SOCKET) - $(cmake-utils_use_enable sqlite3 SQLITE3) + $(cmake-utils_use_enable sqlite SQLITE3) $(cmake-utils_use_enable syslog SYSLOG) $(cmake-utils_use_enable theora THEORA) $(cmake-utils_use_enable threads THREADS) 1.18 dev-lang/io/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/io/ChangeLog?rev=1.18&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/io/ChangeLog?rev=1.18&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/io/ChangeLog?r1=1.17&r2=1.18 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-lang/io/ChangeLog,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- ChangeLog 28 Dec 2014 15:25:15 -0000 1.17 +++ ChangeLog 11 May 2015 20:42:13 -0000 1.18 @@ -1,6 +1,9 @@ # ChangeLog for dev-lang/io -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/io/ChangeLog,v 1.17 2014/12/28 15:25:15 titanofold Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/io/ChangeLog,v 1.18 2015/05/11 20:42:13 pacho Exp $ + + 11 May 2015; Pacho Ramos io-2011.09.12-r2.ebuild: + Rename sqlite3 to sqlite (#548652) and jabber to xmpp 28 Dec 2014; Aaron W. Swenson io-2011.09.12-r2.ebuild: