From a8a6f2122f0ce5305b44ed798bc4690d87f3ac34 Mon Sep 17 00:00:00 2001 From: Huang Rui Date: Fri, 1 Apr 2022 20:49:33 +0800 Subject: x11-themes/obsidian2-gtk-theme: drop old Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Huang Rui --- .../obsidian2-gtk-theme-2.19.ebuild | 35 ---------------------- 1 file changed, 35 deletions(-) delete mode 100644 x11-themes/obsidian2-gtk-theme/obsidian2-gtk-theme-2.19.ebuild (limited to 'x11-themes/obsidian2-gtk-theme/obsidian2-gtk-theme-2.19.ebuild') diff --git a/x11-themes/obsidian2-gtk-theme/obsidian2-gtk-theme-2.19.ebuild b/x11-themes/obsidian2-gtk-theme/obsidian2-gtk-theme-2.19.ebuild deleted file mode 100644 index 0f3a37faf..000000000 --- a/x11-themes/obsidian2-gtk-theme/obsidian2-gtk-theme-2.19.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI="7" - -GIT_PN="theme-obsidian-2" - -DESCRIPTION="Obsidian Gnome Theme, based upon Adwaita-Maia dark skin" - -HOMEPAGE="https://github.com/madmaxms/theme-obsidian-2" - -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 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" - S="${WORKDIR}/${GIT_PN}-${PV}" -fi - -LICENSE="GPL-3" -SLOT="0" - -RDEPEND=" - >=x11-libs/gtk+-3.22 - x11-themes/gtk-engines-adwaita -" -DEPEND="${RDEPEND}" - -DOCS=( README.md ) - -src_install() { - insinto /usr/share/themes - doins -r Obsidian* -} -- cgit v1.2.3-65-gdbad