* [gentoo-commits] repo/gentoo:master commit in: x11-themes/numix-gtk-theme/
@ 2018-07-18 7:37 Tony Vroon
0 siblings, 0 replies; 12+ messages in thread
From: Tony Vroon @ 2018-07-18 7:37 UTC (permalink / raw
To: gentoo-commits
commit: 3fdc98ff1e97b8ac6d80644f9a6ddb95afd2b46a
Author: Joonas Niilola <juippis <AT> gmail <DOT> com>
AuthorDate: Wed Jul 18 07:19:37 2018 +0000
Commit: Tony Vroon <chainsaw <AT> gentoo <DOT> org>
CommitDate: Wed Jul 18 07:37:32 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3fdc98ff
x11-themes/numix-gtk-theme: new package
Closes: https://bugs.gentoo.org/524176
Package-Manager: Portage[mgorny]-2.3.43.2
Closes: https://github.com/gentoo/gentoo/pull/9270
Closes: https://bugs.gentoo.org/524176
x11-themes/numix-gtk-theme/Manifest | 1 +
x11-themes/numix-gtk-theme/metadata.xml | 11 ++++++++
.../numix-gtk-theme/numix-gtk-theme-2.6.7.ebuild | 29 ++++++++++++++++++++++
3 files changed, 41 insertions(+)
diff --git a/x11-themes/numix-gtk-theme/Manifest b/x11-themes/numix-gtk-theme/Manifest
new file mode 100644
index 00000000000..48a6ba3e61d
--- /dev/null
+++ b/x11-themes/numix-gtk-theme/Manifest
@@ -0,0 +1 @@
+DIST numix-gtk-theme-2.6.7.tar.gz 156607 BLAKE2B 0ba8476ffa6e94b83412a76fd7a7c9b17453e886f4c1168cb663cb780e3b9e8cf238f06c04b979d6847eb932623fc59eb8d8736293735f11d23cad1dbb4017dd SHA512 a034644a08173e70de496b88b40c8749d3c3dc988da0c09a03eca77a5263704b001114678e0492988831b1664593d4054f2d7c0d90d95f5b05dcd05914577a03
diff --git a/x11-themes/numix-gtk-theme/metadata.xml b/x11-themes/numix-gtk-theme/metadata.xml
new file mode 100644
index 00000000000..d9a6217dd22
--- /dev/null
+++ b/x11-themes/numix-gtk-theme/metadata.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>juippis@gmail.com</email>
+ </maintainer>
+ <maintainer type="project">
+ <email>proxy-maint@gentoo.org</email>
+ <name>Proxy Maintainers</name>
+ </maintainer>
+</pkgmetadata>
diff --git a/x11-themes/numix-gtk-theme/numix-gtk-theme-2.6.7.ebuild b/x11-themes/numix-gtk-theme/numix-gtk-theme-2.6.7.ebuild
new file mode 100644
index 00000000000..f80967a6e65
--- /dev/null
+++ b/x11-themes/numix-gtk-theme/numix-gtk-theme-2.6.7.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="A modern flat theme with a combination of light and dark elements"
+HOMEPAGE="https://github.com/numixproject/numix-gtk-theme"
+SRC_URI="https://github.com/numixproject/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+ dev-libs/libxml2
+ x11-libs/gtk+:3
+ x11-themes/gtk-engines-murrine
+"
+DEPEND="
+ ${RDEPEND}
+ dev-libs/glib:2
+ dev-ruby/sass:*
+ x11-libs/gdk-pixbuf:2
+"
+
+src_install() {
+ einstalldocs
+ emake DESTDIR="${D}" install || die "Installing ${PN} failed."
+}
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-themes/numix-gtk-theme/
@ 2018-08-30 14:03 Mikle Kolyada
0 siblings, 0 replies; 12+ messages in thread
From: Mikle Kolyada @ 2018-08-30 14:03 UTC (permalink / raw
To: gentoo-commits
commit: 5223a4b644162d83f58c41642150685946681317
Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 30 14:03:00 2018 +0000
Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Thu Aug 30 14:03:33 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5223a4b6
x11-themes/numix-gtk-theme: [QA] remove obsolete statements
Package-Manager: Portage-2.3.40, Repoman-2.3.9
.../numix-gtk-theme/numix-gtk-theme-2.6.7.ebuild | 18 +++++-------------
1 file changed, 5 insertions(+), 13 deletions(-)
diff --git a/x11-themes/numix-gtk-theme/numix-gtk-theme-2.6.7.ebuild b/x11-themes/numix-gtk-theme/numix-gtk-theme-2.6.7.ebuild
index f80967a6e65..e2db2a61e1b 100644
--- a/x11-themes/numix-gtk-theme/numix-gtk-theme-2.6.7.ebuild
+++ b/x11-themes/numix-gtk-theme/numix-gtk-theme-2.6.7.ebuild
@@ -11,19 +11,11 @@ LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-RDEPEND="
- dev-libs/libxml2
+RDEPEND="dev-libs/libxml2
x11-libs/gtk+:3
- x11-themes/gtk-engines-murrine
-"
-DEPEND="
- ${RDEPEND}
+ x11-themes/gtk-engines-murrine"
+
+DEPEND="${RDEPEND}
dev-libs/glib:2
dev-ruby/sass:*
- x11-libs/gdk-pixbuf:2
-"
-
-src_install() {
- einstalldocs
- emake DESTDIR="${D}" install || die "Installing ${PN} failed."
-}
+ x11-libs/gdk-pixbuf:2"
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-themes/numix-gtk-theme/
@ 2018-10-20 15:23 Michał Górny
0 siblings, 0 replies; 12+ messages in thread
From: Michał Górny @ 2018-10-20 15:23 UTC (permalink / raw
To: gentoo-commits
commit: aaf6db0ea15a9a56893d57a0ebe5d206503946f8
Author: Joonas Niilola <juippis <AT> gmail <DOT> com>
AuthorDate: Thu Oct 18 05:54:41 2018 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Oct 20 15:23:16 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aaf6db0e
x11-themes/numix-gtk-theme: fix build issue with dev-ruby/sass
Bug: https://bugs.gentoo.org/664930
Closes: https://bugs.gentoo.org/664918
Signed-off-by: Joonas Niilola <juippis <AT> gmail.com>
Package-Manager: Portage[mgorny]-2.3.49.1
Closes: https://github.com/gentoo/gentoo/pull/10163
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
x11-themes/numix-gtk-theme/numix-gtk-theme-2.6.7.ebuild | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/x11-themes/numix-gtk-theme/numix-gtk-theme-2.6.7.ebuild b/x11-themes/numix-gtk-theme/numix-gtk-theme-2.6.7.ebuild
index e2db2a61e1b..9f2ff52cfbc 100644
--- a/x11-themes/numix-gtk-theme/numix-gtk-theme-2.6.7.ebuild
+++ b/x11-themes/numix-gtk-theme/numix-gtk-theme-2.6.7.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -11,11 +11,11 @@ LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-RDEPEND="dev-libs/libxml2
+RDEPEND="dev-libs/libxml2:2
x11-libs/gtk+:3
x11-themes/gtk-engines-murrine"
DEPEND="${RDEPEND}
dev-libs/glib:2
- dev-ruby/sass:*
+ >=dev-ruby/sass-3.5
x11-libs/gdk-pixbuf:2"
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-themes/numix-gtk-theme/
@ 2019-07-31 3:41 Joonas Niilola
0 siblings, 0 replies; 12+ messages in thread
From: Joonas Niilola @ 2019-07-31 3:41 UTC (permalink / raw
To: gentoo-commits
commit: 6711f98376f30c2ffa68ab103307a89020613947
Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 31 03:38:43 2019 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Wed Jul 31 03:38:43 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6711f983
x11-themes/numix-gtk-theme: update maintainer info
Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
x11-themes/numix-gtk-theme/metadata.xml | 7 ++-----
1 file changed, 2 insertions(+), 5 deletions(-)
diff --git a/x11-themes/numix-gtk-theme/metadata.xml b/x11-themes/numix-gtk-theme/metadata.xml
index d9a6217dd22..6b0a0fb3a72 100644
--- a/x11-themes/numix-gtk-theme/metadata.xml
+++ b/x11-themes/numix-gtk-theme/metadata.xml
@@ -2,10 +2,7 @@
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
- <email>juippis@gmail.com</email>
- </maintainer>
- <maintainer type="project">
- <email>proxy-maint@gentoo.org</email>
- <name>Proxy Maintainers</name>
+ <email>juippis@gentoo.org</email>
+ <name>Joonas Niilola</name>
</maintainer>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-themes/numix-gtk-theme/
@ 2019-08-11 7:54 Joonas Niilola
0 siblings, 0 replies; 12+ messages in thread
From: Joonas Niilola @ 2019-08-11 7:54 UTC (permalink / raw
To: gentoo-commits
commit: 6d09f52769a6a3a48d857845a93cb4b5e9e00e75
Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 11 07:51:54 2019 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Sun Aug 11 07:53:08 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d09f527
x11-themes/numix-gtk-theme: specify RUBY_TARGETS
Closes: https://bugs.gentoo.org/674798
Package-Manager: Portage-2.3.71, Repoman-2.3.17
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
x11-themes/numix-gtk-theme/numix-gtk-theme-2.6.7.ebuild | 9 +++++++--
1 file changed, 7 insertions(+), 2 deletions(-)
diff --git a/x11-themes/numix-gtk-theme/numix-gtk-theme-2.6.7.ebuild b/x11-themes/numix-gtk-theme/numix-gtk-theme-2.6.7.ebuild
index 9f2ff52cfbc..ff6cf394461 100644
--- a/x11-themes/numix-gtk-theme/numix-gtk-theme-2.6.7.ebuild
+++ b/x11-themes/numix-gtk-theme/numix-gtk-theme-2.6.7.ebuild
@@ -1,8 +1,12 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
+USE_RUBY="ruby24 ruby25 ruby26"
+
+inherit ruby-ng
+
DESCRIPTION="A modern flat theme with a combination of light and dark elements"
HOMEPAGE="https://github.com/numixproject/numix-gtk-theme"
SRC_URI="https://github.com/numixproject/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
@@ -17,5 +21,6 @@ RDEPEND="dev-libs/libxml2:2
DEPEND="${RDEPEND}
dev-libs/glib:2
- >=dev-ruby/sass-3.5
x11-libs/gdk-pixbuf:2"
+
+ruby_add_depend ">=dev-ruby/sass-3.5"
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-themes/numix-gtk-theme/
@ 2019-08-11 14:01 Joonas Niilola
0 siblings, 0 replies; 12+ messages in thread
From: Joonas Niilola @ 2019-08-11 14:01 UTC (permalink / raw
To: gentoo-commits
commit: 3ecbcc5261d76cdc01d44d270b3f5e7e6abf6c2c
Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 11 14:01:45 2019 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Sun Aug 11 14:01:45 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ecbcc52
x11-themes/numix-gtk-theme: clean old
Package-Manager: Portage-2.3.71, Repoman-2.3.17
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
.../numix-gtk-theme/numix-gtk-theme-2.6.7.ebuild | 26 ----------------------
1 file changed, 26 deletions(-)
diff --git a/x11-themes/numix-gtk-theme/numix-gtk-theme-2.6.7.ebuild b/x11-themes/numix-gtk-theme/numix-gtk-theme-2.6.7.ebuild
deleted file mode 100644
index ff6cf394461..00000000000
--- a/x11-themes/numix-gtk-theme/numix-gtk-theme-2.6.7.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-USE_RUBY="ruby24 ruby25 ruby26"
-
-inherit ruby-ng
-
-DESCRIPTION="A modern flat theme with a combination of light and dark elements"
-HOMEPAGE="https://github.com/numixproject/numix-gtk-theme"
-SRC_URI="https://github.com/numixproject/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="dev-libs/libxml2:2
- x11-libs/gtk+:3
- x11-themes/gtk-engines-murrine"
-
-DEPEND="${RDEPEND}
- dev-libs/glib:2
- x11-libs/gdk-pixbuf:2"
-
-ruby_add_depend ">=dev-ruby/sass-3.5"
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-themes/numix-gtk-theme/
@ 2019-08-11 14:01 Joonas Niilola
0 siblings, 0 replies; 12+ messages in thread
From: Joonas Niilola @ 2019-08-11 14:01 UTC (permalink / raw
To: gentoo-commits
commit: ed70c050b5bea7befdd0630caca5a797ee0f8e80
Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 11 14:01:22 2019 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Sun Aug 11 14:01:22 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed70c050
x11-themes/numix-gtk-theme: correctly implement RUBY_TARGETS now
Package-Manager: Portage-2.3.71, Repoman-2.3.17
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
.../numix-gtk-theme-2.6.7-r1.ebuild | 44 ++++++++++++++++++++++
1 file changed, 44 insertions(+)
diff --git a/x11-themes/numix-gtk-theme/numix-gtk-theme-2.6.7-r1.ebuild b/x11-themes/numix-gtk-theme/numix-gtk-theme-2.6.7-r1.ebuild
new file mode 100644
index 00000000000..8d5caa1ce81
--- /dev/null
+++ b/x11-themes/numix-gtk-theme/numix-gtk-theme-2.6.7-r1.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+USE_RUBY="ruby24 ruby25 ruby26"
+
+inherit ruby-ng
+
+DESCRIPTION="A modern flat theme with a combination of light and dark elements"
+HOMEPAGE="https://github.com/numixproject/numix-gtk-theme"
+SRC_URI="https://github.com/numixproject/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="dev-libs/libxml2:2
+ x11-libs/gtk+:3
+ x11-themes/gtk-engines-murrine"
+
+DEPEND="${RDEPEND}
+ dev-libs/glib:2
+ x11-libs/gdk-pixbuf:2"
+
+ruby_add_depend ">=dev-ruby/sass-3.5"
+
+S="${WORKDIR}/${P}"
+
+src_unpack() {
+ default
+}
+
+src_prepare() {
+ default
+}
+
+src_compile() {
+ default
+}
+
+src_install() {
+ default
+}
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-themes/numix-gtk-theme/
@ 2020-06-01 5:45 Joonas Niilola
0 siblings, 0 replies; 12+ messages in thread
From: Joonas Niilola @ 2020-06-01 5:45 UTC (permalink / raw
To: gentoo-commits
commit: 6b1430db11d7b5c2b2c21db40dbb3e4118f3a6e4
Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 1 05:44:05 2020 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Mon Jun 1 05:44:22 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b1430db
x11-themes/numix-gtk-theme: remove old
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
.../numix-gtk-theme-2.6.7-r1.ebuild | 44 ----------------------
1 file changed, 44 deletions(-)
diff --git a/x11-themes/numix-gtk-theme/numix-gtk-theme-2.6.7-r1.ebuild b/x11-themes/numix-gtk-theme/numix-gtk-theme-2.6.7-r1.ebuild
deleted file mode 100644
index 8d5caa1ce81..00000000000
--- a/x11-themes/numix-gtk-theme/numix-gtk-theme-2.6.7-r1.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-USE_RUBY="ruby24 ruby25 ruby26"
-
-inherit ruby-ng
-
-DESCRIPTION="A modern flat theme with a combination of light and dark elements"
-HOMEPAGE="https://github.com/numixproject/numix-gtk-theme"
-SRC_URI="https://github.com/numixproject/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="dev-libs/libxml2:2
- x11-libs/gtk+:3
- x11-themes/gtk-engines-murrine"
-
-DEPEND="${RDEPEND}
- dev-libs/glib:2
- x11-libs/gdk-pixbuf:2"
-
-ruby_add_depend ">=dev-ruby/sass-3.5"
-
-S="${WORKDIR}/${P}"
-
-src_unpack() {
- default
-}
-
-src_prepare() {
- default
-}
-
-src_compile() {
- default
-}
-
-src_install() {
- default
-}
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-themes/numix-gtk-theme/
@ 2020-07-01 8:05 Joonas Niilola
0 siblings, 0 replies; 12+ messages in thread
From: Joonas Niilola @ 2020-07-01 8:05 UTC (permalink / raw
To: gentoo-commits
commit: 8ae8cc647b3d84855623400b05f124d9062934dd
Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 1 07:15:40 2020 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Wed Jul 1 07:15:40 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ae8cc64
x11-themes/numix-gtk-theme: stabilize 2.6.7-r2 on x86
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
x11-themes/numix-gtk-theme/numix-gtk-theme-2.6.7-r2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/x11-themes/numix-gtk-theme/numix-gtk-theme-2.6.7-r2.ebuild b/x11-themes/numix-gtk-theme/numix-gtk-theme-2.6.7-r2.ebuild
index 23c7381147d..8af8477a819 100644
--- a/x11-themes/numix-gtk-theme/numix-gtk-theme-2.6.7-r2.ebuild
+++ b/x11-themes/numix-gtk-theme/numix-gtk-theme-2.6.7-r2.ebuild
@@ -9,7 +9,7 @@ SRC_URI="https://github.com/numixproject/${PN}/archive/${PV}.tar.gz -> ${P}.tar.
LICENSE="GPL-3"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
RDEPEND="dev-libs/libxml2:2
x11-libs/gtk+:3
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-themes/numix-gtk-theme/
@ 2020-07-01 8:05 Joonas Niilola
0 siblings, 0 replies; 12+ messages in thread
From: Joonas Niilola @ 2020-07-01 8:05 UTC (permalink / raw
To: gentoo-commits
commit: 2be96342a1dd62342335063ca99ef38ecebdfec1
Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 1 08:04:25 2020 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Wed Jul 1 08:04:25 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2be96342
x11-themes/numix-gtk-theme: stabilize 2.6.7-r2 on amd64
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
x11-themes/numix-gtk-theme/numix-gtk-theme-2.6.7-r2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/x11-themes/numix-gtk-theme/numix-gtk-theme-2.6.7-r2.ebuild b/x11-themes/numix-gtk-theme/numix-gtk-theme-2.6.7-r2.ebuild
index 8af8477a819..ea139f4dc11 100644
--- a/x11-themes/numix-gtk-theme/numix-gtk-theme-2.6.7-r2.ebuild
+++ b/x11-themes/numix-gtk-theme/numix-gtk-theme-2.6.7-r2.ebuild
@@ -9,7 +9,7 @@ SRC_URI="https://github.com/numixproject/${PN}/archive/${PV}.tar.gz -> ${P}.tar.
LICENSE="GPL-3"
SLOT="0"
-KEYWORDS="~amd64 x86"
+KEYWORDS="amd64 x86"
RDEPEND="dev-libs/libxml2:2
x11-libs/gtk+:3
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-themes/numix-gtk-theme/
@ 2021-06-14 16:12 Joonas Niilola
0 siblings, 0 replies; 12+ messages in thread
From: Joonas Niilola @ 2021-06-14 16:12 UTC (permalink / raw
To: gentoo-commits
commit: a9d82d6a9d41346235b8b4ff542c222745343367
Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 14 16:11:09 2021 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Mon Jun 14 16:12:13 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9d82d6a
x11-themes/numix-gtk-theme: fix src_install with high MAKEOPTS
Closes: https://bugs.gentoo.org/792051
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
x11-themes/numix-gtk-theme/numix-gtk-theme-2.6.7-r2.ebuild | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
diff --git a/x11-themes/numix-gtk-theme/numix-gtk-theme-2.6.7-r2.ebuild b/x11-themes/numix-gtk-theme/numix-gtk-theme-2.6.7-r2.ebuild
index ea139f4dc11..d110d079f28 100644
--- a/x11-themes/numix-gtk-theme/numix-gtk-theme-2.6.7-r2.ebuild
+++ b/x11-themes/numix-gtk-theme/numix-gtk-theme-2.6.7-r2.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
@@ -20,3 +20,8 @@ DEPEND="${RDEPEND}
BDEPEND="dev-lang/sassc"
PATCHES=( "${FILESDIR}/${P}-replace-ruby-sassc-with-dev-lang-sassc.patch" )
+
+src_install() {
+ emake -j1 DESTDIR="${D}" install
+ einstalldocs
+}
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-themes/numix-gtk-theme/
@ 2021-06-15 6:02 Joonas Niilola
0 siblings, 0 replies; 12+ messages in thread
From: Joonas Niilola @ 2021-06-15 6:02 UTC (permalink / raw
To: gentoo-commits
commit: 40216dd1dc2eb11e166cad01f544c601ef166234
Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 15 06:01:13 2021 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Tue Jun 15 06:02:06 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40216dd1
x11-themes/numix-gtk-theme: restrict MAKEOPTS in src_compile too
Closes: https://bugs.gentoo.org/795996
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
x11-themes/numix-gtk-theme/numix-gtk-theme-2.6.7-r2.ebuild | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/x11-themes/numix-gtk-theme/numix-gtk-theme-2.6.7-r2.ebuild b/x11-themes/numix-gtk-theme/numix-gtk-theme-2.6.7-r2.ebuild
index d110d079f28..2b51b700262 100644
--- a/x11-themes/numix-gtk-theme/numix-gtk-theme-2.6.7-r2.ebuild
+++ b/x11-themes/numix-gtk-theme/numix-gtk-theme-2.6.7-r2.ebuild
@@ -21,6 +21,10 @@ BDEPEND="dev-lang/sassc"
PATCHES=( "${FILESDIR}/${P}-replace-ruby-sassc-with-dev-lang-sassc.patch" )
+src_compile() {
+ emake -j1
+}
+
src_install() {
emake -j1 DESTDIR="${D}" install
einstalldocs
^ permalink raw reply related [flat|nested] 12+ messages in thread
end of thread, other threads:[~2021-06-15 6:02 UTC | newest]
Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-08-11 14:01 [gentoo-commits] repo/gentoo:master commit in: x11-themes/numix-gtk-theme/ Joonas Niilola
-- strict thread matches above, loose matches on Subject: below --
2021-06-15 6:02 Joonas Niilola
2021-06-14 16:12 Joonas Niilola
2020-07-01 8:05 Joonas Niilola
2020-07-01 8:05 Joonas Niilola
2020-06-01 5:45 Joonas Niilola
2019-08-11 14:01 Joonas Niilola
2019-08-11 7:54 Joonas Niilola
2019-07-31 3:41 Joonas Niilola
2018-10-20 15:23 Michał Górny
2018-08-30 14:03 Mikle Kolyada
2018-07-18 7:37 Tony Vroon
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox