diff options
author | Mart Raudsepp <leio@gentoo.org> | 2017-05-20 07:55:38 +0300 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2017-05-20 07:55:38 +0300 |
commit | e25c73e32bad1c10b30676060af6d6ea1c5aaca2 (patch) | |
tree | 90d75fe2c63dbf3282095fba725575e6384a3f63 /net-libs/libgfbgraph | |
parent | games-board/gnome-hearts: remove old (diff) | |
download | gentoo-e25c73e32bad1c10b30676060af6d6ea1c5aaca2.tar.gz gentoo-e25c73e32bad1c10b30676060af6d6ea1c5aaca2.tar.bz2 gentoo-e25c73e32bad1c10b30676060af6d6ea1c5aaca2.zip |
net-libs/libgfbgraph: remove old
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'net-libs/libgfbgraph')
-rw-r--r-- | net-libs/libgfbgraph/Manifest | 1 | ||||
-rw-r--r-- | net-libs/libgfbgraph/libgfbgraph-0.2.2.ebuild | 43 | ||||
-rw-r--r-- | net-libs/libgfbgraph/libgfbgraph-0.2.3.ebuild | 44 |
3 files changed, 0 insertions, 88 deletions
diff --git a/net-libs/libgfbgraph/Manifest b/net-libs/libgfbgraph/Manifest index af899262d5cd..5a5231118003 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 9434e88c70ac..000000000000 --- 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 7dfbc410527f..000000000000 --- 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 -} |