x11-themes/e-flat-theme: remove old
authorJoonas Niilola <juippis@gentoo.org>
Wed, 15 Jan 2020 05:20:14 +0000 (07:20 +0200)
committerJoonas Niilola <juippis@gentoo.org>
Wed, 15 Jan 2020 05:40:35 +0000 (07:40 +0200)
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
x11-themes/e-flat-theme/Manifest
x11-themes/e-flat-theme/e-flat-theme-0_pre20191220.ebuild [deleted file]

index 876d4c54d3d0a1216d426675a238cc4d219b4075..85fe3b2d3829e20203d967945b206c5d5c4679b0 100644 (file)
@@ -1,2 +1 @@
-DIST e-flat-theme-0_pre20191220.edj 44123473 BLAKE2B f0c0f1aa127c228c174bf72ed6f126f5ec0562b7a3d3866140d08256afda68d9395efd0a6db62ddd8a7b7d97012f7e602485692c4e33be68f23bf1f0e3038e7e SHA512 a4b60d70efa2d2ee59aa1cf130e13855687af8a1f9689d905a547ca06b9d2d6c15068a267553d568f18cbfe77a5685b889a1c7b8afe3b97a8d8771c29502e681
 DIST e-flat-theme-0_pre20191230.edj 44142224 BLAKE2B 95d7431720f5b0ae3b2c1c96fd83264a02c5ee6758116ea44b0ae8260e79c73c06ad0d9461647f80b45caae6098b49b9152ac5a4f6fb7cf6f17119ed21ba7699 SHA512 6dfb1e1f6faaab7071829994c2ca82f68ff09a2a4c76a14311f55fe3238cb69c4563647c0434d880407e3d5eabbff3395591b3e3eeee8ac890a30bcfe281335b
diff --git a/x11-themes/e-flat-theme/e-flat-theme-0_pre20191220.ebuild b/x11-themes/e-flat-theme/e-flat-theme-0_pre20191220.ebuild
deleted file mode 100644 (file)
index 0aedbcc..0000000
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 2019 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 ~x86"
-IUSE=""
-
-DEPEND=""
-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/
-       doins ${P}.edj
-}
-
-pkg_postinst() {
-       elog "You'll find e-flat-theme under System themes in theme selector."
-}