aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHuang Rui <vowstar@gmail.com>2020-06-06 14:40:14 +0800
committerHuang Rui <vowstar@gmail.com>2020-06-06 14:40:14 +0800
commit209698e5836737a78b7cb3af8e699c1eebe694b0 (patch)
tree62d61ba834a9ee0b1235b28efdbf0b1bfd7ba1c5 /x11-themes/obsidian-icon-theme
parentx11-themes/obsidian-icon-theme: bump version to 4.12 (diff)
downloadguru-209698e5836737a78b7cb3af8e699c1eebe694b0.tar.gz
guru-209698e5836737a78b7cb3af8e699c1eebe694b0.tar.bz2
guru-209698e5836737a78b7cb3af8e699c1eebe694b0.zip
x11-themes/obsidian-icon-theme: drop 4.11
remove old package Package-Manager: Portage-2.3.100, Repoman-2.3.22 Signed-off-by: Huang Rui <vowstar@gmail.com>
Diffstat (limited to 'x11-themes/obsidian-icon-theme')
-rw-r--r--x11-themes/obsidian-icon-theme/Manifest1
-rw-r--r--x11-themes/obsidian-icon-theme/obsidian-icon-theme-4.11-r1.ebuild40
2 files changed, 0 insertions, 41 deletions
diff --git a/x11-themes/obsidian-icon-theme/Manifest b/x11-themes/obsidian-icon-theme/Manifest
index f554d8f82..d191a2cbc 100644
--- a/x11-themes/obsidian-icon-theme/Manifest
+++ b/x11-themes/obsidian-icon-theme/Manifest
@@ -1,2 +1 @@
-DIST obsidian-icon-theme-4.11.tar.gz 70016310 BLAKE2B 138824ee333eb225eaa7d22cd3e8cb05d374b78f3dd0ce194fe489fb34f16b8e4eb9f752006ff5c73c8467db6edf4bbb662adfbe1a4ed5296af4d1484c70321c SHA512 e0dcf1085a293d2ec64fe649e7e6fd9f705da8b0559f4ca4da14ef58809c21a8c21346fcafeb9717c7f45e566aee0ed6422b4edf4687bbabf62cd0ad69985eaf
DIST obsidian-icon-theme-4.12.tar.gz 70303616 BLAKE2B e10370c09364d3d2784fa55811189f2ef3969ee1e633bea213461f5d4387ea26a9978c2b7956d02ed472e849a45a16e4346f81b6c65de2a9e1a860d82baffb7c SHA512 b041e688cbd1a247c81251f58494f701ded5cf5adaebb9f76383330fbc8a82d9a50ca67497c4743f6e95739c995c447913e9384a8dde1a72fb39ee20aa355b8a
diff --git a/x11-themes/obsidian-icon-theme/obsidian-icon-theme-4.11-r1.ebuild b/x11-themes/obsidian-icon-theme/obsidian-icon-theme-4.11-r1.ebuild
deleted file mode 100644
index 63e6ecff6..000000000
--- a/x11-themes/obsidian-icon-theme/obsidian-icon-theme-4.11-r1.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="7"
-
-GIT_PN="iconpack-obsidian"
-
-inherit xdg
-
-DESCRIPTION="Obsidian Icon Theme is intuitive Faenza-like icon theme"
-
-HOMEPAGE="https://github.com/madmaxms/iconpack-obsidian"
-
-if [[ "${PV}" == "9999" ]]; then
- inherit git-r3
- EGIT_REPO_URI="https://github.com/madmaxms/${GIT_PN}.git"
-else
- SRC_URI="https://github.com/madmaxms/${GIT_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
- KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
- S="${WORKDIR}/${GIT_PN}-${PV}"
-fi
-
-LICENSE="GPL-3"
-SLOT="0"
-
-RDEPEND="
- x11-themes/adwaita-icon-theme
-"
-
-DEPEND="${RDEPEND}"
-
-DOCS=( README.md )
-
-src_install() {
- # Remove dead links to fix symbolic link does not exist QA.
- find . -xtype l -exec rm {} + || die
- # Install the icons
- insinto /usr/share/icons
- doins -r Obsidian*
-}