summaryrefslogtreecommitdiff
path: root/x11-themes/faba-icon-theme
diff options
context:
space:
mode:
Diffstat (limited to 'x11-themes/faba-icon-theme')
-rw-r--r--x11-themes/faba-icon-theme/Manifest1
-rw-r--r--x11-themes/faba-icon-theme/faba-icon-theme-4.1.2.ebuild47
2 files changed, 0 insertions, 48 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."
-}