public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Kent Fredric" <kentnl@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/glib-perl/
Date: Thu,  5 Jan 2017 03:41:46 +0000 (UTC)	[thread overview]
Message-ID: <1483586795.bc00c75eaf780b859772ade22021b4f5d9b09a9a.kentnl@gentoo> (raw)

commit:     bc00c75eaf780b859772ade22021b4f5d9b09a9a
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Wed Jan  4 17:54:25 2017 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Thu Jan  5 03:26:35 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc00c75e

dev-perl/glib-perl: Bump to version 1.324.0

Upstream:
- Check Glib version before enabling GBoxed types

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-perl/glib-perl/Manifest                 |  1 +
 dev-perl/glib-perl/glib-perl-1.324.0.ebuild | 31 +++++++++++++++++++++++++++++
 2 files changed, 32 insertions(+)

diff --git a/dev-perl/glib-perl/Manifest b/dev-perl/glib-perl/Manifest
index 04b1012..3f8e571 100644
--- a/dev-perl/glib-perl/Manifest
+++ b/dev-perl/glib-perl/Manifest
@@ -1,3 +1,4 @@
 DIST Glib-1.301.tar.gz 284547 SHA256 1df55a02c4d173ff4e417503b67e6d7896409966a1560d3bb2b4e50f658a9376 SHA512 f69de4bd9d3ecca0018d1f8a2fddb81a88529580ddbede3beaf2d3f9c2867eb127e8c1f7433f5bc2933a6adbe6265390c7e4d46592357a8414efbef6f4d9c2e7 WHIRLPOOL 27fccd60371629ec0d65822e8ada2af3c8d2da24bc4c8482413888303fc9fab41ea167375a783d3dafede75db95c4bcbf03cfbcde0f4e85f094d4d5491da4fb5
 DIST Glib-1.314.tar.gz 296480 SHA256 b47e9e0117325085457b263b3a70847ed908419e06e8975f36f2b953f5f4908e SHA512 2a61a81f9b3d0404fa2e731d3851d67dc2bfc499a34bd77e0a9b6875a889f0faf5ac5fe2f24f8df7e2059283716e91aba5596556aad43f454e8cfd56fe866607 WHIRLPOOL a1dee6daf8a6cda5ea8da85a5a57551075c8a030f67c8f42c900547ed2754acc98633d12bf8f8d5641f14f9426e2d40309da7e22150a2bb4b7179e58900797fe
 DIST Glib-1.320.tar.gz 296765 SHA256 e3daf15e65a9f3a21d396582d490d6e2cb9cf254d97462139f973f8999e6b996 SHA512 f659fee5844cb7dadf44926eb097a3f8affb49aee1cc99d3ac7681ff1a8a5d99bb88d1c50f756c90cfa6fc657f79f250baa78be72c432b8faa9df50c139005f7 WHIRLPOOL d64c9b6a2201e5a642549442dffd9fc898cd0b0147fdc413e458f8e9bab61b97eb89a2df9374f53197e5a7a4c5f88ba9b6bd9e73ed401c2218cb4e1c2a819238
+DIST Glib-1.324.tar.gz 297371 SHA256 701a214b5b9f17c1b783d807efa1944bfd612939a467b03bc02bd4cf90ad9b4e SHA512 c5bc22416f47a8fc0a7410e0bdb637f82e408ce056a2b6be8f04a8a7055af704ab3e0868566c048cb786306986f85f6b940a15f85cb77654620f6f814c2731dd WHIRLPOOL fe6ba242ca932812a492f84129d3cea244e8e0753aad6510a37f9eb944d68ef43c5533464534cd017bffd7b75a1c8d833da27ede68bdceef1f04ce216eb469d9

