radhermit 15/01/28 01:47:53 Modified: ChangeLog Added: xvile-9.8o.ebuild Log: Version bump. (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
Revision Changes Path 1.42 app-editors/xvile/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/xvile/ChangeLog?rev=1.42&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/xvile/ChangeLog?rev=1.42&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/xvile/ChangeLog?r1=1.41&r2=1.42 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-editors/xvile/ChangeLog,v retrieving revision 1.41 retrieving revision 1.42 diff -u -r1.41 -r1.42 --- ChangeLog 26 Aug 2014 15:17:48 -0000 1.41 +++ ChangeLog 28 Jan 2015 01:47:53 -0000 1.42 @@ -1,6 +1,11 @@ # ChangeLog for app-editors/xvile -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/xvile/ChangeLog,v 1.41 2014/08/26 15:17:48 radhermit Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-editors/xvile/ChangeLog,v 1.42 2015/01/28 01:47:53 radhermit Exp $ + +*xvile-9.8o (28 Jan 2015) + + 28 Jan 2015; Tim Harder <radher...@gentoo.org> +xvile-9.8o.ebuild: + Version bump. *xvile-9.8n (26 Aug 2014) 1.1 app-editors/xvile/xvile-9.8o.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/xvile/xvile-9.8o.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/xvile/xvile-9.8o.ebuild?rev=1.1&content-type=text/plain Index: xvile-9.8o.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/app-editors/xvile/xvile-9.8o.ebuild,v 1.1 2015/01/28 01:47:53 radhermit Exp $ EAPI="5" MY_P="${PN/x/}-${PV}" DESCRIPTION="VI Like Emacs -- yet another full-featured vi clone" HOMEPAGE="http://invisible-island.net/vile/" SRC_URI="ftp://invisible-island.net/vile/current/${MY_P}.tgz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86" IUSE="perl" RDEPEND="perl? ( dev-lang/perl ) =app-editors/vile-${PV} >=x11-libs/libX11-1.0.0 >=x11-libs/libXt-1.0.0 >=x11-libs/libICE-1.0.0 >=x11-libs/libSM-1.0.0 >=x11-libs/libXaw-1.0.1 >=x11-libs/libXpm-3.5.4.2 >=x11-proto/xproto-7.0.4" DEPEND="${RDEPEND} sys-devel/flex" S=${WORKDIR}/${MY_P} src_configure() { econf \ --with-ncurses \ --with-x \ $(use_with perl) } src_install() { dobin xvile dodoc CHANGES* README doc/*.doc dohtml doc/*.html }