diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2015-08-28 04:16:54 +0200 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2015-08-28 04:16:54 +0200 |
commit | a2001c65aa8ff0f90de0e8d8d54d6f86668db415 (patch) | |
tree | dddf8b23086389a174fa60e670aec7794b7e6822 /app-editors/gummi | |
parent | app-backup/rdumpfs: version bump (diff) | |
download | gentoo-a2001c65aa8ff0f90de0e8d8d54d6f86668db415.tar.gz gentoo-a2001c65aa8ff0f90de0e8d8d54d6f86668db415.tar.bz2 gentoo-a2001c65aa8ff0f90de0e8d8d54d6f86668db415.zip |
app-editors/gummi: Bump EAPI, move upstream repository to git
Package-Manager: portage-2.2.20.1
Diffstat (limited to 'app-editors/gummi')
-rw-r--r-- | app-editors/gummi/gummi-9999.ebuild | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/app-editors/gummi/gummi-9999.ebuild b/app-editors/gummi/gummi-9999.ebuild index 8c828bb39337..d7501cb9a2ce 100644 --- a/app-editors/gummi/gummi-9999.ebuild +++ b/app-editors/gummi/gummi-9999.ebuild @@ -1,12 +1,11 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI=2 -inherit autotools base eutils subversion +EAPI=5 +inherit autotools base eutils git-r3 -ESVN_REPO_URI="http://svn.midnightcoding.org/gummi/trunk" -ESVN_PROJECT="${PN/-svn}" +EGIT_REPO_URI="https://github.com/alexandervdm/gummi" DESCRIPTION="Simple LaTeX editor for GTK+ users" HOMEPAGE="http://gummi.midnightcoding.org" @@ -16,7 +15,7 @@ SLOT="0" KEYWORDS="" IUSE="" -LANGS="ca da de fr el it nl pt_BR ru zh_TW" +LANGS="ar ca cs da de el es fr hu it nl pl pt pt_BR ro ru sv zh_CN zh_TW" for X in ${LANGS} ; do IUSE="${IUSE} linguas_${X}" @@ -32,7 +31,7 @@ DEPEND="${RDEPEND} x11-libs/gtksourceview:2.0 x11-libs/pango" -DOCS=( AUTHORS ChangeLog README ) +DOCS=( AUTHORS ChangeLog README.md ) src_prepare() { strip-linguas ${LANGS} |