dev-libs/gdl: remove old
authorMart Raudsepp <leio@gentoo.org>
Wed, 12 Apr 2017 22:05:54 +0000 (01:05 +0300)
committerMart Raudsepp <leio@gentoo.org>
Wed, 12 Apr 2017 22:07:35 +0000 (01:07 +0300)
Package-Manager: Portage-2.3.5, Repoman-2.3.1

dev-libs/gdl/Manifest
dev-libs/gdl/gdl-3.20.0.ebuild [deleted file]

index 7f4daab7c7304d0ca3c5719c74f7d326f531ebbf..64a93d50893b302655ff8dbaece7684cf68157e3 100644 (file)
@@ -1,2 +1 @@
-DIST gdl-3.20.0.tar.xz 527736 SHA256 53d3a3bb9b9be25b3a40c644fdbbb57a5a63ee1f5f839c2266d1cd9779360e8b SHA512 94f04a6a7348a1649a846cbbb834fd297de3088b5ec31f77d4681c7b1c92cf5186d51790632b6715a7181e931e746246ff35e46aea0a5d30d947a7b17d57ae30 WHIRLPOOL 10f71a81379ce9fd4c1c0e928aa0958ca88c89b5903e0254f36ead1809e4388ced07dd7a2cc4d90efe517341ff02d7ab1052e2deb52e42db86bb67537437da3c
 DIST gdl-3.22.0.tar.xz 529072 SHA256 cc5b360e1392292186924f0f9a8efc0f4db7e6e56dc7042037466b5cc839660c SHA512 408fd75627497c658b65e9cd39b8779ad0db2fdc1f780e369237fbdd3f0ccc035cd86456ff72e1581c524f1d35673d3b31ebb074290babf025596d08d823833d WHIRLPOOL 3b31c124e331f82fa9dc8e513f1ae014e62001cbbd51ed17d4677f932b865c38da5e57827be6126c224acf8bcda8f336a4c75396cc54c7b23e96d354159dd382
diff --git a/dev-libs/gdl/gdl-3.20.0.ebuild b/dev-libs/gdl/gdl-3.20.0.ebuild
deleted file mode 100644 (file)
index f71bc7f..0000000
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit gnome2
-
-DESCRIPTION="GNOME docking library"
-HOMEPAGE="https://git.gnome.org/browse/gdl"
-
-LICENSE="LGPL-2.1+"
-SLOT="3/5" # subslot = libgdl-3 soname version
-IUSE="+introspection"
-KEYWORDS="~alpha amd64 hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86 ~x86-fbsd"
-
-RDEPEND="
-       dev-libs/glib:2
-       >=x11-libs/gtk+-3.0.0:3[introspection?]
-       >=dev-libs/libxml2-2.4:2
-       introspection? ( >=dev-libs/gobject-introspection-0.6.7:= )
-"
-DEPEND="${RDEPEND}
-       >=dev-util/gtk-doc-am-1.4
-       >=dev-util/intltool-0.40.4
-       virtual/pkgconfig
-"
-
-src_configure() {
-       gnome2_src_configure $(use_enable introspection)
-}