* [gentoo-commits] repo/proj/guru:master commit in: x11-themes/sweet-folders-icon-theme/
@ 2020-06-11 16:50 Andrew Ammerlaan
0 siblings, 0 replies; 3+ messages in thread
From: Andrew Ammerlaan @ 2020-06-11 16:50 UTC (permalink / raw
To: gentoo-commits
commit: a525fda283499c20a6c6715e46245dc497bc7dec
Author: Aisha Tammy <gentoo <AT> aisha <DOT> cc>
AuthorDate: Thu Jun 11 01:28:31 2020 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Thu Jun 11 01:28:31 2020 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a525fda2
x11-themes/sweet-folders-icon-theme: sweet gradient folder icons
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Aisha Tammy <gentoo <AT> aisha.cc>
x11-themes/sweet-folders-icon-theme/Manifest | 1 +
x11-themes/sweet-folders-icon-theme/metadata.xml | 8 +++++++
.../sweet-folders-icon-theme-0_pre20200227.ebuild | 28 ++++++++++++++++++++++
.../sweet-folders-icon-theme-9999.ebuild | 28 ++++++++++++++++++++++
4 files changed, 65 insertions(+)
diff --git a/x11-themes/sweet-folders-icon-theme/Manifest b/x11-themes/sweet-folders-icon-theme/Manifest
new file mode 100644
index 0000000..43d978a
--- /dev/null
+++ b/x11-themes/sweet-folders-icon-theme/Manifest
@@ -0,0 +1 @@
+DIST sweet-folders-icon-theme-0_pre20200227.tar.gz 1475423 BLAKE2B e64b5b018a8e56f0ee107b36b203299addf4816a5525560056dae322c634cccb52c314ac2b86b3678a26c27bd65ceb2d5c9afc98b119bc2f68f2cfd33a77ea8c SHA512 4c4a06c5ddbe50a2030ba4b5cf57429ec7525a3e7db0c5ae9b10fbdc99f21cbd04c045a37d49c77e0a8fe55aa2c76a45340a99e9a227c1a89879cb4f46f36867
diff --git a/x11-themes/sweet-folders-icon-theme/metadata.xml b/x11-themes/sweet-folders-icon-theme/metadata.xml
new file mode 100644
index 0000000..a3865a3
--- /dev/null
+++ b/x11-themes/sweet-folders-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/sweet-folders-icon-theme/sweet-folders-icon-theme-0_pre20200227.ebuild b/x11-themes/sweet-folders-icon-theme/sweet-folders-icon-theme-0_pre20200227.ebuild
new file mode 100644
index 0000000..c416d3b
--- /dev/null
+++ b/x11-themes/sweet-folders-icon-theme/sweet-folders-icon-theme-0_pre20200227.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+
+MY_PN="Sweet-folders"
+
+DESCRIPTION="sweet gradient icons"
+
+HOMEPAGE="https://github.com/EliverLara/Sweet-folders"
+
+if [[ "${PV}" == "9999" ]]; then
+ inherit git-r3
+ EGIT_REPO_URI="https://github.com/EliverLara/Sweet-folders.git"
+else
+ COMMIT="d50fbe3d93df4c494958c773b681ab36049935a1"
+ SRC_URI="https://github.com/EliverLara/Sweet-folders/archive/${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}/${MY_PN}-${COMMIT}"
+fi
+
+LICENSE="GPL-3"
+SLOT="0"
+
+src_install() {
+ insinto /usr/share/icons/
+ doins -r Sweet-*
+}
diff --git a/x11-themes/sweet-folders-icon-theme/sweet-folders-icon-theme-9999.ebuild b/x11-themes/sweet-folders-icon-theme/sweet-folders-icon-theme-9999.ebuild
new file mode 100644
index 0000000..c416d3b
--- /dev/null
+++ b/x11-themes/sweet-folders-icon-theme/sweet-folders-icon-theme-9999.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+
+MY_PN="Sweet-folders"
+
+DESCRIPTION="sweet gradient icons"
+
+HOMEPAGE="https://github.com/EliverLara/Sweet-folders"
+
+if [[ "${PV}" == "9999" ]]; then
+ inherit git-r3
+ EGIT_REPO_URI="https://github.com/EliverLara/Sweet-folders.git"
+else
+ COMMIT="d50fbe3d93df4c494958c773b681ab36049935a1"
+ SRC_URI="https://github.com/EliverLara/Sweet-folders/archive/${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}/${MY_PN}-${COMMIT}"
+fi
+
+LICENSE="GPL-3"
+SLOT="0"
+
+src_install() {
+ insinto /usr/share/icons/
+ doins -r Sweet-*
+}
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: x11-themes/sweet-folders-icon-theme/
@ 2020-06-13 13:13 Andrew Ammerlaan
0 siblings, 0 replies; 3+ messages in thread
From: Andrew Ammerlaan @ 2020-06-13 13:13 UTC (permalink / raw
To: gentoo-commits
commit: e9d02b71a592ae0185691204acb9291c1c90d96e
Author: Aisha Tammy <gentoo <AT> aisha <DOT> cc>
AuthorDate: Sat Jun 13 13:00:32 2020 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Sat Jun 13 13:00:32 2020 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e9d02b71
x11-themes/sweet-folders-icon-theme: remove dead symbolic links
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Aisha Tammy <gentoo <AT> aisha.cc>
.../sweet-folders-icon-theme-0_pre20200227.ebuild | 5 +++++
.../sweet-folders-icon-theme/sweet-folders-icon-theme-9999.ebuild | 5 +++++
2 files changed, 10 insertions(+)
diff --git a/x11-themes/sweet-folders-icon-theme/sweet-folders-icon-theme-0_pre20200227.ebuild b/x11-themes/sweet-folders-icon-theme/sweet-folders-icon-theme-0_pre20200227.ebuild
index c416d3b..754decd 100644
--- a/x11-themes/sweet-folders-icon-theme/sweet-folders-icon-theme-0_pre20200227.ebuild
+++ b/x11-themes/sweet-folders-icon-theme/sweet-folders-icon-theme-0_pre20200227.ebuild
@@ -22,6 +22,11 @@ fi
LICENSE="GPL-3"
SLOT="0"
+src_prepare() {
+ default
+ find . -xtype l -delete || die
+}
+
src_install() {
insinto /usr/share/icons/
doins -r Sweet-*
diff --git a/x11-themes/sweet-folders-icon-theme/sweet-folders-icon-theme-9999.ebuild b/x11-themes/sweet-folders-icon-theme/sweet-folders-icon-theme-9999.ebuild
index c416d3b..754decd 100644
--- a/x11-themes/sweet-folders-icon-theme/sweet-folders-icon-theme-9999.ebuild
+++ b/x11-themes/sweet-folders-icon-theme/sweet-folders-icon-theme-9999.ebuild
@@ -22,6 +22,11 @@ fi
LICENSE="GPL-3"
SLOT="0"
+src_prepare() {
+ default
+ find . -xtype l -delete || die
+}
+
src_install() {
insinto /usr/share/icons/
doins -r Sweet-*
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: x11-themes/sweet-folders-icon-theme/
@ 2020-11-12 19:46 Andrew Ammerlaan
0 siblings, 0 replies; 3+ messages in thread
From: Andrew Ammerlaan @ 2020-11-12 19:46 UTC (permalink / raw
To: gentoo-commits
commit: c53e9333ec31b7f4c23b3b67f36f8443d4251357
Author: Aisha Tammy <gentoo <AT> aisha <DOT> cc>
AuthorDate: Thu Nov 12 18:47:37 2020 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Thu Nov 12 18:47:37 2020 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c53e9333
x11-themes/sweet-folders-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/sweet-folders-icon-theme/Manifest | 1 -
x11-themes/sweet-folders-icon-theme/metadata.xml | 8 ------
.../sweet-folders-icon-theme-0_pre20200227.ebuild | 33 ----------------------
.../sweet-folders-icon-theme-9999.ebuild | 33 ----------------------
4 files changed, 75 deletions(-)
diff --git a/x11-themes/sweet-folders-icon-theme/Manifest b/x11-themes/sweet-folders-icon-theme/Manifest
deleted file mode 100644
index 43d978a2..00000000
--- a/x11-themes/sweet-folders-icon-theme/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST sweet-folders-icon-theme-0_pre20200227.tar.gz 1475423 BLAKE2B e64b5b018a8e56f0ee107b36b203299addf4816a5525560056dae322c634cccb52c314ac2b86b3678a26c27bd65ceb2d5c9afc98b119bc2f68f2cfd33a77ea8c SHA512 4c4a06c5ddbe50a2030ba4b5cf57429ec7525a3e7db0c5ae9b10fbdc99f21cbd04c045a37d49c77e0a8fe55aa2c76a45340a99e9a227c1a89879cb4f46f36867
diff --git a/x11-themes/sweet-folders-icon-theme/metadata.xml b/x11-themes/sweet-folders-icon-theme/metadata.xml
deleted file mode 100644
index a3865a3c..00000000
--- a/x11-themes/sweet-folders-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/sweet-folders-icon-theme/sweet-folders-icon-theme-0_pre20200227.ebuild b/x11-themes/sweet-folders-icon-theme/sweet-folders-icon-theme-0_pre20200227.ebuild
deleted file mode 100644
index 754decd7..00000000
--- a/x11-themes/sweet-folders-icon-theme/sweet-folders-icon-theme-0_pre20200227.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"
-
-MY_PN="Sweet-folders"
-
-DESCRIPTION="sweet gradient icons"
-
-HOMEPAGE="https://github.com/EliverLara/Sweet-folders"
-
-if [[ "${PV}" == "9999" ]]; then
- inherit git-r3
- EGIT_REPO_URI="https://github.com/EliverLara/Sweet-folders.git"
-else
- COMMIT="d50fbe3d93df4c494958c773b681ab36049935a1"
- SRC_URI="https://github.com/EliverLara/Sweet-folders/archive/${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}/${MY_PN}-${COMMIT}"
-fi
-
-LICENSE="GPL-3"
-SLOT="0"
-
-src_prepare() {
- default
- find . -xtype l -delete || die
-}
-
-src_install() {
- insinto /usr/share/icons/
- doins -r Sweet-*
-}
diff --git a/x11-themes/sweet-folders-icon-theme/sweet-folders-icon-theme-9999.ebuild b/x11-themes/sweet-folders-icon-theme/sweet-folders-icon-theme-9999.ebuild
deleted file mode 100644
index 754decd7..00000000
--- a/x11-themes/sweet-folders-icon-theme/sweet-folders-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"
-
-MY_PN="Sweet-folders"
-
-DESCRIPTION="sweet gradient icons"
-
-HOMEPAGE="https://github.com/EliverLara/Sweet-folders"
-
-if [[ "${PV}" == "9999" ]]; then
- inherit git-r3
- EGIT_REPO_URI="https://github.com/EliverLara/Sweet-folders.git"
-else
- COMMIT="d50fbe3d93df4c494958c773b681ab36049935a1"
- SRC_URI="https://github.com/EliverLara/Sweet-folders/archive/${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}/${MY_PN}-${COMMIT}"
-fi
-
-LICENSE="GPL-3"
-SLOT="0"
-
-src_prepare() {
- default
- find . -xtype l -delete || die
-}
-
-src_install() {
- insinto /usr/share/icons/
- doins -r Sweet-*
-}
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2020-11-12 19:46 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-06-13 13:13 [gentoo-commits] repo/proj/guru:master commit in: x11-themes/sweet-folders-icon-theme/ Andrew Ammerlaan
-- strict thread matches above, loose matches on Subject: below --
2020-11-12 19:46 Andrew Ammerlaan
2020-06-11 16:50 Andrew Ammerlaan
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox