public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: x11-misc/hsetroot/
@ 2017-07-30 11:56 Jeroen Roovers
  0 siblings, 0 replies; 11+ messages in thread
From: Jeroen Roovers @ 2017-07-30 11:56 UTC (permalink / raw
  To: gentoo-commits

commit:     4c885715c90200456baeb576181ff9b7018d220e
Author:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 30 11:55:25 2017 +0000
Commit:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Sun Jul 30 11:56:09 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c885715

x11-misc/hsetroot: Add Debian patches.

Package-Manager: Portage-2.3.6, Repoman-2.3.3

 x11-misc/hsetroot/Manifest                 |  2 ++
 x11-misc/hsetroot/hsetroot-1.0.2_p5.ebuild | 41 ++++++++++++++++++++++++++++++
 2 files changed, 43 insertions(+)

diff --git a/x11-misc/hsetroot/Manifest b/x11-misc/hsetroot/Manifest
index 31ed6eb4b0b..7326f088514 100644
--- a/x11-misc/hsetroot/Manifest
+++ b/x11-misc/hsetroot/Manifest
@@ -1 +1,3 @@
 DIST hsetroot-1.0.2.tar.gz 125535 SHA256 d6712d330b31122c077bfc712ec4e213abe1fe71ab24b9150ae2774ca3154fd7 SHA512 51788a6b579b82368ef5e11255ff56e2db978a02f7ad752ba64ec33c56ae5f27c1f0ef3452725d1c7bdb9d97b8a3a5b64422031c9c75a7279c407b8772d5edc3 WHIRLPOOL bcf543cf7fb6b6f14ff10de66d554ae9a2e1074a7adbe11068c501a495b98b6518c6cd26504ec8a5aff644c789b86d52c74c026af266c881bd9b13dab9ca5bb8
+DIST hsetroot_1.0.2-5.debian.tar.xz 4384 SHA256 79ab1b7a805ce6c2953cd090b853833eead250679a372dcf414c33d3fb7dc8ff SHA512 5f1dbb00daebf6b8c9db77a51dbc463ea92b4564e0d7a2dac1ea9c316dd2e2126fb8c6454f4d1eddfd19533297e29651444987a7eacb7c0080e26c14383c827d WHIRLPOOL 22765754b43dc985642a20deac81fd2e9953065eca0e25d6e5dd79aa9fcc71c3ad3b61a36ca8c10cbaa91bfb13b23c64c4a48aa1a8a72378f9769d645ce35472
+DIST hsetroot_1.0.2.orig.tar.gz 125621 SHA256 597fe1175e590d54d0927095ce361c86ddef15ebc70a96c4bf509f6cb9165723 SHA512 cac98cc602fd8825dbfce27d289dc4ba47805c99c78de804e95c539e83ffae6984601a535cdb90658536a007a5f17c71e27e4c31af562ade6610f11f0d0d2ca5 WHIRLPOOL c40b3be003a129504cc833de22ed0e54448a1910ef4f2d40c8efa5d9c434225b1d64f842d5b605b9fc0536a99bdaa78c76dc5f16eec5fedaac22021823897459

diff --git a/x11-misc/hsetroot/hsetroot-1.0.2_p5.ebuild b/x11-misc/hsetroot/hsetroot-1.0.2_p5.ebuild
new file mode 100644
index 00000000000..0793ee7f8ff
--- /dev/null
+++ b/x11-misc/hsetroot/hsetroot-1.0.2_p5.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit autotools eutils
+
+DESCRIPTION="Tool which allows you to compose wallpapers ('root pixmaps') for X"
+HOMEPAGE="http://thegraveyard.org/hsetroot.html"
+SRC_URI="
+	mirror://debian/pool/main/h/${PN}/${PN}_${PV/_p*/}.orig.tar.gz
+	mirror://debian/pool/main/h/${PN}/${PN}_${PV/_p*/}-${PV/*_p/}.debian.tar.xz
+"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~x86-solaris"
+
+RDEPEND="
+	>=media-libs/imlib2-1.0.6.2003[X]
+	x11-libs/libX11
+"
+DEPEND="
+	${RDEPEND}
+	virtual/pkgconfig
+	x11-proto/xproto
+"
+
+DOCS="AUTHORS ChangeLog NEWS README"
+PATCHES=(
+	"${FILESDIR}"/${P/_p*/}-underlinking.patch
+	"${WORKDIR}"/debian/patches/01_fix-no-display-crash.patch
+	"${WORKDIR}"/debian/patches/02_extend-mode.patch
+	"${WORKDIR}"/debian/patches/03_cover-mode.patch
+)
+S=${WORKDIR}/${P/_p*/}.orig
+
+src_prepare() {
+	default
+
+	eautoreconf
+}


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

* [gentoo-commits] repo/gentoo:master commit in: x11-misc/hsetroot/
@ 2017-07-30 11:56 Jeroen Roovers
  0 siblings, 0 replies; 11+ messages in thread
From: Jeroen Roovers @ 2017-07-30 11:56 UTC (permalink / raw
  To: gentoo-commits

commit:     89feb57ef5c093fc1ef2f31352371784d8a962c6
Author:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 30 11:50:27 2017 +0000
Commit:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Sun Jul 30 11:56:07 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89feb57e

x11-misc/hsetroot: Clean up metadata.

Package-Manager: Portage-2.3.6, Repoman-2.3.3

 x11-misc/hsetroot/metadata.xml | 16 +++++++++++++---
 1 file changed, 13 insertions(+), 3 deletions(-)

diff --git a/x11-misc/hsetroot/metadata.xml b/x11-misc/hsetroot/metadata.xml
index ebb5ad2c45b..fdbc1f83706 100644
--- a/x11-misc/hsetroot/metadata.xml
+++ b/x11-misc/hsetroot/metadata.xml
@@ -6,8 +6,18 @@
 	<name>Gentoo Desktop Miscellaneous Project</name>
 </maintainer>
 <longdescription>
-hsetroot is a tool which allows you to compose wallpapers ("root pixmaps") for X. It has a lot of options like rendering gradients, solids, images but it also allows you to perform manipulations on those things, or chain them together. You could use one standard background image for isntance, and using tint to make it fit your current theme. And yes, of course it is compatible with semi-translucent applications like aterm and xchat :)
-	 
- At this time, hsetroot can render: gradients (multi-color with variable distance), solids (rectangles) and images (centered, tiled, fullscreen, or maximum aspect). It supports the following manipulations: tinting (overlaying a color mask), blurring, sharpening, flipping (horizontally, diagonally, vertically) it also allows you to adjust brightness, contrast and gamma-level. hsetroot also supports alpha-channels when rendering things.
+hsetroot is a tool which allows you to compose wallpapers ("root pixmaps") for
+X. It has a lot of options like rendering gradients, solids, images but it also
+allows you to perform manipulations on those things, or chain them together.
+You could use one standard background image for isntance, and using tint to
+make it fit your current theme. And yes, of course it is compatible with
+semi-translucent applications like aterm and xchat :)
+
+At this time, hsetroot can render: gradients (multi-color with variable
+distance), solids (rectangles) and images (centered, tiled, fullscreen, or
+maximum aspect). It supports the following manipulations: tinting (overlaying a
+color mask), blurring, sharpening, flipping (horizontally, diagonally,
+vertically) it also allows you to adjust brightness, contrast and gamma-level.
+hsetroot also supports alpha-channels when rendering things.
 </longdescription>
 </pkgmetadata>


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

