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 0DF2C138335 for ; Tue, 22 Oct 2019 10:10:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 06D45E0B83; Tue, 22 Oct 2019 10:10:01 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C99E8E0B83 for ; Tue, 22 Oct 2019 10:10:00 +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 38BDF34C19C for ; Tue, 22 Oct 2019 10:09:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A630672F for ; Tue, 22 Oct 2019 10:09:57 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1571738993.f2760ae7fc754dafa7b8c74f781aa3303568fd89.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/granite/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/granite/Manifest dev-libs/granite/granite-0.5.0.ebuild dev-libs/granite/metadata.xml X-VCS-Directories: dev-libs/granite/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: f2760ae7fc754dafa7b8c74f781aa3303568fd89 X-VCS-Branch: master Date: Tue, 22 Oct 2019 10:09:57 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: aa1be274-a25c-4983-ae3b-5cde4ad39723 X-Archives-Hash: d1c2cfa2125f6ad07741370e77fb85b2 commit: f2760ae7fc754dafa7b8c74f781aa3303568fd89 Author: Bernardo Meurer gmail com> AuthorDate: Tue Oct 22 07:28:18 2019 +0000 Commit: Michał Górny gentoo org> CommitDate: Tue Oct 22 10:09:53 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2760ae7 dev-libs/granite: yank 0.5.0 Package-Manager: Portage-2.3.78, Repoman-2.3.17 Signed-off-by: Bernardo Meurer standard.ai> Signed-off-by: Michał Górny gentoo.org> dev-libs/granite/Manifest | 1 - dev-libs/granite/granite-0.5.0.ebuild | 60 ----------------------------------- dev-libs/granite/metadata.xml | 3 -- 3 files changed, 64 deletions(-) diff --git a/dev-libs/granite/Manifest b/dev-libs/granite/Manifest index e0d721a1686..9be82cc60e4 100644 --- a/dev-libs/granite/Manifest +++ b/dev-libs/granite/Manifest @@ -1,2 +1 @@ -DIST granite-0.5.0.tar.gz 365015 BLAKE2B 47b88d0b08a300fecc561161e1722cc1a544f58580d21244b6584f6aba7756afe6548dd663620fe9a09406fc0be2766b1d1093a21d262a5ab001992f309239ed SHA512 6042f40c1338768281ab3e6ad0bfdd8c5c69fc4951a069b0779a22b8999b35110ea8f09cf025dd88bafef7eca6cc0d076a608d55f01c078186e150908f8e4650 DIST granite-5.2.5.tar.gz 392987 BLAKE2B 507c3b810b750257a66195b45842a7664eb544f86a8606124d30d277c03680296f1ace7a9233d6e094ad5ce3357564e13b61d946f8ed926ccf22a5d9b5e98648 SHA512 64a08293bc4b33d77206c7070b4e2002dd8e2da8a358e43074b681a9228790dcb342d3a705cfc0309a7e1e7f498a2a656e972c2fee085ba99fb5214e33758fc3 diff --git a/dev-libs/granite/granite-0.5.0.ebuild b/dev-libs/granite/granite-0.5.0.ebuild deleted file mode 100644 index abb46af5262..00000000000 --- a/dev-libs/granite/granite-0.5.0.ebuild +++ /dev/null @@ -1,60 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -VALA_MIN_API_VERSION=0.32 - -inherit gnome2-utils vala cmake-utils versionator - -DESCRIPTION="Elementary OS library that extends Gtk+" -HOMEPAGE="https://github.com/elementary/granite" -SRC_URI="https://github.com/elementary/${PN}/archive/$(get_version_component_range 1-2).tar.gz -> ${P}.tar.gz" - -LICENSE="LGPL-3" -SLOT="0" -KEYWORDS="amd64 ~arm x86" -IUSE="demo nls test" - -RDEPEND=" - dev-libs/glib:2 - dev-libs/libgee:0.8[introspection] - >=x11-libs/gtk+-3.14:3[introspection]" -DEPEND="${RDEPEND} - $(vala_depend) - virtual/pkgconfig - nls? ( sys-devel/gettext )" - -S="${WORKDIR}"/"${PN}"-"$(get_version_component_range 1-2)" - -src_prepare() { - - # Disable building of the demo application (if needed) - use demo || cmake_comment_add_subdirectory demo - - # Disable generation of the translations (if needed) - use nls || cmake_comment_add_subdirectory po - - cmake-utils_src_prepare - vala_src_prepare -} - -src_configure() { - local mycmakeargs=( - -DVALA_EXECUTABLE=${VALAC} - ) - - cmake-utils_src_configure -} - -pkg_preinst() { - gnome2_icon_savelist -} - -pkg_postinst() { - gnome2_icon_cache_update -} - -pkg_postrm() { - gnome2_icon_cache_update -} diff --git a/dev-libs/granite/metadata.xml b/dev-libs/granite/metadata.xml index 9c251c8633e..9a1a6cde314 100644 --- a/dev-libs/granite/metadata.xml +++ b/dev-libs/granite/metadata.xml @@ -14,9 +14,6 @@ it provides complex widgets and convenience functions designed for use in apps built for elementary OS. - - Build the Granite demo application (to present all available UI features provided by the library) - elementary/granite