* [gentoo-commits] repo/proj/guru:dev commit in: x11-themes/oie-icon-theme/
@ 2020-11-11 16:08 Aisha Tammy
0 siblings, 0 replies; 2+ messages in thread
From: Aisha Tammy @ 2020-11-11 16:08 UTC (permalink / raw
To: gentoo-commits
commit: d567dd76c3291638e51286bf862e38d365329ab5
Author: Aisha Tammy <gentoo <AT> aisha <DOT> cc>
AuthorDate: Wed Nov 11 16:05:13 2020 +0000
Commit: Aisha Tammy <gentoo <AT> aisha <DOT> cc>
CommitDate: Wed Nov 11 16:08:24 2020 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d567dd76
x11-themes/oie-icon-theme: new eye-candy icon theme
Package-Manager: Portage-3.0.8, Repoman-3.0.2
Signed-off-by: Aisha Tammy <gentoo <AT> aisha.cc>
x11-themes/oie-icon-theme/Manifest | 1 +
x11-themes/oie-icon-theme/metadata.xml | 8 ++++++
.../oie-icon-theme-0_p20190915.ebuild | 33 ++++++++++++++++++++++
.../oie-icon-theme/oie-icon-theme-9999.ebuild | 33 ++++++++++++++++++++++
4 files changed, 75 insertions(+)
diff --git a/x11-themes/oie-icon-theme/Manifest b/x11-themes/oie-icon-theme/Manifest
new file mode 100644
index 00000000..0be2eef4
--- /dev/null
+++ b/x11-themes/oie-icon-theme/Manifest
@@ -0,0 +1 @@
+DIST oie-icon-theme-0_p20190915.tar.gz 708448 BLAKE2B 466cfe1f7e051ae5c4115be0fbe92e60c40d443ca75bdb7e37dfdfef23858b7f8b1cca020da8b1caab7741c96db3e187eaaa7a77897357f868729135ac7edeba SHA512 d8508ea6cca808200d2a92cfb8d44c38ffa9d97b3f80fc77ee8b4da51d89b4525b53e5ad152bc1fbc4c64077be82f560b21c4c35aad0b26a6b4b123406f7f528
diff --git a/x11-themes/oie-icon-theme/metadata.xml b/x11-themes/oie-icon-theme/metadata.xml
new file mode 100644
index 00000000..a3865a3c
--- /dev/null
+++ b/x11-themes/oie-icon-theme/metadata.xml
@@ -0,0 +1,8 @@
+<?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>
diff --git a/x11-themes/oie-icon-theme/oie-icon-theme-0_p20190915.ebuild b/x11-themes/oie-icon-theme/oie-icon-theme-0_p20190915.ebuild
new file mode 100644
index 00000000..b011383d
--- /dev/null
+++ b/x11-themes/oie-icon-theme/oie-icon-theme-0_p20190915.ebuild
@@ -0,0 +1,33 @@
+# 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
+}
diff --git a/x11-themes/oie-icon-theme/oie-icon-theme-9999.ebuild b/x11-themes/oie-icon-theme/oie-icon-theme-9999.ebuild
new file mode 100644
index 00000000..b011383d
--- /dev/null
+++ b/x11-themes/oie-icon-theme/oie-icon-theme-9999.ebuild
@@ -0,0 +1,33 @@
+# 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
+}
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: x11-themes/oie-icon-theme/
@ 2020-11-12 18:48 Aisha Tammy
0 siblings, 0 replies; 2+ messages in thread
From: Aisha Tammy @ 2020-11-12 18:48 UTC (permalink / raw
To: gentoo-commits
commit: 1c2c7009960be061057abf40d85e46dd18e72479
Author: Aisha Tammy <gentoo <AT> aisha <DOT> cc>
AuthorDate: Thu Nov 12 18:46:53 2020 +0000
Commit: Aisha Tammy <gentoo <AT> aisha <DOT> cc>
CommitDate: Thu Nov 12 18:46:53 2020 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1c2c7009
x11-themes/oie-icon-theme: drop package
Package-Manager: Portage-3.0.8, Repoman-3.0.2
Signed-off-by: Aisha Tammy <gentoo <AT> aisha.cc>
x11-themes/oie-icon-theme/Manifest | 1 -
x11-themes/oie-icon-theme/metadata.xml | 8 ------
.../oie-icon-theme-0_p20190915.ebuild | 33 ----------------------
.../oie-icon-theme/oie-icon-theme-9999.ebuild | 33 ----------------------
4 files changed, 75 deletions(-)
diff --git a/x11-themes/oie-icon-theme/Manifest b/x11-themes/oie-icon-theme/Manifest
deleted file mode 100644
index 0be2eef4..00000000
--- a/x11-themes/oie-icon-theme/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST oie-icon-theme-0_p20190915.tar.gz 708448 BLAKE2B 466cfe1f7e051ae5c4115be0fbe92e60c40d443ca75bdb7e37dfdfef23858b7f8b1cca020da8b1caab7741c96db3e187eaaa7a77897357f868729135ac7edeba SHA512 d8508ea6cca808200d2a92cfb8d44c38ffa9d97b3f80fc77ee8b4da51d89b4525b53e5ad152bc1fbc4c64077be82f560b21c4c35aad0b26a6b4b123406f7f528
diff --git a/x11-themes/oie-icon-theme/metadata.xml b/x11-themes/oie-icon-theme/metadata.xml
deleted file mode 100644
index a3865a3c..00000000
--- a/x11-themes/oie-icon-theme/metadata.xml
+++ /dev/null
@@ -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>
diff --git a/x11-themes/oie-icon-theme/oie-icon-theme-0_p20190915.ebuild b/x11-themes/oie-icon-theme/oie-icon-theme-0_p20190915.ebuild
deleted file mode 100644
index b011383d..00000000
--- a/x11-themes/oie-icon-theme/oie-icon-theme-0_p20190915.ebuild
+++ /dev/null
@@ -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
-}
diff --git a/x11-themes/oie-icon-theme/oie-icon-theme-9999.ebuild b/x11-themes/oie-icon-theme/oie-icon-theme-9999.ebuild
deleted file mode 100644
index b011383d..00000000
--- a/x11-themes/oie-icon-theme/oie-icon-theme-9999.ebuild
+++ /dev/null
@@ -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
-}
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2020-11-12 18:48 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-11-12 18:48 [gentoo-commits] repo/proj/guru:dev commit in: x11-themes/oie-icon-theme/ Aisha Tammy
-- strict thread matches above, loose matches on Subject: below --
2020-11-11 16:08 Aisha Tammy
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox