[gentoo-commits] repo/gentoo:master commit in: x11-themes/geany-themes/

2023-05-01 Thread Sam James
commit: 213b19b2ec8c0539636d07cad5504e0fa7066e68
Author: Sam James  gentoo  org>
AuthorDate: Mon May  1 12:17:16 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Mon May  1 12:36:34 2023 +
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  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"



[gentoo-commits] repo/gentoo:master commit in: x11-themes/geany-themes/

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

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

Signed-off-by: David Seifert  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
 }



[gentoo-commits] repo/gentoo:master commit in: x11-themes/geany-themes/

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

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

Signed-off-by: Michał Górny  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"



[gentoo-commits] repo/gentoo:master commit in: x11-themes/geany-themes/

2018-03-18 Thread Mikle Kolyada
commit: 1888fd288d89bc8d0ddae26537b242d2ee2c5018
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Mar 18 09:58:47 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Mar 18 09:58:47 2018 +
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..000
--- 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
-}



[gentoo-commits] repo/gentoo:master commit in: x11-themes/geany-themes/

2018-03-18 Thread Mikle Kolyada
commit: fe4f609297f97044c1f375b5354d5ab90aef7e6c
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Mar 18 09:57:28 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Mar 18 09:58:01 2018 +
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}"



[gentoo-commits] repo/gentoo:master commit in: x11-themes/geany-themes/

2016-07-07 Thread Austin English
commit: ea675ca896bb28164e66f17d1e600f3a0f147c60
Author: Austin English  gentoo  org>
AuthorDate: Thu Jul  7 19:18:40 2016 +
Commit: Austin English  gentoo  org>
CommitDate: Thu Jul  7 19:47:00 2016 +
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 000..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 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
+   

codebrainz/geany-themes




[gentoo-commits] repo/gentoo:master commit in: x11-themes/geany-themes/

2016-05-22 Thread Pacho Ramos
commit: fca710a00f2f58dcc4f59217b8a355d317971af6
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sun May 22 19:27:17 2016 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sun May 22 19:33:52 2016 +
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 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-   
-   hasuf...@gentoo.org
-   Julian Ospald
-   

codebrainz/geany-themes