From: "Mart Raudsepp" <leio@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libgfbgraph/
Date: Sat, 20 May 2017 04:59:36 +0000 (UTC) [thread overview]
Message-ID: <1495256138.e25c73e32bad1c10b30676060af6d6ea1c5aaca2.leio@gentoo> (raw)
commit: e25c73e32bad1c10b30676060af6d6ea1c5aaca2
Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Sat May 20 04:55:38 2017 +0000
Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Sat May 20 04:55:38 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e25c73e3
net-libs/libgfbgraph: remove old
Package-Manager: Portage-2.3.5, Repoman-2.3.2
net-libs/libgfbgraph/Manifest | 1 -
net-libs/libgfbgraph/libgfbgraph-0.2.2.ebuild | 43 --------------------------
net-libs/libgfbgraph/libgfbgraph-0.2.3.ebuild | 44 ---------------------------
3 files changed, 88 deletions(-)
diff --git a/net-libs/libgfbgraph/Manifest b/net-libs/libgfbgraph/Manifest
index af899262d5c..5a523111800 100644
--- a/net-libs/libgfbgraph/Manifest
+++ b/net-libs/libgfbgraph/Manifest
@@ -1,2 +1 @@
-DIST gfbgraph-0.2.2.tar.xz 263792 SHA256 66c7b1c951863565c179d0b4b5207f27b3b36f80afed9f6a9acfc5fc3ae775d4 SHA512 13f685804516b8561426386ee6c05063b838aab1451d06a586b9cc2c50cbc4fb4651b9546c779dfe4dd4a80f5c78bf8464e44f13ffa5632ec11b2d7442fa50a0 WHIRLPOOL feb4f5ac6e905e2d344f3b44e568afa9014f3215ab3c39955a27597d24069e34184e3ec30b3c2aec9ec42ab787e34d81f03286bf4903b2b9f9e5e40ebc533edc
DIST gfbgraph-0.2.3.tar.xz 270772 SHA256 da1179083cde2b649d7491c745250a00d292e390fd620b7dd2dd95a122dae0b6 SHA512 4e03beb4172a591c7d1eb4cfac56009b0d25183168f73344d24ac47554334d1edf2c5087c523025cee5d565182a02dc7ef72adc66cff1e4ad53a1d0990d3afb8 WHIRLPOOL a81075deaf0cdef21d8b9994b96d508cafe48ab00bbf0632baacf688508b4ec678cb3073c4e83b1a0b64f2c5c032b57a4189eca42f34c278ceda8ebe8b11e172
diff --git a/net-libs/libgfbgraph/libgfbgraph-0.2.2.ebuild b/net-libs/libgfbgraph/libgfbgraph-0.2.2.ebuild
deleted file mode 100644
index 9434e88c70a..00000000000
--- a/net-libs/libgfbgraph/libgfbgraph-0.2.2.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-GCONF_DEBUG="no"
-GNOME_ORG_MODULE="gfbgraph"
-
-inherit gnome2
-
-DESCRIPTION="A GObject library for Facebook Graph API"
-HOMEPAGE="https://git.gnome.org/browse/libgfbgraph/"
-
-LICENSE="LGPL-2.1+"
-SLOT="0.2"
-KEYWORDS="amd64 x86"
-IUSE="+introspection"
-
-RDEPEND="
- dev-libs/glib:2
- dev-libs/json-glib
- net-libs/libsoup:2.4
- net-libs/gnome-online-accounts
- net-libs/rest:0.7
- introspection? ( >=dev-libs/gobject-introspection-1.30 )
-"
-DEPEND="${RDEPEND}
- >=dev-util/gtk-doc-am-1.14
- virtual/pkgconfig
-"
-
-# FIXME: most tests seem to fail
-RESTRICT="test"
-
-src_configure() {
- gnome2_src_configure --disable-static
-}
-
-src_install() {
- gnome2_src_install
- # Remove files installed in the wrong place
- # Also, already done by portage
- rm -rf "${ED}"/usr/doc
-}
diff --git a/net-libs/libgfbgraph/libgfbgraph-0.2.3.ebuild b/net-libs/libgfbgraph/libgfbgraph-0.2.3.ebuild
deleted file mode 100644
index 7dfbc410527..00000000000
--- a/net-libs/libgfbgraph/libgfbgraph-0.2.3.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-GCONF_DEBUG="no"
-GNOME_ORG_MODULE="gfbgraph"
-
-inherit gnome2
-
-DESCRIPTION="A GObject library for Facebook Graph API"
-HOMEPAGE="https://git.gnome.org/browse/libgfbgraph/"
-
-LICENSE="LGPL-2.1+"
-SLOT="0.2"
-KEYWORDS="amd64 x86"
-IUSE="+introspection"
-
-RDEPEND="
- dev-libs/glib:2
- dev-libs/json-glib
- net-libs/libsoup:2.4
- net-libs/gnome-online-accounts
- net-libs/rest:0.7
- introspection? ( >=dev-libs/gobject-introspection-1.30:= )
-"
-DEPEND="${RDEPEND}
- >=dev-util/gtk-doc-am-1.14
- virtual/pkgconfig
-"
-
-# FIXME: most tests seem to fail
-RESTRICT="test"
-
-src_configure() {
- gnome2_src_configure --disable-static
-}
-
-src_install() {
- gnome2_src_install
- # Remove files installed in the wrong place
- # Also, already done by portage
- # https://bugzilla.gnome.org/show_bug.cgi?id=752581
- rm -rf "${ED}"/usr/doc
-}
next reply other threads:[~2017-05-20 4:59 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-05-20 4:59 Mart Raudsepp [this message]
-- strict thread matches above, loose matches on Subject: below --
2022-10-31 14:28 [gentoo-commits] repo/gentoo:master commit in: net-libs/libgfbgraph/ Matt Turner
2022-02-08 4:45 Sam James
2022-01-24 22:43 Matt Turner
2021-12-31 3:42 Yixun Lan
2021-12-17 18:30 Jakov Smolić
2021-12-17 18:30 Jakov Smolić
2021-11-11 12:59 Pacho Ramos
2021-06-20 12:53 Sam James
2021-06-07 6:24 Georgy Yakovlev
2021-04-17 22:32 Matt Turner
2021-04-17 22:32 Matt Turner
2021-04-16 20:37 Matt Turner
2019-08-05 2:05 Aaron Bauman
2017-05-16 8:01 Agostino Sarubbo
2017-05-15 14:17 Agostino Sarubbo
2017-05-12 21:41 Michał Górny
2015-09-07 21:55 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=1495256138.e25c73e32bad1c10b30676060af6d6ea1c5aaca2.leio@gentoo \
--to=leio@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