public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: x11-themes/geany-themes/
@ 2016-05-22 19:35 Pacho Ramos
  0 siblings, 0 replies; 7+ messages in thread
From: Pacho Ramos @ 2016-05-22 19:35 UTC (permalink / raw
  To: gentoo-commits

commit:     fca710a00f2f58dcc4f59217b8a355d317971af6
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sun May 22 19:27:17 2016 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sun May 22 19:33:52 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fca710a0

x11-themes/geany-themes: Cleanup due to #408423

Package-Manager: portage-2.3.0_rc1

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

diff --git a/x11-themes/geany-themes/metadata.xml b/x11-themes/geany-themes/metadata.xml
index 287cfb1..4f77745 100644
--- a/x11-themes/geany-themes/metadata.xml
+++ b/x11-themes/geany-themes/metadata.xml
@@ -1,10 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-	<maintainer type="person">
-		<email>hasufell@gentoo.org</email>
-		<name>Julian Ospald</name>
-	</maintainer>
 	<upstream>
 		<remote-id type="github">codebrainz/geany-themes</remote-id>
 	</upstream>


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

* [gentoo-commits] repo/gentoo:master commit in: x11-themes/geany-themes/
@ 2016-07-07 19:48 Austin English
  0 siblings, 0 replies; 7+ messages in thread
From: Austin English @ 2016-07-07 19:48 UTC (permalink / raw
  To: gentoo-commits

commit:     ea675ca896bb28164e66f17d1e600f3a0f147c60
Author:     Austin English <wizardedit <AT> gentoo <DOT> org>
AuthorDate: Thu Jul  7 19:18:40 2016 +0000
Commit:     Austin English <wizardedit <AT> gentoo <DOT> org>
CommitDate: Thu Jul  7 19:47:00 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea675ca8

x11-themes/geany-themes: bump to EAPI 6, add maintainer-needed

Package-Manager: portage-2.2.28

 .../geany-themes/geany-themes-1.22.2-r1.ebuild     | 22 ++++++++++++++++++++++
 x11-themes/geany-themes/metadata.xml               |  1 +
 2 files changed, 23 insertions(+)

diff --git a/x11-themes/geany-themes/geany-themes-1.22.2-r1.ebuild b/x11-themes/geany-themes/geany-themes-1.22.2-r1.ebuild
new file mode 100644
index 0000000..e4026ff
--- /dev/null
+++ b/x11-themes/geany-themes/geany-themes-1.22.2-r1.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DESCRIPTION="A collection of colour schemes for Geany"
+HOMEPAGE="https://github.com/codebrainz/geany-themes"
+SRC_URI="mirror://github/codebrainz/${PN}/${P}.tar.bz2"
+
+LICENSE="GPL-3 LGPL-2.1 BSD-2 MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND=">=dev-util/geany-${PV:0:4}"
+
+src_install() {
+	default
+	insinto /usr/share/geany
+	doins -r colorschemes
+}

diff --git a/x11-themes/geany-themes/metadata.xml b/x11-themes/geany-themes/metadata.xml
index 4f77745..c80b3a4 100644
--- a/x11-themes/geany-themes/metadata.xml
+++ b/x11-themes/geany-themes/metadata.xml
@@ -1,6 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
+	<!-- maintainer-needed -->
 	<upstream>
 		<remote-id type="github">codebrainz/geany-themes</remote-id>
 	</upstream>


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

* [gentoo-commits] repo/gentoo:master commit in: x11-themes/geany-themes/
@ 2018-03-18  9:58 Mikle Kolyada
  0 siblings, 0 replies; 7+ messages in thread
From: Mikle Kolyada @ 2018-03-18  9:58 UTC (permalink / raw
  To: gentoo-commits

commit:     fe4f609297f97044c1f375b5354d5ab90aef7e6c
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 18 09:57:28 2018 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Sun Mar 18 09:58:01 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe4f6092

x11-themes/geany-themes: amd64 stable wrt bug #650242

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 x11-themes/geany-themes/geany-themes-1.22.2-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-themes/geany-themes/geany-themes-1.22.2-r1.ebuild b/x11-themes/geany-themes/geany-themes-1.22.2-r1.ebuild
index 044f78aca61..dd3095f40db 100644
--- a/x11-themes/geany-themes/geany-themes-1.22.2-r1.ebuild
+++ b/x11-themes/geany-themes/geany-themes-1.22.2-r1.ebuild
@@ -9,7 +9,7 @@ SRC_URI="mirror://github/codebrainz/${PN}/${P}.tar.bz2"
 
 LICENSE="GPL-3 LGPL-2.1 BSD-2 MIT"
 SLOT="0"
-KEYWORDS="~amd64 x86"
+KEYWORDS="amd64 x86"
 IUSE=""
 
 RDEPEND=">=dev-util/geany-${PV:0:4}"


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

* [gentoo-commits] repo/gentoo:master commit in: x11-themes/geany-themes/
@ 2018-03-18  9:58 Mikle Kolyada
  0 siblings, 0 replies; 7+ messages in thread
From: Mikle Kolyada @ 2018-03-18  9:58 UTC (permalink / raw
  To: gentoo-commits

commit:     1888fd288d89bc8d0ddae26537b242d2ee2c5018
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 18 09:58:47 2018 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Sun Mar 18 09:58:47 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1888fd28

x11-themes/geany-themes: Drop old

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 x11-themes/geany-themes/geany-themes-1.22.2.ebuild | 22 ----------------------
 1 file changed, 22 deletions(-)

diff --git a/x11-themes/geany-themes/geany-themes-1.22.2.ebuild b/x11-themes/geany-themes/geany-themes-1.22.2.ebuild
deleted file mode 100644
index 9990f5a1d7c..00000000000
--- a/x11-themes/geany-themes/geany-themes-1.22.2.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-DESCRIPTION="A collection of colour schemes for Geany"
-HOMEPAGE="https://github.com/codebrainz/geany-themes"
-SRC_URI="mirror://github/codebrainz/${PN}/${P}.tar.bz2"
-
-LICENSE="GPL-3 LGPL-2.1 BSD-2 MIT"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-RDEPEND=">=dev-util/geany-${PV:0:4}"
-
-src_install() {
-	insinto /usr/share/geany
-	doins -r colorschemes
-
-	dodoc AUTHORS ChangeLog README.md
-}


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

* [gentoo-commits] repo/gentoo:master commit in: x11-themes/geany-themes/
@ 2019-09-15 17:17 Michał Górny
  0 siblings, 0 replies; 7+ messages in thread
From: Michał Górny @ 2019-09-15 17:17 UTC (permalink / raw
  To: gentoo-commits

commit:     c149768f940326ea55f356c7c133e1add6397fbb
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 15 17:10:51 2019 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Sep 15 17:10:51 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c149768f

x11-themes/geany-themes: Inline mirror://github

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 x11-themes/geany-themes/geany-themes-1.22.2-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-themes/geany-themes/geany-themes-1.22.2-r1.ebuild b/x11-themes/geany-themes/geany-themes-1.22.2-r1.ebuild
index dd3095f40db..a86daf5c3ab 100644
--- a/x11-themes/geany-themes/geany-themes-1.22.2-r1.ebuild
+++ b/x11-themes/geany-themes/geany-themes-1.22.2-r1.ebuild
@@ -5,7 +5,7 @@ EAPI=6
 
 DESCRIPTION="A collection of colour schemes for Geany"
 HOMEPAGE="https://github.com/codebrainz/geany-themes"
-SRC_URI="mirror://github/codebrainz/${PN}/${P}.tar.bz2"
+SRC_URI="https://github.com/downloads/codebrainz/${PN}/${P}.tar.bz2"
 
 LICENSE="GPL-3 LGPL-2.1 BSD-2 MIT"
 SLOT="0"


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

* [gentoo-commits] repo/gentoo:master commit in: x11-themes/geany-themes/
@ 2023-02-19 22:03 David Seifert
  0 siblings, 0 replies; 7+ messages in thread
From: David Seifert @ 2023-02-19 22:03 UTC (permalink / raw
  To: gentoo-commits

commit:     98e315b2ac99f124fbbfeec3a7de5baebf3d49d5
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 19 22:03:33 2023 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Feb 19 22:03:33 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=98e315b2

x11-themes/geany-themes: update EAPI 6 -> 8

Signed-off-by: David Seifert <soap <AT> gentoo.org>

 ...{geany-themes-1.22.2-r1.ebuild => geany-themes-1.22.2-r2.ebuild} | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/x11-themes/geany-themes/geany-themes-1.22.2-r1.ebuild b/x11-themes/geany-themes/geany-themes-1.22.2-r2.ebuild
similarity index 89%
rename from x11-themes/geany-themes/geany-themes-1.22.2-r1.ebuild
rename to x11-themes/geany-themes/geany-themes-1.22.2-r2.ebuild
index 3184f258c379..a1e4a0ac636f 100644
--- a/x11-themes/geany-themes/geany-themes-1.22.2-r1.ebuild
+++ b/x11-themes/geany-themes/geany-themes-1.22.2-r2.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=8
 
 DESCRIPTION="A collection of colour schemes for Geany"
 HOMEPAGE="https://github.com/codebrainz/geany-themes"
@@ -10,12 +10,12 @@ SRC_URI="https://github.com/downloads/codebrainz/${PN}/${P}.tar.bz2"
 LICENSE="GPL-3 LGPL-2.1 BSD-2 MIT"
 SLOT="0"
 KEYWORDS="amd64 x86"
-IUSE=""
 
 RDEPEND=">=dev-util/geany-${PV:0:4}"
 
 src_install() {
 	default
+
 	insinto /usr/share/geany
 	doins -r colorschemes
 }


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

* [gentoo-commits] repo/gentoo:master commit in: x11-themes/geany-themes/
@ 2023-05-01 12:37 Sam James
  0 siblings, 0 replies; 7+ messages in thread
From: Sam James @ 2023-05-01 12:37 UTC (permalink / raw
  To: gentoo-commits

commit:     213b19b2ec8c0539636d07cad5504e0fa7066e68
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon May  1 12:17:16 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon May  1 12:36:34 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=213b19b2

x11-themes/geany-themes: update SRC_URI to drop github.com/downloads

github.com/downloads is gone. Unfortunately, there's no tags on the upstream repo now.

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

 x11-themes/geany-themes/geany-themes-1.22.2-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-themes/geany-themes/geany-themes-1.22.2-r2.ebuild b/x11-themes/geany-themes/geany-themes-1.22.2-r2.ebuild
index a1e4a0ac636f..46ffeabb8364 100644
--- a/x11-themes/geany-themes/geany-themes-1.22.2-r2.ebuild
+++ b/x11-themes/geany-themes/geany-themes-1.22.2-r2.ebuild
@@ -5,7 +5,7 @@ EAPI=8
 
 DESCRIPTION="A collection of colour schemes for Geany"
 HOMEPAGE="https://github.com/codebrainz/geany-themes"
-SRC_URI="https://github.com/downloads/codebrainz/${PN}/${P}.tar.bz2"
+SRC_URI="mirror://gentoo/${P}.tar.bz2"
 
 LICENSE="GPL-3 LGPL-2.1 BSD-2 MIT"
 SLOT="0"


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

end of thread, other threads:[~2023-05-01 12:37 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-09-15 17:17 [gentoo-commits] repo/gentoo:master commit in: x11-themes/geany-themes/ Michał Górny
  -- strict thread matches above, loose matches on Subject: below --
2023-05-01 12:37 Sam James
2023-02-19 22:03 David Seifert
2018-03-18  9:58 Mikle Kolyada
2018-03-18  9:58 Mikle Kolyada
2016-07-07 19:48 Austin English
2016-05-22 19:35 Pacho Ramos

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