diff options
author | Akinori Hattori <hattya@gentoo.org> | 2014-09-28 10:06:37 +0000 |
---|---|---|
committer | Akinori Hattori <hattya@gentoo.org> | 2014-09-28 10:06:37 +0000 |
commit | e3ebf843e205c15ebcbc32b1ae4446b3e2b4514b (patch) | |
tree | bb463eb61991b851a470c57ad01c7a591fb228dd /app-doc | |
parent | update HOMEPAGE and SRC_URI wrt bug #507898 (diff) | |
download | gentoo-2-e3ebf843e205c15ebcbc32b1ae4446b3e2b4514b.tar.gz gentoo-2-e3ebf843e205c15ebcbc32b1ae4446b3e2b4514b.tar.bz2 gentoo-2-e3ebf843e205c15ebcbc32b1ae4446b3e2b4514b.zip |
update to EAPI 5
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key EC917A6D)
Diffstat (limited to 'app-doc')
-rw-r--r-- | app-doc/vilearn/ChangeLog | 5 | ||||
-rw-r--r-- | app-doc/vilearn/vilearn-1.0.ebuild | 5 |
2 files changed, 6 insertions, 4 deletions
diff --git a/app-doc/vilearn/ChangeLog b/app-doc/vilearn/ChangeLog index 7746570adf5d..0b328897e050 100644 --- a/app-doc/vilearn/ChangeLog +++ b/app-doc/vilearn/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-doc/vilearn # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-doc/vilearn/ChangeLog,v 1.14 2014/09/28 10:05:16 hattya Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-doc/vilearn/ChangeLog,v 1.15 2014/09/28 10:06:37 hattya Exp $ + + 28 Sep 2014; Akinori Hattori <hattya@gentoo.org> vilearn-1.0.ebuild: + update to EAPI 5 28 Sep 2014; Akinori Hattori <hattya@gentoo.org> vilearn-1.0.ebuild: update HOMEPAGE and SRC_URI wrt bug #507898 diff --git a/app-doc/vilearn/vilearn-1.0.ebuild b/app-doc/vilearn/vilearn-1.0.ebuild index 9b82dddb2ad9..c95792be056e 100644 --- a/app-doc/vilearn/vilearn-1.0.ebuild +++ b/app-doc/vilearn/vilearn-1.0.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-doc/vilearn/vilearn-1.0.ebuild,v 1.13 2014/09/28 10:05:16 hattya Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-doc/vilearn/vilearn-1.0.ebuild,v 1.14 2014/09/28 10:06:37 hattya Exp $ -EAPI="4" +EAPI="5" DESCRIPTION="vilearn is an interactive vi tutorial comprised of 5 tutorials for the vi-impaired" HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage" @@ -14,7 +14,6 @@ KEYWORDS="amd64 ppc x86 ~ppc-macos ~x86-macos" IUSE="" RDEPEND="app-editors/vim" -DEPEND="${RDEPEND}" src_prepare() { sed -i "s:/usr/local:${EPREFIX}/usr:" Makefile |