commit: fbe3fe601dfbb94e5e2baa1e8fa799aee97c75a4 Author: Ronny (tastytea) Gutbrod <gentoo <AT> tastytea <DOT> de> AuthorDate: Sat Dec 5 13:13:52 2020 +0000 Commit: Ronny Gutbrod <gentoo <AT> tastytea <DOT> de> CommitDate: Sat Dec 5 13:22:57 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=fbe3fe60
x11-themes/arc-darkest-colors: Remove old ebuild. Signed-off-by: Ronny (tastytea) Gutbrod <gentoo <AT> tastytea.de> x11-themes/arc-darkest-colors/Manifest | 1 - .../arc-darkest-colors-0_pre20200417.ebuild | 36 ---------------------- 2 files changed, 37 deletions(-) diff --git a/x11-themes/arc-darkest-colors/Manifest b/x11-themes/arc-darkest-colors/Manifest index 905b1c34..a050ff9f 100644 --- a/x11-themes/arc-darkest-colors/Manifest +++ b/x11-themes/arc-darkest-colors/Manifest @@ -1,3 +1,2 @@ -DIST arc-darkest-colors-0_pre20200417.tar.gz 44822096 BLAKE2B aeef5d16db935a55faeaa0f714d0b4324d0e0cf0806cc6fafb1d330978573b2442b305fcd8459634a3f0cc29e265d6c29a44e7407339984f44e5ceeb03927516 SHA512 60b4d32ae7e2f39a3e38bf95d70092f5c9c1f472bfe6a3ca00fb4eace1a1656186ee0110b913c41aa36d42cd4736e5581b120b144d7f49abe4f365fb3b01b190 DIST arc-darkest-colors-0_pre20200818.tar.gz 46359071 BLAKE2B 9aafd3787822379c2c540b10ff157bd00fbd6087b9a500092c55e38f3b0f7a2c572787b7f22c3a82bde33fc8fc5fcd386922ba605efb92f65670736d1ba9e6b1 SHA512 d11b061aca04aba7ece5227b51b227585aed4a9cfdf9d21aaf60d0c8cfaf8516504fcab64d1b5da146c15e1ddd7c7d8bca6c78401d7b1682631abfd07569da0c DIST arc-darkest-colors-0_pre20201112.tar.gz 47906435 BLAKE2B da12cd3dbbdf46a888f2847b0d067f6c23e04b62d3c0d03af9e7233c646e39a630fd3dd1efea25836cf5660f01c22af2a395770c6ddae912d4a81e48eacb240f SHA512 727622b32c64930d92cd518e8da65fa2eda6f9b4788ca22eabff8eec623e03dd33bfa2233a5628377464465fde088a4fc34a578c9607518e2430960af6cb7134 diff --git a/x11-themes/arc-darkest-colors/arc-darkest-colors-0_pre20200417.ebuild b/x11-themes/arc-darkest-colors/arc-darkest-colors-0_pre20200417.ebuild deleted file mode 100644 index 036d3003..00000000 --- a/x11-themes/arc-darkest-colors/arc-darkest-colors-0_pre20200417.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit xdg - -MY_COMMIT="aee10fc647fd0cdb8ef9907ae3ee42c1bea5d976" - -DESCRIPTION="Flat, dark-mode theme with transparent elements" -HOMEPAGE="https://github.com/rtlewis88/rtl88-Themes/tree/Arc-Darkest-COLORS-Complete-Desktop" -SRC_URI="https://github.com/rtlewis88/rtl88-Themes/archive/${MY_COMMIT}.tar.gz -> ${P}.tar.gz" - -LICENSE="GPL-3 MIT" -SLOT="0" -KEYWORDS="~amd64" -IUSE="icons" - -RDEPEND="x11-themes/gtk-engines-murrine" - -S="${WORKDIR}/rtl88-Themes-${MY_COMMIT}" - -src_install() { - for color in BlueAgave Kiwi Plum Strawberry Tangerine; do - insinto "usr/share/themes" - doins -r "AD-${color}" - if use icons; then - insinto "usr/share/icons" - for variant in Numix Suru; do - doins -r "AD-${color}-${variant}" - done - fi - done - - default -}
