From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 9644F1385CC for ; Fri, 28 Aug 2015 02:17:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 06EFE1430E; Fri, 28 Aug 2015 02:17:16 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9A35C1430E for ; Fri, 28 Aug 2015 02:17:15 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 47368340AE2 for ; Fri, 28 Aug 2015 02:17:14 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7C22B16E for ; Fri, 28 Aug 2015 02:17:09 +0000 (UTC) From: "Manuel Rüger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Manuel Rüger" Message-ID: <1440728214.a2001c65aa8ff0f90de0e8d8d54d6f86668db415.mrueg@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/gummi/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-editors/gummi/gummi-9999.ebuild X-VCS-Directories: app-editors/gummi/ X-VCS-Committer: mrueg X-VCS-Committer-Name: Manuel Rüger X-VCS-Revision: a2001c65aa8ff0f90de0e8d8d54d6f86668db415 X-VCS-Branch: master Date: Fri, 28 Aug 2015 02:17:09 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 56b5d802-dfc1-4a4c-afa1-268437c2fa58 X-Archives-Hash: eb53970657ded2a6c9a7b3036167b841 commit: a2001c65aa8ff0f90de0e8d8d54d6f86668db415 Author: Manuel Rüger gentoo org> AuthorDate: Fri Aug 28 02:16:54 2015 +0000 Commit: Manuel Rüger gentoo org> CommitDate: Fri Aug 28 02:16:54 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2001c65 app-editors/gummi: Bump EAPI, move upstream repository to git Package-Manager: portage-2.2.20.1 app-editors/gummi/gummi-9999.ebuild | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/app-editors/gummi/gummi-9999.ebuild b/app-editors/gummi/gummi-9999.ebuild index 8c828bb..d7501cb 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}