From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B5595139695 for ; Wed, 12 Apr 2017 22:09:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CF42121C07C; Wed, 12 Apr 2017 22:09:15 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A48EC21C075 for ; Wed, 12 Apr 2017 22:09:15 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5D1DA340A23 for ; Wed, 12 Apr 2017 22:09:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F1CE8742E for ; Wed, 12 Apr 2017 22:09:12 +0000 (UTC) From: "Mart Raudsepp" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mart Raudsepp" Message-ID: <1492034855.4d6ec89fe8a09624926ccb4e86360809e50d517d.leio@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/gdl/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/gdl/Manifest dev-libs/gdl/gdl-3.20.0.ebuild X-VCS-Directories: dev-libs/gdl/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: 4d6ec89fe8a09624926ccb4e86360809e50d517d X-VCS-Branch: master Date: Wed, 12 Apr 2017 22:09:12 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: b24dff0e-c34a-4781-a8ac-89434e330fa7 X-Archives-Hash: 10f6e4b499c711264954f2004dda55fb commit: 4d6ec89fe8a09624926ccb4e86360809e50d517d Author: Mart Raudsepp gentoo org> AuthorDate: Wed Apr 12 22:05:54 2017 +0000 Commit: Mart Raudsepp gentoo org> CommitDate: Wed Apr 12 22:07:35 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d6ec89f dev-libs/gdl: remove old Package-Manager: Portage-2.3.5, Repoman-2.3.1 dev-libs/gdl/Manifest | 1 - dev-libs/gdl/gdl-3.20.0.ebuild | 29 ----------------------------- 2 files changed, 30 deletions(-) diff --git a/dev-libs/gdl/Manifest b/dev-libs/gdl/Manifest index 7f4daab7c73..64a93d50893 100644 --- a/dev-libs/gdl/Manifest +++ b/dev-libs/gdl/Manifest @@ -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 index f71bc7f0af0..00000000000 --- a/dev-libs/gdl/gdl-3.20.0.ebuild +++ /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) -}