[gentoo-commits] repo/gentoo:master commit in: x11-themes/vanilla-dmz-xcursors/

2024-02-09 Thread Joonas Niilola
commit: 32833a595cabbfdc6bf3ac546c067fe475404db9
Author: Vitaliy Perekhovy  users  noreply  github 
 com>
AuthorDate: Wed Jan 24 20:35:04 2024 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Fri Feb  9 13:57:32 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32833a59

x11-themes/vanilla-dmz-xcursors: Correct description

Signed-off-by: Vitaliy Perekhovy  users.noreply.github.com>
Closes: https://github.com/gentoo/gentoo/pull/34995
Signed-off-by: Joonas Niilola  gentoo.org>

 x11-themes/vanilla-dmz-xcursors/vanilla-dmz-xcursors-0.4.5-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/x11-themes/vanilla-dmz-xcursors/vanilla-dmz-xcursors-0.4.5-r1.ebuild 
b/x11-themes/vanilla-dmz-xcursors/vanilla-dmz-xcursors-0.4.5-r1.ebuild
index 74a300878e2d..30a66a59ae5f 100644
--- a/x11-themes/vanilla-dmz-xcursors/vanilla-dmz-xcursors-0.4.5-r1.ebuild
+++ b/x11-themes/vanilla-dmz-xcursors/vanilla-dmz-xcursors-0.4.5-r1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
-DESCRIPTION="Style neutral scalable cursor theme (black version)"
+DESCRIPTION="Style neutral scalable cursor theme (white version)"
 HOMEPAGE="https://jimmac.eu/;
 
SRC_URI="mirror://debian/pool/main/d/dmz-cursor-theme/dmz-cursor-theme_${PV}.tar.xz"
 S="${WORKDIR}/dmz-cursor-theme-${PV}"



[gentoo-commits] repo/gentoo:master commit in: x11-themes/vanilla-dmz-xcursors/

2021-04-26 Thread Conrad Kostecki
commit: eabaf33ad6003e4bd43650ac0b61b715ee218402
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Mon Apr 26 20:29:58 2021 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Mon Apr 26 20:33:38 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eabaf33a

x11-themes/vanilla-dmz-xcursors: drop old version

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Conrad Kostecki  gentoo.org>

 .../vanilla-dmz-xcursors-0.4.5.ebuild  | 29 --
 1 file changed, 29 deletions(-)

diff --git a/x11-themes/vanilla-dmz-xcursors/vanilla-dmz-xcursors-0.4.5.ebuild 
b/x11-themes/vanilla-dmz-xcursors/vanilla-dmz-xcursors-0.4.5.ebuild
deleted file mode 100644
index dc46ef67938..000
--- a/x11-themes/vanilla-dmz-xcursors/vanilla-dmz-xcursors-0.4.5.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="Style neutral scalable cursor theme (white version)"
-HOMEPAGE="http://jimmac.musichall.cz/;
-SRC_URI="mirror://debian/pool/main/d/dmz-cursor-theme/dmz-cursor-theme_${PV}.tar.xz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 arm arm64 ppc ppc64 sparc x86"
-IUSE=""
-
-DEPEND="x11-apps/xcursorgen"
-
-S="${WORKDIR}/dmz-cursor-theme-${PV}"
-
-src_compile() {
-   cd "${S}/DMZ-White/pngs" || die
-   ./make.sh || die
-}
-
-src_install() {
-   insinto /usr/share/icons/Vanilla-DMZ/cursors
-   doins -r DMZ-White/xcursors/.
-   insinto /usr/share/icons/Vanilla-DMZ
-   doins DMZ-White/index.theme
-}



[gentoo-commits] repo/gentoo:master commit in: x11-themes/vanilla-dmz-xcursors/

2021-04-26 Thread Conrad Kostecki
commit: 317f32b3bfe5b0513bcfca4c3e4dff196c1258b3
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Mon Apr 26 20:28:53 2021 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Mon Apr 26 20:33:37 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=317f32b3

x11-themes/vanilla-dmz-xcursors: bump to EAPI=7

