public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Ian Delaney" <idella4@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/gummi/
Date: Wed, 16 Mar 2016 06:46:29 +0000 (UTC)	[thread overview]
Message-ID: <1458110776.172d599517ff60cc8c79fa7c3423d01a8818dc13.idella4@gentoo> (raw)

commit:     172d599517ff60cc8c79fa7c3423d01a8818dc13
Author:     Christian Tietz <christian.tietz <AT> mailbox <DOT> org>
AuthorDate: Tue Mar 15 18:48:19 2016 +0000
Commit:     Ian Delaney <idella4 <AT> gentoo <DOT> org>
CommitDate: Wed Mar 16 06:46:16 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=172d5995

app-editors/gummi: bump live ebuild to EAPI 6

Closes: https://github.com/gentoo/gentoo/pull/1062

 app-editors/gummi/gummi-9999.ebuild | 27 ++++++++++++++++++---------
 1 file changed, 18 insertions(+), 9 deletions(-)

diff --git a/app-editors/gummi/gummi-9999.ebuild b/app-editors/gummi/gummi-9999.ebuild
index d7501cb..786b700 100644
--- a/app-editors/gummi/gummi-9999.ebuild
+++ b/app-editors/gummi/gummi-9999.ebuild
@@ -1,30 +1,39 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=5
-inherit autotools base eutils git-r3
+EAPI=6
 
-EGIT_REPO_URI="https://github.com/alexandervdm/gummi"
+inherit autotools eutils
 
 DESCRIPTION="Simple LaTeX editor for GTK+ users"
-HOMEPAGE="http://gummi.midnightcoding.org"
+HOMEPAGE="https://github.com/alexandervdm/gummi"
+
+if [[ ${PV} == "9999" ]] ; then
+	inherit git-r3
+	EGIT_REPO_URI="https://github.com/alexandervdm/gummi.git"
+	KEYWORDS=""
+else
+	SRC_URI="https://github.com/alexandervdm/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+	KEYWORDS="~amd64 ~x86"
+fi
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS=""
 IUSE=""
 
 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}"
+	IUSE="${IUSE} +linguas_${X}"
 done
 
-RDEPEND=">=dev-libs/glib-2.16:2
+RDEPEND="
+	dev-libs/glib:2
 	dev-texlive/texlive-latex
 	dev-texlive/texlive-latexextra
-	>=x11-libs/gtk+-2.16:2"
+	x11-libs/gtk+:2"
+
 DEPEND="${RDEPEND}
 	app-text/gtkspell:2
 	app-text/poppler[cairo]


             reply	other threads:[~2016-03-16  6:46 UTC|newest]

Thread overview: 34+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-03-16  6:46 Ian Delaney [this message]
  -- strict thread matches above, loose matches on Subject: below --
2022-10-11 13:36 [gentoo-commits] repo/gentoo:master commit in: app-editors/gummi/ Joonas Niilola
2022-09-28  6:31 Jakov Smolić
2022-09-28  6:31 Jakov Smolić
2022-05-14  3:00 Sam James
2021-07-21 22:05 Ionen Wolkens
2021-07-20 16:00 Sam James
2021-07-20 16:00 Sam James
2021-06-15  7:27 Joonas Niilola
2021-02-07  1:25 Aaron Bauman
2020-03-08 11:11 Agostino Sarubbo
2020-03-07 12:02 Agostino Sarubbo
2020-01-28 15:03 Joonas Niilola
2020-01-28 15:03 Joonas Niilola
2019-12-21 11:16 Joonas Niilola
2019-12-21 11:16 Joonas Niilola
2019-11-16  9:45 Joonas Niilola
2019-11-16  9:45 Joonas Niilola
2019-10-29  6:22 Joonas Niilola
2018-09-28 10:30 Michał Górny
2018-03-31 18:50 Mart Raudsepp
2018-02-11 10:01 Michał Górny
2018-01-08  0:18 Andreas Sturmlechner
2018-01-07 23:21 Mikle Kolyada
2017-12-06 12:16 Michael Palimaka
2016-06-05  8:20 Patrice Clement
2016-06-05  8:20 Patrice Clement
2016-06-05  8:20 Patrice Clement
2016-03-15 22:58 Aaron Bauman
2016-03-15 16:39 Agostino Sarubbo
2016-03-02 13:58 Agostino Sarubbo
2016-03-01 20:37 Patrice Clement
2016-02-28 19:34 Patrice Clement
2015-08-28  2:17 Manuel Rüger

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1458110776.172d599517ff60cc8c79fa7c3423d01a8818dc13.idella4@gentoo \
    --to=idella4@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox