[gentoo-commits] repo/gentoo:master commit in: x11-themes/commonbox-styles-extra/

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

x11-themes/commonbox-styles-extra: update EAPI 6 -> 8

Signed-off-by: David Seifert  gentoo.org>

 ...ebuild => commonbox-styles-extra-0.2-r3.ebuild} | 24 --
 1 file changed, 13 insertions(+), 11 deletions(-)

diff --git 
a/x11-themes/commonbox-styles-extra/commonbox-styles-extra-0.2-r2.ebuild 
b/x11-themes/commonbox-styles-extra/commonbox-styles-extra-0.2-r3.ebuild
similarity index 58%
rename from 
x11-themes/commonbox-styles-extra/commonbox-styles-extra-0.2-r2.ebuild
rename to x11-themes/commonbox-styles-extra/commonbox-styles-extra-0.2-r3.ebuild
index f29445b713dc..ee7fa679b98a 100644
--- a/x11-themes/commonbox-styles-extra/commonbox-styles-extra-0.2-r2.ebuild
+++ b/x11-themes/commonbox-styles-extra/commonbox-styles-extra-0.2-r3.ebuild
@@ -1,28 +1,30 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=8
 
 DESCRIPTION="Extra styles pack for flux|black|open(box)"
 HOMEPAGE="http://mkeadle.org/;
-SRC_URI="mirror://gentoo/${P}.tar.bz2
+SRC_URI="
+   mirror://gentoo/${P}.tar.bz2
http://mkeadle.org/distfiles/${P}.tar.bz2;
 
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~alpha amd64 ~hppa ~ia64 ppc ppc64 sparc x86"
-IUSE=""
 
 # xv is there so *box can convert backgrounds/textures to use
-RDEPEND="media-gfx/xv
-   || ( x11-wm/fluxbox x11-wm/blackbox x11-wm/openbox )"
+RDEPEND="
+   media-gfx/xv
+   || (
+   x11-wm/fluxbox
+   x11-wm/blackbox
+   x11-wm/openbox
+   )"
 
 src_install() {
-   insinto /usr/share/commonbox/styles
-   doins -r styles/.
-
-   insinto /usr/share/commonbox/backgrounds
-   doins -r backgrounds/.
+   insinto /usr/share/commonbox
+   doins -r backgrounds styles
 
dodoc README.commonbox-styles-extra
 }



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

2023-02-19 Thread David Seifert
commit: 8a24691aa3412074d3fe6210a68013a3bc1743e3
Author: David Seifert  gentoo  org>
AuthorDate: Sun Feb 19 22:03:29 2023 +
Commit: David Seifert  gentoo  org>
CommitDate: Sun Feb 19 22:03:29 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a24691a

x11-themes/commonbox-styles: update EAPI 6 -> 8

Signed-off-by: David Seifert  gentoo.org>

 .../commonbox-styles-0.6-r1.ebuild | 28 ++
 .../commonbox-styles/commonbox-styles-0.6.ebuild   | 26 
 2 files changed, 28 insertions(+), 26 deletions(-)

diff --git a/x11-themes/commonbox-styles/commonbox-styles-0.6-r1.ebuild 
b/x11-themes/commonbox-styles/commonbox-styles-0.6-r1.ebuild
new file mode 100644
index ..f4779a3e9522
--- /dev/null
+++ b/x11-themes/commonbox-styles/commonbox-styles-0.6-r1.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="Common styles for fluxbox, blackbox, and openbox"
+HOMEPAGE="http://mkeadle.org/distfiles/;
+SRC_URI="
+   mirror://gentoo/${P}.tar.bz2
+   http://mkeadle.org/distfiles/${P}.tar.bz2;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha amd64 ~hppa ~ia64 ~mips ppc ppc64 sparc x86"
+
+RDEPEND="
+   || (
+   x11-wm/fluxbox
+   x11-wm/blackbox
+   x11-wm/openbox
+   )"
+
+src_install() {
+   insinto /usr/share/commonbox
+   doins -r backgrounds styles
+
+   dodoc README.commonbox-styles STYLES.authors
+}

diff --git a/x11-themes/commonbox-styles/commonbox-styles-0.6.ebuild 
b/x11-themes/commonbox-styles/commonbox-styles-0.6.ebuild
deleted file mode 100644
index c487885dc7c1..
--- a/x11-themes/commonbox-styles/commonbox-styles-0.6.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="Common styles for fluxbox, blackbox, and openbox"
-HOMEPAGE="http://mkeadle.org/distfiles/;
-SRC_URI="mirror://gentoo/${P}.tar.bz2
-   http://mkeadle.org/distfiles/${P}.tar.bz2;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha amd64 ~hppa ~ia64 ~mips ppc ppc64 sparc x86"
-IUSE=""
-
-RDEPEND="|| ( x11-wm/fluxbox x11-wm/blackbox x11-wm/openbox )"
-
-src_install() {
-   insinto /usr/share/commonbox/backgrounds
-   doins "${S}"/backgrounds/*
-
-   insinto /usr/share/commonbox/styles
-   doins "${S}"/styles/*
-
-   dodoc README.commonbox-styles STYLES.authors
-}



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

2018-04-22 Thread David Seifert
commit: bb500caae1767f1a8e22f6d054630060f5e1009e
Author: Marty E. Plummer  startmail  com>
AuthorDate: Sun Apr 22 13:20:20 2018 +
Commit: David Seifert  gentoo  org>
CommitDate: Sun Apr 22 13:36:23 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb500caa

x11-themes/commonbox-styles: stylistic cleanup

Package-Manager: Portage-2.3.31, Repoman-2.3.9
Closes: https://github.com/gentoo/gentoo/pull/8105

 x11-themes/commonbox-styles/commonbox-styles-0.6.ebuild | 2 --
 1 file changed, 2 deletions(-)

diff --git a/x11-themes/commonbox-styles/commonbox-styles-0.6.ebuild 
b/x11-themes/commonbox-styles/commonbox-styles-0.6.ebuild
index b6b7248c959..7701de8d7ee 100644
--- a/x11-themes/commonbox-styles/commonbox-styles-0.6.ebuild
+++ b/x11-themes/commonbox-styles/commonbox-styles-0.6.ebuild
@@ -16,7 +16,6 @@ IUSE=""
 RDEPEND="|| ( x11-wm/fluxbox x11-wm/blackbox x11-wm/openbox )"
 
 src_install() {
-
insinto /usr/share/commonbox/backgrounds
doins "${S}"/backgrounds/*
 
@@ -24,5 +23,4 @@ src_install() {
doins "${S}"/styles/*
 
dodoc README.commonbox-styles STYLES.authors
-
 }



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

2018-04-22 Thread David Seifert
commit: c408653d0040a94c254bb50e7371bd2034064dcc
Author: Marty E. Plummer  startmail  com>
AuthorDate: Sat Apr 21 20:04:25 2018 +
Commit: David Seifert  gentoo  org>
CommitDate: Sun Apr 22 13:00:14 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c408653d

x11-themes/commonbox-styles: EAPI bump

Package-Manager: Portage-2.3.31, Repoman-2.3.9

 x11-themes/commonbox-styles/commonbox-styles-0.6.ebuild | 10 ++
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/x11-themes/commonbox-styles/commonbox-styles-0.6.ebuild 
b/x11-themes/commonbox-styles/commonbox-styles-0.6.ebuild
index d51701fdeba..b6b7248c959 100644
--- a/x11-themes/commonbox-styles/commonbox-styles-0.6.ebuild
+++ b/x11-themes/commonbox-styles/commonbox-styles-0.6.ebuild
@@ -1,15 +1,17 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-IUSE=""
+EAPI=6
+
 DESCRIPTION="Common styles for fluxbox, blackbox, and openbox"
+HOMEPAGE="http://mkeadle.org/distfiles/;
 SRC_URI="mirror://gentoo/${P}.tar.bz2
http://mkeadle.org/distfiles/${P}.tar.bz2;
-HOMEPAGE="http://mkeadle.org/distfiles/;
 
-SLOT="0"
 LICENSE="GPL-2"
+SLOT="0"
 KEYWORDS="alpha amd64 hppa ia64 ~mips ppc ppc64 sparc x86 ~x86-fbsd"
+IUSE=""
 
 RDEPEND="|| ( x11-wm/fluxbox x11-wm/blackbox x11-wm/openbox )"
 



[gentoo-commits] repo/gentoo:master commit in: x11-themes/commonbox-styles-extra/

2018-04-22 Thread David Seifert
commit: 3f3c79f2ef815755b452718512d7426f4f7ad571
Author: Marty E. Plummer  startmail  com>
AuthorDate: Sat Apr 21 20:06:32 2018 +
Commit: David Seifert  gentoo  org>
CommitDate: Sun Apr 22 13:00:20 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f3c79f2

x11-themes/commonbox-styles-extra: EAPI bump

Package-Manager: Portage-2.3.31, Repoman-2.3.9

 .../commonbox-styles-extra-0.2-r2.ebuild  | 19 ++-
 1 file changed, 10 insertions(+), 9 deletions(-)

diff --git 
a/x11-themes/commonbox-styles-extra/commonbox-styles-extra-0.2-r2.ebuild 
b/x11-themes/commonbox-styles-extra/commonbox-styles-extra-0.2-r2.ebuild
index 21c0b311513..c2576a37de8 100644
--- a/x11-themes/commonbox-styles-extra/commonbox-styles-extra-0.2-r2.ebuild
+++ b/x11-themes/commonbox-styles-extra/commonbox-styles-extra-0.2-r2.ebuild
@@ -1,27 +1,28 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-IUSE=""
+EAPI=6
+
 DESCRIPTION="Extra styles pack for flux|black|open(box)"
-SRC_URI="mirror://gentoo/${P}.tar.bz2
-   http://mkeadle.org/distfiles/${P}.tar.bz2;
 HOMEPAGE="http://mkeadle.org/;
+SRC_URI="mirror://gentoo/${P}.tar.bz2
+   http://mkeadle.org/distfiles/${P}.tar.bz2;
 
-SLOT="0"
 LICENSE="GPL-2"
+SLOT="0"
 KEYWORDS="alpha amd64 ~hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd"
+IUSE=""
 
 # xv is there so *box can convert backgrounds/textures to use
-DEPEND=""
 RDEPEND="media-gfx/xv
-   || ( x11-wm/fluxbox x11-wm/blackbox x11-wm/openbox )"
+   || ( x11-wm/fluxbox x11-wm/blackbox x11-wm/openbox )"
 
 src_install () {
insinto /usr/share/commonbox/styles
-   doins "${S}"/styles/*
+   doins -r styles/.
 
insinto /usr/share/commonbox/backgrounds
-   doins "${S}"/backgrounds/*
+   doins -r backgrounds/.
 
dodoc README.commonbox-styles-extra
 }



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

2018-03-10 Thread Pacho Ramos
commit: 49785447e371f9b1accfe1b4175f929cba876b5a
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sat Mar 10 12:16:51 2018 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sat Mar 10 12:21:37 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49785447

x11-themes/commonbox-styles: Update maintainer due to bug #220130

Package-Manager: Portage-2.3.24, Repoman-2.3.6

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

diff --git a/x11-themes/commonbox-styles/metadata.xml 
b/x11-themes/commonbox-styles/metadata.xml
index 0f9619d05de..15bf730d8af 100644
--- a/x11-themes/commonbox-styles/metadata.xml
+++ b/x11-themes/commonbox-styles/metadata.xml
@@ -1,10 +1,6 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-   
-   pchr...@gentoo.org
-   Panagiotis Christopoulos
-   

A selection of styles for *box window managers.




[gentoo-commits] repo/gentoo:master commit in: x11-themes/commonbox-styles-extra/

2018-03-10 Thread Pacho Ramos
commit: f16883d5a5100a5ef7dcd650e320011d660d7443
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sat Mar 10 12:16:32 2018 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sat Mar 10 12:21:36 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f16883d5

x11-themes/commonbox-styles-extra: Update maintainer due to bug #220130

Package-Manager: Portage-2.3.24, Repoman-2.3.6

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

diff --git a/x11-themes/commonbox-styles-extra/metadata.xml 
b/x11-themes/commonbox-styles-extra/metadata.xml
index 6f1575e7c37..7c2918ed52a 100644
--- a/x11-themes/commonbox-styles-extra/metadata.xml
+++ b/x11-themes/commonbox-styles-extra/metadata.xml
@@ -1,10 +1,6 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-   
-   pchr...@gentoo.org
-   Panagiotis Christopoulos
-   

A selection of even more styles for *box window managers.




[gentoo-commits] repo/gentoo:master commit in: x11-themes/commonbox-styles-extra/

2017-11-26 Thread David Seifert
commit: 1fd665ad350cb34388935ee6e126af9ab2731c72
Author: David Seifert  gentoo  org>
AuthorDate: Sun Nov 26 13:15:43 2017 +
Commit: David Seifert  gentoo  org>
CommitDate: Sun Nov 26 23:32:02 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1fd665ad

x11-themes/commonbox-styles-extra: [QA] Consistent whitespace in metadata.xml

 x11-themes/commonbox-styles-extra/metadata.xml | 14 +++---
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/x11-themes/commonbox-styles-extra/metadata.xml 
b/x11-themes/commonbox-styles-extra/metadata.xml
index 34fa44f89fb..6f1575e7c37 100644
--- a/x11-themes/commonbox-styles-extra/metadata.xml
+++ b/x11-themes/commonbox-styles-extra/metadata.xml
@@ -1,11 +1,11 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-
-   pchr...@gentoo.org
-   Panagiotis Christopoulos
-
-  
-  A selection of even more styles for *box window managers.
-  
+   
+   pchr...@gentoo.org
+   Panagiotis Christopoulos
+   
+   
+   A selection of even more styles for *box window managers.
+   
 



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

2017-11-26 Thread David Seifert
commit: 2c9fd945c2a17b587c035594b05435aa990b17f0
Author: David Seifert  gentoo  org>
AuthorDate: Sun Nov 26 13:15:32 2017 +
Commit: David Seifert  gentoo  org>
CommitDate: Sun Nov 26 23:31:56 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c9fd945

x11-themes/commonbox-styles: [QA] Consistent whitespace in metadata.xml

 x11-themes/commonbox-styles/metadata.xml | 14 +++---
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/x11-themes/commonbox-styles/metadata.xml 
b/x11-themes/commonbox-styles/metadata.xml
index 9354a1f6c21..0f9619d05de 100644
--- a/x11-themes/commonbox-styles/metadata.xml
+++ b/x11-themes/commonbox-styles/metadata.xml
@@ -1,11 +1,11 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-
-   pchr...@gentoo.org
-   Panagiotis Christopoulos
-
-  
-  A selection of styles for *box window managers.
-   
+   
+   pchr...@gentoo.org
+   Panagiotis Christopoulos
+   
+   
+   A selection of styles for *box window managers.
+