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 E24751382C5 for ; Sun, 28 Feb 2021 14:23:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id ED390E081B; Sun, 28 Feb 2021 14:23:26 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 D4467E081B for ; Sun, 28 Feb 2021 14:23:26 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 7328134107F for ; Sun, 28 Feb 2021 14:23:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C1545531 for ; Sun, 28 Feb 2021 14:23:23 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1614522198.bd182052b528db8e4314743cff0e5bd4fbb85d13.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-themes/e-flat-theme/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-themes/e-flat-theme/Manifest x11-themes/e-flat-theme/e-flat-theme-0_pre20210212.ebuild X-VCS-Directories: x11-themes/e-flat-theme/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: bd182052b528db8e4314743cff0e5bd4fbb85d13 X-VCS-Branch: master Date: Sun, 28 Feb 2021 14:23:23 +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: 188cc1a2-7b33-4d66-8559-8ce30e12aabb X-Archives-Hash: 5fb7266e62bca3699d79813cb944286a commit: bd182052b528db8e4314743cff0e5bd4fbb85d13 Author: Joonas Niilola gentoo org> AuthorDate: Sun Feb 28 14:22:58 2021 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Sun Feb 28 14:23:18 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd182052 x11-themes/e-flat-theme: remove old Signed-off-by: Joonas Niilola gentoo.org> x11-themes/e-flat-theme/Manifest | 1 - .../e-flat-theme/e-flat-theme-0_pre20210212.ebuild | 43 ---------------------- 2 files changed, 44 deletions(-) diff --git a/x11-themes/e-flat-theme/Manifest b/x11-themes/e-flat-theme/Manifest index 2de0ba0ff08..9333e8dfd7c 100644 --- a/x11-themes/e-flat-theme/Manifest +++ b/x11-themes/e-flat-theme/Manifest @@ -1,2 +1 @@ -DIST e-flat-theme-0_pre20210212.edj 45211061 BLAKE2B 591b10cf7c2ac001fdac007903625f642d7e02ca73c9ea600b5bcb05b83e8ae2a0eff3a8b4ef0f038f6a0c1aeb3b66ea56244ad12e84b1179c426b9868acdc59 SHA512 61b3a68e1a0c60e47b6b93b9fb7a874f3b8586625eabb7f2f5c4c70c70bfe43f3325c3bc4b9fe1041866a3697511a769326dab9e424443363a81ec8a5acfe0b3 DIST e-flat-theme-0_pre20210225.edj 45154749 BLAKE2B d87edfd408a05e852180b3a12a85e148cbc0005326a24bd5bf918ba57dd478daad677a2e81a1b8c396576d1e7b5c2ea1fff9722064aa68cad7cbf11862869cd3 SHA512 bbbf6c161eb764695e0eb572c6488a3c3abc0ec86511bdb99fdb43e8f74d59c12d562e877871e3aa8fd8076a56e20bc932cce9f5ad477a69f42ab84db829f612 diff --git a/x11-themes/e-flat-theme/e-flat-theme-0_pre20210212.ebuild b/x11-themes/e-flat-theme/e-flat-theme-0_pre20210212.ebuild deleted file mode 100644 index d9b01189610..00000000000 --- a/x11-themes/e-flat-theme/e-flat-theme-0_pre20210212.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 2019-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -DESCRIPTION="A modern, flat theme for Enlightenment WM" -HOMEPAGE="https://www.enlightenment.org/ https://phab.enlightenment.org/T6726" -SRC_URI="https://dev.gentoo.org/~juippis/distfiles/${P}.edj" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="amd64 ~arm ~ppc x86" - -RDEPEND="x11-wm/enlightenment" - -S="${WORKDIR}" - -src_prepare() { - default - - # doins doesn't allow installing straight from DISTDIR. - cp "${DISTDIR}"/${P}.edj . || die "Failed to prepare theme file." -} - -src_configure() { :; } -src_compile() { :; } - -src_install() { - insinto /usr/share/elementary/themes/ - newins ${P}.edj flat-0.edj -} - -pkg_postinst() { - elog "You'll find e-flat-theme under System themes in theme selector." - - if [[ -n ${REPLACING_VERSIONS} ]]; then - ewarn "" - ewarn "You're updating flat-0 theme. Please reload Enlightenment" - ewarn "through Menu -> Enlightenment -> Restart, or by issuing" - ewarn " enlightenment -restart" - ewarn "" - fi -}