* [gentoo-commits] repo/gentoo:master commit in: x11-misc/hsetroot/
@ 2017-07-31  5:28 Jeroen Roovers
  0 siblings, 0 replies; 11+ messages in thread
From: Jeroen Roovers @ 2017-07-31  5:28 UTC (permalink / raw
  To: gentoo-commits

commit:     ddb6d427e6ba9043dc761f342caa1f4669cb7dea
Author:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 31 05:27:49 2017 +0000
Commit:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Mon Jul 31 05:28:16 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ddb6d427

x11-misc/hsetroot: Set HOMEPAGE.

Package-Manager: Portage-2.3.6, Repoman-2.3.3

 x11-misc/hsetroot/hsetroot-1.0.2.ebuild    | 4 ++--
 x11-misc/hsetroot/hsetroot-1.0.2_p5.ebuild | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/x11-misc/hsetroot/hsetroot-1.0.2.ebuild b/x11-misc/hsetroot/hsetroot-1.0.2.ebuild
index 7e43051d4dc..d6a05f1442f 100644
--- a/x11-misc/hsetroot/hsetroot-1.0.2.ebuild
+++ b/x11-misc/hsetroot/hsetroot-1.0.2.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
 inherit autotools eutils
 
 DESCRIPTION="Tool which allows you to compose wallpapers ('root pixmaps') for X"
-HOMEPAGE="http://thegraveyard.org/hsetroot.html"
+HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage"
 SRC_URI="http://cdn.thegraveyard.org/releases/${PN}/${P}.tar.gz"
 
 LICENSE="GPL-2"

diff --git a/x11-misc/hsetroot/hsetroot-1.0.2_p5.ebuild b/x11-misc/hsetroot/hsetroot-1.0.2_p5.ebuild
index 0793ee7f8ff..0879e20f060 100644
--- a/x11-misc/hsetroot/hsetroot-1.0.2_p5.ebuild
+++ b/x11-misc/hsetroot/hsetroot-1.0.2_p5.ebuild
@@ -5,7 +5,7 @@ EAPI=6
 inherit autotools eutils
 
 DESCRIPTION="Tool which allows you to compose wallpapers ('root pixmaps') for X"
-HOMEPAGE="http://thegraveyard.org/hsetroot.html"
+HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage"
 SRC_URI="
 	mirror://debian/pool/main/h/${PN}/${PN}_${PV/_p*/}.orig.tar.gz
 	mirror://debian/pool/main/h/${PN}/${PN}_${PV/_p*/}-${PV/*_p/}.debian.tar.xz


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

* [gentoo-commits] repo/gentoo:master commit in: x11-misc/hsetroot/
@ 2020-11-29 22:52 Marek Szuba
  0 siblings, 0 replies; 11+ messages in thread
From: Marek Szuba @ 2020-11-29 22:52 UTC (permalink / raw
  To: gentoo-commits

commit:     c595ff644213fda093438b63659f79800cacabe7
Author:     Marek Szuba <marecki <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 29 22:46:45 2020 +0000
Commit:     Marek Szuba <marecki <AT> gentoo <DOT> org>
CommitDate: Sun Nov 29 22:51:51 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c595ff64

x11-misc/hsetroot-1.0.5: cosmetics

DOCS is not used any more + lists files upstream no longer distributes.
Everything else has been just whitespace changes.

Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>

 x11-misc/hsetroot/hsetroot-1.0.5.ebuild | 23 ++++++++---------------
 1 file changed, 8 insertions(+), 15 deletions(-)

diff --git a/x11-misc/hsetroot/hsetroot-1.0.5.ebuild b/x11-misc/hsetroot/hsetroot-1.0.5.ebuild
index cde4912ca94..a1e16b31f17 100644
--- a/x11-misc/hsetroot/hsetroot-1.0.5.ebuild
+++ b/x11-misc/hsetroot/hsetroot-1.0.5.ebuild
@@ -2,31 +2,24 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
+
 inherit toolchain-funcs
 
 DESCRIPTION="Tool which allows you to compose wallpapers ('root pixmaps') for X"
 HOMEPAGE="https://github.com/himdel/hsetroot/"
-SRC_URI="
-	https://github.com/himdel/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz
-"
+SRC_URI="https://github.com/himdel/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~alpha ~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~x86-solaris"
 
-RDEPEND="
-	>=media-libs/imlib2-1.0.6.2003[X]
+RDEPEND=">=media-libs/imlib2-1.0.6.2003[X]
 	x11-libs/libX11
-	x11-libs/libXinerama
-"
-DEPEND="
-	${RDEPEND}
-	x11-base/xorg-proto
-"
-BDEPEND="
-	virtual/pkgconfig
-"
-DOCS="AUTHORS ChangeLog NEWS README"
+	x11-libs/libXinerama"
+DEPEND="${RDEPEND}
+	x11-base/xorg-proto"
+BDEPEND="virtual/pkgconfig"
+
 PATCHES=(
 	"${FILESDIR}"/${PN}-1.0.5-XOpenDisplay.patch
 )


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

* [gentoo-commits] repo/gentoo:master commit in: x11-misc/hsetroot/
@ 2020-11-29 22:52 Marek Szuba
  0 siblings, 0 replies; 11+ messages in thread
From: Marek Szuba @ 2020-11-29 22:52 UTC (permalink / raw
  To: gentoo-commits

commit:     d6b7985b09ba45c33e5812057b9d39255ce287b0
Author:     Marek Szuba <marecki <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 29 22:33:01 2020 +0000
Commit:     Marek Szuba <marecki <AT> gentoo <DOT> org>
CommitDate: Sun Nov 29 22:51:34 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d6b7985b

x11-misc/hsetroot: take over from desktop-misc

Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>

 x11-misc/hsetroot/metadata.xml | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/x11-misc/hsetroot/metadata.xml b/x11-misc/hsetroot/metadata.xml
index fdbc1f83706..01e8255bb43 100644
--- a/x11-misc/hsetroot/metadata.xml
+++ b/x11-misc/hsetroot/metadata.xml
@@ -1,11 +1,11 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-<maintainer type="project">
-	<email>desktop-misc@gentoo.org</email>
-	<name>Gentoo Desktop Miscellaneous Project</name>
-</maintainer>
-<longdescription>
+	<maintainer type="person">
+		<email>marecki@gentoo.org</email>
+		<name>Marek Szuba</name>
+	</maintainer>
+	<longdescription>
 hsetroot is a tool which allows you to compose wallpapers ("root pixmaps") for
 X. It has a lot of options like rendering gradients, solids, images but it also
 allows you to perform manipulations on those things, or chain them together.
@@ -19,5 +19,5 @@ maximum aspect). It supports the following manipulations: tinting (overlaying a
 color mask), blurring, sharpening, flipping (horizontally, diagonally,
 vertically) it also allows you to adjust brightness, contrast and gamma-level.
 hsetroot also supports alpha-channels when rendering things.
-</longdescription>
+	</longdescription>
 </pkgmetadata>


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

* [gentoo-commits] repo/gentoo:master commit in: x11-misc/hsetroot/
@ 2020-11-29 22:52 Marek Szuba
  0 siblings, 0 replies; 11+ messages in thread
From: Marek Szuba @ 2020-11-29 22:52 UTC (permalink / raw
  To: gentoo-commits

commit:     3c595c6933e4ab984344f5747ac58ac1747210e9
Author:     Marek Szuba <marecki <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 29 22:48:06 2020 +0000
Commit:     Marek Szuba <marecki <AT> gentoo <DOT> org>
CommitDate: Sun Nov 29 22:51:54 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c595c69

x11-misc/hsetroot-1.0.5: use einstalldocs instead of dodoc

Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>

 x11-misc/hsetroot/hsetroot-1.0.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/hsetroot/hsetroot-1.0.5.ebuild b/x11-misc/hsetroot/hsetroot-1.0.5.ebuild
index a1e16b31f17..4e3c46e8d21 100644
--- a/x11-misc/hsetroot/hsetroot-1.0.5.ebuild
+++ b/x11-misc/hsetroot/hsetroot-1.0.5.ebuild
@@ -45,5 +45,5 @@ src_compile() {
 
 src_install() {
 	dobin ${PN} hsr-outputs
-	dodoc README.md
+	einstalldocs
 }


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

* [gentoo-commits] repo/gentoo:master commit in: x11-misc/hsetroot/
@ 2020-11-29 22:52 Marek Szuba
  0 siblings, 0 replies; 11+ messages in thread
From: Marek Szuba @ 2020-11-29 22:52 UTC (permalink / raw
  To: gentoo-commits

commit:     300e0002c11320314b8f570b3cb9f26bf9d84684
Author:     Marek Szuba <marecki <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 29 22:51:12 2020 +0000
Commit:     Marek Szuba <marecki <AT> gentoo <DOT> org>
CommitDate: Sun Nov 29 22:51:57 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=300e0002

x11-misc/hsetroot: remove old

Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>

 x11-misc/hsetroot/Manifest                 |  2 --
 x11-misc/hsetroot/hsetroot-1.0.2_p5.ebuild | 41 ------------------------------
 2 files changed, 43 deletions(-)

diff --git a/x11-misc/hsetroot/Manifest b/x11-misc/hsetroot/Manifest
index 237e0b3b298..481ba3078a3 100644
--- a/x11-misc/hsetroot/Manifest
+++ b/x11-misc/hsetroot/Manifest
@@ -1,4 +1,2 @@
 DIST hsetroot-1.0.2.tar.gz 125535 BLAKE2B 351c022e11e3d82118db451eb6d64ff765018a09fe1ac9cc3b437f7a351d575fca66619fde9671d297b346af7c7f265442d18115388d984554bf1f9af9fbe82d SHA512 51788a6b579b82368ef5e11255ff56e2db978a02f7ad752ba64ec33c56ae5f27c1f0ef3452725d1c7bdb9d97b8a3a5b64422031c9c75a7279c407b8772d5edc3
 DIST hsetroot-1.0.5.tar.gz 12878 BLAKE2B 54e80f00d140a83a950d98663db6555a00ac770bd85826b17d8293e3af27cba2a45c2da5e4c185ca90c6adc35bbf2ccdaa3722d015b31654d5e35f4e65a61366 SHA512 b43f7cd75886e72cb6134446d383d7d9a684c818f2d8a0f829670c8dfca5eaaa1eb6c25f30dda41f3483609b25e8a44a3a3cb3a969bba7f77a9b9df712fa2167
-DIST hsetroot_1.0.2-5.debian.tar.xz 4384 BLAKE2B 5ea72b6017a90bdf36030334c021cef1000ca29370f359f2596feea69365ebe5bd6b58286b109ca63a16dc953aea1f873ee4a7eadd50432655093d2dd7e6249d SHA512 5f1dbb00daebf6b8c9db77a51dbc463ea92b4564e0d7a2dac1ea9c316dd2e2126fb8c6454f4d1eddfd19533297e29651444987a7eacb7c0080e26c14383c827d
-DIST hsetroot_1.0.2.orig.tar.gz 125621 BLAKE2B 932acda46653d2211c528008dad14c8877b0b6ace0888da19e1316af58a39b0cde0464f5dd058b752d7d95dd6d69deefc254a0a445e37077c4b177ddedf74809 SHA512 cac98cc602fd8825dbfce27d289dc4ba47805c99c78de804e95c539e83ffae6984601a535cdb90658536a007a5f17c71e27e4c31af562ade6610f11f0d0d2ca5

diff --git a/x11-misc/hsetroot/hsetroot-1.0.2_p5.ebuild b/x11-misc/hsetroot/hsetroot-1.0.2_p5.ebuild
deleted file mode 100644
index 691121fea2e..00000000000
--- a/x11-misc/hsetroot/hsetroot-1.0.2_p5.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit autotools eutils
-
-DESCRIPTION="Tool which allows you to compose wallpapers ('root pixmaps') for X"
-HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage"
-SRC_URI="
-	mirror://debian/pool/main/h/${PN}/${PN}_${PV/_p*/}.orig.tar.gz
-	mirror://debian/pool/main/h/${PN}/${PN}_${PV/_p*/}-${PV/*_p/}.debian.tar.xz
-"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~x86-solaris"
-
-RDEPEND="
-	>=media-libs/imlib2-1.0.6.2003[X]
-	x11-libs/libX11
-"
-DEPEND="
-	${RDEPEND}
-	virtual/pkgconfig
-	x11-base/xorg-proto
-"
-
-DOCS="AUTHORS ChangeLog NEWS README"
-PATCHES=(
-	"${FILESDIR}"/${P/_p*/}-underlinking.patch
-	"${WORKDIR}"/debian/patches/01_fix-no-display-crash.patch
-	"${WORKDIR}"/debian/patches/02_extend-mode.patch
-	"${WORKDIR}"/debian/patches/03_cover-mode.patch
-)
-S=${WORKDIR}/${P/_p*/}.orig
-
-src_prepare() {
-	default
-
-	eautoreconf
-}


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

* [gentoo-commits] repo/gentoo:master commit in: x11-misc/hsetroot/
@ 2020-12-04 18:31 Sergei Trofimovich
  0 siblings, 0 replies; 11+ messages in thread
From: Sergei Trofimovich @ 2020-12-04 18:31 UTC (permalink / raw
  To: gentoo-commits

commit:     8636a1b169481a7127456f5f9fd9bf667d4e54f9
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Fri Dec  4 18:21:04 2020 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Fri Dec  4 18:31:20 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8636a1b1

x11-misc/hsetroot: stable 1.0.5 for ppc

stable wrt bug #757684

Package-Manager: Portage-3.0.11, Repoman-3.0.2
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>

 x11-misc/hsetroot/hsetroot-1.0.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/hsetroot/hsetroot-1.0.5.ebuild b/x11-misc/hsetroot/hsetroot-1.0.5.ebuild
index acdb39716fb..515cd6e4913 100644
--- a/x11-misc/hsetroot/hsetroot-1.0.5.ebuild
+++ b/x11-misc/hsetroot/hsetroot-1.0.5.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/himdel/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ppc x86 ~amd64-linux ~x86-linux ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ppc x86 ~amd64-linux ~x86-linux ~x86-solaris"
 
 RDEPEND=">=media-libs/imlib2-1.0.6.2003[X]
 	x11-libs/libX11


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

* [gentoo-commits] repo/gentoo:master commit in: x11-misc/hsetroot/
@ 2020-12-15 10:30 Sam James
  0 siblings, 0 replies; 11+ messages in thread
From: Sam James @ 2020-12-15 10:30 UTC (permalink / raw
  To: gentoo-commits

commit:     0e2fe7881da6c81442225edd28c0f002c1c5ef5f
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 15 10:29:31 2020 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Dec 15 10:30:14 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e2fe788

x11-misc/hsetroot: Stabilize 1.0.5 amd64, #757684

Signed-off-by: Sam James <sam <AT> gentoo.org>

 x11-misc/hsetroot/hsetroot-1.0.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/hsetroot/hsetroot-1.0.5.ebuild b/x11-misc/hsetroot/hsetroot-1.0.5.ebuild
index 515cd6e4913..0596a0349b4 100644
--- a/x11-misc/hsetroot/hsetroot-1.0.5.ebuild
+++ b/x11-misc/hsetroot/hsetroot-1.0.5.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/himdel/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ppc x86 ~amd64-linux ~x86-linux ~x86-solaris"
+KEYWORDS="~alpha amd64 ppc x86 ~amd64-linux ~x86-linux ~x86-solaris"
 
 RDEPEND=">=media-libs/imlib2-1.0.6.2003[X]
 	x11-libs/libX11


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

* [gentoo-commits] repo/gentoo:master commit in: x11-misc/hsetroot/
@ 2020-12-24 13:25 Marek Szuba
  0 siblings, 0 replies; 11+ messages in thread
From: Marek Szuba @ 2020-12-24 13:25 UTC (permalink / raw
  To: gentoo-commits

commit:     f92a097ab824efad7dfba2ebb6a8e93cd87a2d73
Author:     Marek Szuba <marecki <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 24 13:25:06 2020 +0000
Commit:     Marek Szuba <marecki <AT> gentoo <DOT> org>
CommitDate: Thu Dec 24 13:25:06 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f92a097a

x11-misc/hsetroot: commit the updated manifest too

Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>

 x11-misc/hsetroot/Manifest | 1 -
 1 file changed, 1 deletion(-)

diff --git a/x11-misc/hsetroot/Manifest b/x11-misc/hsetroot/Manifest
index 481ba3078a3..560ae13f694 100644
--- a/x11-misc/hsetroot/Manifest
+++ b/x11-misc/hsetroot/Manifest
@@ -1,2 +1 @@
-DIST hsetroot-1.0.2.tar.gz 125535 BLAKE2B 351c022e11e3d82118db451eb6d64ff765018a09fe1ac9cc3b437f7a351d575fca66619fde9671d297b346af7c7f265442d18115388d984554bf1f9af9fbe82d SHA512 51788a6b579b82368ef5e11255ff56e2db978a02f7ad752ba64ec33c56ae5f27c1f0ef3452725d1c7bdb9d97b8a3a5b64422031c9c75a7279c407b8772d5edc3
 DIST hsetroot-1.0.5.tar.gz 12878 BLAKE2B 54e80f00d140a83a950d98663db6555a00ac770bd85826b17d8293e3af27cba2a45c2da5e4c185ca90c6adc35bbf2ccdaa3722d015b31654d5e35f4e65a61366 SHA512 b43f7cd75886e72cb6134446d383d7d9a684c818f2d8a0f829670c8dfca5eaaa1eb6c25f30dda41f3483609b25e8a44a3a3cb3a969bba7f77a9b9df712fa2167


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

* [gentoo-commits] repo/gentoo:master commit in: x11-misc/hsetroot/
@ 2021-09-27 22:57 Marek Szuba
  0 siblings, 0 replies; 11+ messages in thread
From: Marek Szuba @ 2021-09-27 22:57 UTC (permalink / raw
  To: gentoo-commits

commit:     b5e91223e50e8ba3a0038ee5400d53e4693e630a
Author:     Marek Szuba <marecki <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 27 22:24:25 2021 +0000
Commit:     Marek Szuba <marecki <AT> gentoo <DOT> org>
CommitDate: Mon Sep 27 22:57:06 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5e91223

x11-misc/hsetroot: keyword 1.0.5 for ~riscv

Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>

 x11-misc/hsetroot/hsetroot-1.0.5.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-misc/hsetroot/hsetroot-1.0.5.ebuild b/x11-misc/hsetroot/hsetroot-1.0.5.ebuild
index 0596a0349b4..350cbd2fc58 100644
--- a/x11-misc/hsetroot/hsetroot-1.0.5.ebuild
+++ b/x11-misc/hsetroot/hsetroot-1.0.5.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
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/himdel/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ppc x86 ~amd64-linux ~x86-linux ~x86-solaris"
+KEYWORDS="~alpha amd64 ppc ~riscv x86 ~amd64-linux ~x86-linux ~x86-solaris"
 
 RDEPEND=">=media-libs/imlib2-1.0.6.2003[X]
 	x11-libs/libX11


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

end of thread, other threads:[~2021-09-27 22:57 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-11-29 22:52 [gentoo-commits] repo/gentoo:master commit in: x11-misc/hsetroot/ Marek Szuba
  -- strict thread matches above, loose matches on Subject: below --
2021-09-27 22:57 Marek Szuba
2020-12-24 13:25 Marek Szuba
2020-12-15 10:30 Sam James
2020-12-04 18:31 Sergei Trofimovich
2020-11-29 22:52 Marek Szuba
2020-11-29 22:52 Marek Szuba
2020-11-29 22:52 Marek Szuba
2017-07-31  5:28 Jeroen Roovers
2017-07-30 11:56 Jeroen Roovers
2017-07-30 11:56 Jeroen Roovers

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