summaryrefslogtreecommitdiff
path: root/x11-themes/e-flat-theme
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2021-03-27 06:06:27 +0000
committerV3n3RiX <venerix@redcorelinux.org>2021-03-27 06:06:27 +0000
commit8d5dbd847cbc704a6a06405856e94b461011afe3 (patch)
tree4d26462d027b14926335894749d2e01d982234d0 /x11-themes/e-flat-theme
parent5bb9ff1ee56d2b5e75e01a7f066d8b0cec84ec02 (diff)
gentoo resync : 27.03.2021
Diffstat (limited to 'x11-themes/e-flat-theme')
-rw-r--r--x11-themes/e-flat-theme/Manifest2
-rw-r--r--x11-themes/e-flat-theme/e-flat-theme-0_pre20210225.ebuild43
2 files changed, 0 insertions, 45 deletions
diff --git a/x11-themes/e-flat-theme/Manifest b/x11-themes/e-flat-theme/Manifest
index 7e90e72b2ffa..9d9796181ef3 100644
--- a/x11-themes/e-flat-theme/Manifest
+++ b/x11-themes/e-flat-theme/Manifest
@@ -1,5 +1,3 @@
-DIST e-flat-theme-0_pre20210225.edj 45154749 BLAKE2B d87edfd408a05e852180b3a12a85e148cbc0005326a24bd5bf918ba57dd478daad677a2e81a1b8c396576d1e7b5c2ea1fff9722064aa68cad7cbf11862869cd3 SHA512 bbbf6c161eb764695e0eb572c6488a3c3abc0ec86511bdb99fdb43e8f74d59c12d562e877871e3aa8fd8076a56e20bc932cce9f5ad477a69f42ab84db829f612
DIST e-flat-theme-0_pre20210315.edj 45126549 BLAKE2B 7daccefe83a24ba33714f0b76f4340024a4f98c6ed8e128fad9922e1eb7eab78efc0ddd553876afde192fe4a4b82abeadad2b9f91d808c8321da820f83a04a6a SHA512 8f024aaae1cc949a84bfee4b5b3486b2cd24b50ed05e96a0c8c0e2e958d1963d1007c2af4344ee9acfc91b71891a88a7a513cfd68f866bebffa323c29f3ac755
-EBUILD e-flat-theme-0_pre20210225.ebuild 1030 BLAKE2B 016e3a9ac92dbf1fcb207ff6c60f7b4c2e2fa87d45c343905853cbf859fcabc62c6cf7cac71b89f48fdec9421209ba204644992abaf16e641af314c361403e6c SHA512 6fa4e78403c498530a7d862d5f50fca147fb633b00b9d9d634f2d3e275efc8faf5048faf36238aa6ebb2919cf5a7a6eadbc7dd48fb9f366b3bdab2f88460aa69
EBUILD e-flat-theme-0_pre20210315.ebuild 1030 BLAKE2B 016e3a9ac92dbf1fcb207ff6c60f7b4c2e2fa87d45c343905853cbf859fcabc62c6cf7cac71b89f48fdec9421209ba204644992abaf16e641af314c361403e6c SHA512 6fa4e78403c498530a7d862d5f50fca147fb633b00b9d9d634f2d3e275efc8faf5048faf36238aa6ebb2919cf5a7a6eadbc7dd48fb9f366b3bdab2f88460aa69
MISC metadata.xml 279 BLAKE2B 8a35347a0311617855cc5b982f14aee93fd54de69d01d51525a613c788a8d7c50310c62fe1d50e53db598d38a8791bd377fd77b8017d9f435534920673ec45d7 SHA512 03d0a7c99f21ce2ef849387c80f61aaa85dc5ed4128f61a11bc5ef74d5566c255b5306d7c860003177e29a00d95f81ed739c92baaeeaa76b6fa565b5bbc45a1f
diff --git a/x11-themes/e-flat-theme/e-flat-theme-0_pre20210225.ebuild b/x11-themes/e-flat-theme/e-flat-theme-0_pre20210225.ebuild
deleted file mode 100644
index d9b011896102..000000000000
--- a/x11-themes/e-flat-theme/e-flat-theme-0_pre20210225.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
-}