summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2015-06-06 10:00:02 +0200
committerJustin Lecher <jlec@gentoo.org>2015-06-06 10:00:02 +0200
commit2e4b332f962fd0bd68216c121da7231e21a98dc8 (patch)
tree7188bda87e63b6f41c56f5a35406d3324482442c /app-vim
parentapp-vim/vinarise: Add github to remote-id in metadata.xml (diff)
downloadbetagarden-2e4b332f962fd0bd68216c121da7231e21a98dc8.tar.gz
betagarden-2e4b332f962fd0bd68216c121da7231e21a98dc8.tar.bz2
betagarden-2e4b332f962fd0bd68216c121da7231e21a98dc8.zip
app-vim/vinarise: Bump to EAPI=5 and git-r3.eclass
Package-Manager: portage-2.2.20
Diffstat (limited to 'app-vim')
-rw-r--r--app-vim/vinarise/ChangeLog4
-rw-r--r--app-vim/vinarise/metadata.xml12
-rw-r--r--app-vim/vinarise/vinarise-9999.ebuild12
3 files changed, 16 insertions, 12 deletions
diff --git a/app-vim/vinarise/ChangeLog b/app-vim/vinarise/ChangeLog
index 315f18a..74a4235 100644
--- a/app-vim/vinarise/ChangeLog
+++ b/app-vim/vinarise/ChangeLog
@@ -1,3 +1,7 @@
+ 06 Jun 2015; Justin Lecher <jlec@gentoo.org> metadata.xml,
+ vinarise-9999.ebuild:
+ app-vim/vinarise: Bump to EAPI=5 and git-r3.eclass
+
06 Jun 2015; Justin Lecher <jlec@gentoo.org> -Manifest, metadata.xml:
app-vim/vinarise: Add github to remote-id in metadata.xml
diff --git a/app-vim/vinarise/metadata.xml b/app-vim/vinarise/metadata.xml
index f3d872c..bbcfef5 100644
--- a/app-vim/vinarise/metadata.xml
+++ b/app-vim/vinarise/metadata.xml
@@ -1,10 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <maintainer>
- <email>naota@gentoo.org</email>
- </maintainer>
- <upstream>
- <remote-id type="github">Shougo/vinarise</remote-id>
- </upstream>
+ <maintainer>
+ <email>naota@gentoo.org</email>
+ </maintainer>
+ <upstream>
+ <remote-id type="github">Shougo/vinarise</remote-id>
+ </upstream>
</pkgmetadata>
diff --git a/app-vim/vinarise/vinarise-9999.ebuild b/app-vim/vinarise/vinarise-9999.ebuild
index c010d67..cbffe47 100644
--- a/app-vim/vinarise/vinarise-9999.ebuild
+++ b/app-vim/vinarise/vinarise-9999.ebuild
@@ -1,17 +1,17 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
-EAPI=4
+EAPI=5
-inherit git-2 vim-plugin
-
-EGIT_REPO_URI="git://github.com/Shougo/vinarise.git
- https://github.com/Shougo/vinarise.git"
+inherit git-r3 vim-plugin
DESCRIPTION="Ultimate hex editing system with Vim"
HOMEPAGE="https://github.com/Shougo/vinarise"
SRC_URI=""
+EGIT_REPO_URI="
+ git://github.com/Shougo/vinarise.git
+ https://github.com/Shougo/vinarise.git"
LICENSE="MIT"
SLOT="0"