diff options
Diffstat (limited to 'app-editors/xvile')
-rw-r--r-- | app-editors/xvile/ChangeLog | 5 | ||||
-rw-r--r-- | app-editors/xvile/xvile-9.8e.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-editors/xvile/ChangeLog b/app-editors/xvile/ChangeLog index efb3db2db7df..c0ee233ecff1 100644 --- a/app-editors/xvile/ChangeLog +++ b/app-editors/xvile/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-editors/xvile # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/xvile/ChangeLog,v 1.23 2011/12/13 22:02:55 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/xvile/ChangeLog,v 1.24 2011/12/13 22:07:53 radhermit Exp $ + + 13 Dec 2011; Tim Harder <radhermit@gentoo.org> xvile-9.8e.ebuild: + Remove unnecessary eutils usage. *xvile-9.8f (13 Dec 2011) diff --git a/app-editors/xvile/xvile-9.8e.ebuild b/app-editors/xvile/xvile-9.8e.ebuild index 3769b6d0871b..5dd3efa7936a 100644 --- a/app-editors/xvile/xvile-9.8e.ebuild +++ b/app-editors/xvile/xvile-9.8e.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/xvile/xvile-9.8e.ebuild,v 1.1 2011/04/30 20:53:34 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/xvile/xvile-9.8e.ebuild,v 1.2 2011/12/13 22:07:53 radhermit Exp $ EAPI=4 -inherit eutils versionator +inherit versionator MY_P="${PN/x/}-${PV}" DESCRIPTION="VI Like Emacs -- yet another full-featured vi clone" |