mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-10 15:45:15 -04:00
x11-themes/oie-icon-theme: drop package
Package-Manager: Portage-3.0.8, Repoman-3.0.2 Signed-off-by: Aisha Tammy <gentoo@aisha.cc>
This commit is contained in:
@@ -1 +0,0 @@
|
||||
DIST oie-icon-theme-0_p20190915.tar.gz 708448 BLAKE2B 466cfe1f7e051ae5c4115be0fbe92e60c40d443ca75bdb7e37dfdfef23858b7f8b1cca020da8b1caab7741c96db3e187eaaa7a77897357f868729135ac7edeba SHA512 d8508ea6cca808200d2a92cfb8d44c38ffa9d97b3f80fc77ee8b4da51d89b4525b53e5ad152bc1fbc4c64077be82f560b21c4c35aad0b26a6b4b123406f7f528
|
||||
@@ -1,8 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>gentoo@aisha.cc</email>
|
||||
<name>Aisha Tammy</name>
|
||||
</maintainer>
|
||||
</pkgmetadata>
|
||||
@@ -1,33 +0,0 @@
|
||||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI="7"
|
||||
|
||||
DESCRIPTION="OieIcons Theme"
|
||||
|
||||
HOMEPAGE="https://www.opencode.net/adhe/oieicons"
|
||||
|
||||
if [[ "${PV}" == "9999" ]]; then
|
||||
inherit git-r3
|
||||
EGIT_REPO_URI="https://www.opencode.net/adhe/oieicons.git"
|
||||
else
|
||||
COMMIT="2231c0d5e578933d9803b8e77701de67d88c2e92"
|
||||
SRC_URI="https://www.opencode.net/adhe/oieicons/-/archive/${COMMIT}/oieicons-${COMMIT}.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}/oieicons-${COMMIT}"
|
||||
fi
|
||||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
|
||||
# dead symbolic links QA
|
||||
src_prepare() {
|
||||
default
|
||||
find . -xtype l -delete || die
|
||||
}
|
||||
|
||||
src_install() {
|
||||
cd OieIcons
|
||||
insinto /usr/share/icons/OieIcons
|
||||
doins -r index.theme scalable
|
||||
}
|
||||
@@ -1,33 +0,0 @@
|
||||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI="7"
|
||||
|
||||
DESCRIPTION="OieIcons Theme"
|
||||
|
||||
HOMEPAGE="https://www.opencode.net/adhe/oieicons"
|
||||
|
||||
if [[ "${PV}" == "9999" ]]; then
|
||||
inherit git-r3
|
||||
EGIT_REPO_URI="https://www.opencode.net/adhe/oieicons.git"
|
||||
else
|
||||
COMMIT="2231c0d5e578933d9803b8e77701de67d88c2e92"
|
||||
SRC_URI="https://www.opencode.net/adhe/oieicons/-/archive/${COMMIT}/oieicons-${COMMIT}.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}/oieicons-${COMMIT}"
|
||||
fi
|
||||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
|
||||
# dead symbolic links QA
|
||||
src_prepare() {
|
||||
default
|
||||
find . -xtype l -delete || die
|
||||
}
|
||||
|
||||
src_install() {
|
||||
cd OieIcons
|
||||
insinto /usr/share/icons/OieIcons
|
||||
doins -r index.theme scalable
|
||||
}
|
||||
Reference in New Issue
Block a user