summaryrefslogtreecommitdiff
path: root/x11-themes
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-06-09 17:21:33 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-06-09 17:21:33 +0100
commit0684026ffc376f93179fd6e81f4b8c8b5470fe2e (patch)
tree13054ae83509712371d7a74a390a4d6a15b2583d /x11-themes
parent388f75cb154b4bc85e0cfab0f105c9f26a96aa50 (diff)
x11-themes/{faba,moka,paper}-icon-theme : drop
Diffstat (limited to 'x11-themes')
-rw-r--r--x11-themes/faba-icon-theme/Manifest1
-rw-r--r--x11-themes/faba-icon-theme/faba-icon-theme-4.1.2.ebuild47
-rw-r--r--x11-themes/moka-icon-theme/Manifest1
-rw-r--r--x11-themes/moka-icon-theme/moka-icon-theme-5.3.6.ebuild40
-rw-r--r--x11-themes/paper-icon-theme/Manifest1
-rw-r--r--x11-themes/paper-icon-theme/paper-icon-theme-1.4.0.ebuild28
6 files changed, 0 insertions, 118 deletions
diff --git a/x11-themes/faba-icon-theme/Manifest b/x11-themes/faba-icon-theme/Manifest
deleted file mode 100644
index f8d237e3..00000000
--- a/x11-themes/faba-icon-theme/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST faba-icon-theme-4.1.2.tar.gz 1356232 BLAKE2B 0cbcedc482a12bc9ffdb0a000d156d61e5267a2b82f9f73c9102d73a98a06478bc837221f87a29eec581d9f3b7c30c692c559d55e8be695b016af4aa45f26935 SHA512 fd11e0aa1ab3e57ec2bde29a493dd58922759080291e7bd91b53d1395984a33e1e82da606d8e08fd8ce16e82f3709e90b12e5592261e2e450ad54d2a43d49fe4
diff --git a/x11-themes/faba-icon-theme/faba-icon-theme-4.1.2.ebuild b/x11-themes/faba-icon-theme/faba-icon-theme-4.1.2.ebuild
deleted file mode 100644
index a2153a28..00000000
--- a/x11-themes/faba-icon-theme/faba-icon-theme-4.1.2.ebuild
+++ /dev/null
@@ -1,47 +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="Faba is a sexy and modern icon theme with Tango influences."
-HOMEPAGE="http://snwh.org"
-if [[ ${PV} == *9999* ]];then
- inherit git-r3
- SRC_URI=""
- EGIT_REPO_URI="https://github.com/moka-project/faba-icon-theme.git"
- KEYWORDS=""
-else
- SRC_URI="https://github.com/moka-project/faba-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=""
-RDEPEND="${DEPEND}"
-
-src_prepare(){
- eapply_user
- eautoreconf
-}
-
-src_compile(){
- emake DESTDIR="${D}" || die
-}
-
-src_install(){
- emake DESTDIR="${D}" install || die
-}
-
-pkg_postinst(){
- elog "Hi! Thanks for prefering Faba Icons."
- elog "If you want to use some other variants, such as Moka, "
- elog "please, install this theme first. Thanks."
-}
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
-}
diff --git a/x11-themes/paper-icon-theme/Manifest b/x11-themes/paper-icon-theme/Manifest
deleted file mode 100644
index 27dba3ea..00000000
--- a/x11-themes/paper-icon-theme/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST paper-icon-theme-1.4.0.tar.gz 48436764 BLAKE2B 9b12fee5d78a198f4d36209a79e3ea50465d4dddd279e37d6e1e788b735af40eb71952e44a30232ee0c8108c9914ea1196fe9614d2d769b611c047d11742bc28 SHA512 8089a926d61d22fea9f5145ae383e1558c792bd4bf0dc4b74b1bab0b6bfae987275512ec54e7d966fb18329804470f08759205ad0270624a0243a0394b1d0727
diff --git a/x11-themes/paper-icon-theme/paper-icon-theme-1.4.0.ebuild b/x11-themes/paper-icon-theme/paper-icon-theme-1.4.0.ebuild
deleted file mode 100644
index 9839b40f..00000000
--- a/x11-themes/paper-icon-theme/paper-icon-theme-1.4.0.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit autotools
-MY_AUTHOR="snwh"
-DESCRIPTION="the Paper theme official icons."
-HOMEPAGE="https://github.com/${MY_AUTHOR}/${PN}"
-
-SRC_URI="https://github.com/${MY_AUTHOR}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-KEYWORDS="amd64 x86"
-
-LICENSE="CC-BY-SA-4.0"
-SLOT="0"
-
-DEPEND="app-misc/fdupes
- x11-themes/hicolor-icon-theme
- >=x11-misc/icon-naming-utils-0.8.7"
-RDEPEND=""
-
-src_prepare() {
- eautoreconf
-}
-
-src_install() {
- emake DESTDIR="${D}" install
-}