Bug: https://bugs.gentoo.org/758236
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Conrad Kostecki  gentoo.org>

 x11-themes/vanilla-dmz-xcursors/metadata.xml   |  1 +
 .../vanilla-dmz-xcursors-0.4.5-r1.ebuild   | 30 ++
 2 files changed, 31 insertions(+)

diff --git a/x11-themes/vanilla-dmz-xcursors/metadata.xml 
b/x11-themes/vanilla-dmz-xcursors/metadata.xml
index 7a38bb90096..3c58a0219fb 100644
--- a/x11-themes/vanilla-dmz-xcursors/metadata.xml
+++ b/x11-themes/vanilla-dmz-xcursors/metadata.xml
@@ -2,4 +2,5 @@
 http://www.gentoo.org/dtd/metadata.dtd;>
 

+   
 

diff --git 
a/x11-themes/vanilla-dmz-xcursors/vanilla-dmz-xcursors-0.4.5-r1.ebuild 
b/x11-themes/vanilla-dmz-xcursors/vanilla-dmz-xcursors-0.4.5-r1.ebuild
new file mode 100644
index 000..3d9eea6edd8
--- /dev/null
+++ b/x11-themes/vanilla-dmz-xcursors/vanilla-dmz-xcursors-0.4.5-r1.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Style neutral scalable cursor theme (black version)"
+HOMEPAGE="https://jimmac.eu/;
+SRC_URI="mirror://debian/pool/main/d/dmz-cursor-theme/dmz-cursor-theme_${PV}.tar.xz"
+S="${WORKDIR}/dmz-cursor-theme-${PV}"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86"
+
+DEPEND="x11-apps/xcursorgen"
+RDEPEND="x11-libs/libXcursor"
+
+src_compile() {
+   pushd "${S}/DMZ-White/pngs"
+   ./make.sh || die
+   popd
+}
+
+src_install() {
+   insinto /usr/share/cursors/xorg-x11/DMZ-White
+   doins DMZ-White/index.theme
+
+   insinto /usr/share/cursors/xorg-x11/DMZ-White/cursors
+   doins -r DMZ-White/xcursors/.
+}



[gentoo-commits] repo/gentoo:master commit in: x11-themes/vanilla-dmz-xcursors/

2018-06-03 Thread Mikle Kolyada
commit: ecbab8be7f0463837b26b35a6b48c3837e8ec98c
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Jun  3 07:24:38 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Jun  3 07:24:38 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ecbab8be

x11-themes/vanilla-dmz-xcursors: ppc stable wrt bug #652188

Package-Manager: Portage-2.3.40, Repoman-2.3.7

 x11-themes/vanilla-dmz-xcursors/vanilla-dmz-xcursors-0.4.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-themes/vanilla-dmz-xcursors/vanilla-dmz-xcursors-0.4.5.ebuild 
b/x11-themes/vanilla-dmz-xcursors/vanilla-dmz-xcursors-0.4.5.ebuild
index d5e0fd6f5c2..dc46ef67938 100644
--- a/x11-themes/vanilla-dmz-xcursors/vanilla-dmz-xcursors-0.4.5.ebuild
+++ b/x11-themes/vanilla-dmz-xcursors/vanilla-dmz-xcursors-0.4.5.ebuild
@@ -9,7 +9,7 @@ 
SRC_URI="mirror://debian/pool/main/d/dmz-cursor-theme/dmz-cursor-theme_${PV}.tar
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 arm arm64 ~ppc ppc64 sparc x86"
+KEYWORDS="amd64 arm arm64 ppc ppc64 sparc x86"
 IUSE=""
 
 DEPEND="x11-apps/xcursorgen"



[gentoo-commits] repo/gentoo:master commit in: x11-themes/vanilla-dmz-xcursors/

2018-06-03 Thread Mikle Kolyada
commit: 4b9daf44d9af2bde44b5b11e9d5d96361c79a6bf
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Jun  3 07:25:05 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Jun  3 07:25:05 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b9daf44

x11-themes/vanilla-dmz-xcursors: Drop old

Package-Manager: Portage-2.3.40, Repoman-2.3.7

 x11-themes/vanilla-dmz-xcursors/Manifest   |  1 -
 .../vanilla-dmz-xcursors-0.4.ebuild| 43 --
 2 files changed, 44 deletions(-)

diff --git a/x11-themes/vanilla-dmz-xcursors/Manifest 
b/x11-themes/vanilla-dmz-xcursors/Manifest
index 356e080e35b..359ecbe175e 100644
--- a/x11-themes/vanilla-dmz-xcursors/Manifest
+++ b/x11-themes/vanilla-dmz-xcursors/Manifest
@@ -1,2 +1 @@
 DIST dmz-cursor-theme_0.4.5.tar.xz 947544 BLAKE2B 
6c945575f57c3db87a95545ef023a4a7d8cc6a329c5a083d0501452e34c9603568cfe41e495bae4d2982d01641dbcd4deef39e0291d6aa12e4d7a35c47e4797c
 SHA512 
627fff9e4f690e30c6acbedb06035abc3ca7f6c6656a7e1290d752e115dbd8a41c37a2fe0d7cd7ece697c54dd7a343dd78d3c4604d124158961d95125f899f73
-DIST vanilla-dmz-0.4.tar.bz2 135099 BLAKE2B 
85d52af28493e801dbcd0d7480461a4075796322d6c48986c9dc3dd99e364f4961e3f3737bd0bbf8e4bc499a19c76e8d954992872fff522b6174d53d96e1
 SHA512 
1e234033b683c1c13cc53a7a48f4ed41a53e22a622b4dd6e2a8c1b2f026f974ad608f91400ea4c43906b96e3d4f1ad4b13dabf3f9f156b27a7137aa561620bce

diff --git a/x11-themes/vanilla-dmz-xcursors/vanilla-dmz-xcursors-0.4.ebuild 
b/x11-themes/vanilla-dmz-xcursors/vanilla-dmz-xcursors-0.4.ebuild
deleted file mode 100644
index b44fc69ede9..000
--- a/x11-themes/vanilla-dmz-xcursors/vanilla-dmz-xcursors-0.4.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=0
-
-MY_PN="Vanilla-DMZ"
-DESCRIPTION="Style neutral scalable cursor theme"
-HOMEPAGE="http://jimmac.musichall.cz/themes.php?skin=7;
-SRC_URI="http://jimmac.musichall.cz/zip/${P/-xcursors}.tar.bz2;
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 arm arm64 ppc ppc64 sparc x86"
-IUSE=""
-
-S=${WORKDIR}/${MY_PN}
-
-src_install() {
-   insinto /usr/share/cursors/xorg-x11/${MY_PN}
-   doins -r cursors || die "doins failed"
-}
-
-pkg_postinst() {
-   elog "To use this set of cursors, edit or create the file ~/.Xdefaults"
-   elog "and add the following line:"
-   elog "Xcursor.theme: ${MY_PN}"
-   elog
-   elog "You can change the size by adding a line like:"
-   elog "Xcursor.size: 48"
-   elog
-   elog "Also, to globally use this set of mouse cursors edit the file:"
-   elog "/usr/share/cursors/xorg-x11/default/index.theme"
-   elog "and change the line:"
-   elog "Inherits=[current setting]"
-   elog "to"
-   elog "Inherits=${MY_PN}"
-   elog
-   elog "Note this will be overruled by a user's ~/.Xdefaults file."
-   elog
-   ewarn "If you experience flickering, try setting the following line in"
-   ewarn "the Device section of your xorg.conf file:"
-   ewarn "Option  \"HWCursor\"  \"false\""
-}



[gentoo-commits] repo/gentoo:master commit in: x11-themes/vanilla-dmz-xcursors/

2018-05-04 Thread Mart Raudsepp
commit: 266bcf3c2104c49660d22ec9f24f15c12966b391
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Fri May  4 12:02:58 2018 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Fri May  4 12:02:58 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=266bcf3c