diff --git a/dev-perl/glib-perl/glib-perl-1.324.0.ebuild b/dev-perl/glib-perl/glib-perl-1.324.0.ebuild
new file mode 100644
index 00000000..20501b8
--- /dev/null
+++ b/dev-perl/glib-perl/glib-perl-1.324.0.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DIST_NAME=Glib
+DIST_AUTHOR=XAOC
+DIST_VERSION=1.324
+inherit perl-module
+
+DESCRIPTION="Glib - Perl wrappers for the GLib utility and Object libraries"
+HOMEPAGE="http://gtk2-perl.sf.net/ ${HOMEPAGE}"
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x86-solaris"
+IUSE=""
+
+RDEPEND="
+	>=dev-libs/glib-2
+"
+# Log::Agent optional by Storable but has caused unexplained segv's
+# from build/doc.pl : https://bugs.gentoo.org/529080
+DEPEND="${RDEPEND}
+	virtual/perl-ExtUtils-MakeMaker
+	>=dev-perl/ExtUtils-Depends-0.300.0
+	>=dev-perl/ExtUtils-PkgConfig-1.0.0
+	virtual/pkgconfig
+	dev-perl/Log-Agent
+"


             reply	other threads:[~2017-01-05  3:41 UTC|newest]

Thread overview: 64+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-01-05  3:41 Kent Fredric [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-10-01 19:29 [gentoo-commits] repo/gentoo:master commit in: dev-perl/glib-perl/ Arthur Zamarin
2023-10-01  6:47 Arthur Zamarin
2023-10-01  4:04 Sam James
2023-10-01  3:57 Sam James
2023-10-01  3:57 Sam James
2023-10-01  3:57 Sam James
2023-10-01  3:57 Sam James
2023-08-29  6:36 Sam James
2023-08-29  6:36 Sam James
2023-04-20 10:37 WANG Xuerui
2021-10-31 13:00 Andreas K. Hüttel
2021-08-26 14:55 Sam James
2021-08-26 14:52 Sam James
2021-08-25 16:26 Sam James
2021-08-25  5:32 Agostino Sarubbo
2021-08-25  5:25 Agostino Sarubbo
2021-07-11 20:15 Andreas K. Hüttel
2020-04-14 11:57 Kent Fredric
2019-12-02 10:55 Mikle Kolyada
2019-11-30 21:45 Sergei Trofimovich
2019-11-17  4:02 Matt Turner
2019-11-13 11:28 Agostino Sarubbo
2019-11-12 16:02 Agostino Sarubbo
2019-11-12 10:45 Agostino Sarubbo
2019-11-12 10:38 Agostino Sarubbo
2019-11-12 10:05 Agostino Sarubbo
2019-11-12  7:25 Sergei Trofimovich
2019-11-08  0:00 Aaron Bauman
2019-10-16  4:35 Andreas K. Hüttel
2019-10-16  4:35 Andreas K. Hüttel
2019-05-29  0:32 Aaron Bauman
2018-08-24 19:37 Markus Meier
2018-06-26 12:28 Tobias Klausmann
2018-06-10 21:17 Sergei Trofimovich
2018-06-10 17:11 Thomas Deutschmann
2018-06-10 16:13 Aaron Bauman
2018-06-09 18:54 Sergei Trofimovich
2017-10-23  9:29 Kent Fredric
2017-08-28 15:11 Mikle Kolyada
2017-08-28 15:06 Mikle Kolyada
2017-07-13  1:53 Markus Meier
2017-07-07 14:50 Agostino Sarubbo
2017-07-07 13:24 Agostino Sarubbo
2017-06-30 11:10 Agostino Sarubbo
2017-06-30  8:26 Sergei Trofimovich
2017-06-29  8:06 Agostino Sarubbo
2017-06-18 13:25 Alexis Ballier
2017-04-29  0:43 Kent Fredric
2017-04-07 17:20 Jeroen Roovers
2017-03-17 10:42 Agostino Sarubbo
2017-03-17 10:26 Agostino Sarubbo
2017-03-16  7:59 Michael Weber
2017-03-13 12:58 Agostino Sarubbo
2016-12-10 18:01 Kent Fredric
2016-08-18  3:01 Kent Fredric
2016-08-13  8:18 Jeroen Roovers
2016-02-10 20:54 Markus Meier
2016-02-04 16:32 Tobias Klausmann
2016-02-01  8:14 Agostino Sarubbo
2016-01-31 14:51 Andreas Hüttel
2016-01-31 14:51 Andreas Hüttel
2015-12-20 22:19 Andreas Hüttel
2015-08-11 16:52 Mikle Kolyada

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=1483586795.bc00c75eaf780b859772ade22021b4f5d9b09a9a.kentnl@gentoo \
    --to=kentnl@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