public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Pacho Ramos" <pacho@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-dicts/gnome-dictionary/
Date: Sat, 14 Nov 2015 15:27:46 +0000 (UTC)	[thread overview]
Message-ID: <1447514827.71a73b5e3655713587d9068f3b7846ecc130e014.pacho@gentoo> (raw)

commit:     71a73b5e3655713587d9068f3b7846ecc130e014
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 14 15:02:43 2015 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sat Nov 14 15:27:07 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=71a73b5e

app-dicts/gnome-dictionary: Version bump

Package-Manager: portage-2.2.24

 app-dicts/gnome-dictionary/Manifest                |  1 +
 .../gnome-dictionary-3.18.0.ebuild                 | 42 ++++++++++++++++++++++
 2 files changed, 43 insertions(+)

diff --git a/app-dicts/gnome-dictionary/Manifest b/app-dicts/gnome-dictionary/Manifest
index a19f62b..d0a855b 100644
--- a/app-dicts/gnome-dictionary/Manifest
+++ b/app-dicts/gnome-dictionary/Manifest
@@ -1,2 +1,3 @@
 DIST gnome-dictionary-3.14.2.tar.xz 827932 SHA256 2f2a0293c5de83f624cead84d7bb3f93d30a30554640926bb2db9c4944840f82 SHA512 4042207acf9d17dad0736b16811584b42f5c3fb9219e1bf591292c67c5a4272f4238b0ec178adc40b4dd02313ba0ff3b751b65ae64e8d73c67f90dd8079fb68b WHIRLPOOL e50878b529e6827047ed5daf30157218907b6ff69383d1183df257a8bfdc39fd14e81b2199899b36ff97a0a1d08716834d2496d8111d4a0aface5c93b4266c89
 DIST gnome-dictionary-3.16.2.tar.xz 847024 SHA256 a2981a76ecf57a5e5f1ebc88697f228a40e550c3371535aa15cc959fe51badd5 SHA512 f6c50a8d10e360320ac2ed34a56723f9e7eb72f81f27d40bc69a63eab23cad31e7ff45fb6712ff14b84b3ec2f82ae35bfab0ddde7980766b77d1416be67f384a WHIRLPOOL 6fe96815b79e1d217377ca61d74e2a61ab67a89057e3131cbbbb24b6c43fc908298cab4b34d3ab1c0700859deb18b7ed45d4870261fd0009118f168535157365
+DIST gnome-dictionary-3.18.0.tar.xz 852072 SHA256 5338962124f6d784920ed4968d98734a7589513b36e4f4a6ff00d1ed5afb4ead SHA512 ea276880329422e08923cc9346821bfd7c9bc1b71c09c6521a28f01a6bee34ec4be3b7f503ed8d37916a9b6351074ffd6d4333fed46d7c820198ebf0e62f5eb4 WHIRLPOOL 1c70faa84b96ddebafc2297ed6ea08ea3cec62a76340d5dc0800c2176603dec187b33f1a406538b832907196356f4015cf3c029868447998ef8e22f6f7cb0aef

diff --git a/app-dicts/gnome-dictionary/gnome-dictionary-3.18.0.ebuild b/app-dicts/gnome-dictionary/gnome-dictionary-3.18.0.ebuild
new file mode 100644
index 0000000..148b843
--- /dev/null
+++ b/app-dicts/gnome-dictionary/gnome-dictionary-3.18.0.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+GCONF_DEBUG="yes"
+
+inherit gnome2
+
+DESCRIPTION="Dictionary utility for GNOME"
+HOMEPAGE="https://wiki.gnome.org/Apps/Dictionary"
+
+LICENSE="GPL-2+ LGPL-2.1+ FDL-1.1+"
+SLOT="0/9" # subslot = suffix of libgdict-1.0.so
+IUSE="+introspection ipv6"
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux"
+
+COMMON_DEPEND="
+	>=dev-libs/glib-2.39:2[dbus]
+	x11-libs/cairo:=
+	>=x11-libs/gtk+-3.14:3
+	x11-libs/pango
+	introspection? ( >=dev-libs/gobject-introspection-1.42:= )
+"
+RDEPEND="${COMMON_DEPEND}
+	gnome-base/gsettings-desktop-schemas
+	!<gnome-extra/gnome-utils-3.4
+"
+# ${PN} was part of gnome-utils before 3.4
+DEPEND="${COMMON_DEPEND}
+	>=dev-util/gtk-doc-am-1.15
+	>=dev-util/intltool-0.40
+	dev-util/itstool
+	>=sys-devel/gettext-0.17
+	virtual/pkgconfig
+"
+
+src_configure() {
+	gnome2_src_configure \
+		$(use_enable introspection) \
+		$(use_enable ipv6)
+}


             reply	other threads:[~2015-11-14 15:27 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-11-14 15:27 Pacho Ramos [this message]
  -- strict thread matches above, loose matches on Subject: below --
2015-11-14 15:27 [gentoo-commits] repo/gentoo:master commit in: app-dicts/gnome-dictionary/ Pacho Ramos
2016-01-30 12:23 Pacho Ramos
2016-06-24 20:06 Pacho Ramos
2016-08-31 22:22 Gilles Dartiguelongue
2017-08-15 15:09 Gilles Dartiguelongue
2017-11-01 15:01 Mart Raudsepp
2017-12-17 18:14 Gilles Dartiguelongue
2017-12-17 22:47 Ulrich Müller
2018-01-18  1:49 Mikle Kolyada
2018-01-27  9:38 Mart Raudsepp
2018-02-27  8:02 Mart Raudsepp
2018-10-18 20:06 Remi Cardona
2018-12-07 19:05 Mart Raudsepp
2019-05-18 13:41 Mart Raudsepp
2019-08-05  2:05 Aaron Bauman
2021-04-12 21:59 Matt Turner
2021-09-29 14:12 Yixun Lan
2021-12-11 18:50 Mart Raudsepp
2022-01-16  9:14 Mart Raudsepp
2022-01-16  9:52 Georgy Yakovlev
2022-10-29 22:33 Matt Turner
2022-11-03 17:23 Matt Turner

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=1447514827.71a73b5e3655713587d9068f3b7846ecc130e014.pacho@gentoo \
    --to=pacho@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