Gentoo Archives: gentoo-commits

From: "Manuel Rüger" <mrueg@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/gummi/
Date: Fri, 28 Aug 2015 02:17:16
Message-Id: 1440728214.a2001c65aa8ff0f90de0e8d8d54d6f86668db415.mrueg@gentoo
1 commit: a2001c65aa8ff0f90de0e8d8d54d6f86668db415
2 Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
3 AuthorDate: Fri Aug 28 02:16:54 2015 +0000
4 Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
5 CommitDate: Fri Aug 28 02:16:54 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2001c65
7
8 app-editors/gummi: Bump EAPI, move upstream repository to git
9
10 Package-Manager: portage-2.2.20.1
11
12 app-editors/gummi/gummi-9999.ebuild | 13 ++++++-------
13 1 file changed, 6 insertions(+), 7 deletions(-)
14
15 diff --git a/app-editors/gummi/gummi-9999.ebuild b/app-editors/gummi/gummi-9999.ebuild
16 index 8c828bb..d7501cb 100644
17 --- a/app-editors/gummi/gummi-9999.ebuild
18 +++ b/app-editors/gummi/gummi-9999.ebuild
19 @@ -1,12 +1,11 @@
20 -# Copyright 1999-2014 Gentoo Foundation
21 +# Copyright 1999-2015 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23 # $Id$
24
25 -EAPI=2
26 -inherit autotools base eutils subversion
27 +EAPI=5
28 +inherit autotools base eutils git-r3
29
30 -ESVN_REPO_URI="http://svn.midnightcoding.org/gummi/trunk"
31 -ESVN_PROJECT="${PN/-svn}"
32 +EGIT_REPO_URI="https://github.com/alexandervdm/gummi"
33
34 DESCRIPTION="Simple LaTeX editor for GTK+ users"
35 HOMEPAGE="http://gummi.midnightcoding.org"
36 @@ -16,7 +15,7 @@ SLOT="0"
37 KEYWORDS=""
38 IUSE=""
39
40 -LANGS="ca da de fr el it nl pt_BR ru zh_TW"
41 +LANGS="ar ca cs da de el es fr hu it nl pl pt pt_BR ro ru sv zh_CN zh_TW"
42
43 for X in ${LANGS} ; do
44 IUSE="${IUSE} linguas_${X}"
45 @@ -32,7 +31,7 @@ DEPEND="${RDEPEND}
46 x11-libs/gtksourceview:2.0
47 x11-libs/pango"
48
49 -DOCS=( AUTHORS ChangeLog README )
50 +DOCS=( AUTHORS ChangeLog README.md )
51
52 src_prepare() {
53 strip-linguas ${LANGS}