diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2018-06-09 17:21:33 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2018-06-09 17:21:33 +0100 |
commit | 0684026ffc376f93179fd6e81f4b8c8b5470fe2e (patch) | |
tree | 13054ae83509712371d7a74a390a4d6a15b2583d /x11-themes/moka-icon-theme | |
parent | 388f75cb154b4bc85e0cfab0f105c9f26a96aa50 (diff) |
x11-themes/{faba,moka,paper}-icon-theme : drop
Diffstat (limited to 'x11-themes/moka-icon-theme')
-rw-r--r-- | x11-themes/moka-icon-theme/Manifest | 1 | ||||
-rw-r--r-- | x11-themes/moka-icon-theme/moka-icon-theme-5.3.6.ebuild | 40 |
2 files changed, 0 insertions, 41 deletions
diff --git a/x11-themes/moka-icon-theme/Manifest b/x11-themes/moka-icon-theme/Manifest deleted file mode 100644 index 5c154576..00000000 --- a/x11-themes/moka-icon-theme/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST moka-icon-theme-5.3.6.tar.gz 68269008 BLAKE2B 38d8dbcb6fbf28c06f7c47ee277c9bf658ca486aaec2ac4ec43ef61ad893029b445354a13a86131ba4645da81cef240af4fe61cd1249d2efacd7d9bbfb929b9c SHA512 b5967eab0e06639b515af5d57d03adb0055c202327a45f5656cc08e87444eff7563a8a7e6a20ec28edef112d4ce5709dd413832d0265d1b33d496067d8c68838 diff --git a/x11-themes/moka-icon-theme/moka-icon-theme-5.3.6.ebuild b/x11-themes/moka-icon-theme/moka-icon-theme-5.3.6.ebuild deleted file mode 100644 index 318b1efa..00000000 --- a/x11-themes/moka-icon-theme/moka-icon-theme-5.3.6.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=6 - -inherit eutils autotools - -DESCRIPTION="Moka is a stylized Linux desktop icon set, and the titular icon theme of the Moka Project. They are designed to be clear, simple and consistent." -HOMEPAGE="http://snwh.org" -if [[ ${PV} == *9999* ]];then - inherit git-r3 - SRC_URI="" - EGIT_REPO_URI="https://github.com/moka-project/moka-icon-theme.git" - KEYWORDS="" -else - SRC_URI="https://github.com/moka-project/moka-icon-theme/archive/v${PV}/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="amd64 x86" - RESTRICT="mirror" -fi - -LICENSE="LGPL-3.0" -SLOT="0" -IUSE="" - -DEPEND="x11-themes/faba-icon-theme" -RDEPEND="${DEPEND}" - -src_prepare(){ - eapply_user - eautoreconf -} - -src_compile(){ - emake DESTDIR="${D}" || die -} - -src_install(){ - emake DESTDIR="${D}" install || die -} |