public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/proj/guru:master commit in: x11-themes/obsidian2-gtk-theme/
@ 2020-04-07 11:12 Andrew Ammerlaan
  0 siblings, 0 replies; 22+ messages in thread
From: Andrew Ammerlaan @ 2020-04-07 11:12 UTC (permalink / raw
  To: gentoo-commits

commit:     e9184a180efc5aaa35759b68f1903381444804bf
Author:     Huang Rui <vowstar <AT> gmail <DOT> com>
AuthorDate: Tue Apr  7 11:06:07 2020 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Tue Apr  7 11:06:07 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e9184a18

x11-themes/obsidian2-gtk-theme: new package 2.11

Obsidian Gnome Theme, based upon Adwaita-Maia dark skin
https://github.com/madmaxms/theme-obsidian-2

Package-Manager: Portage-2.3.96, Repoman-2.3.22
Signed-off-by: Huang Rui <vowstar <AT> gmail.com>

 x11-themes/obsidian2-gtk-theme/Manifest            |  1 +
 x11-themes/obsidian2-gtk-theme/metadata.xml        | 14 +++++++++
 .../obsidian2-gtk-theme-2.11.ebuild                | 35 ++++++++++++++++++++++
 3 files changed, 50 insertions(+)

diff --git a/x11-themes/obsidian2-gtk-theme/Manifest b/x11-themes/obsidian2-gtk-theme/Manifest
new file mode 100644
index 0000000..eeafb35
--- /dev/null
+++ b/x11-themes/obsidian2-gtk-theme/Manifest
@@ -0,0 +1 @@
+DIST obsidian2-gtk-theme-2.11.tar.gz 877035 BLAKE2B 3a98c090499ec972ba2c33fa625ace400ea987b9a3d0ec337d4c53ce45b5202721a4139c2329b3c4e3b96ca9a1f67a4fd1e3d2a939051ad74151c804dafc1ee2 SHA512 139dd665a08a466acc3a192eeaf7435f782ed396af6c707e14d26447a7c9ad1d51b07f31507bd70c4dd56634a9b50d7a7e45d134a5f98faa6d370658bfe13e2d

diff --git a/x11-themes/obsidian2-gtk-theme/metadata.xml b/x11-themes/obsidian2-gtk-theme/metadata.xml
new file mode 100644
index 0000000..2dd0b3e
--- /dev/null
+++ b/x11-themes/obsidian2-gtk-theme/metadata.xml
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="person">
+		<email>vowstar@gmail.com</email>
+	</maintainer>
+	<upstream>
+		<remote-id type="github">madmaxms/theme-obsidian-2</remote-id>
+	</upstream>
+	<longdescription>
+	Modern and intuitive Obsidian Gnome theme, based upon Adwaita-Maia dark
+	skin. Compatible with Gtk 3.22.
+	</longdescription>
+</pkgmetadata>

diff --git a/x11-themes/obsidian2-gtk-theme/obsidian2-gtk-theme-2.11.ebuild b/x11-themes/obsidian2-gtk-theme/obsidian2-gtk-theme-2.11.ebuild
new file mode 100644
index 0000000..2f36c01
--- /dev/null
+++ b/x11-themes/obsidian2-gtk-theme/obsidian2-gtk-theme-2.11.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2020 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/${GIT_PN}"
+
+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-libs/gtk+-3.22
+	x11-themes/gtk-engines-adwaita
+"
+DEPEND="${RDEPEND}"
+
+DOCS=( README.md )
+
+src_install() {
+	insinto /usr/share/themes
+	doins -r Obsidian*
+}


^ permalink raw reply related	[flat|nested] 22+ messages in thread

* [gentoo-commits] repo/proj/guru:master commit in: x11-themes/obsidian2-gtk-theme/
@ 2020-04-07 11:12 Andrew Ammerlaan
  0 siblings, 0 replies; 22+ messages in thread
From: Andrew Ammerlaan @ 2020-04-07 11:12 UTC (permalink / raw
  To: gentoo-commits

commit:     c0ce8a6b54bee385e4dc74e660eb2c37836f1922
Author:     Huang Rui <vowstar <AT> gmail <DOT> com>
AuthorDate: Tue Apr  7 11:07:16 2020 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Tue Apr  7 11:07:17 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c0ce8a6b

x11-themes/obsidian2-gtk-theme: add live build

User could get latest software

Package-Manager: Portage-2.3.96, Repoman-2.3.22
Signed-off-by: Huang Rui <vowstar <AT> gmail.com>

 .../obsidian2-gtk-theme-9999.ebuild                | 35 ++++++++++++++++++++++
 1 file changed, 35 insertions(+)

diff --git a/x11-themes/obsidian2-gtk-theme/obsidian2-gtk-theme-9999.ebuild b/x11-themes/obsidian2-gtk-theme/obsidian2-gtk-theme-9999.ebuild
new file mode 100644
index 0000000..2f36c01
--- /dev/null
+++ b/x11-themes/obsidian2-gtk-theme/obsidian2-gtk-theme-9999.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2020 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/${GIT_PN}"
+
+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-libs/gtk+-3.22
+	x11-themes/gtk-engines-adwaita
+"
+DEPEND="${RDEPEND}"
+
+DOCS=( README.md )
+
+src_install() {
+	insinto /usr/share/themes
+	doins -r Obsidian*
+}


^ permalink raw reply related	[flat|nested] 22+ messages in thread

* [gentoo-commits] repo/proj/guru:master commit in: x11-themes/obsidian2-gtk-theme/
@ 2020-05-14  9:29 Andrew Ammerlaan
  0 siblings, 0 replies; 22+ messages in thread
From: Andrew Ammerlaan @ 2020-05-14  9:29 UTC (permalink / raw
  To: gentoo-commits

commit:     bde1a0c3e0555c02585b9c8bf0c8200eb458423c
Author:     Huang Rui <vowstar <AT> gmail <DOT> com>
AuthorDate: Wed May 13 17:20:51 2020 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Wed May 13 17:20:51 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=bde1a0c3

x11-themes/obsidian2-gtk-theme: bump to version 2.12

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Huang Rui <vowstar <AT> gmail.com>

 x11-themes/obsidian2-gtk-theme/Manifest            |  1 +
 .../obsidian2-gtk-theme-2.12.ebuild                | 35 ++++++++++++++++++++++
 2 files changed, 36 insertions(+)

diff --git a/x11-themes/obsidian2-gtk-theme/Manifest b/x11-themes/obsidian2-gtk-theme/Manifest
index eeafb35..0c0b63c 100644
--- a/x11-themes/obsidian2-gtk-theme/Manifest
+++ b/x11-themes/obsidian2-gtk-theme/Manifest
@@ -1 +1,2 @@
 DIST obsidian2-gtk-theme-2.11.tar.gz 877035 BLAKE2B 3a98c090499ec972ba2c33fa625ace400ea987b9a3d0ec337d4c53ce45b5202721a4139c2329b3c4e3b96ca9a1f67a4fd1e3d2a939051ad74151c804dafc1ee2 SHA512 139dd665a08a466acc3a192eeaf7435f782ed396af6c707e14d26447a7c9ad1d51b07f31507bd70c4dd56634a9b50d7a7e45d134a5f98faa6d370658bfe13e2d
+DIST obsidian2-gtk-theme-2.12.tar.gz 885811 BLAKE2B 655fb66fe2966e48cb7e6da8dc0188d2ca9ed1d63f6243c1848819e0e2190cc90572e48d6a42c0c6823229f19511e7a29f6d78e4c5b13d7a692842a268c2c392 SHA512 c7f95d10133ae871642127b8f2acb84ff382fb7e9a8aa0352370df32aa8c28c5d75f0b19bc71a11a25d61cf19e90d04b8db5a389ea2c2466d7f897d089ae1d00

diff --git a/x11-themes/obsidian2-gtk-theme/obsidian2-gtk-theme-2.12.ebuild b/x11-themes/obsidian2-gtk-theme/obsidian2-gtk-theme-2.12.ebuild
new file mode 100644
index 0000000..0e69865
--- /dev/null
+++ b/x11-themes/obsidian2-gtk-theme/obsidian2-gtk-theme-2.12.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2020 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 ~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-libs/gtk+-3.22
+	x11-themes/gtk-engines-adwaita
+"
+DEPEND="${RDEPEND}"
+
+DOCS=( README.md )
+
+src_install() {
+	insinto /usr/share/themes
+	doins -r Obsidian*
+}


^ permalink raw reply related	[flat|nested] 22+ messages in thread

* [gentoo-commits] repo/proj/guru:master commit in: x11-themes/obsidian2-gtk-theme/
@ 2020-05-14  9:29 Andrew Ammerlaan
  0 siblings, 0 replies; 22+ messages in thread
From: Andrew Ammerlaan @ 2020-05-14  9:29 UTC (permalink / raw
  To: gentoo-commits

commit:     d31253885576e8871a791033097d340cd9ee357b
Author:     Huang Rui <vowstar <AT> gmail <DOT> com>
AuthorDate: Wed May 13 17:26:40 2020 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Wed May 13 17:26:40 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d3125388

x11-themes/obsidian2-gtk-theme: drop 2.11

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Huang Rui <vowstar <AT> gmail.com>

 x11-themes/obsidian2-gtk-theme/Manifest            |  1 -
 .../obsidian2-gtk-theme-2.11-r1.ebuild             | 35 ----------------------
 2 files changed, 36 deletions(-)

diff --git a/x11-themes/obsidian2-gtk-theme/Manifest b/x11-themes/obsidian2-gtk-theme/Manifest
index 0c0b63c..e9de8f9 100644
--- a/x11-themes/obsidian2-gtk-theme/Manifest
+++ b/x11-themes/obsidian2-gtk-theme/Manifest
@@ -1,2 +1 @@
-DIST obsidian2-gtk-theme-2.11.tar.gz 877035 BLAKE2B 3a98c090499ec972ba2c33fa625ace400ea987b9a3d0ec337d4c53ce45b5202721a4139c2329b3c4e3b96ca9a1f67a4fd1e3d2a939051ad74151c804dafc1ee2 SHA512 139dd665a08a466acc3a192eeaf7435f782ed396af6c707e14d26447a7c9ad1d51b07f31507bd70c4dd56634a9b50d7a7e45d134a5f98faa6d370658bfe13e2d
 DIST obsidian2-gtk-theme-2.12.tar.gz 885811 BLAKE2B 655fb66fe2966e48cb7e6da8dc0188d2ca9ed1d63f6243c1848819e0e2190cc90572e48d6a42c0c6823229f19511e7a29f6d78e4c5b13d7a692842a268c2c392 SHA512 c7f95d10133ae871642127b8f2acb84ff382fb7e9a8aa0352370df32aa8c28c5d75f0b19bc71a11a25d61cf19e90d04b8db5a389ea2c2466d7f897d089ae1d00

diff --git a/x11-themes/obsidian2-gtk-theme/obsidian2-gtk-theme-2.11-r1.ebuild b/x11-themes/obsidian2-gtk-theme/obsidian2-gtk-theme-2.11-r1.ebuild
deleted file mode 100644
index 0e69865..0000000
--- a/x11-themes/obsidian2-gtk-theme/obsidian2-gtk-theme-2.11-r1.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2020 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 ~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-libs/gtk+-3.22
-	x11-themes/gtk-engines-adwaita
-"
-DEPEND="${RDEPEND}"
-
-DOCS=( README.md )
-
-src_install() {
-	insinto /usr/share/themes
-	doins -r Obsidian*
-}


^ permalink raw reply related	[flat|nested] 22+ messages in thread

* [gentoo-commits] repo/proj/guru:master commit in: x11-themes/obsidian2-gtk-theme/
@ 2020-08-07 18:14 Andrew Ammerlaan
  0 siblings, 0 replies; 22+ messages in thread
From: Andrew Ammerlaan @ 2020-08-07 18:14 UTC (permalink / raw
  To: gentoo-commits

commit:     70f2366609493b22008d7a32be4d8185af9c3387
Author:     Huang Rui <vowstar <AT> gmail <DOT> com>
AuthorDate: Fri Aug  7 14:06:47 2020 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Fri Aug  7 14:06:47 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=70f23666

x11-themes/obsidian2-gtk-theme: bump to 2.13

Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Huang Rui <vowstar <AT> gmail.com>

 x11-themes/obsidian2-gtk-theme/Manifest            |  1 +
 .../obsidian2-gtk-theme-2.13.ebuild                | 35 ++++++++++++++++++++++
 2 files changed, 36 insertions(+)

diff --git a/x11-themes/obsidian2-gtk-theme/Manifest b/x11-themes/obsidian2-gtk-theme/Manifest
index e9de8f9..b41d64b 100644
--- a/x11-themes/obsidian2-gtk-theme/Manifest
+++ b/x11-themes/obsidian2-gtk-theme/Manifest
@@ -1 +1,2 @@
 DIST obsidian2-gtk-theme-2.12.tar.gz 885811 BLAKE2B 655fb66fe2966e48cb7e6da8dc0188d2ca9ed1d63f6243c1848819e0e2190cc90572e48d6a42c0c6823229f19511e7a29f6d78e4c5b13d7a692842a268c2c392 SHA512 c7f95d10133ae871642127b8f2acb84ff382fb7e9a8aa0352370df32aa8c28c5d75f0b19bc71a11a25d61cf19e90d04b8db5a389ea2c2466d7f897d089ae1d00
+DIST obsidian2-gtk-theme-2.13.tar.gz 877047 BLAKE2B 8d796e30bdb73d0754bac658cc5afa18a835cb59c4842f898843706304137ec67f6d6ba2d94b843dafe92d083d3d2d3e20ff2dc6f00898c0b1448fb0d5ca596d SHA512 42c6023e74ee6fbbff47956aa460250059dd70bc6befdbec7506b0ca0373bc8f8d392b40861508d03285cf9a4c945914c9ba81cf0845d8eb3f195142b6ec4ee6

diff --git a/x11-themes/obsidian2-gtk-theme/obsidian2-gtk-theme-2.13.ebuild b/x11-themes/obsidian2-gtk-theme/obsidian2-gtk-theme-2.13.ebuild
new file mode 100644
index 0000000..0e69865
--- /dev/null
+++ b/x11-themes/obsidian2-gtk-theme/obsidian2-gtk-theme-2.13.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2020 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 ~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-libs/gtk+-3.22
+	x11-themes/gtk-engines-adwaita
+"
+DEPEND="${RDEPEND}"
+
+DOCS=( README.md )
+
+src_install() {
+	insinto /usr/share/themes
+	doins -r Obsidian*
+}


^ permalink raw reply related	[flat|nested] 22+ messages in thread

* [gentoo-commits] repo/proj/guru:master commit in: x11-themes/obsidian2-gtk-theme/
@ 2020-08-07 18:14 Andrew Ammerlaan
  0 siblings, 0 replies; 22+ messages in thread
From: Andrew Ammerlaan @ 2020-08-07 18:14 UTC (permalink / raw
  To: gentoo-commits

commit:     0edec1ebb64abc431696e29a305b8c7d7ed13b8d
Author:     Huang Rui <vowstar <AT> gmail <DOT> com>
AuthorDate: Fri Aug  7 14:07:23 2020 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Fri Aug  7 14:07:23 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0edec1eb

x11-themes/obsidian2-gtk-theme: drop 2.12

Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Huang Rui <vowstar <AT> gmail.com>

 x11-themes/obsidian2-gtk-theme/Manifest            |  1 -
 .../obsidian2-gtk-theme-2.12.ebuild                | 35 ----------------------
 2 files changed, 36 deletions(-)

diff --git a/x11-themes/obsidian2-gtk-theme/Manifest b/x11-themes/obsidian2-gtk-theme/Manifest
index b41d64b..3ce4a05 100644
--- a/x11-themes/obsidian2-gtk-theme/Manifest
+++ b/x11-themes/obsidian2-gtk-theme/Manifest
@@ -1,2 +1 @@
-DIST obsidian2-gtk-theme-2.12.tar.gz 885811 BLAKE2B 655fb66fe2966e48cb7e6da8dc0188d2ca9ed1d63f6243c1848819e0e2190cc90572e48d6a42c0c6823229f19511e7a29f6d78e4c5b13d7a692842a268c2c392 SHA512 c7f95d10133ae871642127b8f2acb84ff382fb7e9a8aa0352370df32aa8c28c5d75f0b19bc71a11a25d61cf19e90d04b8db5a389ea2c2466d7f897d089ae1d00
 DIST obsidian2-gtk-theme-2.13.tar.gz 877047 BLAKE2B 8d796e30bdb73d0754bac658cc5afa18a835cb59c4842f898843706304137ec67f6d6ba2d94b843dafe92d083d3d2d3e20ff2dc6f00898c0b1448fb0d5ca596d SHA512 42c6023e74ee6fbbff47956aa460250059dd70bc6befdbec7506b0ca0373bc8f8d392b40861508d03285cf9a4c945914c9ba81cf0845d8eb3f195142b6ec4ee6

diff --git a/x11-themes/obsidian2-gtk-theme/obsidian2-gtk-theme-2.12.ebuild b/x11-themes/obsidian2-gtk-theme/obsidian2-gtk-theme-2.12.ebuild
deleted file mode 100644
index 0e69865..0000000
--- a/x11-themes/obsidian2-gtk-theme/obsidian2-gtk-theme-2.12.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2020 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 ~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-libs/gtk+-3.22
-	x11-themes/gtk-engines-adwaita
-"
-DEPEND="${RDEPEND}"
-
-DOCS=( README.md )
-
-src_install() {
-	insinto /usr/share/themes
-	doins -r Obsidian*
-}


^ permalink raw reply related	[flat|nested] 22+ messages in thread

* [gentoo-commits] repo/proj/guru:master commit in: x11-themes/obsidian2-gtk-theme/
@ 2020-09-19 14:24 Andrew Ammerlaan
  0 siblings, 0 replies; 22+ messages in thread
From: Andrew Ammerlaan @ 2020-09-19 14:24 UTC (permalink / raw
  To: gentoo-commits

commit:     da409b04e6cc3d7376950d8b169116847197486d
Author:     Huang Rui <vowstar <AT> gmail <DOT> com>
AuthorDate: Fri Sep 18 09:24:59 2020 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Fri Sep 18 09:24:59 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=da409b04

x11-themes/obsidian2-gtk-theme: bump to 2.14

Package-Manager: Portage-3.0.7, Repoman-3.0.1
Signed-off-by: Huang Rui <vowstar <AT> gmail.com>

 x11-themes/obsidian2-gtk-theme/Manifest            |  1 +
 .../obsidian2-gtk-theme-2.14.ebuild                | 35 ++++++++++++++++++++++
 2 files changed, 36 insertions(+)

diff --git a/x11-themes/obsidian2-gtk-theme/Manifest b/x11-themes/obsidian2-gtk-theme/Manifest
index 3ce4a059..af070399 100644
--- a/x11-themes/obsidian2-gtk-theme/Manifest
+++ b/x11-themes/obsidian2-gtk-theme/Manifest
@@ -1 +1,2 @@
 DIST obsidian2-gtk-theme-2.13.tar.gz 877047 BLAKE2B 8d796e30bdb73d0754bac658cc5afa18a835cb59c4842f898843706304137ec67f6d6ba2d94b843dafe92d083d3d2d3e20ff2dc6f00898c0b1448fb0d5ca596d SHA512 42c6023e74ee6fbbff47956aa460250059dd70bc6befdbec7506b0ca0373bc8f8d392b40861508d03285cf9a4c945914c9ba81cf0845d8eb3f195142b6ec4ee6
+DIST obsidian2-gtk-theme-2.14.tar.gz 880753 BLAKE2B ec649784b0d5e1dea060aa6581d5ae1ce4dcb442e4d416d3dee46f6a6b3fe6af304bd1ac5fafb6aaeb62f00c5c209b4e58d3736cfb3f3e63ee9c507200f20fb7 SHA512 ba36e17db192b4aeaa6dc4065792e76485527838d20dbef2b9e3f95e33e2b4fa902dc63c112cffc983c0199d497c33ad3f5246d20aaf0f445e9f8ed3465c1121

diff --git a/x11-themes/obsidian2-gtk-theme/obsidian2-gtk-theme-2.14.ebuild b/x11-themes/obsidian2-gtk-theme/obsidian2-gtk-theme-2.14.ebuild
new file mode 100644
index 00000000..0e69865d
--- /dev/null
+++ b/x11-themes/obsidian2-gtk-theme/obsidian2-gtk-theme-2.14.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2020 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 ~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-libs/gtk+-3.22
+	x11-themes/gtk-engines-adwaita
+"
+DEPEND="${RDEPEND}"
+
+DOCS=( README.md )
+
+src_install() {
+	insinto /usr/share/themes
+	doins -r Obsidian*
+}


^ permalink raw reply related	[flat|nested] 22+ messages in thread

* [gentoo-commits] repo/proj/guru:master commit in: x11-themes/obsidian2-gtk-theme/
@ 2020-09-19 14:24 Andrew Ammerlaan
  0 siblings, 0 replies; 22+ messages in thread
From: Andrew Ammerlaan @ 2020-09-19 14:24 UTC (permalink / raw
  To: gentoo-commits

commit:     8b560f546fe16dba5340e948cc9a68caf4d6c79c
Author:     Huang Rui <vowstar <AT> gmail <DOT> com>
AuthorDate: Fri Sep 18 09:26:04 2020 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Fri Sep 18 09:26:04 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8b560f54

x11-themes/obsidian2-gtk-theme: drop 2.13

Package-Manager: Portage-3.0.7, Repoman-3.0.1
Signed-off-by: Huang Rui <vowstar <AT> gmail.com>

 x11-themes/obsidian2-gtk-theme/Manifest            |  1 -
 .../obsidian2-gtk-theme-2.13.ebuild                | 35 ----------------------
 2 files changed, 36 deletions(-)

diff --git a/x11-themes/obsidian2-gtk-theme/Manifest b/x11-themes/obsidian2-gtk-theme/Manifest
index af070399..50ab3d52 100644
--- a/x11-themes/obsidian2-gtk-theme/Manifest
+++ b/x11-themes/obsidian2-gtk-theme/Manifest
@@ -1,2 +1 @@
-DIST obsidian2-gtk-theme-2.13.tar.gz 877047 BLAKE2B 8d796e30bdb73d0754bac658cc5afa18a835cb59c4842f898843706304137ec67f6d6ba2d94b843dafe92d083d3d2d3e20ff2dc6f00898c0b1448fb0d5ca596d SHA512 42c6023e74ee6fbbff47956aa460250059dd70bc6befdbec7506b0ca0373bc8f8d392b40861508d03285cf9a4c945914c9ba81cf0845d8eb3f195142b6ec4ee6
 DIST obsidian2-gtk-theme-2.14.tar.gz 880753 BLAKE2B ec649784b0d5e1dea060aa6581d5ae1ce4dcb442e4d416d3dee46f6a6b3fe6af304bd1ac5fafb6aaeb62f00c5c209b4e58d3736cfb3f3e63ee9c507200f20fb7 SHA512 ba36e17db192b4aeaa6dc4065792e76485527838d20dbef2b9e3f95e33e2b4fa902dc63c112cffc983c0199d497c33ad3f5246d20aaf0f445e9f8ed3465c1121

diff --git a/x11-themes/obsidian2-gtk-theme/obsidian2-gtk-theme-2.13.ebuild b/x11-themes/obsidian2-gtk-theme/obsidian2-gtk-theme-2.13.ebuild
deleted file mode 100644
index 0e69865d..00000000
--- a/x11-themes/obsidian2-gtk-theme/obsidian2-gtk-theme-2.13.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2020 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 ~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-libs/gtk+-3.22
-	x11-themes/gtk-engines-adwaita
-"
-DEPEND="${RDEPEND}"
-
-DOCS=( README.md )
-
-src_install() {
-	insinto /usr/share/themes
-	doins -r Obsidian*
-}


^ permalink raw reply related	[flat|nested] 22+ messages in thread

* [gentoo-commits] repo/proj/guru:master commit in: x11-themes/obsidian2-gtk-theme/
@ 2020-10-05 13:22 Andrew Ammerlaan
  0 siblings, 0 replies; 22+ messages in thread
From: Andrew Ammerlaan @ 2020-10-05 13:22 UTC (permalink / raw
  To: gentoo-commits

commit:     8381efc4c9d7ea5287abaefa898608c045fd3f01
Author:     Huang Rui <vowstar <AT> gmail <DOT> com>
AuthorDate: Mon Oct  5 13:02:07 2020 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Mon Oct  5 13:02:07 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8381efc4

x11-themes/obsidian2-gtk-theme: drop 2.14

Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Huang Rui <vowstar <AT> gmail.com>

 x11-themes/obsidian2-gtk-theme/Manifest            |  1 -
 .../obsidian2-gtk-theme-2.14.ebuild                | 35 ----------------------
 2 files changed, 36 deletions(-)

diff --git a/x11-themes/obsidian2-gtk-theme/Manifest b/x11-themes/obsidian2-gtk-theme/Manifest
index 46b79b5f..2d0125cd 100644
--- a/x11-themes/obsidian2-gtk-theme/Manifest
+++ b/x11-themes/obsidian2-gtk-theme/Manifest
@@ -1,2 +1 @@
-DIST obsidian2-gtk-theme-2.14.tar.gz 880753 BLAKE2B ec649784b0d5e1dea060aa6581d5ae1ce4dcb442e4d416d3dee46f6a6b3fe6af304bd1ac5fafb6aaeb62f00c5c209b4e58d3736cfb3f3e63ee9c507200f20fb7 SHA512 ba36e17db192b4aeaa6dc4065792e76485527838d20dbef2b9e3f95e33e2b4fa902dc63c112cffc983c0199d497c33ad3f5246d20aaf0f445e9f8ed3465c1121
 DIST obsidian2-gtk-theme-2.15.tar.gz 935469 BLAKE2B 12241f6a1e4ccc1a329678992d942ce18429b1034808fb0a9b7315d72ca70283d89e92d17547d46281e8fd17c4e7e364c85ef9458bf31230b8b298fa2ea6d016 SHA512 e0177fb439f1a23adbf6b9aa22bc21b957c645b9d624bc37c18356e57339b9c39bbbf52001799983907e041fed4155c13ebbbbd29c9303bc06ec95973e9d4afa

diff --git a/x11-themes/obsidian2-gtk-theme/obsidian2-gtk-theme-2.14.ebuild b/x11-themes/obsidian2-gtk-theme/obsidian2-gtk-theme-2.14.ebuild
deleted file mode 100644
index 0e69865d..00000000
--- a/x11-themes/obsidian2-gtk-theme/obsidian2-gtk-theme-2.14.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2020 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 ~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-libs/gtk+-3.22
-	x11-themes/gtk-engines-adwaita
-"
-DEPEND="${RDEPEND}"
-
-DOCS=( README.md )
-
-src_install() {
-	insinto /usr/share/themes
-	doins -r Obsidian*
-}


^ permalink raw reply related	[flat|nested] 22+ messages in thread

* [gentoo-commits] repo/proj/guru:master commit in: x11-themes/obsidian2-gtk-theme/
@ 2020-10-05 13:22 Andrew Ammerlaan
  0 siblings, 0 replies; 22+ messages in thread
From: Andrew Ammerlaan @ 2020-10-05 13:22 UTC (permalink / raw
  To: gentoo-commits

commit:     3e794e8b489cee7edf0c2f46da5d42efbf7f74f1
Author:     Huang Rui <vowstar <AT> gmail <DOT> com>
AuthorDate: Mon Oct  5 13:01:20 2020 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Mon Oct  5 13:01:20 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3e794e8b

x11-themes/obsidian2-gtk-theme: bump to 2.15

Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Huang Rui <vowstar <AT> gmail.com>

 x11-themes/obsidian2-gtk-theme/Manifest            |  1 +
 .../obsidian2-gtk-theme-2.15.ebuild                | 35 ++++++++++++++++++++++
 2 files changed, 36 insertions(+)

diff --git a/x11-themes/obsidian2-gtk-theme/Manifest b/x11-themes/obsidian2-gtk-theme/Manifest
index 50ab3d52..46b79b5f 100644
--- a/x11-themes/obsidian2-gtk-theme/Manifest
+++ b/x11-themes/obsidian2-gtk-theme/Manifest
@@ -1 +1,2 @@
 DIST obsidian2-gtk-theme-2.14.tar.gz 880753 BLAKE2B ec649784b0d5e1dea060aa6581d5ae1ce4dcb442e4d416d3dee46f6a6b3fe6af304bd1ac5fafb6aaeb62f00c5c209b4e58d3736cfb3f3e63ee9c507200f20fb7 SHA512 ba36e17db192b4aeaa6dc4065792e76485527838d20dbef2b9e3f95e33e2b4fa902dc63c112cffc983c0199d497c33ad3f5246d20aaf0f445e9f8ed3465c1121
+DIST obsidian2-gtk-theme-2.15.tar.gz 935469 BLAKE2B 12241f6a1e4ccc1a329678992d942ce18429b1034808fb0a9b7315d72ca70283d89e92d17547d46281e8fd17c4e7e364c85ef9458bf31230b8b298fa2ea6d016 SHA512 e0177fb439f1a23adbf6b9aa22bc21b957c645b9d624bc37c18356e57339b9c39bbbf52001799983907e041fed4155c13ebbbbd29c9303bc06ec95973e9d4afa

diff --git a/x11-themes/obsidian2-gtk-theme/obsidian2-gtk-theme-2.15.ebuild b/x11-themes/obsidian2-gtk-theme/obsidian2-gtk-theme-2.15.ebuild
new file mode 100644
index 00000000..0e69865d
--- /dev/null
+++ b/x11-themes/obsidian2-gtk-theme/obsidian2-gtk-theme-2.15.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2020 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 ~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-libs/gtk+-3.22
+	x11-themes/gtk-engines-adwaita
+"
+DEPEND="${RDEPEND}"
+
+DOCS=( README.md )
+
+src_install() {
+	insinto /usr/share/themes
+	doins -r Obsidian*
+}


^ permalink raw reply related	[flat|nested] 22+ messages in thread

* [gentoo-commits] repo/proj/guru:master commit in: x11-themes/obsidian2-gtk-theme/
@ 2020-12-03 11:36 Andrew Ammerlaan
  0 siblings, 0 replies; 22+ messages in thread
From: Andrew Ammerlaan @ 2020-12-03 11:36 UTC (permalink / raw
  To: gentoo-commits

commit:     6fa7c786516c3c1f776e8b2497290fd131c4fd34
Author:     Huang Rui <vowstar <AT> gmail <DOT> com>
AuthorDate: Tue Dec  1 09:11:09 2020 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Tue Dec  1 09:11:09 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6fa7c786

x11-themes/obsidian2-gtk-theme: bump to 2.16

Package-Manager: Portage-3.0.11, Repoman-3.0.2
Signed-off-by: Huang Rui <vowstar <AT> gmail.com>

 x11-themes/obsidian2-gtk-theme/Manifest            |  1 +
 .../obsidian2-gtk-theme-2.16.ebuild                | 35 ++++++++++++++++++++++
 2 files changed, 36 insertions(+)

diff --git a/x11-themes/obsidian2-gtk-theme/Manifest b/x11-themes/obsidian2-gtk-theme/Manifest
index 2d0125cd..33affff9 100644
--- a/x11-themes/obsidian2-gtk-theme/Manifest
+++ b/x11-themes/obsidian2-gtk-theme/Manifest
@@ -1 +1,2 @@
 DIST obsidian2-gtk-theme-2.15.tar.gz 935469 BLAKE2B 12241f6a1e4ccc1a329678992d942ce18429b1034808fb0a9b7315d72ca70283d89e92d17547d46281e8fd17c4e7e364c85ef9458bf31230b8b298fa2ea6d016 SHA512 e0177fb439f1a23adbf6b9aa22bc21b957c645b9d624bc37c18356e57339b9c39bbbf52001799983907e041fed4155c13ebbbbd29c9303bc06ec95973e9d4afa
+DIST obsidian2-gtk-theme-2.16.tar.gz 946770 BLAKE2B 7530662bad8ce1645333391c4fa9c3bc84bc220861d6f8a42177c108d699b6106f6dc133ab360e7c24dc732d44635647e1ebf96874fbd7a0d1cd15958bf32a99 SHA512 4e68a1d8b0c09e4e595bfd349c8d14855c1c9aca8ce72e130981cf02a75bd0eeb9a49cbcde131177761c2b7ebd495550b0b6201eabbbd3878bba433ddce80af0

diff --git a/x11-themes/obsidian2-gtk-theme/obsidian2-gtk-theme-2.16.ebuild b/x11-themes/obsidian2-gtk-theme/obsidian2-gtk-theme-2.16.ebuild
new file mode 100644
index 00000000..0e69865d
--- /dev/null
+++ b/x11-themes/obsidian2-gtk-theme/obsidian2-gtk-theme-2.16.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2020 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 ~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-libs/gtk+-3.22
+	x11-themes/gtk-engines-adwaita
+"
+DEPEND="${RDEPEND}"
+
+DOCS=( README.md )
+
+src_install() {
+	insinto /usr/share/themes
+	doins -r Obsidian*
+}


^ permalink raw reply related	[flat|nested] 22+ messages in thread

* [gentoo-commits] repo/proj/guru:master commit in: x11-themes/obsidian2-gtk-theme/
@ 2020-12-03 11:36 Andrew Ammerlaan
  0 siblings, 0 replies; 22+ messages in thread
From: Andrew Ammerlaan @ 2020-12-03 11:36 UTC (permalink / raw
  To: gentoo-commits

commit:     e92fe7bc54083d2635ffd8725f8adf7dd2f7d00f
Author:     Huang Rui <vowstar <AT> gmail <DOT> com>
AuthorDate: Tue Dec  1 09:12:04 2020 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Tue Dec  1 09:12:04 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e92fe7bc

x11-themes/obsidian2-gtk-theme: drop 2.15

Package-Manager: Portage-3.0.11, Repoman-3.0.2
Signed-off-by: Huang Rui <vowstar <AT> gmail.com>

 x11-themes/obsidian2-gtk-theme/Manifest            |  1 -
 .../obsidian2-gtk-theme-2.15.ebuild                | 35 ----------------------
 2 files changed, 36 deletions(-)

diff --git a/x11-themes/obsidian2-gtk-theme/Manifest b/x11-themes/obsidian2-gtk-theme/Manifest
index 33affff9..bb4c1f86 100644
--- a/x11-themes/obsidian2-gtk-theme/Manifest
+++ b/x11-themes/obsidian2-gtk-theme/Manifest
@@ -1,2 +1 @@
-DIST obsidian2-gtk-theme-2.15.tar.gz 935469 BLAKE2B 12241f6a1e4ccc1a329678992d942ce18429b1034808fb0a9b7315d72ca70283d89e92d17547d46281e8fd17c4e7e364c85ef9458bf31230b8b298fa2ea6d016 SHA512 e0177fb439f1a23adbf6b9aa22bc21b957c645b9d624bc37c18356e57339b9c39bbbf52001799983907e041fed4155c13ebbbbd29c9303bc06ec95973e9d4afa
 DIST obsidian2-gtk-theme-2.16.tar.gz 946770 BLAKE2B 7530662bad8ce1645333391c4fa9c3bc84bc220861d6f8a42177c108d699b6106f6dc133ab360e7c24dc732d44635647e1ebf96874fbd7a0d1cd15958bf32a99 SHA512 4e68a1d8b0c09e4e595bfd349c8d14855c1c9aca8ce72e130981cf02a75bd0eeb9a49cbcde131177761c2b7ebd495550b0b6201eabbbd3878bba433ddce80af0

diff --git a/x11-themes/obsidian2-gtk-theme/obsidian2-gtk-theme-2.15.ebuild b/x11-themes/obsidian2-gtk-theme/obsidian2-gtk-theme-2.15.ebuild
deleted file mode 100644
index 0e69865d..00000000
--- a/x11-themes/obsidian2-gtk-theme/obsidian2-gtk-theme-2.15.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2020 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 ~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-libs/gtk+-3.22
-	x11-themes/gtk-engines-adwaita
-"
-DEPEND="${RDEPEND}"
-
-DOCS=( README.md )
-
-src_install() {
-	insinto /usr/share/themes
-	doins -r Obsidian*
-}


^ permalink raw reply related	[flat|nested] 22+ messages in thread

* [gentoo-commits] repo/proj/guru:master commit in: x11-themes/obsidian2-gtk-theme/
@ 2020-12-15 22:35 Haelwenn Monnier
  0 siblings, 0 replies; 22+ messages in thread
From: Haelwenn Monnier @ 2020-12-15 22:35 UTC (permalink / raw
  To: gentoo-commits

commit:     b6ef1b7025d64889c5d7e34ba7f76a634fcd382e
Author:     Huang Rui <vowstar <AT> gmail <DOT> com>
AuthorDate: Tue Dec 15 09:08:12 2020 +0000
Commit:     Haelwenn Monnier <contact <AT> hacktivis <DOT> me>
CommitDate: Tue Dec 15 09:08:12 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b6ef1b70

x11-themes/obsidian2-gtk-theme: drop 2.16

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Huang Rui <vowstar <AT> gmail.com>

 x11-themes/obsidian2-gtk-theme/Manifest            |  1 -
 .../obsidian2-gtk-theme-2.16.ebuild                | 35 ----------------------
 2 files changed, 36 deletions(-)

diff --git a/x11-themes/obsidian2-gtk-theme/Manifest b/x11-themes/obsidian2-gtk-theme/Manifest
index 1cfba8ef..511f5c94 100644
--- a/x11-themes/obsidian2-gtk-theme/Manifest
+++ b/x11-themes/obsidian2-gtk-theme/Manifest
@@ -1,2 +1 @@
-DIST obsidian2-gtk-theme-2.16.tar.gz 946770 BLAKE2B 7530662bad8ce1645333391c4fa9c3bc84bc220861d6f8a42177c108d699b6106f6dc133ab360e7c24dc732d44635647e1ebf96874fbd7a0d1cd15958bf32a99 SHA512 4e68a1d8b0c09e4e595bfd349c8d14855c1c9aca8ce72e130981cf02a75bd0eeb9a49cbcde131177761c2b7ebd495550b0b6201eabbbd3878bba433ddce80af0
 DIST obsidian2-gtk-theme-2.17.tar.gz 958471 BLAKE2B 7eb39a6ad371a43d0a6693724626d6ffb8e00bda04d5490f59d5f8d7822b08d486295558454021e51157f0fc381ac8691adbc5b6138c511bebcec78141c99830 SHA512 266e7974622b5fcbd56791649279e369efb78798b16562eb4aa4b0f8d647ccd9497189effc457b9d008408a34f8f40a7ff47dab81c4df286064ac39f9438a548

diff --git a/x11-themes/obsidian2-gtk-theme/obsidian2-gtk-theme-2.16.ebuild b/x11-themes/obsidian2-gtk-theme/obsidian2-gtk-theme-2.16.ebuild
deleted file mode 100644
index 0e69865d..00000000
--- a/x11-themes/obsidian2-gtk-theme/obsidian2-gtk-theme-2.16.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2020 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 ~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-libs/gtk+-3.22
-	x11-themes/gtk-engines-adwaita
-"
-DEPEND="${RDEPEND}"
-
-DOCS=( README.md )
-
-src_install() {
-	insinto /usr/share/themes
-	doins -r Obsidian*
-}


^ permalink raw reply related	[flat|nested] 22+ messages in thread

* [gentoo-commits] repo/proj/guru:master commit in: x11-themes/obsidian2-gtk-theme/
@ 2020-12-15 22:35 Haelwenn Monnier
  0 siblings, 0 replies; 22+ messages in thread
From: Haelwenn Monnier @ 2020-12-15 22:35 UTC (permalink / raw
  To: gentoo-commits

commit:     60da1d5f892715388107beb018ab2bfd439a0e32
Author:     Huang Rui <vowstar <AT> gmail <DOT> com>
AuthorDate: Tue Dec 15 09:07:41 2020 +0000
Commit:     Haelwenn Monnier <contact <AT> hacktivis <DOT> me>
CommitDate: Tue Dec 15 09:07:41 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=60da1d5f

x11-themes/obsidian2-gtk-theme: bump to 2.17

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Huang Rui <vowstar <AT> gmail.com>

 x11-themes/obsidian2-gtk-theme/Manifest            |  1 +
 .../obsidian2-gtk-theme-2.17.ebuild                | 35 ++++++++++++++++++++++
 2 files changed, 36 insertions(+)

diff --git a/x11-themes/obsidian2-gtk-theme/Manifest b/x11-themes/obsidian2-gtk-theme/Manifest
index bb4c1f86..1cfba8ef 100644
--- a/x11-themes/obsidian2-gtk-theme/Manifest
+++ b/x11-themes/obsidian2-gtk-theme/Manifest
@@ -1 +1,2 @@
 DIST obsidian2-gtk-theme-2.16.tar.gz 946770 BLAKE2B 7530662bad8ce1645333391c4fa9c3bc84bc220861d6f8a42177c108d699b6106f6dc133ab360e7c24dc732d44635647e1ebf96874fbd7a0d1cd15958bf32a99 SHA512 4e68a1d8b0c09e4e595bfd349c8d14855c1c9aca8ce72e130981cf02a75bd0eeb9a49cbcde131177761c2b7ebd495550b0b6201eabbbd3878bba433ddce80af0
+DIST obsidian2-gtk-theme-2.17.tar.gz 958471 BLAKE2B 7eb39a6ad371a43d0a6693724626d6ffb8e00bda04d5490f59d5f8d7822b08d486295558454021e51157f0fc381ac8691adbc5b6138c511bebcec78141c99830 SHA512 266e7974622b5fcbd56791649279e369efb78798b16562eb4aa4b0f8d647ccd9497189effc457b9d008408a34f8f40a7ff47dab81c4df286064ac39f9438a548

diff --git a/x11-themes/obsidian2-gtk-theme/obsidian2-gtk-theme-2.17.ebuild b/x11-themes/obsidian2-gtk-theme/obsidian2-gtk-theme-2.17.ebuild
new file mode 100644
index 00000000..0e69865d
--- /dev/null
+++ b/x11-themes/obsidian2-gtk-theme/obsidian2-gtk-theme-2.17.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2020 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 ~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-libs/gtk+-3.22
+	x11-themes/gtk-engines-adwaita
+"
+DEPEND="${RDEPEND}"
+
+DOCS=( README.md )
+
+src_install() {
+	insinto /usr/share/themes
+	doins -r Obsidian*
+}


^ permalink raw reply related	[flat|nested] 22+ messages in thread

* [gentoo-commits] repo/proj/guru:master commit in: x11-themes/obsidian2-gtk-theme/
  2020-12-28 23:22 [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
@ 2020-12-28 23:22 ` Andrew Ammerlaan
  0 siblings, 0 replies; 22+ messages in thread
From: Andrew Ammerlaan @ 2020-12-28 23:22 UTC (permalink / raw
  To: gentoo-commits

commit:     679c3dea62c68a1ce82c2909df8e06fd1620ab6c
Author:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Mon Dec 28 23:20:20 2020 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Mon Dec 28 23:21:07 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=679c3dea

11-themes/obsidian2-gtk-theme: drop invalid keywords

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>

 x11-themes/obsidian2-gtk-theme/obsidian2-gtk-theme-2.17.ebuild | 2 +-
 x11-themes/obsidian2-gtk-theme/obsidian2-gtk-theme-9999.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-themes/obsidian2-gtk-theme/obsidian2-gtk-theme-2.17.ebuild b/x11-themes/obsidian2-gtk-theme/obsidian2-gtk-theme-2.17.ebuild
index 0e69865d..25fea8ce 100644
--- a/x11-themes/obsidian2-gtk-theme/obsidian2-gtk-theme-2.17.ebuild
+++ b/x11-themes/obsidian2-gtk-theme/obsidian2-gtk-theme-2.17.ebuild
@@ -14,7 +14,7 @@ if [[ "${PV}" == "9999" ]]; then
 	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"
+	KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 	S="${WORKDIR}/${GIT_PN}-${PV}"
 fi
 

diff --git a/x11-themes/obsidian2-gtk-theme/obsidian2-gtk-theme-9999.ebuild b/x11-themes/obsidian2-gtk-theme/obsidian2-gtk-theme-9999.ebuild
index 0e69865d..25fea8ce 100644
--- a/x11-themes/obsidian2-gtk-theme/obsidian2-gtk-theme-9999.ebuild
+++ b/x11-themes/obsidian2-gtk-theme/obsidian2-gtk-theme-9999.ebuild
@@ -14,7 +14,7 @@ if [[ "${PV}" == "9999" ]]; then
 	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"
+	KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 	S="${WORKDIR}/${GIT_PN}-${PV}"
 fi
 


^ permalink raw reply related	[flat|nested] 22+ messages in thread

* [gentoo-commits] repo/proj/guru:master commit in: x11-themes/obsidian2-gtk-theme/
@ 2021-01-01 13:14 Andrew Ammerlaan
  0 siblings, 0 replies; 22+ messages in thread
From: Andrew Ammerlaan @ 2021-01-01 13:14 UTC (permalink / raw
  To: gentoo-commits

commit:     9f2d776944828eaefd1cf828bcfe2eeb90aa6a7f
Author:     Huang Rui <vowstar <AT> gmail <DOT> com>
AuthorDate: Fri Jan  1 09:47:07 2021 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Fri Jan  1 09:47:07 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9f2d7769

x11-themes/obsidian2-gtk-theme: happy new year

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Huang Rui <vowstar <AT> gmail.com>

 x11-themes/obsidian2-gtk-theme/obsidian2-gtk-theme-2.17.ebuild | 2 +-
 x11-themes/obsidian2-gtk-theme/obsidian2-gtk-theme-9999.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-themes/obsidian2-gtk-theme/obsidian2-gtk-theme-2.17.ebuild b/x11-themes/obsidian2-gtk-theme/obsidian2-gtk-theme-2.17.ebuild
index 25fea8ce..42fb2f7f 100644
--- a/x11-themes/obsidian2-gtk-theme/obsidian2-gtk-theme-2.17.ebuild
+++ b/x11-themes/obsidian2-gtk-theme/obsidian2-gtk-theme-2.17.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="7"

diff --git a/x11-themes/obsidian2-gtk-theme/obsidian2-gtk-theme-9999.ebuild b/x11-themes/obsidian2-gtk-theme/obsidian2-gtk-theme-9999.ebuild
index 25fea8ce..42fb2f7f 100644
--- a/x11-themes/obsidian2-gtk-theme/obsidian2-gtk-theme-9999.ebuild
+++ b/x11-themes/obsidian2-gtk-theme/obsidian2-gtk-theme-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="7"


^ permalink raw reply related	[flat|nested] 22+ messages in thread

* [gentoo-commits] repo/proj/guru:master commit in: x11-themes/obsidian2-gtk-theme/
@ 2021-01-23 11:49 Michał Górny
  0 siblings, 0 replies; 22+ messages in thread
From: Michał Górny @ 2021-01-23 11:49 UTC (permalink / raw
  To: gentoo-commits

commit:     8c5757d36142f60c121520be9b7a751af3e497ba
Author:     Huang Rui <vowstar <AT> gmail <DOT> com>
AuthorDate: Thu Jan 21 06:37:19 2021 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Jan 21 06:37:19 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8c5757d3

x11-themes/obsidian2-gtk-theme: bump to 2.18

Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Huang Rui <vowstar <AT> gmail.com>

 x11-themes/obsidian2-gtk-theme/Manifest            |  1 +
 .../obsidian2-gtk-theme-2.18.ebuild                | 35 ++++++++++++++++++++++
 2 files changed, 36 insertions(+)

diff --git a/x11-themes/obsidian2-gtk-theme/Manifest b/x11-themes/obsidian2-gtk-theme/Manifest
index 511f5c94..422440ec 100644
--- a/x11-themes/obsidian2-gtk-theme/Manifest
+++ b/x11-themes/obsidian2-gtk-theme/Manifest
@@ -1 +1,2 @@
 DIST obsidian2-gtk-theme-2.17.tar.gz 958471 BLAKE2B 7eb39a6ad371a43d0a6693724626d6ffb8e00bda04d5490f59d5f8d7822b08d486295558454021e51157f0fc381ac8691adbc5b6138c511bebcec78141c99830 SHA512 266e7974622b5fcbd56791649279e369efb78798b16562eb4aa4b0f8d647ccd9497189effc457b9d008408a34f8f40a7ff47dab81c4df286064ac39f9438a548
+DIST obsidian2-gtk-theme-2.18.tar.gz 915168 BLAKE2B d139d9ee3d203d57dcedfedb1adc5091c59c33564503e5cc3aebef9fd66ca51f6ea13d63c2f591e6db737184e76b9e3661f3c14b276d230fb5026923657e02cd SHA512 d05cd86a881515d01ac4a11851fdab982d5f7970493da4f673a8f8851a0d673c763936b7dc008eddbde104cf9e11e1630ae09315c4daba257c85057ca8f84985

diff --git a/x11-themes/obsidian2-gtk-theme/obsidian2-gtk-theme-2.18.ebuild b/x11-themes/obsidian2-gtk-theme/obsidian2-gtk-theme-2.18.ebuild
new file mode 100644
index 00000000..0f3a37fa
--- /dev/null
+++ b/x11-themes/obsidian2-gtk-theme/obsidian2-gtk-theme-2.18.ebuild
@@ -0,0 +1,35 @@
+# 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*
+}


^ permalink raw reply related	[flat|nested] 22+ messages in thread

* [gentoo-commits] repo/proj/guru:master commit in: x11-themes/obsidian2-gtk-theme/
@ 2021-01-23 11:49 Michał Górny
  0 siblings, 0 replies; 22+ messages in thread
From: Michał Górny @ 2021-01-23 11:49 UTC (permalink / raw
  To: gentoo-commits

commit:     3a66e44805729d63d5e321743636db3c0c480605
Author:     Huang Rui <vowstar <AT> gmail <DOT> com>
AuthorDate: Thu Jan 21 06:37:50 2021 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Jan 21 06:37:50 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3a66e448

x11-themes/obsidian2-gtk-theme: drop 2.17

Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Huang Rui <vowstar <AT> gmail.com>

 x11-themes/obsidian2-gtk-theme/Manifest            |  1 -
 .../obsidian2-gtk-theme-2.17.ebuild                | 35 ----------------------
 2 files changed, 36 deletions(-)

diff --git a/x11-themes/obsidian2-gtk-theme/Manifest b/x11-themes/obsidian2-gtk-theme/Manifest
index 422440ec..1eaba00d 100644
--- a/x11-themes/obsidian2-gtk-theme/Manifest
+++ b/x11-themes/obsidian2-gtk-theme/Manifest
@@ -1,2 +1 @@
-DIST obsidian2-gtk-theme-2.17.tar.gz 958471 BLAKE2B 7eb39a6ad371a43d0a6693724626d6ffb8e00bda04d5490f59d5f8d7822b08d486295558454021e51157f0fc381ac8691adbc5b6138c511bebcec78141c99830 SHA512 266e7974622b5fcbd56791649279e369efb78798b16562eb4aa4b0f8d647ccd9497189effc457b9d008408a34f8f40a7ff47dab81c4df286064ac39f9438a548
 DIST obsidian2-gtk-theme-2.18.tar.gz 915168 BLAKE2B d139d9ee3d203d57dcedfedb1adc5091c59c33564503e5cc3aebef9fd66ca51f6ea13d63c2f591e6db737184e76b9e3661f3c14b276d230fb5026923657e02cd SHA512 d05cd86a881515d01ac4a11851fdab982d5f7970493da4f673a8f8851a0d673c763936b7dc008eddbde104cf9e11e1630ae09315c4daba257c85057ca8f84985

diff --git a/x11-themes/obsidian2-gtk-theme/obsidian2-gtk-theme-2.17.ebuild b/x11-themes/obsidian2-gtk-theme/obsidian2-gtk-theme-2.17.ebuild
deleted file mode 100644
index 0f3a37fa..00000000
--- a/x11-themes/obsidian2-gtk-theme/obsidian2-gtk-theme-2.17.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*
-}


^ permalink raw reply related	[flat|nested] 22+ messages in thread

* [gentoo-commits] repo/proj/guru:master commit in: x11-themes/obsidian2-gtk-theme/
@ 2021-08-07 17:48 Florian Schmaus
  0 siblings, 0 replies; 22+ messages in thread
From: Florian Schmaus @ 2021-08-07 17:48 UTC (permalink / raw
  To: gentoo-commits

commit:     b09b5dd678ebb10e1dc819fa9387c9162fb8363e
Author:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Fri Aug  6 00:52:11 2021 +0000
Commit:     Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Fri Aug  6 00:52:11 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b09b5dd6

x11-themes/obsidian2-gtk-theme: update maintainers

Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>

 x11-themes/obsidian2-gtk-theme/metadata.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/x11-themes/obsidian2-gtk-theme/metadata.xml b/x11-themes/obsidian2-gtk-theme/metadata.xml
index 040058d6f..59ede8d33 100644
--- a/x11-themes/obsidian2-gtk-theme/metadata.xml
+++ b/x11-themes/obsidian2-gtk-theme/metadata.xml
@@ -3,6 +3,7 @@
 <pkgmetadata>
 	<maintainer type="person">
 		<email>vowstar@gmail.com</email>
+		<name>Huang Rui</name>
 	</maintainer>
 	<upstream>
 		<remote-id type="github">madmaxms/theme-obsidian-2</remote-id>


^ permalink raw reply related	[flat|nested] 22+ messages in thread

* [gentoo-commits] repo/proj/guru:master commit in: x11-themes/obsidian2-gtk-theme/
@ 2023-03-29  6:56 Florian Schmaus
  0 siblings, 0 replies; 22+ messages in thread
From: Florian Schmaus @ 2023-03-29  6:56 UTC (permalink / raw
  To: gentoo-commits

commit:     913060f9fa1b813626b690e0375b675f4dc2c163
Author:     Huang Rui <vowstar <AT> gmail <DOT> com>
AuthorDate: Tue Mar 28 13:43:36 2023 +0000
Commit:     Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Tue Mar 28 13:43:36 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=913060f9

x11-themes/obsidian2-gtk-theme: add 2.22

Signed-off-by: Huang Rui <vowstar <AT> gmail.com>

 x11-themes/obsidian2-gtk-theme/Manifest            |  1 +
 .../obsidian2-gtk-theme-2.22.ebuild                | 32 ++++++++++++++++++++++
 2 files changed, 33 insertions(+)

diff --git a/x11-themes/obsidian2-gtk-theme/Manifest b/x11-themes/obsidian2-gtk-theme/Manifest
index 0be5cc43c..c200875a0 100644
--- a/x11-themes/obsidian2-gtk-theme/Manifest
+++ b/x11-themes/obsidian2-gtk-theme/Manifest
@@ -1 +1,2 @@
 DIST obsidian2-gtk-theme-2.20.tar.gz 947544 BLAKE2B b8f222a4d934707295c1064082e78db0b5abd96373099a5f7f98c3bbe3af41145f627c188c8003373c9fd5f297e3bc69e6bdbd9a778136ac38a1d52727364356 SHA512 7334b3122a8b6d1020745ced25331d2fd7735da9aaaff3cac821ae17b32d285e67a34b790c7129a67f80ee47f89e729a07a2a648f6bf171e0f2ca9f33dbed89b
+DIST obsidian2-gtk-theme-2.22.tar.gz 930146 BLAKE2B 2264727ca31af811c7095c195ed883a304fab2b3c4c1916ffb241c5e1dcf6c300d6bf1b292f2181ad3daa36d86ab84da85a21e1d158a9112207de9b73838c5cb SHA512 806be9e4d1eba8f2239bfaed3dacf549d5172e7e7febc55729f94ec1986b3568bc81fd04127840820f8b074883897c285e3141d54ce7e66cc55e41e80abc30cf

diff --git a/x11-themes/obsidian2-gtk-theme/obsidian2-gtk-theme-2.22.ebuild b/x11-themes/obsidian2-gtk-theme/obsidian2-gtk-theme-2.22.ebuild
new file mode 100644
index 000000000..764e5ab14
--- /dev/null
+++ b/x11-themes/obsidian2-gtk-theme/obsidian2-gtk-theme-2.22.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="8"
+
+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="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+	S="${WORKDIR}/${GIT_PN}-${PV}"
+fi
+
+LICENSE="GPL-3"
+SLOT="0"
+
+RDEPEND=""
+DEPEND="${RDEPEND}"
+
+DOCS=( README.md )
+
+src_install() {
+	insinto /usr/share/themes
+	doins -r Obsidian*
+}


^ permalink raw reply related	[flat|nested] 22+ messages in thread

* [gentoo-commits] repo/proj/guru:master commit in: x11-themes/obsidian2-gtk-theme/
@ 2023-03-29  6:56 Florian Schmaus
  0 siblings, 0 replies; 22+ messages in thread
From: Florian Schmaus @ 2023-03-29  6:56 UTC (permalink / raw
  To: gentoo-commits

commit:     dc0a0c9099385364c372ca825f9e49d957f9b1ed
Author:     Huang Rui <vowstar <AT> gmail <DOT> com>
AuthorDate: Tue Mar 28 13:43:52 2023 +0000
Commit:     Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Tue Mar 28 13:43:52 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=dc0a0c90

x11-themes/obsidian2-gtk-theme: drop 2.20

Signed-off-by: Huang Rui <vowstar <AT> gmail.com>

 x11-themes/obsidian2-gtk-theme/Manifest            |  1 -
 .../obsidian2-gtk-theme-2.20.ebuild                | 32 ----------------------
 2 files changed, 33 deletions(-)

diff --git a/x11-themes/obsidian2-gtk-theme/Manifest b/x11-themes/obsidian2-gtk-theme/Manifest
index c200875a0..1c280397d 100644
--- a/x11-themes/obsidian2-gtk-theme/Manifest
+++ b/x11-themes/obsidian2-gtk-theme/Manifest
@@ -1,2 +1 @@
-DIST obsidian2-gtk-theme-2.20.tar.gz 947544 BLAKE2B b8f222a4d934707295c1064082e78db0b5abd96373099a5f7f98c3bbe3af41145f627c188c8003373c9fd5f297e3bc69e6bdbd9a778136ac38a1d52727364356 SHA512 7334b3122a8b6d1020745ced25331d2fd7735da9aaaff3cac821ae17b32d285e67a34b790c7129a67f80ee47f89e729a07a2a648f6bf171e0f2ca9f33dbed89b
 DIST obsidian2-gtk-theme-2.22.tar.gz 930146 BLAKE2B 2264727ca31af811c7095c195ed883a304fab2b3c4c1916ffb241c5e1dcf6c300d6bf1b292f2181ad3daa36d86ab84da85a21e1d158a9112207de9b73838c5cb SHA512 806be9e4d1eba8f2239bfaed3dacf549d5172e7e7febc55729f94ec1986b3568bc81fd04127840820f8b074883897c285e3141d54ce7e66cc55e41e80abc30cf

diff --git a/x11-themes/obsidian2-gtk-theme/obsidian2-gtk-theme-2.20.ebuild b/x11-themes/obsidian2-gtk-theme/obsidian2-gtk-theme-2.20.ebuild
deleted file mode 100644
index 623049e1e..000000000
--- a/x11-themes/obsidian2-gtk-theme/obsidian2-gtk-theme-2.20.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="8"
-
-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="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
-	S="${WORKDIR}/${GIT_PN}-${PV}"
-fi
-
-LICENSE="GPL-3"
-SLOT="0"
-
-RDEPEND=""
-DEPEND="${RDEPEND}"
-
-DOCS=( README.md )
-
-src_install() {
-	insinto /usr/share/themes
-	doins -r Obsidian*
-}


^ permalink raw reply related	[flat|nested] 22+ messages in thread

* [gentoo-commits] repo/proj/guru:master commit in: x11-themes/obsidian2-gtk-theme/
@ 2024-09-03 10:53 David Roman
  0 siblings, 0 replies; 22+ messages in thread
From: David Roman @ 2024-09-03 10:53 UTC (permalink / raw
  To: gentoo-commits

commit:     b368b085155742b585075dcd01654d35e547cf4a
Author:     Huang Rui <vowstar <AT> gmail <DOT> com>
AuthorDate: Tue Sep  3 05:26:59 2024 +0000
Commit:     David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Tue Sep  3 05:26:59 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b368b085

x11-themes/obsidian2-gtk-theme: bump to 2.24

Signed-off-by: Huang Rui <vowstar <AT> gmail.com>

 x11-themes/obsidian2-gtk-theme/Manifest                      |  2 +-
 ...gtk-theme-2.22.ebuild => obsidian2-gtk-theme-2.24.ebuild} | 12 ++++++++++--
 .../obsidian2-gtk-theme/obsidian2-gtk-theme-9999.ebuild      | 12 ++++++++++--
 3 files changed, 21 insertions(+), 5 deletions(-)

diff --git a/x11-themes/obsidian2-gtk-theme/Manifest b/x11-themes/obsidian2-gtk-theme/Manifest
index 1c280397d..724a3d422 100644
--- a/x11-themes/obsidian2-gtk-theme/Manifest
+++ b/x11-themes/obsidian2-gtk-theme/Manifest
@@ -1 +1 @@
-DIST obsidian2-gtk-theme-2.22.tar.gz 930146 BLAKE2B 2264727ca31af811c7095c195ed883a304fab2b3c4c1916ffb241c5e1dcf6c300d6bf1b292f2181ad3daa36d86ab84da85a21e1d158a9112207de9b73838c5cb SHA512 806be9e4d1eba8f2239bfaed3dacf549d5172e7e7febc55729f94ec1986b3568bc81fd04127840820f8b074883897c285e3141d54ce7e66cc55e41e80abc30cf
+DIST obsidian2-gtk-theme-2.24.tar.gz 1043031 BLAKE2B 645cc8434fdfd4e5739e799ba72b0f9b16f1c1b65530597742452c9d22d73e5fcecb8ca7dbf70cca9afdc4f34bc8e639795f4dfae95bdf39944ac885ad5f5356 SHA512 ef99d20c234340c014679daed368779b76ba37155823834c4428d1dcdeefbe44679eb91756ac726de0b6ec26a5a00ea688b8df0bb49f4051bad1c99ef4a36d07

diff --git a/x11-themes/obsidian2-gtk-theme/obsidian2-gtk-theme-2.22.ebuild b/x11-themes/obsidian2-gtk-theme/obsidian2-gtk-theme-2.24.ebuild
similarity index 80%
rename from x11-themes/obsidian2-gtk-theme/obsidian2-gtk-theme-2.22.ebuild
rename to x11-themes/obsidian2-gtk-theme/obsidian2-gtk-theme-2.24.ebuild
index c0e1d858a..4a0d8e80b 100644
--- a/x11-themes/obsidian2-gtk-theme/obsidian2-gtk-theme-2.22.ebuild
+++ b/x11-themes/obsidian2-gtk-theme/obsidian2-gtk-theme-2.24.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="8"
@@ -21,7 +21,15 @@ fi
 LICENSE="GPL-3"
 SLOT="0"
 
-DEPEND="${RDEPEND}"
+RDEPEND="
+	dev-libs/libxml2:2
+	x11-libs/gtk+:3
+"
+DEPEND="
+	${RDEPEND}
+	dev-libs/glib:2
+	x11-libs/gdk-pixbuf:2
+"
 
 DOCS=( README.md )
 

diff --git a/x11-themes/obsidian2-gtk-theme/obsidian2-gtk-theme-9999.ebuild b/x11-themes/obsidian2-gtk-theme/obsidian2-gtk-theme-9999.ebuild
index 119f5a814..4a0d8e80b 100644
--- a/x11-themes/obsidian2-gtk-theme/obsidian2-gtk-theme-9999.ebuild
+++ b/x11-themes/obsidian2-gtk-theme/obsidian2-gtk-theme-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="8"
@@ -21,7 +21,15 @@ fi
 LICENSE="GPL-3"
 SLOT="0"
 
-DEPEND="${RDEPEND}"
+RDEPEND="
+	dev-libs/libxml2:2
+	x11-libs/gtk+:3
+"
+DEPEND="
+	${RDEPEND}
+	dev-libs/glib:2
+	x11-libs/gdk-pixbuf:2
+"
 
 DOCS=( README.md )
 


^ permalink raw reply related	[flat|nested] 22+ messages in thread

end of thread, other threads:[~2024-09-03 10:53 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-08-07 18:14 [gentoo-commits] repo/proj/guru:master commit in: x11-themes/obsidian2-gtk-theme/ Andrew Ammerlaan
  -- strict thread matches above, loose matches on Subject: below --
2024-09-03 10:53 David Roman
2023-03-29  6:56 Florian Schmaus
2023-03-29  6:56 Florian Schmaus
2021-08-07 17:48 Florian Schmaus
2021-01-23 11:49 Michał Górny
2021-01-23 11:49 Michał Górny
2021-01-01 13:14 Andrew Ammerlaan
2020-12-28 23:22 [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2020-12-28 23:22 ` [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
2020-12-15 22:35 Haelwenn Monnier
2020-12-15 22:35 Haelwenn Monnier
2020-12-03 11:36 Andrew Ammerlaan
2020-12-03 11:36 Andrew Ammerlaan
2020-10-05 13:22 Andrew Ammerlaan
2020-10-05 13:22 Andrew Ammerlaan
2020-09-19 14:24 Andrew Ammerlaan
2020-09-19 14:24 Andrew Ammerlaan
2020-08-07 18:14 Andrew Ammerlaan
2020-05-14  9:29 Andrew Ammerlaan
2020-05-14  9:29 Andrew Ammerlaan
2020-04-07 11:12 Andrew Ammerlaan
2020-04-07 11:12 Andrew Ammerlaan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox