* [gentoo-commits] repo/gentoo:master commit in: x11-themes/vertex-theme/
@ 2017-02-11 18:31 Pacho Ramos
0 siblings, 0 replies; 4+ messages in thread
From: Pacho Ramos @ 2017-02-11 18:31 UTC (permalink / raw
To: gentoo-commits
commit: b308dd7a8d6607906177cd5d3e66b1183c8be6e9
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 11 18:11:06 2017 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sat Feb 11 18:30:44 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b308dd7a
x11-themes/vertex-theme: x86 stable, bug 606818
Package-Manager: Portage-2.3.3, Repoman-2.3.1
RepoMan-Options: --include-arches="x86"
x11-themes/vertex-theme/vertex-theme-20160329.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/x11-themes/vertex-theme/vertex-theme-20160329.ebuild b/x11-themes/vertex-theme/vertex-theme-20160329.ebuild
index 4a7b9c58fc..fbe12d3f59 100644
--- a/x11-themes/vertex-theme/vertex-theme-20160329.ebuild
+++ b/x11-themes/vertex-theme/vertex-theme-20160329.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="https://github.com/horst3180/vertex-theme"
SRC_URI="https://github.com/horst3180/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
IUSE="cinnamon gnome-shell mate xfce"
RDEPEND="
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-themes/vertex-theme/
@ 2017-03-26 21:04 Gilles Dartiguelongue
0 siblings, 0 replies; 4+ messages in thread
From: Gilles Dartiguelongue @ 2017-03-26 21:04 UTC (permalink / raw
To: gentoo-commits
commit: 4dc399c34dd1a11e898fdbc97a99e3b313a7e7bb
Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 26 21:03:09 2017 +0000
Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Sun Mar 26 21:03:24 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4dc399c3
x11-themes/vertex-theme: version bump 20160329 → 20170128{,-r1}
Package-Manager: Portage-2.3.5, Repoman-2.3.2
x11-themes/vertex-theme/Manifest | 1 +
.../vertex-theme/vertex-theme-20170128-r1.ebuild | 47 ++++++++++++++++++++++
.../vertex-theme/vertex-theme-20170128.ebuild | 47 ++++++++++++++++++++++
3 files changed, 95 insertions(+)
diff --git a/x11-themes/vertex-theme/Manifest b/x11-themes/vertex-theme/Manifest
index 58b77e405b7..95eea0a7c8f 100644
--- a/x11-themes/vertex-theme/Manifest
+++ b/x11-themes/vertex-theme/Manifest
@@ -1 +1,2 @@
DIST vertex-theme-20160329.tar.gz 3770162 SHA256 c075c9fc059a5b2e30e65242a000083b5f8621a5cdfebb7ac61c31e33c6cbe85 SHA512 bd63e9c5e6eadb7ea9a8a96c1131e3d55a2a715a399a7b5035fec1f6c2b89ee534e46b6e38ec0272d4cbcb05839b40d4a3fa0cabd4b8276a18c6fb059afe1c7d WHIRLPOOL fb62a45dd043363057f24cfe90691c5bbba5edbf16d9c8eabd56c519bdf9bfe884d9baa814cc5981687ad25e22c2d9f7b7fb2dd0a375499630744ca5a75baf3b
+DIST vertex-theme-20170128.tar.gz 3776773 SHA256 1540657ff247bcdb9c49a740e4ddf305aecd4f3bebc93ca566fe74d319b7a620 SHA512 293b24d11424e2ee0e2223bca8423800b1f077d4f902d1ca3b2a28f46ac2cdb4ec3e50cd350d996c15be567112652ae9b43827d6615482fdbb30659e905a1f82 WHIRLPOOL ae46a914948e1a4ef779c4caa18c9bdab4626e3570a66b4b3918682d25d7f2d71d4b7e6b27043d4c1d1268c5b5950acf79db9e19b8811a92c0bf77563e66b4a8
diff --git a/x11-themes/vertex-theme/vertex-theme-20170128-r1.ebuild b/x11-themes/vertex-theme/vertex-theme-20170128-r1.ebuild
new file mode 100644
index 00000000000..64f776478ce
--- /dev/null
+++ b/x11-themes/vertex-theme/vertex-theme-20170128-r1.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit autotools
+
+DESCRIPTION="Vertex theme for GTK+ based desktops"
+HOMEPAGE="https://github.com/horst3180/vertex-theme"
+SRC_URI="https://github.com/horst3180/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="cinnamon gnome-shell mate xfce"
+
+RDEPEND="
+ x11-themes/gnome-themes-standard
+ x11-themes/gtk-engines-murrine
+ cinnamon? ( >=x11-libs/gtk+-3.22:3 )
+ gnome-shell? ( >=x11-libs/gtk+-3.22:3 )
+"
+DEPEND="
+ virtual/pkgconfig
+"
+
+PATCHES=(
+ # Do not let configure try to figure out gtk+:3 version installed
+ # See also https://github.com/horst3180/arc-theme/issues/436 and 484
+ "${FILESDIR}"/configure-gtk3-version.patch
+)
+
+src_prepare() {
+ default
+ eautoreconf
+}
+
+src_configure() {
+ econf \
+ --disable-unity \
+ --enable-gtk2 \
+ --enable-gtk3 \
+ --with-gnome=3.22 \
+ $(use_enable cinnamon) \
+ $(use_enable gnome-shell) \
+ $(use_enable mate metacity) \
+ $(use_enable xfce xfwm)
+}
diff --git a/x11-themes/vertex-theme/vertex-theme-20170128.ebuild b/x11-themes/vertex-theme/vertex-theme-20170128.ebuild
new file mode 100644
index 00000000000..79e5c37c0cb
--- /dev/null
+++ b/x11-themes/vertex-theme/vertex-theme-20170128.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit autotools
+
+DESCRIPTION="Vertex theme for GTK+ based desktops"
+HOMEPAGE="https://github.com/horst3180/vertex-theme"
+SRC_URI="https://github.com/horst3180/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="cinnamon gnome-shell mate xfce"
+
+RDEPEND="
+ x11-themes/gnome-themes-standard
+ x11-themes/gtk-engines-murrine
+ cinnamon? ( >=x11-libs/gtk+-3.20:3 )
+ gnome-shell? ( >=x11-libs/gtk+-3.20:3 )
+"
+DEPEND="
+ virtual/pkgconfig
+"
+
+PATCHES=(
+ # Do not let configure try to figure out gtk+:3 version installed
+ # See also https://github.com/horst3180/arc-theme/issues/436 and 484
+ "${FILESDIR}"/configure-gtk3-version.patch
+)
+
+src_prepare() {
+ default
+ eautoreconf
+}
+
+src_configure() {
+ econf \
+ --disable-unity \
+ --enable-gtk2 \
+ --enable-gtk3 \
+ --with-gnome=3.20 \
+ $(use_enable cinnamon) \
+ $(use_enable gnome-shell) \
+ $(use_enable mate metacity) \
+ $(use_enable xfce xfwm)
+}
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-themes/vertex-theme/
@ 2022-01-24 22:43 Matt Turner
0 siblings, 0 replies; 4+ messages in thread
From: Matt Turner @ 2022-01-24 22:43 UTC (permalink / raw
To: gentoo-commits
commit: fe78f737a11787beb3d89e53ef093b25e7031066
Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 24 21:19:02 2022 +0000
Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Mon Jan 24 22:42:58 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe78f737
x11-themes/vertex-theme: Drop old versions
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
x11-themes/vertex-theme/Manifest | 1 -
.../vertex-theme/vertex-theme-20160329.ebuild | 47 ----------------------
.../vertex-theme/vertex-theme-20170128.ebuild | 47 ----------------------
3 files changed, 95 deletions(-)
diff --git a/x11-themes/vertex-theme/Manifest b/x11-themes/vertex-theme/Manifest
index e5de1e0e075c..b0952c79bc5e 100644
--- a/x11-themes/vertex-theme/Manifest
+++ b/x11-themes/vertex-theme/Manifest
@@ -1,2 +1 @@
-DIST vertex-theme-20160329.tar.gz 3770162 BLAKE2B 0e6f1dc1bfd349aa75ce12ba9f00ada11306fd1d5673725e24014e9b7817d7db4bf5927736e5c7c2cd8f4f473b0424d7565a42bffb0090344bd7a4723efae392 SHA512 bd63e9c5e6eadb7ea9a8a96c1131e3d55a2a715a399a7b5035fec1f6c2b89ee534e46b6e38ec0272d4cbcb05839b40d4a3fa0cabd4b8276a18c6fb059afe1c7d
DIST vertex-theme-20170128.tar.gz 3776773 BLAKE2B 7a44f0e5686d91d79fa31a1f2f0b28e0abf139fa09e4b5049d0f70ddc8742a2ab7b195b21e92a05b61c3f22ec9023ffd288f142b633a42ff6291d01fae8c39fb SHA512 293b24d11424e2ee0e2223bca8423800b1f077d4f902d1ca3b2a28f46ac2cdb4ec3e50cd350d996c15be567112652ae9b43827d6615482fdbb30659e905a1f82
diff --git a/x11-themes/vertex-theme/vertex-theme-20160329.ebuild b/x11-themes/vertex-theme/vertex-theme-20160329.ebuild
deleted file mode 100644
index 07b3f2d16b02..000000000000
--- a/x11-themes/vertex-theme/vertex-theme-20160329.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit autotools
-
-DESCRIPTION="Vertex theme for GTK+ based desktops"
-HOMEPAGE="https://github.com/horst3180/vertex-theme"
-SRC_URI="https://github.com/horst3180/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="cinnamon gnome-shell mate xfce"
-
-RDEPEND="
- x11-themes/gnome-themes-standard
- x11-themes/gtk-engines-murrine
- cinnamon? ( >=x11-libs/gtk+-3.20:3 )
- gnome-shell? ( >=x11-libs/gtk+-3.20:3 )
-"
-DEPEND="
- virtual/pkgconfig
-"
-
-PATCHES=(
- # Do not let configure try to figure out gtk+:3 version installed
- # See also https://github.com/horst3180/arc-theme/issues/436 and 484
- "${FILESDIR}"/configure-gtk3-version.patch
-)
-
-src_prepare() {
- default
- eautoreconf
-}
-
-src_configure() {
- econf \
- --disable-unity \
- --enable-gtk2 \
- --enable-gtk3 \
- --with-gnome=3.20 \
- $(use_enable cinnamon) \
- $(use_enable gnome-shell) \
- $(use_enable mate metacity) \
- $(use_enable xfce xfwm)
-}
diff --git a/x11-themes/vertex-theme/vertex-theme-20170128.ebuild b/x11-themes/vertex-theme/vertex-theme-20170128.ebuild
deleted file mode 100644
index 79e5c37c0cba..000000000000
--- a/x11-themes/vertex-theme/vertex-theme-20170128.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit autotools
-
-DESCRIPTION="Vertex theme for GTK+ based desktops"
-HOMEPAGE="https://github.com/horst3180/vertex-theme"
-SRC_URI="https://github.com/horst3180/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="cinnamon gnome-shell mate xfce"
-
-RDEPEND="
- x11-themes/gnome-themes-standard
- x11-themes/gtk-engines-murrine
- cinnamon? ( >=x11-libs/gtk+-3.20:3 )
- gnome-shell? ( >=x11-libs/gtk+-3.20:3 )
-"
-DEPEND="
- virtual/pkgconfig
-"
-
-PATCHES=(
- # Do not let configure try to figure out gtk+:3 version installed
- # See also https://github.com/horst3180/arc-theme/issues/436 and 484
- "${FILESDIR}"/configure-gtk3-version.patch
-)
-
-src_prepare() {
- default
- eautoreconf
-}
-
-src_configure() {
- econf \
- --disable-unity \
- --enable-gtk2 \
- --enable-gtk3 \
- --with-gnome=3.20 \
- $(use_enable cinnamon) \
- $(use_enable gnome-shell) \
- $(use_enable mate metacity) \
- $(use_enable xfce xfwm)
-}
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-themes/vertex-theme/
@ 2023-02-20 20:52 David Seifert
0 siblings, 0 replies; 4+ messages in thread
From: David Seifert @ 2023-02-20 20:52 UTC (permalink / raw
To: gentoo-commits
commit: c42500db57fe7023c61ada6fec2d5afaa350b54a
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 20 20:51:49 2023 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Mon Feb 20 20:51:49 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c42500db
x11-themes/vertex-theme: update EAPI 6 -> 8
Signed-off-by: David Seifert <soap <AT> gentoo.org>
...me-20170128-r1.ebuild => vertex-theme-20170128-r2.ebuild} | 12 +++++-------
1 file changed, 5 insertions(+), 7 deletions(-)
diff --git a/x11-themes/vertex-theme/vertex-theme-20170128-r1.ebuild b/x11-themes/vertex-theme/vertex-theme-20170128-r2.ebuild
similarity index 88%
rename from x11-themes/vertex-theme/vertex-theme-20170128-r1.ebuild
rename to x11-themes/vertex-theme/vertex-theme-20170128-r2.ebuild
index ac632614a9fc..c116134a4cd2 100644
--- a/x11-themes/vertex-theme/vertex-theme-20170128-r1.ebuild
+++ b/x11-themes/vertex-theme/vertex-theme-20170128-r2.ebuild
@@ -1,13 +1,14 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=8
inherit autotools
DESCRIPTION="Vertex theme for GTK+ based desktops"
HOMEPAGE="https://github.com/horst3180/vertex-theme"
SRC_URI="https://github.com/horst3180/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="amd64 x86"
@@ -17,11 +18,8 @@ RDEPEND="
x11-themes/gnome-themes-standard
x11-themes/gtk-engines-murrine
cinnamon? ( >=x11-libs/gtk+-3.22:3 )
- gnome-shell? ( >=x11-libs/gtk+-3.22:3 )
-"
-DEPEND="
- virtual/pkgconfig
-"
+ gnome-shell? ( >=x11-libs/gtk+-3.22:3 )"
+BDEPEND="virtual/pkgconfig"
PATCHES=(
# Do not let configure try to figure out gtk+:3 version installed
^ permalink raw reply related [flat|nested] 4+ messages in thread
end of thread, other threads:[~2023-02-20 20:52 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-02-11 18:31 [gentoo-commits] repo/gentoo:master commit in: x11-themes/vertex-theme/ Pacho Ramos
-- strict thread matches above, loose matches on Subject: below --
2017-03-26 21:04 Gilles Dartiguelongue
2022-01-24 22:43 Matt Turner
2023-02-20 20:52 David Seifert
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox