mrueg 14/11/02 19:29:07 Modified: ChangeLog Added: pidgin-otr-4.0.1.ebuild Log: Version bump. (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key )
Revision Changes Path 1.31 x11-plugins/pidgin-otr/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/pidgin-otr/ChangeLog?rev=1.31&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/pidgin-otr/ChangeLog?rev=1.31&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/pidgin-otr/ChangeLog?r1=1.30&r2=1.31 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-otr/ChangeLog,v retrieving revision 1.30 retrieving revision 1.31 diff -u -r1.30 -r1.31 --- ChangeLog 1 Mar 2014 22:24:05 -0000 1.30 +++ ChangeLog 2 Nov 2014 19:29:07 -0000 1.31 @@ -1,6 +1,11 @@ # ChangeLog for x11-plugins/pidgin-otr # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-otr/ChangeLog,v 1.30 2014/03/01 22:24:05 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-otr/ChangeLog,v 1.31 2014/11/02 19:29:07 mrueg Exp $ + +*pidgin-otr-4.0.1 (02 Nov 2014) + + 02 Nov 2014; Manuel Rüger <mr...@gentoo.org> +pidgin-otr-4.0.1.ebuild: + Version bump. 01 Mar 2014; Michał Górny <mgo...@gentoo.org> pidgin-otr-4.0.0.ebuild: Update libgcrypt dep to use slot :0. 1.1 x11-plugins/pidgin-otr/pidgin-otr-4.0.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/pidgin-otr/pidgin-otr-4.0.1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/pidgin-otr/pidgin-otr-4.0.1.ebuild?rev=1.1&content-type=text/plain Index: pidgin-otr-4.0.1.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-otr/pidgin-otr-4.0.1.ebuild,v 1.1 2014/11/02 19:29:07 mrueg Exp $ EAPI=5 DESCRIPTION="(OTR) Messaging allows you to have private conversations over instant messaging" HOMEPAGE="http://www.cypherpunks.ca/otr/" SRC_URI="http://www.cypherpunks.ca/otr/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~ppc ~x86" IUSE="" RDEPEND="dev-libs/libgcrypt:0 net-im/pidgin[gtk] >=net-libs/libotr-4.0.0 x11-libs/gtk+:2" DEPEND="${RDEPEND} dev-util/intltool virtual/pkgconfig" DOCS=( AUTHORS ChangeLog NEWS README )