x11-themes/vanilla-dmz-xcursors-0.4.5: arm64 stable (bug #652188)

Package-Manager: Portage-2.3.28, Repoman-2.3.9

 x11-themes/vanilla-dmz-xcursors/vanilla-dmz-xcursors-0.4.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-themes/vanilla-dmz-xcursors/vanilla-dmz-xcursors-0.4.5.ebuild 
b/x11-themes/vanilla-dmz-xcursors/vanilla-dmz-xcursors-0.4.5.ebuild
index 907dd8c88a0..d5e0fd6f5c2 100644
--- a/x11-themes/vanilla-dmz-xcursors/vanilla-dmz-xcursors-0.4.5.ebuild
+++ b/x11-themes/vanilla-dmz-xcursors/vanilla-dmz-xcursors-0.4.5.ebuild
@@ -9,7 +9,7 @@ 
SRC_URI="mirror://debian/pool/main/d/dmz-cursor-theme/dmz-cursor-theme_${PV}.tar
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 arm ~arm64 ~ppc ppc64 sparc x86"
+KEYWORDS="amd64 arm arm64 ~ppc ppc64 sparc x86"
 IUSE=""
 
 DEPEND="x11-apps/xcursorgen"



[gentoo-commits] repo/gentoo:master commit in: x11-themes/vanilla-dmz-xcursors/

2018-04-28 Thread Mikle Kolyada
commit: 97dbbefe6f19cd7c09b90e5aba24b2b708cc4e6f
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sat Apr 28 19:57:48 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sat Apr 28 19:58:14 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97dbbefe

x11-themes/vanilla-dmz-xcursors: arm stable wrt bug #652188

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 x11-themes/vanilla-dmz-xcursors/vanilla-dmz-xcursors-0.4.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-themes/vanilla-dmz-xcursors/vanilla-dmz-xcursors-0.4.5.ebuild 
b/x11-themes/vanilla-dmz-xcursors/vanilla-dmz-xcursors-0.4.5.ebuild
index 04ef4c539c1..907dd8c88a0 100644
--- a/x11-themes/vanilla-dmz-xcursors/vanilla-dmz-xcursors-0.4.5.ebuild
+++ b/x11-themes/vanilla-dmz-xcursors/vanilla-dmz-xcursors-0.4.5.ebuild
@@ -9,7 +9,7 @@ 
SRC_URI="mirror://debian/pool/main/d/dmz-cursor-theme/dmz-cursor-theme_${PV}.tar
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc ppc64 sparc x86"
+KEYWORDS="amd64 arm ~arm64 ~ppc ppc64 sparc x86"
 IUSE=""
 
 DEPEND="x11-apps/xcursorgen"



[gentoo-commits] repo/gentoo:master commit in: x11-themes/vanilla-dmz-xcursors/

2018-04-20 Thread Sergei Trofimovich
commit: 7abf3f4faa7b7a995bea668cbf3b3dd478483bad
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Fri Apr 20 21:27:15 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri Apr 20 21:27:34 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7abf3f4f

x11-themes/vanilla-dmz-xcursors: stable 0.4.5 for ppc64, bug #652188

Bug: https://bugs.gentoo.org/652188
Package-Manager: Portage-2.3.28, Repoman-2.3.9
RepoMan-Options: --include-arches="ppc64"

 x11-themes/vanilla-dmz-xcursors/vanilla-dmz-xcursors-0.4.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-themes/vanilla-dmz-xcursors/vanilla-dmz-xcursors-0.4.5.ebuild 
b/x11-themes/vanilla-dmz-xcursors/vanilla-dmz-xcursors-0.4.5.ebuild
index adc45120dff..04ef4c539c1 100644
--- a/x11-themes/vanilla-dmz-xcursors/vanilla-dmz-xcursors-0.4.5.ebuild
+++ b/x11-themes/vanilla-dmz-xcursors/vanilla-dmz-xcursors-0.4.5.ebuild
@@ -9,7 +9,7 @@ 
SRC_URI="mirror://debian/pool/main/d/dmz-cursor-theme/dmz-cursor-theme_${PV}.tar
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 sparc x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc ppc64 sparc x86"
 IUSE=""
 
 DEPEND="x11-apps/xcursorgen"



[gentoo-commits] repo/gentoo:master commit in: x11-themes/vanilla-dmz-xcursors/

2018-04-05 Thread Thomas Deutschmann
commit: 69ff9f961a096c75d103573ffa0be6b4a31e2e58
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Thu Apr  5 23:13:40 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Thu Apr  5 23:16:38 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=69ff9f96

x11-themes/vanilla-dmz-xcursors: x86 stable (bug #652188)

Package-Manager: Portage-2.3.28, Repoman-2.3.9

 x11-themes/vanilla-dmz-xcursors/vanilla-dmz-xcursors-0.4.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-themes/vanilla-dmz-xcursors/vanilla-dmz-xcursors-0.4.5.ebuild 
b/x11-themes/vanilla-dmz-xcursors/vanilla-dmz-xcursors-0.4.5.ebuild
index ffc17ebc527..adc45120dff 100644
--- a/x11-themes/vanilla-dmz-xcursors/vanilla-dmz-xcursors-0.4.5.ebuild
+++ b/x11-themes/vanilla-dmz-xcursors/vanilla-dmz-xcursors-0.4.5.ebuild
@@ -9,7 +9,7 @@ 
SRC_URI="mirror://debian/pool/main/d/dmz-cursor-theme/dmz-cursor-theme_${PV}.tar
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 sparc ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 sparc x86"
 IUSE=""
 
 DEPEND="x11-apps/xcursorgen"



[gentoo-commits] repo/gentoo:master commit in: x11-themes/vanilla-dmz-xcursors/

2018-04-04 Thread Aaron Bauman
commit: 92522883efd43b0c1ab7dc75d16722c9034df605
Author: Aaron Bauman  gentoo  org>
AuthorDate: Wed Apr  4 15:20:11 2018 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Wed Apr  4 15:20:48 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=92522883

x11-themes/vanilla-dmz-xcursors: amd64 stable

Bug: https://bugs.gentoo.org/652188
Package-Manager: Portage-2.3.28, Repoman-2.3.9

 x11-themes/vanilla-dmz-xcursors/vanilla-dmz-xcursors-0.4.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-themes/vanilla-dmz-xcursors/vanilla-dmz-xcursors-0.4.5.ebuild 
b/x11-themes/vanilla-dmz-xcursors/vanilla-dmz-xcursors-0.4.5.ebuild
index 1e3bc39ab54..ffc17ebc527 100644
--- a/x11-themes/vanilla-dmz-xcursors/vanilla-dmz-xcursors-0.4.5.ebuild
+++ b/x11-themes/vanilla-dmz-xcursors/vanilla-dmz-xcursors-0.4.5.ebuild
@@ -9,7 +9,7 @@ 
SRC_URI="mirror://debian/pool/main/d/dmz-cursor-theme/dmz-cursor-theme_${PV}.tar
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 sparc ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 sparc ~x86"
 IUSE=""
 
 DEPEND="x11-apps/xcursorgen"



[gentoo-commits] repo/gentoo:master commit in: x11-themes/vanilla-dmz-xcursors/

2018-04-03 Thread Sergei Trofimovich
commit: 766019533fa594c20b67922d6a7a22d8d7eb918b
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Tue Apr  3 20:21:35 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Tue Apr  3 21:07:21 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76601953

x11-themes/vanilla-dmz-xcursors: stable 0.4.5 for sparc

Bug: https://bugs.gentoo.org/652188
Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="sparc"

 x11-themes/vanilla-dmz-xcursors/vanilla-dmz-xcursors-0.4.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-themes/vanilla-dmz-xcursors/vanilla-dmz-xcursors-0.4.5.ebuild 
b/x11-themes/vanilla-dmz-xcursors/vanilla-dmz-xcursors-0.4.5.ebuild
index eab3c886f00..1e3bc39ab54 100644
--- a/x11-themes/vanilla-dmz-xcursors/vanilla-dmz-xcursors-0.4.5.ebuild
+++ b/x11-themes/vanilla-dmz-xcursors/vanilla-dmz-xcursors-0.4.5.ebuild
@@ -9,7 +9,7 @@ 
SRC_URI="mirror://debian/pool/main/d/dmz-cursor-theme/dmz-cursor-theme_${PV}.tar
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 sparc ~x86"
 IUSE=""
 
 DEPEND="x11-apps/xcursorgen"



[gentoo-commits] repo/gentoo:master commit in: x11-themes/vanilla-dmz-xcursors/

2018-03-16 Thread Michał Górny
commit: f91eeaaa5482931820bb2ca98b4622b5375b0bc3
Author: Nikos Chantziaras  gmail  com>
AuthorDate: Wed Mar 14 05:40:20 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Mar 16 10:12:31 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f91eeaaa

x11-themes/vanilla-dmz-xcursors: version bump to 0.4.5

Closes: https://bugs.gentoo.org/554920
Package-Manager: Portage-2.3.24, Repoman-2.3.6

 x11-themes/vanilla-dmz-xcursors/Manifest   |  1 +
 .../vanilla-dmz-xcursors-0.4.5.ebuild  | 29 ++
 2 files changed, 30 insertions(+)

diff --git a/x11-themes/vanilla-dmz-xcursors/Manifest 
b/x11-themes/vanilla-dmz-xcursors/Manifest
index f3ea5046a00..356e080e35b 100644
--- a/x11-themes/vanilla-dmz-xcursors/Manifest
+++ b/x11-themes/vanilla-dmz-xcursors/Manifest
@@ -1 +1,2 @@
+DIST dmz-cursor-theme_0.4.5.tar.xz 947544 BLAKE2B 
6c945575f57c3db87a95545ef023a4a7d8cc6a329c5a083d0501452e34c9603568cfe41e495bae4d2982d01641dbcd4deef39e0291d6aa12e4d7a35c47e4797c
 SHA512 
627fff9e4f690e30c6acbedb06035abc3ca7f6c6656a7e1290d752e115dbd8a41c37a2fe0d7cd7ece697c54dd7a343dd78d3c4604d124158961d95125f899f73
 DIST vanilla-dmz-0.4.tar.bz2 135099 BLAKE2B 
85d52af28493e801dbcd0d7480461a4075796322d6c48986c9dc3dd99e364f4961e3f3737bd0bbf8e4bc499a19c76e8d954992872fff522b6174d53d96e1
 SHA512 
1e234033b683c1c13cc53a7a48f4ed41a53e22a622b4dd6e2a8c1b2f026f974ad608f91400ea4c43906b96e3d4f1ad4b13dabf3f9f156b27a7137aa561620bce

diff --git a/x11-themes/vanilla-dmz-xcursors/vanilla-dmz-xcursors-0.4.5.ebuild 
b/x11-themes/vanilla-dmz-xcursors/vanilla-dmz-xcursors-0.4.5.ebuild
new file mode 100644
index 000..eab3c886f00
--- /dev/null
+++ b/x11-themes/vanilla-dmz-xcursors/vanilla-dmz-xcursors-0.4.5.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="Style neutral scalable cursor theme (white version)"
+HOMEPAGE="http://jimmac.musichall.cz/;
+SRC_URI="mirror://debian/pool/main/d/dmz-cursor-theme/dmz-cursor-theme_${PV}.tar.xz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE=""
+
+DEPEND="x11-apps/xcursorgen"
+
+S="${WORKDIR}/dmz-cursor-theme-${PV}"
+
+src_compile() {
+   cd "${S}/DMZ-White/pngs" || die
+   ./make.sh || die
+}
+
+src_install() {
+   insinto /usr/share/icons/Vanilla-DMZ/cursors
+   doins -r DMZ-White/xcursors/.
+   insinto /usr/share/icons/Vanilla-DMZ
+   doins DMZ-White/index.theme
+}



[gentoo-commits] repo/gentoo:master commit in: x11-themes/vanilla-dmz-xcursors/

2017-03-31 Thread Mike Frysinger
commit: 6311ad2dc3d5bfb60a84a513a91c320059af64c4
Author: Mike Frysinger  gentoo  org>
AuthorDate: Sat Apr  1 01:54:04 2017 +
Commit: Mike Frysinger  gentoo  org>
CommitDate: Sat Apr  1 01:54:34 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6311ad2d

x11-themes/vanilla-dmz-xcursors: mark arm/arm64 stable

 x11-themes/vanilla-dmz-xcursors/vanilla-dmz-xcursors-0.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-themes/vanilla-dmz-xcursors/vanilla-dmz-xcursors-0.4.ebuild 
b/x11-themes/vanilla-dmz-xcursors/vanilla-dmz-xcursors-0.4.ebuild
index 5a5046b30a5..eed9d86f62f 100644
--- a/x11-themes/vanilla-dmz-xcursors/vanilla-dmz-xcursors-0.4.ebuild
+++ b/x11-themes/vanilla-dmz-xcursors/vanilla-dmz-xcursors-0.4.ebuild
@@ -8,7 +8,7 @@ SRC_URI="http://jimmac.musichall.cz/zip/${P/-xcursors}.tar.bz2;
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ppc ppc64 sparc x86"
+KEYWORDS="amd64 arm arm64 ppc ppc64 sparc x86"
 IUSE=""
 
 S=${WORKDIR}/${MY_PN}



[gentoo-commits] repo/gentoo:master commit in: x11-themes/vanilla-dmz-xcursors/

2016-08-19 Thread Pacho Ramos
commit: 9577d49e5b0b41a61ca1fc36fd29ea8e2539dea8
Author: Pacho Ramos  gentoo  org>
AuthorDate: Fri Aug 19 13:20:30 2016 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Fri Aug 19 13:21:15 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9577d49e

x11-themes/vanilla-dmz-xcursors: Cleanup due to bug #143241

Package-Manager: portage-2.3.0

 x11-themes/vanilla-dmz-xcursors/metadata.xml | 4 
 1 file changed, 4 deletions(-)

diff --git a/x11-themes/vanilla-dmz-xcursors/metadata.xml 
b/x11-themes/vanilla-dmz-xcursors/metadata.xml
index e549dd8..097975e 100644
--- a/x11-themes/vanilla-dmz-xcursors/metadata.xml
+++ b/x11-themes/vanilla-dmz-xcursors/metadata.xml
@@ -1,8 +1,4 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-   
-   tris...@gentoo.org
-   Tristan Heaven
-   
 



[gentoo-commits] repo/gentoo:master commit in: x11-themes/vanilla-dmz-xcursors/

2016-03-20 Thread Stephen Klimaszewski
commit: d2c2805349b50295a22e60e9c58ea8b4c6348966
Author: Steev Klimaszewski  gentoo  org>
AuthorDate: Sun Mar 20 22:08:29 2016 +
Commit: Stephen Klimaszewski  gentoo  org>
CommitDate: Sun Mar 20 22:09:24 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d2c28053

x11-themes/vanilla-dmz-xcursors: Add ~arm64 keyword

Package-Manager: portage-2.2.28

 x11-themes/vanilla-dmz-xcursors/vanilla-dmz-xcursors-0.4.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-themes/vanilla-dmz-xcursors/vanilla-dmz-xcursors-0.4.ebuild 
b/x11-themes/vanilla-dmz-xcursors/vanilla-dmz-xcursors-0.4.ebuild
index ff4843d..b1e9cce 100644
--- a/x11-themes/vanilla-dmz-xcursors/vanilla-dmz-xcursors-0.4.ebuild
+++ b/x11-themes/vanilla-dmz-xcursors/vanilla-dmz-xcursors-0.4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -9,7 +9,7 @@ SRC_URI="http://jimmac.musichall.cz/zip/${P/-xcursors}.tar.bz2;
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 ~arm ppc ppc64 sparc x86"
+KEYWORDS="amd64 ~arm ~arm64 ppc ppc64 sparc x86"
 IUSE=""
 
 S=${WORKDIR}/${MY_PN}