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: dev-libs/libgdata/
Date: Sun, 20 Sep 2015 18:45:38 +0000 (UTC)	[thread overview]
Message-ID: <1442774732.f711d8f76405a8c08cc455a347ff4128f876ecac.pacho@gentoo> (raw)

commit:     f711d8f76405a8c08cc455a347ff4128f876ecac
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 20 18:45:11 2015 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sun Sep 20 18:45:32 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f711d8f7

dev-libs/libgdata: Version bump, drop old

Package-Manager: portage-2.2.20.1

 dev-libs/libgdata/Manifest                                    |  2 +-
 .../{libgdata-0.17.1.ebuild => libgdata-0.17.3.ebuild}        | 11 +++++------
 2 files changed, 6 insertions(+), 7 deletions(-)

diff --git a/dev-libs/libgdata/Manifest b/dev-libs/libgdata/Manifest
index 2ddf6df..12a21ea 100644
--- a/dev-libs/libgdata/Manifest
+++ b/dev-libs/libgdata/Manifest
@@ -1,3 +1,3 @@
 DIST libgdata-0.16.1.tar.xz 1551960 SHA256 8740e071ecb2ae0d2a4b9f180d2ae5fdf9dc4c41e7ff9dc7e057f62442800827 SHA512 81fd252e24ba0068b401e3de61b4a23575dae0790f4caf646e56a57aab815a70a207b2492efa4213f51ac1d7c752d4ec0c1c9a35d7109f6a63668af05e142039 WHIRLPOOL 892a7823a85bc771b502f7b564156eaede676c3e2cf7406e9b808a3f4fbfa6e9be1ad1ec1cb79ca1b42dc0bf54f6d46560e2a863e8861f186802a91f91de2d4d
-DIST libgdata-0.17.1.tar.xz 1600164 SHA256 5ef1c0f246f60812c43e3a7d077442afc872913a03f3a5eb789698dc2319bd95 SHA512 3fc6c074d413fba76e6e67fa3f4b14881fe9208d7a16c3038353f0a245cadf06bc25d0d7af381b88da965b327e6da9220386c1333942c33f6e4e9d9c2ec82668 WHIRLPOOL 0f9adc9a67edfb2dc0893d90bdf61a51e80e2f95bd4b122d1ba9238c1333fcbda6cf3a2bb32a6274655d318dea95d7dbd7853f86fbd71aea563c16ba74d52a1d
 DIST libgdata-0.17.2.tar.xz 1522224 SHA256 9b9b4f68bef86ee2926ea14f182baf7ddaa6717dd138b5ff670f07d126176fe0 SHA512 e1435a074da1a5f573c0e63f6c3117f0f33cf78929780e26fe60769a6385321808783d7363203e9f9f6ba7529a2214af579e3a4fa2307eab224dc5af77ca7fe6 WHIRLPOOL bbbc6f29fbc33a057702df205aef5f09c21ec789cc9c610a1957b92cdc3cd13703c760e493f2b023ee787662432cd24f997cb6d9179cd6abc40c3204fe651aca
+DIST libgdata-0.17.3.tar.xz 1521960 SHA256 ff280b031c50a99ed735c3fa18fbea9ae3e4cc5e3d7dd58ebae09994b01b513b SHA512 da49315c70617fcee02029f6cd820b8d1f100717a256b4709e7fd234afd10920c209a9e9d241fe68c533bec91455b54f04bffed2a243473b68f26fcc3a08cf8c WHIRLPOOL 3f072605850bae1a9b0c8ace90dc89102a5e11e2f88161b6c22295519bc5e5b20cb695479befe79958aa4ccfbe2c33123d55b1736c607f8625152715a379e74c

diff --git a/dev-libs/libgdata/libgdata-0.17.1.ebuild b/dev-libs/libgdata/libgdata-0.17.3.ebuild
similarity index 89%
rename from dev-libs/libgdata/libgdata-0.17.1.ebuild
rename to dev-libs/libgdata/libgdata-0.17.3.ebuild
index 6a722b4..4269796 100644
--- a/dev-libs/libgdata/libgdata-0.17.1.ebuild
+++ b/dev-libs/libgdata/libgdata-0.17.3.ebuild
@@ -4,7 +4,6 @@
 
 EAPI="5"
 GCONF_DEBUG="yes"
-VALA_MIN_API_VERSION="0.20"
 VALA_USE_DEPEND="vapigen"
 
 inherit gnome2 vala
@@ -15,9 +14,10 @@ HOMEPAGE="https://wiki.gnome.org/Projects/libgdata"
 LICENSE="LGPL-2.1+"
 SLOT="0/22" # subslot = libgdata soname version
 IUSE="gnome +introspection static-libs test vala"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
 REQUIRED_IUSE="vala? ( introspection )"
 
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+
 # gtk+ is needed for gdk
 # configure checks for gtk:3, but only uses it for demos which are not installed
 RDEPEND="
@@ -30,14 +30,13 @@ RDEPEND="
 	gnome? (
 		app-crypt/gcr:=
 		>=net-libs/gnome-online-accounts-3.8 )
-	introspection? ( >=dev-libs/gobject-introspection-0.9.7 )
+	introspection? ( >=dev-libs/gobject-introspection-0.9.7:= )
 "
 DEPEND="${RDEPEND}
 	>=dev-util/gtk-doc-am-1.14
 	>=dev-util/intltool-0.40
-	>=gnome-base/gnome-common-3.6
 	virtual/pkgconfig
-	test? ( net-libs/uhttpmock )
+	test? ( >=net-libs/uhttpmock-0.5 )
 	vala? ( $(vala_depend) )
 "
 
@@ -54,7 +53,7 @@ src_configure() {
 		$(use_enable introspection) \
 		$(use_enable vala) \
 		$(use_enable static-libs static) \
-		$(use_enable test tests)
+		$(use_enable test always-build-tests)
 }
 
 src_test() {


             reply	other threads:[~2015-09-20 18:45 UTC|newest]

Thread overview: 64+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-09-20 18:45 Pacho Ramos [this message]
  -- strict thread matches above, loose matches on Subject: below --
2015-11-18  5:47 [gentoo-commits] repo/gentoo:master commit in: dev-libs/libgdata/ Jeroen Roovers
2015-12-13 22:10 Gilles Dartiguelongue
2015-12-13 22:10 Gilles Dartiguelongue
2015-12-30 10:24 Pacho Ramos
2015-12-30 10:24 Pacho Ramos
2015-12-30 14:57 Jeroen Roovers
2016-03-06 16:43 Mikle Kolyada
2016-03-17 10:10 Tobias Klausmann
2016-03-19 13:14 Agostino Sarubbo
2016-07-02 10:43 Pacho Ramos
2016-07-02 10:43 Pacho Ramos
2016-09-17 14:03 Gilles Dartiguelongue
2016-10-08  9:51 Pacho Ramos
2017-02-15 19:24 Mart Raudsepp
2017-02-21  9:16 Tobias Klausmann
2017-03-14 22:07 Mart Raudsepp
2017-03-15 11:44 Mart Raudsepp
2017-03-15 13:48 Mart Raudsepp
2017-03-16 13:24 Jeroen Roovers
2017-03-16 23:40 Mart Raudsepp
2017-04-12 10:10 Jeroen Roovers
2017-04-20 12:09 Mart Raudsepp
2017-04-22 17:53 Tobias Klausmann
2017-04-22 19:08 Tobias Klausmann
2017-04-23 21:23 Agostino Sarubbo
2017-04-30  9:58 Jeroen Roovers
2017-06-30  4:58 Alexis Ballier
2017-07-02 22:05 Gilles Dartiguelongue
2017-07-07 10:12 Agostino Sarubbo
2017-08-27 17:57 Gilles Dartiguelongue
2017-09-02 23:33 Gilles Dartiguelongue
2017-09-02 23:33 Gilles Dartiguelongue
2017-09-03  5:03 Mart Raudsepp
2017-11-06 20:49 Tobias Klausmann
2017-11-23 20:47 Sergei Trofimovich
2018-01-16 20:33 Mart Raudsepp
2018-11-01 20:42 Mart Raudsepp
2019-01-18 21:00 Mart Raudsepp
2019-05-23  6:39 Aaron Bauman
2019-07-05  3:26 Sobhan Mohammadpour
2019-08-24 18:30 Mart Raudsepp
2019-08-25 12:31 Mart Raudsepp
2019-12-08 11:58 Mikle Kolyada
2019-12-08 11:59 Mikle Kolyada
2019-12-09  0:10 Aaron Bauman
2019-12-25 19:52 Mart Raudsepp
2020-02-09 15:56 Mart Raudsepp
2020-02-28 20:14 Mart Raudsepp
2020-07-29  4:49 Sam James
2020-07-29 11:23 Mart Raudsepp
2020-11-08 15:15 Matt Turner
2021-04-12 21:59 Matt Turner
2021-04-13 15:03 Sam James
2021-05-28 19:11 Sam James
2021-05-28 19:18 Sam James
2021-05-28 19:20 Sam James
2021-05-29 15:27 Sam James
2021-08-02 16:42 Marek Szuba
2022-04-17 19:02 Matt Turner
2022-05-26  4:45 WANG Xuerui
2022-09-28 13:03 Matt Turner
2022-10-01 17:16 Matt Turner
2022-10-30  1:50 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=1442774732.f711d8f76405a8c08cc455a347ff4128f876ecac.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