public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: x11-themes/slim-themes/
@ 2015-10-14 21:03 Ian Stakenvicius
  0 siblings, 0 replies; 5+ messages in thread
From: Ian Stakenvicius @ 2015-10-14 21:03 UTC (permalink / raw
  To: gentoo-commits

commit:     547a76176c06aa9d66a32694e6814a5b4713478b
Author:     Ian Stakenvicius <axs <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 14 21:03:09 2015 +0000
Commit:     Ian Stakenvicius <axs <AT> gentoo <DOT> org>
CommitDate: Wed Oct 14 21:03:35 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=547a7617

x11-themes/slim-themes: revbump for EAPI bump

Package-Manager: portage-2.2.20.1

 .../{slim-themes-1.2.3a-r6.ebuild => slim-themes-1.2.3a-r7.ebuild}      | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-themes/slim-themes/slim-themes-1.2.3a-r6.ebuild b/x11-themes/slim-themes/slim-themes-1.2.3a-r7.ebuild
similarity index 99%
rename from x11-themes/slim-themes/slim-themes-1.2.3a-r6.ebuild
rename to x11-themes/slim-themes/slim-themes-1.2.3a-r7.ebuild
index f5bfd28..9a5c21e 100644
--- a/x11-themes/slim-themes/slim-themes-1.2.3a-r6.ebuild
+++ b/x11-themes/slim-themes/slim-themes-1.2.3a-r7.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=2
+EAPI=5
 inherit eutils
 
 DESCRIPTION="SLiM (Simple Login Manager) themes pack"


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

* [gentoo-commits] repo/gentoo:master commit in: x11-themes/slim-themes/
@ 2020-07-10 13:23 Sam James
  0 siblings, 0 replies; 5+ messages in thread
From: Sam James @ 2020-07-10 13:23 UTC (permalink / raw
  To: gentoo-commits

commit:     679cf8774adaaa9f755aadbc9004e884422ea42a
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 10 13:23:39 2020 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Jul 10 13:23:39 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=679cf877

x11-themes/slim-themes: arm64 keyworded (bug #731124)

Package-Manager: Portage-2.3.99, Repoman-2.3.23
Signed-off-by: Sam James <sam <AT> gentoo.org>

 x11-themes/slim-themes/slim-themes-1.2.3a-r7.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-themes/slim-themes/slim-themes-1.2.3a-r7.ebuild b/x11-themes/slim-themes/slim-themes-1.2.3a-r7.ebuild
index 95baf2ccadd..55fe88f8384 100644
--- a/x11-themes/slim-themes/slim-themes-1.2.3a-r7.ebuild
+++ b/x11-themes/slim-themes/slim-themes-1.2.3a-r7.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -30,7 +30,7 @@ SRC_URI="mirror://sourceforge/project/slim.berlios/slim-1.2.3-themepack1a.tar.gz
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 arm ~mips ppc ppc64 sparc x86"
+KEYWORDS="amd64 arm ~arm64 ~mips ppc ppc64 sparc x86"
 IUSE=""
 
 RDEPEND="x11-misc/slim"


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

* [gentoo-commits] repo/gentoo:master commit in: x11-themes/slim-themes/
@ 2021-04-02 14:04 Sam James
  0 siblings, 0 replies; 5+ messages in thread
From: Sam James @ 2021-04-02 14:04 UTC (permalink / raw
  To: gentoo-commits

commit:     dfba9602c96da5590751b77dc25314b1620581a5
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Apr  2 08:55:04 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Apr  2 14:04:26 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dfba9602

x11-themes/slim-themes: fix patch typo

Closes: https://bugs.gentoo.org/779775
Signed-off-by: Sam James <sam <AT> gentoo.org>

 x11-themes/slim-themes/slim-themes-1.2.3a-r7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-themes/slim-themes/slim-themes-1.2.3a-r7.ebuild b/x11-themes/slim-themes/slim-themes-1.2.3a-r7.ebuild
index 2854692df0f..cef9b723879 100644
--- a/x11-themes/slim-themes/slim-themes-1.2.3a-r7.ebuild
+++ b/x11-themes/slim-themes/slim-themes-1.2.3a-r7.ebuild
@@ -39,7 +39,7 @@ RDEPEND="x11-misc/slim"
 RESTRICT="strip binchecks"
 
 PATCHES=(
-	"${FILESDIR}/slim-theme-flat.diff"
+	"${FILESDIR}/slim-theme-flat.patch"
 )
 
 src_install() {


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

* [gentoo-commits] repo/gentoo:master commit in: x11-themes/slim-themes/
@ 2021-12-30  3:17 Jonas Stein
  0 siblings, 0 replies; 5+ messages in thread
From: Jonas Stein @ 2021-12-30  3:17 UTC (permalink / raw
  To: gentoo-commits

commit:     4d7d9c289f7d92bdf4a65f8bb06e39035017084c
Author:     Jonas Stein <jstein <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 30 03:08:04 2021 +0000
Commit:     Jonas Stein <jstein <AT> gentoo <DOT> org>
CommitDate: Thu Dec 30 03:08:04 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d7d9c28

x11-themes/slim-themes: reassign to themes project

Drop project desktop-misc from the list of maintainers and reassign the
package to the new themes project.

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Jonas Stein <jstein <AT> gentoo.org>

 x11-themes/slim-themes/metadata.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-themes/slim-themes/metadata.xml b/x11-themes/slim-themes/metadata.xml
index e151e092d219..5e9ace48c882 100644
--- a/x11-themes/slim-themes/metadata.xml
+++ b/x11-themes/slim-themes/metadata.xml
@@ -2,8 +2,8 @@
 <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
 	<maintainer type="project">
-		<email>desktop-misc@gentoo.org</email>
-		<name>Gentoo Desktop Miscellaneous Project</name>
+		<email>themes@gentoo.org</email>
+		<name>Themes Project</name>
 	</maintainer>
 	<upstream>
 		<remote-id type="sourceforge">slim.berlios</remote-id>


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

* [gentoo-commits] repo/gentoo:master commit in: x11-themes/slim-themes/
@ 2023-02-28 12:41 Yixun Lan
  0 siblings, 0 replies; 5+ messages in thread
From: Yixun Lan @ 2023-02-28 12:41 UTC (permalink / raw
  To: gentoo-commits

commit:     42bec600af53e502f8bfe6cae04a9d2f55b98a1e
Author:     Xin Yang <yangmame <AT> icloud <DOT> com>
AuthorDate: Mon Feb  6 09:06:37 2023 +0000
Commit:     Yixun Lan <dlan <AT> gentoo <DOT> org>
CommitDate: Tue Feb 28 12:41:27 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42bec600

x11-themes/slim-themes: keyword x11-themes/slim-themes-1.2.3a-r7 riscv #893366

Closes: https://github.com/gentoo/gentoo/pull/29447
Signed-off-by: Xin Yang <yangmame <AT> icloud.com>
Signed-off-by: Yixun Lan <dlan <AT> gentoo.org>

 x11-themes/slim-themes/slim-themes-1.2.3a-r7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-themes/slim-themes/slim-themes-1.2.3a-r7.ebuild b/x11-themes/slim-themes/slim-themes-1.2.3a-r7.ebuild
index cef9b7238795..5a2cfd728d1f 100644
--- a/x11-themes/slim-themes/slim-themes-1.2.3a-r7.ebuild
+++ b/x11-themes/slim-themes/slim-themes-1.2.3a-r7.ebuild
@@ -32,7 +32,7 @@ S="${WORKDIR}"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 arm ~arm64 ~mips ppc ppc64 sparc x86"
+KEYWORDS="amd64 arm ~arm64 ~mips ppc ppc64 ~riscv sparc x86"
 
 RDEPEND="x11-misc/slim"
 


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

end of thread, other threads:[~2023-02-28 12:41 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-04-02 14:04 [gentoo-commits] repo/gentoo:master commit in: x11-themes/slim-themes/ Sam James
  -- strict thread matches above, loose matches on Subject: below --
2023-02-28 12:41 Yixun Lan
2021-12-30  3:17 Jonas Stein
2020-07-10 13:23 Sam James
2015-10-14 21:03 Ian Stakenvicius

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