summaryrefslogtreecommitdiff
path: root/x11-themes/paper-icon-theme/paper-icon-theme-1.4.0.ebuild
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/paper-icon-theme/paper-icon-theme-1.4.0.ebuild
parent388f75cb154b4bc85e0cfab0f105c9f26a96aa50 (diff)
x11-themes/{faba,moka,paper}-icon-theme : drop
Diffstat (limited to 'x11-themes/paper-icon-theme/paper-icon-theme-1.4.0.ebuild')
-rw-r--r--x11-themes/paper-icon-theme/paper-icon-theme-1.4.0.ebuild28
1 files changed, 0 insertions, 28 deletions
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
-}