mattst88 15/02/21 21:52:38 Modified: ChangeLog Added: xedit-1.2.2.ebuild Log: Version bump to 1.2.2. Fixes bug 486470. (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 974CA72A)
Revision Changes Path 1.45 x11-apps/xedit/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-apps/xedit/ChangeLog?rev=1.45&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-apps/xedit/ChangeLog?rev=1.45&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-apps/xedit/ChangeLog?r1=1.44&r2=1.45 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/x11-apps/xedit/ChangeLog,v retrieving revision 1.44 retrieving revision 1.45 diff -u -r1.44 -r1.45 --- ChangeLog 8 Oct 2013 05:03:32 -0000 1.44 +++ ChangeLog 21 Feb 2015 21:52:38 -0000 1.45 @@ -1,6 +1,11 @@ # ChangeLog for x11-apps/xedit -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xedit/ChangeLog,v 1.44 2013/10/08 05:03:32 ago Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xedit/ChangeLog,v 1.45 2015/02/21 21:52:38 mattst88 Exp $ + +*xedit-1.2.2 (21 Feb 2015) + + 21 Feb 2015; Matt Turner <[email protected]> +xedit-1.2.2.ebuild: + Version bump to 1.2.2. Fixes bug 486470. 08 Oct 2013; Agostino Sarubbo <[email protected]> xedit-1.2.1.ebuild: Stable for x86, wrt bug #475480 1.1 x11-apps/xedit/xedit-1.2.2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-apps/xedit/xedit-1.2.2.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-apps/xedit/xedit-1.2.2.ebuild?rev=1.1&content-type=text/plain Index: xedit-1.2.2.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/x11-apps/xedit/xedit-1.2.2.ebuild,v 1.1 2015/02/21 21:52:38 mattst88 Exp $ EAPI=5 inherit xorg-2 DESCRIPTION="simple text editor for X" KEYWORDS="~amd64 ~hppa ~mips ~ppc ~ppc64 ~sparc ~x86" IUSE="" RDEPEND="x11-libs/libXaw x11-libs/libXt x11-libs/libXmu x11-libs/libX11" DEPEND="${RDEPEND}"
