* [gentoo-commits] repo/gentoo:master commit in: x11-themes/smplayer-themes/
@ 2015-10-29 17:48 Michael Palimaka
0 siblings, 0 replies; 21+ messages in thread
From: Michael Palimaka @ 2015-10-29 17:48 UTC (permalink / raw
To: gentoo-commits
commit: 8e93d8def981b18e27be7714f197947e36fd2810
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 29 17:46:42 2015 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Thu Oct 29 17:47:51 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e93d8de
x11-themes/smplayer-themes: version bump
Also ensure that rcc is called from the correct directory (bug #544108) and fix
parallel build (bug #544160).
Package-Manager: portage-2.2.20.1
x11-themes/smplayer-themes/Manifest | 1 +
.../smplayer-themes/smplayer-themes-15.6.0.ebuild | 33 ++++++++++++++++++++++
2 files changed, 34 insertions(+)
diff --git a/x11-themes/smplayer-themes/Manifest b/x11-themes/smplayer-themes/Manifest
index 6995fb4..0d39aec 100644
--- a/x11-themes/smplayer-themes/Manifest
+++ b/x11-themes/smplayer-themes/Manifest
@@ -1,2 +1,3 @@
DIST smplayer-themes-14.12.0.tar.bz2 2660621 SHA256 2c520a678bfcfa8c9a6881d4612ce8fb5216abdf072d27fb3da362af316ae333 SHA512 b97c097c7bbbcc60878e9cf4306c08fb87b83da67763a965e9e21517fb02568e902cbc1c8739be3f54b7a5b398c49dc8ab81964b97140a64f34bcf8af9c39765 WHIRLPOOL bab1009ab6dfe693177a905a583454fd5614830c90c09f1a93832129342583efd8f6c4bce6c355e340e43062b06119fde1c5532136dd38cdadc72fe280603312
DIST smplayer-themes-14.9.0.tar.bz2 2094596 SHA256 66164c0edc8698e174844ebbb7047a2444f249c569029cdc3c04833bbfb73238 SHA512 2c6b96c2fc5029ee3d4d6cd1204788c89c712d69ca230ba335f7a988fab181df9b700d8ceee446a7ccb852bdfdc82106fdcbf38ca199fb881088f9efc1ae1d7c WHIRLPOOL f68a511793a4f6fd270ce2708e4bfe5a25ef26493f18e9b18f49d5c19cb80fcab2a37c8494c9e9eac263a978ebce64e4bdfc4c0af32c6551a9f5dc7b4b2584d5
+DIST smplayer-themes-15.6.0.tar.bz2 2903294 SHA256 3d64f4db3d5465230b995ef5140ca6716206b4479f15d7a4b52c5fd939b60138 SHA512 2381254851894386722e832c56b0b65d94465413c5ca49690d59f499e95a64cfb5067d705c1b27e0c27eefcab01863c945c3c619804a298a9e96fc3e23b2855e WHIRLPOOL a17a43bcede39441e47feedb66df417daa3db1c18b380dab9f941fbb15cfe2cc0754ce26eec0b469f15d6f49e5ab75372b55202fdefd4746f8429eb69cba983c
diff --git a/x11-themes/smplayer-themes/smplayer-themes-15.6.0.ebuild b/x11-themes/smplayer-themes/smplayer-themes-15.6.0.ebuild
new file mode 100644
index 0000000..01065b0
--- /dev/null
+++ b/x11-themes/smplayer-themes/smplayer-themes-15.6.0.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit qmake-utils
+
+DESCRIPTION="Icon themes for smplayer"
+HOMEPAGE="http://smplayer.sourceforge.net/"
+SRC_URI="mirror://sourceforge/smplayer/${P}.tar.bz2"
+
+LICENSE="CC-BY-2.5 CC-BY-SA-2.5 CC-BY-SA-3.0 GPL-2 LGPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86 ~x86-fbsd"
+IUSE=""
+
+DEPEND="dev-qt/qtcore:4"
+RDEPEND="media-video/smplayer"
+
+src_prepare() {
+ # bug 544108
+ sed -i -e "s| rcc| \"$(qt4_get_bindir)\"/rcc|" themes/Makefile || die
+
+ # bug 544160
+ sed -i -e 's/make/$(MAKE)/' Makefile || die
+}
+
+src_install() {
+ insinto /usr/share/smplayer
+ doins -r themes
+ dodoc Changelog README.txt
+}
^ permalink raw reply related [flat|nested] 21+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-themes/smplayer-themes/
@ 2016-02-19 10:19 Michael Palimaka
0 siblings, 0 replies; 21+ messages in thread
From: Michael Palimaka @ 2016-02-19 10:19 UTC (permalink / raw
To: gentoo-commits
commit: 4ebf3ecc97f643297bf34f02cf4ad51121e46e81
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 19 10:19:33 2016 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Fri Feb 19 10:19:39 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ebf3ecc
x11-themes/smplayer-themes: version bump
Gentoo-bug: 572846
Package-Manager: portage-2.2.27
x11-themes/smplayer-themes/Manifest | 1 +
.../smplayer-themes/smplayer-themes-15.12.0.ebuild | 36 ++++++++++++++++++++++
2 files changed, 37 insertions(+)
diff --git a/x11-themes/smplayer-themes/Manifest b/x11-themes/smplayer-themes/Manifest
index 0d39aec..149e784 100644
--- a/x11-themes/smplayer-themes/Manifest
+++ b/x11-themes/smplayer-themes/Manifest
@@ -1,3 +1,4 @@
DIST smplayer-themes-14.12.0.tar.bz2 2660621 SHA256 2c520a678bfcfa8c9a6881d4612ce8fb5216abdf072d27fb3da362af316ae333 SHA512 b97c097c7bbbcc60878e9cf4306c08fb87b83da67763a965e9e21517fb02568e902cbc1c8739be3f54b7a5b398c49dc8ab81964b97140a64f34bcf8af9c39765 WHIRLPOOL bab1009ab6dfe693177a905a583454fd5614830c90c09f1a93832129342583efd8f6c4bce6c355e340e43062b06119fde1c5532136dd38cdadc72fe280603312
DIST smplayer-themes-14.9.0.tar.bz2 2094596 SHA256 66164c0edc8698e174844ebbb7047a2444f249c569029cdc3c04833bbfb73238 SHA512 2c6b96c2fc5029ee3d4d6cd1204788c89c712d69ca230ba335f7a988fab181df9b700d8ceee446a7ccb852bdfdc82106fdcbf38ca199fb881088f9efc1ae1d7c WHIRLPOOL f68a511793a4f6fd270ce2708e4bfe5a25ef26493f18e9b18f49d5c19cb80fcab2a37c8494c9e9eac263a978ebce64e4bdfc4c0af32c6551a9f5dc7b4b2584d5
+DIST smplayer-themes-15.12.0.tar.bz2 3229694 SHA256 bd30b4cee576c4b1e4e8b59c986f93f2c2d150554d3eedb6e1dd37aa2e0fd110 SHA512 27fa91ed878c5b69d6d80ea90be15360a1224ff14e3828d71a9dccb8fbea10158377b1149c80e3260033a7d99a02586881ba2a57dc0e2b07cdacf26ae9c03ba5 WHIRLPOOL 2e13c3f1f244cdac3e58edfe3e9bb228927b3e7b28ed64360b1cd66fd36a6444be922054c4d2e9f208c83a0c79899a94e2a64d9ab3b2972fa2b82a7aea417e2f
DIST smplayer-themes-15.6.0.tar.bz2 2903294 SHA256 3d64f4db3d5465230b995ef5140ca6716206b4479f15d7a4b52c5fd939b60138 SHA512 2381254851894386722e832c56b0b65d94465413c5ca49690d59f499e95a64cfb5067d705c1b27e0c27eefcab01863c945c3c619804a298a9e96fc3e23b2855e WHIRLPOOL a17a43bcede39441e47feedb66df417daa3db1c18b380dab9f941fbb15cfe2cc0754ce26eec0b469f15d6f49e5ab75372b55202fdefd4746f8429eb69cba983c
diff --git a/x11-themes/smplayer-themes/smplayer-themes-15.12.0.ebuild b/x11-themes/smplayer-themes/smplayer-themes-15.12.0.ebuild
new file mode 100644
index 0000000..19849b8
--- /dev/null
+++ b/x11-themes/smplayer-themes/smplayer-themes-15.12.0.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit qmake-utils
+
+DESCRIPTION="Icon themes for smplayer"
+HOMEPAGE="http://smplayer.sourceforge.net/"
+SRC_URI="mirror://sourceforge/smplayer/${P}.tar.bz2"
+
+LICENSE="CC-BY-2.5 CC-BY-SA-2.5 CC-BY-SA-3.0 GPL-2 LGPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86 ~x86-fbsd"
+IUSE=""
+
+DEPEND="dev-qt/qtcore:4"
+RDEPEND="media-video/smplayer"
+
+src_prepare() {
+ default
+
+ # bug 544108
+ sed -i -e "s| rcc| \"$(qt4_get_bindir)\"/rcc|" themes/Makefile || die
+
+ # bug 544160
+ sed -i -e 's/make/$(MAKE)/' Makefile || die
+}
+
+src_install() {
+ rm themes/Makefile themes/H2O/Makefile || die
+ insinto /usr/share/smplayer
+ doins -r themes
+ dodoc Changelog README.txt
+}
^ permalink raw reply related [flat|nested] 21+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-themes/smplayer-themes/
@ 2016-03-02 13:47 Davide Pesavento
0 siblings, 0 replies; 21+ messages in thread
From: Davide Pesavento @ 2016-03-02 13:47 UTC (permalink / raw
To: gentoo-commits
commit: e3b94c7d5d6fba644326cab2e48307b82a2e1efc
Author: Davide Pesavento <pesa <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 2 13:40:38 2016 +0000
Commit: Davide Pesavento <pesa <AT> gentoo <DOT> org>
CommitDate: Wed Mar 2 13:46:52 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3b94c7d
x11-themes/smplayer-themes: update HOMEPAGE
Package-Manager: portage-2.2.27
x11-themes/smplayer-themes/smplayer-themes-14.9.0.ebuild | 2 +-
x11-themes/smplayer-themes/smplayer-themes-15.12.0.ebuild | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/x11-themes/smplayer-themes/smplayer-themes-14.9.0.ebuild b/x11-themes/smplayer-themes/smplayer-themes-14.9.0.ebuild
index 2c4dd92..b32af42 100644
--- a/x11-themes/smplayer-themes/smplayer-themes-14.9.0.ebuild
+++ b/x11-themes/smplayer-themes/smplayer-themes-14.9.0.ebuild
@@ -5,7 +5,7 @@
EAPI=5
DESCRIPTION="Icon themes for smplayer"
-HOMEPAGE="http://smplayer.sourceforge.net/"
+HOMEPAGE="http://www.smplayer.eu/"
SRC_URI="mirror://sourceforge/smplayer/${P}.tar.bz2"
LICENSE="CC-BY-2.5 CC-BY-SA-2.5 CC-BY-SA-3.0 GPL-2 LGPL-3"
diff --git a/x11-themes/smplayer-themes/smplayer-themes-15.12.0.ebuild b/x11-themes/smplayer-themes/smplayer-themes-15.12.0.ebuild
index 19849b8..4e0be2a 100644
--- a/x11-themes/smplayer-themes/smplayer-themes-15.12.0.ebuild
+++ b/x11-themes/smplayer-themes/smplayer-themes-15.12.0.ebuild
@@ -7,7 +7,7 @@ EAPI=6
inherit qmake-utils
DESCRIPTION="Icon themes for smplayer"
-HOMEPAGE="http://smplayer.sourceforge.net/"
+HOMEPAGE="http://www.smplayer.eu/"
SRC_URI="mirror://sourceforge/smplayer/${P}.tar.bz2"
LICENSE="CC-BY-2.5 CC-BY-SA-2.5 CC-BY-SA-3.0 GPL-2 LGPL-3"
^ permalink raw reply related [flat|nested] 21+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-themes/smplayer-themes/
@ 2016-03-02 13:47 Davide Pesavento
0 siblings, 0 replies; 21+ messages in thread
From: Davide Pesavento @ 2016-03-02 13:47 UTC (permalink / raw
To: gentoo-commits
commit: fc6d0515ebe5193172e5a58aa9b60b12a6e0e60f
Author: Davide Pesavento <pesa <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 2 13:37:57 2016 +0000
Commit: Davide Pesavento <pesa <AT> gentoo <DOT> org>
CommitDate: Wed Mar 2 13:46:50 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc6d0515
x11-themes/smplayer-themes: remove old
Package-Manager: portage-2.2.27
x11-themes/smplayer-themes/Manifest | 2 --
.../smplayer-themes/smplayer-themes-14.12.0.ebuild | 24 ----------------
.../smplayer-themes/smplayer-themes-15.6.0.ebuild | 33 ----------------------
3 files changed, 59 deletions(-)
diff --git a/x11-themes/smplayer-themes/Manifest b/x11-themes/smplayer-themes/Manifest
index 149e784..38c8196 100644
--- a/x11-themes/smplayer-themes/Manifest
+++ b/x11-themes/smplayer-themes/Manifest
@@ -1,4 +1,2 @@
-DIST smplayer-themes-14.12.0.tar.bz2 2660621 SHA256 2c520a678bfcfa8c9a6881d4612ce8fb5216abdf072d27fb3da362af316ae333 SHA512 b97c097c7bbbcc60878e9cf4306c08fb87b83da67763a965e9e21517fb02568e902cbc1c8739be3f54b7a5b398c49dc8ab81964b97140a64f34bcf8af9c39765 WHIRLPOOL bab1009ab6dfe693177a905a583454fd5614830c90c09f1a93832129342583efd8f6c4bce6c355e340e43062b06119fde1c5532136dd38cdadc72fe280603312
DIST smplayer-themes-14.9.0.tar.bz2 2094596 SHA256 66164c0edc8698e174844ebbb7047a2444f249c569029cdc3c04833bbfb73238 SHA512 2c6b96c2fc5029ee3d4d6cd1204788c89c712d69ca230ba335f7a988fab181df9b700d8ceee446a7ccb852bdfdc82106fdcbf38ca199fb881088f9efc1ae1d7c WHIRLPOOL f68a511793a4f6fd270ce2708e4bfe5a25ef26493f18e9b18f49d5c19cb80fcab2a37c8494c9e9eac263a978ebce64e4bdfc4c0af32c6551a9f5dc7b4b2584d5
DIST smplayer-themes-15.12.0.tar.bz2 3229694 SHA256 bd30b4cee576c4b1e4e8b59c986f93f2c2d150554d3eedb6e1dd37aa2e0fd110 SHA512 27fa91ed878c5b69d6d80ea90be15360a1224ff14e3828d71a9dccb8fbea10158377b1149c80e3260033a7d99a02586881ba2a57dc0e2b07cdacf26ae9c03ba5 WHIRLPOOL 2e13c3f1f244cdac3e58edfe3e9bb228927b3e7b28ed64360b1cd66fd36a6444be922054c4d2e9f208c83a0c79899a94e2a64d9ab3b2972fa2b82a7aea417e2f
-DIST smplayer-themes-15.6.0.tar.bz2 2903294 SHA256 3d64f4db3d5465230b995ef5140ca6716206b4479f15d7a4b52c5fd939b60138 SHA512 2381254851894386722e832c56b0b65d94465413c5ca49690d59f499e95a64cfb5067d705c1b27e0c27eefcab01863c945c3c619804a298a9e96fc3e23b2855e WHIRLPOOL a17a43bcede39441e47feedb66df417daa3db1c18b380dab9f941fbb15cfe2cc0754ce26eec0b469f15d6f49e5ab75372b55202fdefd4746f8429eb69cba983c
diff --git a/x11-themes/smplayer-themes/smplayer-themes-14.12.0.ebuild b/x11-themes/smplayer-themes/smplayer-themes-14.12.0.ebuild
deleted file mode 100644
index 3eafa2e..0000000
--- a/x11-themes/smplayer-themes/smplayer-themes-14.12.0.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-DESCRIPTION="Icon themes for smplayer"
-HOMEPAGE="http://smplayer.sourceforge.net/"
-SRC_URI="mirror://sourceforge/smplayer/${P}.tar.bz2"
-
-LICENSE="CC-BY-2.5 CC-BY-SA-2.5 CC-BY-SA-3.0 GPL-2 LGPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86 ~x86-fbsd"
-IUSE=""
-
-DEPEND=""
-RDEPEND="media-video/smplayer"
-
-src_install() {
- rm themes/Makefile
- insinto /usr/share/smplayer
- doins -r themes
- dodoc Changelog README.txt
-}
diff --git a/x11-themes/smplayer-themes/smplayer-themes-15.6.0.ebuild b/x11-themes/smplayer-themes/smplayer-themes-15.6.0.ebuild
deleted file mode 100644
index 01065b0..0000000
--- a/x11-themes/smplayer-themes/smplayer-themes-15.6.0.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit qmake-utils
-
-DESCRIPTION="Icon themes for smplayer"
-HOMEPAGE="http://smplayer.sourceforge.net/"
-SRC_URI="mirror://sourceforge/smplayer/${P}.tar.bz2"
-
-LICENSE="CC-BY-2.5 CC-BY-SA-2.5 CC-BY-SA-3.0 GPL-2 LGPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86 ~x86-fbsd"
-IUSE=""
-
-DEPEND="dev-qt/qtcore:4"
-RDEPEND="media-video/smplayer"
-
-src_prepare() {
- # bug 544108
- sed -i -e "s| rcc| \"$(qt4_get_bindir)\"/rcc|" themes/Makefile || die
-
- # bug 544160
- sed -i -e 's/make/$(MAKE)/' Makefile || die
-}
-
-src_install() {
- insinto /usr/share/smplayer
- doins -r themes
- dodoc Changelog README.txt
-}
^ permalink raw reply related [flat|nested] 21+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-themes/smplayer-themes/
@ 2016-04-06 12:26 Agostino Sarubbo
0 siblings, 0 replies; 21+ messages in thread
From: Agostino Sarubbo @ 2016-04-06 12:26 UTC (permalink / raw
To: gentoo-commits
commit: 0bfb736501ad781a1b323064c443a661bca05351
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 6 12:26:06 2016 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Wed Apr 6 12:26:06 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0bfb7365
x11-themes/smplayer-themes: amd64 stable wrt bug #576200
Package-Manager: portage-2.2.26
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
x11-themes/smplayer-themes/smplayer-themes-15.12.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/x11-themes/smplayer-themes/smplayer-themes-15.12.0.ebuild b/x11-themes/smplayer-themes/smplayer-themes-15.12.0.ebuild
index 4e0be2a..4daf9c3 100644
--- a/x11-themes/smplayer-themes/smplayer-themes-15.12.0.ebuild
+++ b/x11-themes/smplayer-themes/smplayer-themes-15.12.0.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/smplayer/${P}.tar.bz2"
LICENSE="CC-BY-2.5 CC-BY-SA-2.5 CC-BY-SA-3.0 GPL-2 LGPL-3"
SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86 ~x86-fbsd"
+KEYWORDS="amd64 ~hppa ~ppc ~ppc64 ~x86 ~x86-fbsd"
IUSE=""
DEPEND="dev-qt/qtcore:4"
^ permalink raw reply related [flat|nested] 21+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-themes/smplayer-themes/
@ 2016-05-26 12:39 Michael Palimaka
0 siblings, 0 replies; 21+ messages in thread
From: Michael Palimaka @ 2016-05-26 12:39 UTC (permalink / raw
To: gentoo-commits
commit: c129f63f3918d4067b4aff772c6d8c015f72ce69
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Thu May 26 12:38:46 2016 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Thu May 26 12:38:57 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c129f63f
x11-themes/smplayer-themes: version bump
Package-Manager: portage-2.3.0_rc1
x11-themes/smplayer-themes/Manifest | 1 +
.../smplayer-themes/smplayer-themes-16.5.2.ebuild | 36 ++++++++++++++++++++++
2 files changed, 37 insertions(+)
diff --git a/x11-themes/smplayer-themes/Manifest b/x11-themes/smplayer-themes/Manifest
index 38c8196..9285af0 100644
--- a/x11-themes/smplayer-themes/Manifest
+++ b/x11-themes/smplayer-themes/Manifest
@@ -1,2 +1,3 @@
DIST smplayer-themes-14.9.0.tar.bz2 2094596 SHA256 66164c0edc8698e174844ebbb7047a2444f249c569029cdc3c04833bbfb73238 SHA512 2c6b96c2fc5029ee3d4d6cd1204788c89c712d69ca230ba335f7a988fab181df9b700d8ceee446a7ccb852bdfdc82106fdcbf38ca199fb881088f9efc1ae1d7c WHIRLPOOL f68a511793a4f6fd270ce2708e4bfe5a25ef26493f18e9b18f49d5c19cb80fcab2a37c8494c9e9eac263a978ebce64e4bdfc4c0af32c6551a9f5dc7b4b2584d5
DIST smplayer-themes-15.12.0.tar.bz2 3229694 SHA256 bd30b4cee576c4b1e4e8b59c986f93f2c2d150554d3eedb6e1dd37aa2e0fd110 SHA512 27fa91ed878c5b69d6d80ea90be15360a1224ff14e3828d71a9dccb8fbea10158377b1149c80e3260033a7d99a02586881ba2a57dc0e2b07cdacf26ae9c03ba5 WHIRLPOOL 2e13c3f1f244cdac3e58edfe3e9bb228927b3e7b28ed64360b1cd66fd36a6444be922054c4d2e9f208c83a0c79899a94e2a64d9ab3b2972fa2b82a7aea417e2f
+DIST smplayer-themes-16.5.2.tar.bz2 3647376 SHA256 8e574b79559b2e6a6347fff496ac1f3a878e4fa23d47582b7f8d903f87ab3f86 SHA512 f86131e624409c285d8f374c332b326378ee608b398e58c1c6440876735130d78386f652f37909abd2d89c5c80ea68253d36b69cd1681e8afde0b47767a8bfb1 WHIRLPOOL 3aa24b896e7bd356a5ec00e40a68a1745780f3dfd7f22208be5121e9a61d9516ab141b8a8e4e8a125b77830611f5ad9e75eeeefbc2e4a3b977b65445d48ece2e
diff --git a/x11-themes/smplayer-themes/smplayer-themes-16.5.2.ebuild b/x11-themes/smplayer-themes/smplayer-themes-16.5.2.ebuild
new file mode 100644
index 0000000..06850d8
--- /dev/null
+++ b/x11-themes/smplayer-themes/smplayer-themes-16.5.2.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit qmake-utils
+
+DESCRIPTION="Icon themes for smplayer"
+HOMEPAGE="http://www.smplayer.eu/"
+SRC_URI="mirror://sourceforge/smplayer/${P}.tar.bz2"
+
+LICENSE="CC-BY-2.5 CC-BY-SA-2.5 CC-BY-SA-3.0 CC0-1.0 GPL-2 GPL-3+ LGPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86 ~x86-fbsd"
+IUSE=""
+
+DEPEND="dev-qt/qtcore:4"
+RDEPEND="media-video/smplayer"
+
+src_prepare() {
+ default
+
+ # bug 544108
+ sed -i -e "s| rcc| \"$(qt4_get_bindir)\"/rcc|" themes/Makefile || die
+
+ # bug 544160
+ sed -i -e 's/make/$(MAKE)/' Makefile || die
+}
+
+src_install() {
+ rm themes/Makefile themes/H2O/Makefile || die
+ insinto /usr/share/smplayer
+ doins -r themes
+ dodoc Changelog README.txt
+}
^ permalink raw reply related [flat|nested] 21+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-themes/smplayer-themes/
@ 2016-06-09 11:34 Michael Palimaka
0 siblings, 0 replies; 21+ messages in thread
From: Michael Palimaka @ 2016-06-09 11:34 UTC (permalink / raw
To: gentoo-commits
commit: f016e0ec4358963978c95417437424571db7b7b2
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 9 11:33:43 2016 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Thu Jun 9 11:34:02 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f016e0ec
x11-themes/smplayer-themes: version bump
Package-Manager: portage-2.3.0_rc1
x11-themes/smplayer-themes/Manifest | 1 +
.../smplayer-themes/smplayer-themes-16.6.0.ebuild | 36 ++++++++++++++++++++++
2 files changed, 37 insertions(+)
diff --git a/x11-themes/smplayer-themes/Manifest b/x11-themes/smplayer-themes/Manifest
index 9285af0..54f682e 100644
--- a/x11-themes/smplayer-themes/Manifest
+++ b/x11-themes/smplayer-themes/Manifest
@@ -1,3 +1,4 @@
DIST smplayer-themes-14.9.0.tar.bz2 2094596 SHA256 66164c0edc8698e174844ebbb7047a2444f249c569029cdc3c04833bbfb73238 SHA512 2c6b96c2fc5029ee3d4d6cd1204788c89c712d69ca230ba335f7a988fab181df9b700d8ceee446a7ccb852bdfdc82106fdcbf38ca199fb881088f9efc1ae1d7c WHIRLPOOL f68a511793a4f6fd270ce2708e4bfe5a25ef26493f18e9b18f49d5c19cb80fcab2a37c8494c9e9eac263a978ebce64e4bdfc4c0af32c6551a9f5dc7b4b2584d5
DIST smplayer-themes-15.12.0.tar.bz2 3229694 SHA256 bd30b4cee576c4b1e4e8b59c986f93f2c2d150554d3eedb6e1dd37aa2e0fd110 SHA512 27fa91ed878c5b69d6d80ea90be15360a1224ff14e3828d71a9dccb8fbea10158377b1149c80e3260033a7d99a02586881ba2a57dc0e2b07cdacf26ae9c03ba5 WHIRLPOOL 2e13c3f1f244cdac3e58edfe3e9bb228927b3e7b28ed64360b1cd66fd36a6444be922054c4d2e9f208c83a0c79899a94e2a64d9ab3b2972fa2b82a7aea417e2f
DIST smplayer-themes-16.5.2.tar.bz2 3647376 SHA256 8e574b79559b2e6a6347fff496ac1f3a878e4fa23d47582b7f8d903f87ab3f86 SHA512 f86131e624409c285d8f374c332b326378ee608b398e58c1c6440876735130d78386f652f37909abd2d89c5c80ea68253d36b69cd1681e8afde0b47767a8bfb1 WHIRLPOOL 3aa24b896e7bd356a5ec00e40a68a1745780f3dfd7f22208be5121e9a61d9516ab141b8a8e4e8a125b77830611f5ad9e75eeeefbc2e4a3b977b65445d48ece2e
+DIST smplayer-themes-16.6.0.tar.bz2 3900645 SHA256 a5ec99809bf1cfdf872d569a66f97fc9c06ce00cba0aec7c7d46de3b2591edbc SHA512 a30afeae041e76bf330222271a1ba6cc925e5e9dd4b35527cbf7a403f6e5b45cf8c97fe712c27ac41a368b0595058795487d79073bcf0ec6b1958b7ac29ee40b WHIRLPOOL 383c492d9ffb7ed0f0024ebcc7e59720b4047af56f37d0e3c9d9ffd5abde3ee7b93d32693e99b1920624d9a4be8ebcf339364733547200916b0e6d75a409dadd
diff --git a/x11-themes/smplayer-themes/smplayer-themes-16.6.0.ebuild b/x11-themes/smplayer-themes/smplayer-themes-16.6.0.ebuild
new file mode 100644
index 0000000..06850d8
--- /dev/null
+++ b/x11-themes/smplayer-themes/smplayer-themes-16.6.0.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit qmake-utils
+
+DESCRIPTION="Icon themes for smplayer"
+HOMEPAGE="http://www.smplayer.eu/"
+SRC_URI="mirror://sourceforge/smplayer/${P}.tar.bz2"
+
+LICENSE="CC-BY-2.5 CC-BY-SA-2.5 CC-BY-SA-3.0 CC0-1.0 GPL-2 GPL-3+ LGPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86 ~x86-fbsd"
+IUSE=""
+
+DEPEND="dev-qt/qtcore:4"
+RDEPEND="media-video/smplayer"
+
+src_prepare() {
+ default
+
+ # bug 544108
+ sed -i -e "s| rcc| \"$(qt4_get_bindir)\"/rcc|" themes/Makefile || die
+
+ # bug 544160
+ sed -i -e 's/make/$(MAKE)/' Makefile || die
+}
+
+src_install() {
+ rm themes/Makefile themes/H2O/Makefile || die
+ insinto /usr/share/smplayer
+ doins -r themes
+ dodoc Changelog README.txt
+}
^ permalink raw reply related [flat|nested] 21+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-themes/smplayer-themes/
@ 2016-10-02 12:14 Jeroen Roovers
0 siblings, 0 replies; 21+ messages in thread
From: Jeroen Roovers @ 2016-10-02 12:14 UTC (permalink / raw
To: gentoo-commits
commit: da691e77d8a9c2994d9e2dcdf42d38516521151d
Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 2 12:12:55 2016 +0000
Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Sun Oct 2 12:14:33 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da691e77
x11-themes/smplayer-themes: Stable for HPPA (bug #576200).
Package-Manager: portage-2.3.1
RepoMan-Options: --ignore-arches
x11-themes/smplayer-themes/smplayer-themes-15.12.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/x11-themes/smplayer-themes/smplayer-themes-15.12.0.ebuild b/x11-themes/smplayer-themes/smplayer-themes-15.12.0.ebuild
index 4daf9c3..50973fe 100644
--- a/x11-themes/smplayer-themes/smplayer-themes-15.12.0.ebuild
+++ b/x11-themes/smplayer-themes/smplayer-themes-15.12.0.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/smplayer/${P}.tar.bz2"
LICENSE="CC-BY-2.5 CC-BY-SA-2.5 CC-BY-SA-3.0 GPL-2 LGPL-3"
SLOT="0"
-KEYWORDS="amd64 ~hppa ~ppc ~ppc64 ~x86 ~x86-fbsd"
+KEYWORDS="amd64 hppa ~ppc ~ppc64 ~x86 ~x86-fbsd"
IUSE=""
DEPEND="dev-qt/qtcore:4"
^ permalink raw reply related [flat|nested] 21+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-themes/smplayer-themes/
@ 2016-10-28 14:31 Michael Palimaka
0 siblings, 0 replies; 21+ messages in thread
From: Michael Palimaka @ 2016-10-28 14:31 UTC (permalink / raw
To: gentoo-commits
commit: 03f79291ce7061e2be3be0100d384b524b6e1bda
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 28 14:17:12 2016 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Fri Oct 28 14:31:39 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03f79291
x11-themes/smplayer-themes: version bump
Package-Manager: portage-2.3.2
x11-themes/smplayer-themes/Manifest | 1 +
.../smplayer-themes/smplayer-themes-16.8.0.ebuild | 36 ++++++++++++++++++++++
2 files changed, 37 insertions(+)
diff --git a/x11-themes/smplayer-themes/Manifest b/x11-themes/smplayer-themes/Manifest
index 54f682e..9cab4ae 100644
--- a/x11-themes/smplayer-themes/Manifest
+++ b/x11-themes/smplayer-themes/Manifest
@@ -2,3 +2,4 @@ DIST smplayer-themes-14.9.0.tar.bz2 2094596 SHA256 66164c0edc8698e174844ebbb7047
DIST smplayer-themes-15.12.0.tar.bz2 3229694 SHA256 bd30b4cee576c4b1e4e8b59c986f93f2c2d150554d3eedb6e1dd37aa2e0fd110 SHA512 27fa91ed878c5b69d6d80ea90be15360a1224ff14e3828d71a9dccb8fbea10158377b1149c80e3260033a7d99a02586881ba2a57dc0e2b07cdacf26ae9c03ba5 WHIRLPOOL 2e13c3f1f244cdac3e58edfe3e9bb228927b3e7b28ed64360b1cd66fd36a6444be922054c4d2e9f208c83a0c79899a94e2a64d9ab3b2972fa2b82a7aea417e2f
DIST smplayer-themes-16.5.2.tar.bz2 3647376 SHA256 8e574b79559b2e6a6347fff496ac1f3a878e4fa23d47582b7f8d903f87ab3f86 SHA512 f86131e624409c285d8f374c332b326378ee608b398e58c1c6440876735130d78386f652f37909abd2d89c5c80ea68253d36b69cd1681e8afde0b47767a8bfb1 WHIRLPOOL 3aa24b896e7bd356a5ec00e40a68a1745780f3dfd7f22208be5121e9a61d9516ab141b8a8e4e8a125b77830611f5ad9e75eeeefbc2e4a3b977b65445d48ece2e
DIST smplayer-themes-16.6.0.tar.bz2 3900645 SHA256 a5ec99809bf1cfdf872d569a66f97fc9c06ce00cba0aec7c7d46de3b2591edbc SHA512 a30afeae041e76bf330222271a1ba6cc925e5e9dd4b35527cbf7a403f6e5b45cf8c97fe712c27ac41a368b0595058795487d79073bcf0ec6b1958b7ac29ee40b WHIRLPOOL 383c492d9ffb7ed0f0024ebcc7e59720b4047af56f37d0e3c9d9ffd5abde3ee7b93d32693e99b1920624d9a4be8ebcf339364733547200916b0e6d75a409dadd
+DIST smplayer-themes-16.8.0.tar.bz2 3938703 SHA256 cffd26e217596f55ea6ef1749597676cc3525daf19c60e47c29333ceeb23f174 SHA512 e15663cad1eb3028f3e278fc8253f3835879e7a5277ac847d46d646a7c5f848e0994f22ec421f158225a8d8d7d5a0c04bb686ac33d802e663e671277b304967f WHIRLPOOL a9948363f1b9945fc4f53cbedf9bf93a9617dd50c5abad22ba3b9a92792d6a7c93e9334f7cff6bb13f0f85fc165de38da8218e90481f4dbd6545e4cdead3cb61
diff --git a/x11-themes/smplayer-themes/smplayer-themes-16.8.0.ebuild b/x11-themes/smplayer-themes/smplayer-themes-16.8.0.ebuild
new file mode 100644
index 00000000..06850d8
--- /dev/null
+++ b/x11-themes/smplayer-themes/smplayer-themes-16.8.0.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit qmake-utils
+
+DESCRIPTION="Icon themes for smplayer"
+HOMEPAGE="http://www.smplayer.eu/"
+SRC_URI="mirror://sourceforge/smplayer/${P}.tar.bz2"
+
+LICENSE="CC-BY-2.5 CC-BY-SA-2.5 CC-BY-SA-3.0 CC0-1.0 GPL-2 GPL-3+ LGPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86 ~x86-fbsd"
+IUSE=""
+
+DEPEND="dev-qt/qtcore:4"
+RDEPEND="media-video/smplayer"
+
+src_prepare() {
+ default
+
+ # bug 544108
+ sed -i -e "s| rcc| \"$(qt4_get_bindir)\"/rcc|" themes/Makefile || die
+
+ # bug 544160
+ sed -i -e 's/make/$(MAKE)/' Makefile || die
+}
+
+src_install() {
+ rm themes/Makefile themes/H2O/Makefile || die
+ insinto /usr/share/smplayer
+ doins -r themes
+ dodoc Changelog README.txt
+}
^ permalink raw reply related [flat|nested] 21+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-themes/smplayer-themes/
@ 2017-03-04 7:16 Michael Palimaka
0 siblings, 0 replies; 21+ messages in thread
From: Michael Palimaka @ 2017-03-04 7:16 UTC (permalink / raw
To: gentoo-commits
commit: 37e65bba349b643ede7373dc766554c93d3b1bab
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 4 07:15:01 2017 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Sat Mar 4 07:16:20 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37e65bba
x11-themes/smplayer-themes: remove old
Package-Manager: Portage-2.3.4, Repoman-2.3.2
x11-themes/smplayer-themes/Manifest | 3 --
.../smplayer-themes/smplayer-themes-14.9.0.ebuild | 23 --------------
.../smplayer-themes/smplayer-themes-16.5.2.ebuild | 35 ----------------------
.../smplayer-themes/smplayer-themes-16.6.0.ebuild | 35 ----------------------
4 files changed, 96 deletions(-)
diff --git a/x11-themes/smplayer-themes/Manifest b/x11-themes/smplayer-themes/Manifest
index c6f5a3441e7..1dd043a0f81 100644
--- a/x11-themes/smplayer-themes/Manifest
+++ b/x11-themes/smplayer-themes/Manifest
@@ -1,6 +1,3 @@
-DIST smplayer-themes-14.9.0.tar.bz2 2094596 SHA256 66164c0edc8698e174844ebbb7047a2444f249c569029cdc3c04833bbfb73238 SHA512 2c6b96c2fc5029ee3d4d6cd1204788c89c712d69ca230ba335f7a988fab181df9b700d8ceee446a7ccb852bdfdc82106fdcbf38ca199fb881088f9efc1ae1d7c WHIRLPOOL f68a511793a4f6fd270ce2708e4bfe5a25ef26493f18e9b18f49d5c19cb80fcab2a37c8494c9e9eac263a978ebce64e4bdfc4c0af32c6551a9f5dc7b4b2584d5
DIST smplayer-themes-15.12.0.tar.bz2 3229694 SHA256 bd30b4cee576c4b1e4e8b59c986f93f2c2d150554d3eedb6e1dd37aa2e0fd110 SHA512 27fa91ed878c5b69d6d80ea90be15360a1224ff14e3828d71a9dccb8fbea10158377b1149c80e3260033a7d99a02586881ba2a57dc0e2b07cdacf26ae9c03ba5 WHIRLPOOL 2e13c3f1f244cdac3e58edfe3e9bb228927b3e7b28ed64360b1cd66fd36a6444be922054c4d2e9f208c83a0c79899a94e2a64d9ab3b2972fa2b82a7aea417e2f
-DIST smplayer-themes-16.5.2.tar.bz2 3647376 SHA256 8e574b79559b2e6a6347fff496ac1f3a878e4fa23d47582b7f8d903f87ab3f86 SHA512 f86131e624409c285d8f374c332b326378ee608b398e58c1c6440876735130d78386f652f37909abd2d89c5c80ea68253d36b69cd1681e8afde0b47767a8bfb1 WHIRLPOOL 3aa24b896e7bd356a5ec00e40a68a1745780f3dfd7f22208be5121e9a61d9516ab141b8a8e4e8a125b77830611f5ad9e75eeeefbc2e4a3b977b65445d48ece2e
-DIST smplayer-themes-16.6.0.tar.bz2 3900645 SHA256 a5ec99809bf1cfdf872d569a66f97fc9c06ce00cba0aec7c7d46de3b2591edbc SHA512 a30afeae041e76bf330222271a1ba6cc925e5e9dd4b35527cbf7a403f6e5b45cf8c97fe712c27ac41a368b0595058795487d79073bcf0ec6b1958b7ac29ee40b WHIRLPOOL 383c492d9ffb7ed0f0024ebcc7e59720b4047af56f37d0e3c9d9ffd5abde3ee7b93d32693e99b1920624d9a4be8ebcf339364733547200916b0e6d75a409dadd
DIST smplayer-themes-16.8.0.tar.bz2 3938703 SHA256 cffd26e217596f55ea6ef1749597676cc3525daf19c60e47c29333ceeb23f174 SHA512 e15663cad1eb3028f3e278fc8253f3835879e7a5277ac847d46d646a7c5f848e0994f22ec421f158225a8d8d7d5a0c04bb686ac33d802e663e671277b304967f WHIRLPOOL a9948363f1b9945fc4f53cbedf9bf93a9617dd50c5abad22ba3b9a92792d6a7c93e9334f7cff6bb13f0f85fc165de38da8218e90481f4dbd6545e4cdead3cb61
DIST smplayer-themes-17.2.0.tar.bz2 3944177 SHA256 e7a54b1f165fdec8b46b3dae154e7e6b1a94296ad1acced2bd95567a2ff66e8c SHA512 c2ca64aed6feda30de2be62f1ced99122cc92506c086dbb2a8f9b8a5a6b0f9d6bb3c85dfa43be0dea848f8e2d094115de1acf75da3c23ecf8d46d3685d22e4ba WHIRLPOOL 3103957da5ee10a39097576853a833261147982e8835556a47f8828c556891417afc9c7dc1a1275781d94a7d43dd334b0d6142ed58494e9b0a83240fa771efa9
diff --git a/x11-themes/smplayer-themes/smplayer-themes-14.9.0.ebuild b/x11-themes/smplayer-themes/smplayer-themes-14.9.0.ebuild
deleted file mode 100644
index 5326d94abe2..00000000000
--- a/x11-themes/smplayer-themes/smplayer-themes-14.9.0.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-DESCRIPTION="Icon themes for smplayer"
-HOMEPAGE="http://www.smplayer.eu/"
-SRC_URI="mirror://sourceforge/smplayer/${P}.tar.bz2"
-
-LICENSE="CC-BY-2.5 CC-BY-SA-2.5 CC-BY-SA-3.0 GPL-2 LGPL-3"
-SLOT="0"
-KEYWORDS="amd64 hppa ~ppc ~ppc64 x86 ~x86-fbsd"
-IUSE=""
-
-DEPEND=""
-RDEPEND="media-video/smplayer"
-
-src_install() {
- rm themes/Makefile
- insinto /usr/share/smplayer
- doins -r themes
- dodoc Changelog README.txt
-}
diff --git a/x11-themes/smplayer-themes/smplayer-themes-16.5.2.ebuild b/x11-themes/smplayer-themes/smplayer-themes-16.5.2.ebuild
deleted file mode 100644
index 50283725454..00000000000
--- a/x11-themes/smplayer-themes/smplayer-themes-16.5.2.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit qmake-utils
-
-DESCRIPTION="Icon themes for smplayer"
-HOMEPAGE="http://www.smplayer.eu/"
-SRC_URI="mirror://sourceforge/smplayer/${P}.tar.bz2"
-
-LICENSE="CC-BY-2.5 CC-BY-SA-2.5 CC-BY-SA-3.0 CC0-1.0 GPL-2 GPL-3+ LGPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86 ~x86-fbsd"
-IUSE=""
-
-DEPEND="dev-qt/qtcore:4"
-RDEPEND="media-video/smplayer"
-
-src_prepare() {
- default
-
- # bug 544108
- sed -i -e "s| rcc| \"$(qt4_get_bindir)\"/rcc|" themes/Makefile || die
-
- # bug 544160
- sed -i -e 's/make/$(MAKE)/' Makefile || die
-}
-
-src_install() {
- rm themes/Makefile themes/H2O/Makefile || die
- insinto /usr/share/smplayer
- doins -r themes
- dodoc Changelog README.txt
-}
diff --git a/x11-themes/smplayer-themes/smplayer-themes-16.6.0.ebuild b/x11-themes/smplayer-themes/smplayer-themes-16.6.0.ebuild
deleted file mode 100644
index 50283725454..00000000000
--- a/x11-themes/smplayer-themes/smplayer-themes-16.6.0.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit qmake-utils
-
-DESCRIPTION="Icon themes for smplayer"
-HOMEPAGE="http://www.smplayer.eu/"
-SRC_URI="mirror://sourceforge/smplayer/${P}.tar.bz2"
-
-LICENSE="CC-BY-2.5 CC-BY-SA-2.5 CC-BY-SA-3.0 CC0-1.0 GPL-2 GPL-3+ LGPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86 ~x86-fbsd"
-IUSE=""
-
-DEPEND="dev-qt/qtcore:4"
-RDEPEND="media-video/smplayer"
-
-src_prepare() {
- default
-
- # bug 544108
- sed -i -e "s| rcc| \"$(qt4_get_bindir)\"/rcc|" themes/Makefile || die
-
- # bug 544160
- sed -i -e 's/make/$(MAKE)/' Makefile || die
-}
-
-src_install() {
- rm themes/Makefile themes/H2O/Makefile || die
- insinto /usr/share/smplayer
- doins -r themes
- dodoc Changelog README.txt
-}
^ permalink raw reply related [flat|nested] 21+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-themes/smplayer-themes/
@ 2017-03-04 7:16 Michael Palimaka
0 siblings, 0 replies; 21+ messages in thread
From: Michael Palimaka @ 2017-03-04 7:16 UTC (permalink / raw
To: gentoo-commits
commit: 1785f15b7e3845b02f6927fa67f4471271a14760
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 4 07:14:23 2017 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Sat Mar 4 07:16:19 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1785f15b
x11-themes/smplayer-themes: version bump 17.2.0
Package-Manager: Portage-2.3.4, Repoman-2.3.2
x11-themes/smplayer-themes/Manifest | 1 +
.../smplayer-themes/smplayer-themes-17.2.0.ebuild | 35 ++++++++++++++++++++++
2 files changed, 36 insertions(+)
diff --git a/x11-themes/smplayer-themes/Manifest b/x11-themes/smplayer-themes/Manifest
index 9cab4aedfde..c6f5a3441e7 100644
--- a/x11-themes/smplayer-themes/Manifest
+++ b/x11-themes/smplayer-themes/Manifest
@@ -3,3 +3,4 @@ DIST smplayer-themes-15.12.0.tar.bz2 3229694 SHA256 bd30b4cee576c4b1e4e8b59c986f
DIST smplayer-themes-16.5.2.tar.bz2 3647376 SHA256 8e574b79559b2e6a6347fff496ac1f3a878e4fa23d47582b7f8d903f87ab3f86 SHA512 f86131e624409c285d8f374c332b326378ee608b398e58c1c6440876735130d78386f652f37909abd2d89c5c80ea68253d36b69cd1681e8afde0b47767a8bfb1 WHIRLPOOL 3aa24b896e7bd356a5ec00e40a68a1745780f3dfd7f22208be5121e9a61d9516ab141b8a8e4e8a125b77830611f5ad9e75eeeefbc2e4a3b977b65445d48ece2e
DIST smplayer-themes-16.6.0.tar.bz2 3900645 SHA256 a5ec99809bf1cfdf872d569a66f97fc9c06ce00cba0aec7c7d46de3b2591edbc SHA512 a30afeae041e76bf330222271a1ba6cc925e5e9dd4b35527cbf7a403f6e5b45cf8c97fe712c27ac41a368b0595058795487d79073bcf0ec6b1958b7ac29ee40b WHIRLPOOL 383c492d9ffb7ed0f0024ebcc7e59720b4047af56f37d0e3c9d9ffd5abde3ee7b93d32693e99b1920624d9a4be8ebcf339364733547200916b0e6d75a409dadd
DIST smplayer-themes-16.8.0.tar.bz2 3938703 SHA256 cffd26e217596f55ea6ef1749597676cc3525daf19c60e47c29333ceeb23f174 SHA512 e15663cad1eb3028f3e278fc8253f3835879e7a5277ac847d46d646a7c5f848e0994f22ec421f158225a8d8d7d5a0c04bb686ac33d802e663e671277b304967f WHIRLPOOL a9948363f1b9945fc4f53cbedf9bf93a9617dd50c5abad22ba3b9a92792d6a7c93e9334f7cff6bb13f0f85fc165de38da8218e90481f4dbd6545e4cdead3cb61
+DIST smplayer-themes-17.2.0.tar.bz2 3944177 SHA256 e7a54b1f165fdec8b46b3dae154e7e6b1a94296ad1acced2bd95567a2ff66e8c SHA512 c2ca64aed6feda30de2be62f1ced99122cc92506c086dbb2a8f9b8a5a6b0f9d6bb3c85dfa43be0dea848f8e2d094115de1acf75da3c23ecf8d46d3685d22e4ba WHIRLPOOL 3103957da5ee10a39097576853a833261147982e8835556a47f8828c556891417afc9c7dc1a1275781d94a7d43dd334b0d6142ed58494e9b0a83240fa771efa9
diff --git a/x11-themes/smplayer-themes/smplayer-themes-17.2.0.ebuild b/x11-themes/smplayer-themes/smplayer-themes-17.2.0.ebuild
new file mode 100644
index 00000000000..610e5b31139
--- /dev/null
+++ b/x11-themes/smplayer-themes/smplayer-themes-17.2.0.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit qmake-utils
+
+DESCRIPTION="Icon themes for smplayer"
+HOMEPAGE="http://www.smplayer.eu/"
+SRC_URI="mirror://sourceforge/smplayer/${P}.tar.bz2"
+
+LICENSE="CC-BY-2.5 CC-BY-SA-2.5 CC-BY-SA-3.0 CC0-1.0 GPL-2 GPL-3+ LGPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86 ~x86-fbsd"
+IUSE=""
+
+DEPEND="dev-qt/qtcore:4"
+RDEPEND="media-video/smplayer"
+
+src_prepare() {
+ default
+
+ # bug 544108
+ sed -i -e "s| rcc| \"$(qt4_get_bindir)\"/rcc|" themes/Makefile || die
+
+ # bug 544160
+ sed -i -e 's/make/$(MAKE)/' Makefile || die
+}
+
+src_install() {
+ rm themes/Makefile themes/H2O/Makefile || die
+ insinto /usr/share/smplayer
+ doins -r themes
+ dodoc Changelog README.txt
+}
^ permalink raw reply related [flat|nested] 21+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-themes/smplayer-themes/
@ 2017-06-04 5:31 Michael Palimaka
0 siblings, 0 replies; 21+ messages in thread
From: Michael Palimaka @ 2017-06-04 5:31 UTC (permalink / raw
To: gentoo-commits
commit: 8a1d61b26aaccfa24f059405d0698201f6960cb5
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 4 05:30:48 2017 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Sun Jun 4 05:30:57 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a1d61b2
x11-themes/smplayer-themes: version bump 17.3.0
Package-Manager: Portage-2.3.5, Repoman-2.3.2
x11-themes/smplayer-themes/Manifest | 1 +
.../smplayer-themes/smplayer-themes-17.3.0.ebuild | 35 ++++++++++++++++++++++
2 files changed, 36 insertions(+)
diff --git a/x11-themes/smplayer-themes/Manifest b/x11-themes/smplayer-themes/Manifest
index 1dd043a0f81..d3afa91bfaf 100644
--- a/x11-themes/smplayer-themes/Manifest
+++ b/x11-themes/smplayer-themes/Manifest
@@ -1,3 +1,4 @@
DIST smplayer-themes-15.12.0.tar.bz2 3229694 SHA256 bd30b4cee576c4b1e4e8b59c986f93f2c2d150554d3eedb6e1dd37aa2e0fd110 SHA512 27fa91ed878c5b69d6d80ea90be15360a1224ff14e3828d71a9dccb8fbea10158377b1149c80e3260033a7d99a02586881ba2a57dc0e2b07cdacf26ae9c03ba5 WHIRLPOOL 2e13c3f1f244cdac3e58edfe3e9bb228927b3e7b28ed64360b1cd66fd36a6444be922054c4d2e9f208c83a0c79899a94e2a64d9ab3b2972fa2b82a7aea417e2f
DIST smplayer-themes-16.8.0.tar.bz2 3938703 SHA256 cffd26e217596f55ea6ef1749597676cc3525daf19c60e47c29333ceeb23f174 SHA512 e15663cad1eb3028f3e278fc8253f3835879e7a5277ac847d46d646a7c5f848e0994f22ec421f158225a8d8d7d5a0c04bb686ac33d802e663e671277b304967f WHIRLPOOL a9948363f1b9945fc4f53cbedf9bf93a9617dd50c5abad22ba3b9a92792d6a7c93e9334f7cff6bb13f0f85fc165de38da8218e90481f4dbd6545e4cdead3cb61
DIST smplayer-themes-17.2.0.tar.bz2 3944177 SHA256 e7a54b1f165fdec8b46b3dae154e7e6b1a94296ad1acced2bd95567a2ff66e8c SHA512 c2ca64aed6feda30de2be62f1ced99122cc92506c086dbb2a8f9b8a5a6b0f9d6bb3c85dfa43be0dea848f8e2d094115de1acf75da3c23ecf8d46d3685d22e4ba WHIRLPOOL 3103957da5ee10a39097576853a833261147982e8835556a47f8828c556891417afc9c7dc1a1275781d94a7d43dd334b0d6142ed58494e9b0a83240fa771efa9
+DIST smplayer-themes-17.3.0.tar.bz2 3480857 SHA256 d1b89be79eda5f13bab4cda3ff9fae1253de69bed4896910698d20170ff658cd SHA512 99f320fdd6934b377da7f39486489e8c5f6f2c76168b06a58ef4b019689da87fe7474ba59d0653e1ec8f2e2e075c1e9af06c09b6a3bc7a416f8c328a47e495fe WHIRLPOOL 3895cfb56d04ca8837171953618658ddec3936063fa4904abac925989e28195fb6fc3596bf62025fd974cb11d408a7d3d927f654f669ee57d69b973d47fd0497
diff --git a/x11-themes/smplayer-themes/smplayer-themes-17.3.0.ebuild b/x11-themes/smplayer-themes/smplayer-themes-17.3.0.ebuild
new file mode 100644
index 00000000000..c8d8cbe2519
--- /dev/null
+++ b/x11-themes/smplayer-themes/smplayer-themes-17.3.0.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit qmake-utils
+
+DESCRIPTION="Icon themes for smplayer"
+HOMEPAGE="http://www.smplayer.eu/"
+SRC_URI="mirror://sourceforge/smplayer/${P}.tar.bz2"
+
+LICENSE="CC-BY-2.5 CC-BY-SA-2.5 CC-BY-SA-3.0 CC0-1.0 GPL-2 GPL-3+ LGPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86 ~x86-fbsd"
+IUSE=""
+
+DEPEND="dev-qt/qtcore:5"
+RDEPEND="media-video/smplayer"
+
+src_prepare() {
+ default
+
+ # bug 544108
+ sed -i -e "s| rcc| \"$(qt5_get_bindir)\"/rcc|" themes/Makefile || die
+
+ # bug 544160
+ sed -i -e 's/make/$(MAKE)/' Makefile || die
+}
+
+src_install() {
+ rm themes/Makefile || die
+ insinto /usr/share/smplayer
+ doins -r themes
+ dodoc Changelog README.txt
+}
^ permalink raw reply related [flat|nested] 21+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-themes/smplayer-themes/
@ 2017-08-27 7:14 Michael Palimaka
0 siblings, 0 replies; 21+ messages in thread
From: Michael Palimaka @ 2017-08-27 7:14 UTC (permalink / raw
To: gentoo-commits
commit: 0bb7f1ba04be0b87c76a848a06541a08de6ebd99
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 27 06:59:46 2017 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Sun Aug 27 07:13:52 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0bb7f1ba
x11-themes/smplayer-themes: update HOMEPAGE
Package-Manager: Portage-2.3.6, Repoman-2.3.3
x11-themes/smplayer-themes/smplayer-themes-15.12.0.ebuild | 4 ++--
x11-themes/smplayer-themes/smplayer-themes-16.8.0.ebuild | 4 ++--
x11-themes/smplayer-themes/smplayer-themes-17.2.0.ebuild | 2 +-
x11-themes/smplayer-themes/smplayer-themes-17.3.0.ebuild | 2 +-
4 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/x11-themes/smplayer-themes/smplayer-themes-15.12.0.ebuild b/x11-themes/smplayer-themes/smplayer-themes-15.12.0.ebuild
index 0e586481cbf..98cb50fb366 100644
--- a/x11-themes/smplayer-themes/smplayer-themes-15.12.0.ebuild
+++ b/x11-themes/smplayer-themes/smplayer-themes-15.12.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -6,7 +6,7 @@ EAPI=6
inherit qmake-utils
DESCRIPTION="Icon themes for smplayer"
-HOMEPAGE="http://www.smplayer.eu/"
+HOMEPAGE="http://www.smplayer.info/"
SRC_URI="mirror://sourceforge/smplayer/${P}.tar.bz2"
LICENSE="CC-BY-2.5 CC-BY-SA-2.5 CC-BY-SA-3.0 GPL-2 LGPL-3"
diff --git a/x11-themes/smplayer-themes/smplayer-themes-16.8.0.ebuild b/x11-themes/smplayer-themes/smplayer-themes-16.8.0.ebuild
index 50283725454..9b2dd9c1e7e 100644
--- a/x11-themes/smplayer-themes/smplayer-themes-16.8.0.ebuild
+++ b/x11-themes/smplayer-themes/smplayer-themes-16.8.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -6,7 +6,7 @@ EAPI=6
inherit qmake-utils
DESCRIPTION="Icon themes for smplayer"
-HOMEPAGE="http://www.smplayer.eu/"
+HOMEPAGE="http://www.smplayer.info/"
SRC_URI="mirror://sourceforge/smplayer/${P}.tar.bz2"
LICENSE="CC-BY-2.5 CC-BY-SA-2.5 CC-BY-SA-3.0 CC0-1.0 GPL-2 GPL-3+ LGPL-3"
diff --git a/x11-themes/smplayer-themes/smplayer-themes-17.2.0.ebuild b/x11-themes/smplayer-themes/smplayer-themes-17.2.0.ebuild
index 610e5b31139..9b2dd9c1e7e 100644
--- a/x11-themes/smplayer-themes/smplayer-themes-17.2.0.ebuild
+++ b/x11-themes/smplayer-themes/smplayer-themes-17.2.0.ebuild
@@ -6,7 +6,7 @@ EAPI=6
inherit qmake-utils
DESCRIPTION="Icon themes for smplayer"
-HOMEPAGE="http://www.smplayer.eu/"
+HOMEPAGE="http://www.smplayer.info/"
SRC_URI="mirror://sourceforge/smplayer/${P}.tar.bz2"
LICENSE="CC-BY-2.5 CC-BY-SA-2.5 CC-BY-SA-3.0 CC0-1.0 GPL-2 GPL-3+ LGPL-3"
diff --git a/x11-themes/smplayer-themes/smplayer-themes-17.3.0.ebuild b/x11-themes/smplayer-themes/smplayer-themes-17.3.0.ebuild
index c8d8cbe2519..2e9d2624cec 100644
--- a/x11-themes/smplayer-themes/smplayer-themes-17.3.0.ebuild
+++ b/x11-themes/smplayer-themes/smplayer-themes-17.3.0.ebuild
@@ -6,7 +6,7 @@ EAPI=6
inherit qmake-utils
DESCRIPTION="Icon themes for smplayer"
-HOMEPAGE="http://www.smplayer.eu/"
+HOMEPAGE="http://www.smplayer.info/"
SRC_URI="mirror://sourceforge/smplayer/${P}.tar.bz2"
LICENSE="CC-BY-2.5 CC-BY-SA-2.5 CC-BY-SA-3.0 CC0-1.0 GPL-2 GPL-3+ LGPL-3"
^ permalink raw reply related [flat|nested] 21+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-themes/smplayer-themes/
@ 2017-10-30 23:33 Andreas Sturmlechner
0 siblings, 0 replies; 21+ messages in thread
From: Andreas Sturmlechner @ 2017-10-30 23:33 UTC (permalink / raw
To: gentoo-commits
commit: f6d37f946702d94c7704c79e9ad9f194880b21b6
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 29 21:51:50 2017 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Oct 30 23:31:35 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f6d37f94
x11-themes/smplayer-themes: De-stabilise hppa
Package-Manager: Portage-2.3.13, Repoman-2.3.4
x11-themes/smplayer-themes/smplayer-themes-15.12.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/x11-themes/smplayer-themes/smplayer-themes-15.12.0.ebuild b/x11-themes/smplayer-themes/smplayer-themes-15.12.0.ebuild
index 98cb50fb366..7ddebf7cb8f 100644
--- a/x11-themes/smplayer-themes/smplayer-themes-15.12.0.ebuild
+++ b/x11-themes/smplayer-themes/smplayer-themes-15.12.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/smplayer/${P}.tar.bz2"
LICENSE="CC-BY-2.5 CC-BY-SA-2.5 CC-BY-SA-3.0 GPL-2 LGPL-3"
SLOT="0"
-KEYWORDS="amd64 hppa ~ppc ~ppc64 x86 ~x86-fbsd"
+KEYWORDS="amd64 ~hppa ~ppc ~ppc64 x86 ~x86-fbsd"
IUSE=""
DEPEND="dev-qt/qtcore:4"
^ permalink raw reply related [flat|nested] 21+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-themes/smplayer-themes/
@ 2017-12-22 10:09 Michael Palimaka
0 siblings, 0 replies; 21+ messages in thread
From: Michael Palimaka @ 2017-12-22 10:09 UTC (permalink / raw
To: gentoo-commits
commit: 4467be97ee6c1b91411d8610adff2acb179eeedd
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 22 10:00:30 2017 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Fri Dec 22 10:09:19 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4467be97
x11-themes/smplayer-themes: stabilise 17.3.0 for amd64/x86
Package-Manager: Portage-2.3.14, Repoman-2.3.6
x11-themes/smplayer-themes/smplayer-themes-17.3.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/x11-themes/smplayer-themes/smplayer-themes-17.3.0.ebuild b/x11-themes/smplayer-themes/smplayer-themes-17.3.0.ebuild
index 2e9d2624cec..fba270cc180 100644
--- a/x11-themes/smplayer-themes/smplayer-themes-17.3.0.ebuild
+++ b/x11-themes/smplayer-themes/smplayer-themes-17.3.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/smplayer/${P}.tar.bz2"
LICENSE="CC-BY-2.5 CC-BY-SA-2.5 CC-BY-SA-3.0 CC0-1.0 GPL-2 GPL-3+ LGPL-3"
SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86 ~x86-fbsd"
+KEYWORDS="amd64 ~hppa ~ppc ~ppc64 x86 ~x86-fbsd"
IUSE=""
DEPEND="dev-qt/qtcore:5"
^ permalink raw reply related [flat|nested] 21+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-themes/smplayer-themes/
@ 2017-12-22 10:09 Michael Palimaka
0 siblings, 0 replies; 21+ messages in thread
From: Michael Palimaka @ 2017-12-22 10:09 UTC (permalink / raw
To: gentoo-commits
commit: 90203d193f3c10ce53f132aa61ad6705e39ee8fd
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 22 10:01:00 2017 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Fri Dec 22 10:09:20 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=90203d19
x11-themes/smplayer-themes: remove old
Package-Manager: Portage-2.3.14, Repoman-2.3.6
x11-themes/smplayer-themes/Manifest | 3 --
.../smplayer-themes/smplayer-themes-15.12.0.ebuild | 35 ----------------------
.../smplayer-themes/smplayer-themes-16.8.0.ebuild | 35 ----------------------
.../smplayer-themes/smplayer-themes-17.2.0.ebuild | 35 ----------------------
4 files changed, 108 deletions(-)
diff --git a/x11-themes/smplayer-themes/Manifest b/x11-themes/smplayer-themes/Manifest
index c4d5af6b80c..278b4a406b3 100644
--- a/x11-themes/smplayer-themes/Manifest
+++ b/x11-themes/smplayer-themes/Manifest
@@ -1,4 +1 @@
-DIST smplayer-themes-15.12.0.tar.bz2 3229694 BLAKE2B 6caa27a68b279d19fddeaa1dc32fbc8b2993981dfb5836550d02ec7ab12a6b23140be4a7d9f7fcbd1c034b9661c7a8bb8fa4f4abc2eb8fb29e41d33b0477f08c SHA512 27fa91ed878c5b69d6d80ea90be15360a1224ff14e3828d71a9dccb8fbea10158377b1149c80e3260033a7d99a02586881ba2a57dc0e2b07cdacf26ae9c03ba5
-DIST smplayer-themes-16.8.0.tar.bz2 3938703 BLAKE2B 9d47c0877d192e04852be979e81012d6258a04d792d9a711193b286cc5d0750755ab834e6b02d61e3b764ae6d35e1beb27152a528b504f81690df9041ac27ff5 SHA512 e15663cad1eb3028f3e278fc8253f3835879e7a5277ac847d46d646a7c5f848e0994f22ec421f158225a8d8d7d5a0c04bb686ac33d802e663e671277b304967f
-DIST smplayer-themes-17.2.0.tar.bz2 3944177 BLAKE2B ac40e886f7a0d1cf0353c3df6e79911d6abbfd2daa20bbd62ac96da843f4a3e6b7412d920421a3c1368afd79341326e24a94b2c1bad692e30ed04d5668f2d1b0 SHA512 c2ca64aed6feda30de2be62f1ced99122cc92506c086dbb2a8f9b8a5a6b0f9d6bb3c85dfa43be0dea848f8e2d094115de1acf75da3c23ecf8d46d3685d22e4ba
DIST smplayer-themes-17.3.0.tar.bz2 3480857 BLAKE2B d3385d6f416a4a2aaca4709006de574df89cd281dd20dfcf4fd9fd2501a7cd918d30fa9326d77cb14bcddfd4eaf16356d17d5a5d64f443256af91b6d6abea28c SHA512 99f320fdd6934b377da7f39486489e8c5f6f2c76168b06a58ef4b019689da87fe7474ba59d0653e1ec8f2e2e075c1e9af06c09b6a3bc7a416f8c328a47e495fe
diff --git a/x11-themes/smplayer-themes/smplayer-themes-15.12.0.ebuild b/x11-themes/smplayer-themes/smplayer-themes-15.12.0.ebuild
deleted file mode 100644
index 7ddebf7cb8f..00000000000
--- a/x11-themes/smplayer-themes/smplayer-themes-15.12.0.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit qmake-utils
-
-DESCRIPTION="Icon themes for smplayer"
-HOMEPAGE="http://www.smplayer.info/"
-SRC_URI="mirror://sourceforge/smplayer/${P}.tar.bz2"
-
-LICENSE="CC-BY-2.5 CC-BY-SA-2.5 CC-BY-SA-3.0 GPL-2 LGPL-3"
-SLOT="0"
-KEYWORDS="amd64 ~hppa ~ppc ~ppc64 x86 ~x86-fbsd"
-IUSE=""
-
-DEPEND="dev-qt/qtcore:4"
-RDEPEND="media-video/smplayer"
-
-src_prepare() {
- default
-
- # bug 544108
- sed -i -e "s| rcc| \"$(qt4_get_bindir)\"/rcc|" themes/Makefile || die
-
- # bug 544160
- sed -i -e 's/make/$(MAKE)/' Makefile || die
-}
-
-src_install() {
- rm themes/Makefile themes/H2O/Makefile || die
- insinto /usr/share/smplayer
- doins -r themes
- dodoc Changelog README.txt
-}
diff --git a/x11-themes/smplayer-themes/smplayer-themes-16.8.0.ebuild b/x11-themes/smplayer-themes/smplayer-themes-16.8.0.ebuild
deleted file mode 100644
index 9b2dd9c1e7e..00000000000
--- a/x11-themes/smplayer-themes/smplayer-themes-16.8.0.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit qmake-utils
-
-DESCRIPTION="Icon themes for smplayer"
-HOMEPAGE="http://www.smplayer.info/"
-SRC_URI="mirror://sourceforge/smplayer/${P}.tar.bz2"
-
-LICENSE="CC-BY-2.5 CC-BY-SA-2.5 CC-BY-SA-3.0 CC0-1.0 GPL-2 GPL-3+ LGPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86 ~x86-fbsd"
-IUSE=""
-
-DEPEND="dev-qt/qtcore:4"
-RDEPEND="media-video/smplayer"
-
-src_prepare() {
- default
-
- # bug 544108
- sed -i -e "s| rcc| \"$(qt4_get_bindir)\"/rcc|" themes/Makefile || die
-
- # bug 544160
- sed -i -e 's/make/$(MAKE)/' Makefile || die
-}
-
-src_install() {
- rm themes/Makefile themes/H2O/Makefile || die
- insinto /usr/share/smplayer
- doins -r themes
- dodoc Changelog README.txt
-}
diff --git a/x11-themes/smplayer-themes/smplayer-themes-17.2.0.ebuild b/x11-themes/smplayer-themes/smplayer-themes-17.2.0.ebuild
deleted file mode 100644
index 9b2dd9c1e7e..00000000000
--- a/x11-themes/smplayer-themes/smplayer-themes-17.2.0.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit qmake-utils
-
-DESCRIPTION="Icon themes for smplayer"
-HOMEPAGE="http://www.smplayer.info/"
-SRC_URI="mirror://sourceforge/smplayer/${P}.tar.bz2"
-
-LICENSE="CC-BY-2.5 CC-BY-SA-2.5 CC-BY-SA-3.0 CC0-1.0 GPL-2 GPL-3+ LGPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86 ~x86-fbsd"
-IUSE=""
-
-DEPEND="dev-qt/qtcore:4"
-RDEPEND="media-video/smplayer"
-
-src_prepare() {
- default
-
- # bug 544108
- sed -i -e "s| rcc| \"$(qt4_get_bindir)\"/rcc|" themes/Makefile || die
-
- # bug 544160
- sed -i -e 's/make/$(MAKE)/' Makefile || die
-}
-
-src_install() {
- rm themes/Makefile themes/H2O/Makefile || die
- insinto /usr/share/smplayer
- doins -r themes
- dodoc Changelog README.txt
-}
^ permalink raw reply related [flat|nested] 21+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-themes/smplayer-themes/
@ 2018-06-29 23:53 Michael Palimaka
0 siblings, 0 replies; 21+ messages in thread
From: Michael Palimaka @ 2018-06-29 23:53 UTC (permalink / raw
To: gentoo-commits
commit: 396c12827d50e7bbae77ff6e3d3d61111e8d8c17
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 29 23:52:13 2018 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Fri Jun 29 23:52:56 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=396c1282
x11-themes/smplayer-themes: version bump 18.6.0
Package-Manager: Portage-2.3.40, Repoman-2.3.9
x11-themes/smplayer-themes/Manifest | 1 +
.../smplayer-themes/smplayer-themes-18.6.0.ebuild | 35 ++++++++++++++++++++++
2 files changed, 36 insertions(+)
diff --git a/x11-themes/smplayer-themes/Manifest b/x11-themes/smplayer-themes/Manifest
index 278b4a406b3..ef0001a3ee5 100644
--- a/x11-themes/smplayer-themes/Manifest
+++ b/x11-themes/smplayer-themes/Manifest
@@ -1 +1,2 @@
DIST smplayer-themes-17.3.0.tar.bz2 3480857 BLAKE2B d3385d6f416a4a2aaca4709006de574df89cd281dd20dfcf4fd9fd2501a7cd918d30fa9326d77cb14bcddfd4eaf16356d17d5a5d64f443256af91b6d6abea28c SHA512 99f320fdd6934b377da7f39486489e8c5f6f2c76168b06a58ef4b019689da87fe7474ba59d0653e1ec8f2e2e075c1e9af06c09b6a3bc7a416f8c328a47e495fe
+DIST smplayer-themes-18.6.0.tar.bz2 3739369 BLAKE2B 55618c03649c6c93cb3951d8b4ffff6f45ab153c169ad0fcbbf53c92b2110a57591db71b3fd0fa05cf9a84c4186b8c0e4998ea39b8d8d51100569c679d78d27d SHA512 e16f2dc50015b0034134a096ca99603167309c31bb50a44679c343b5f9c0ea786a17a0fb64eb1d71c61dacbd2a295adc0a82d23bd0837adf96664120f33adda6
diff --git a/x11-themes/smplayer-themes/smplayer-themes-18.6.0.ebuild b/x11-themes/smplayer-themes/smplayer-themes-18.6.0.ebuild
new file mode 100644
index 00000000000..25a6b959aae
--- /dev/null
+++ b/x11-themes/smplayer-themes/smplayer-themes-18.6.0.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit qmake-utils
+
+DESCRIPTION="Icon themes for smplayer"
+HOMEPAGE="https://www.smplayer.info/"
+SRC_URI="mirror://sourceforge/smplayer/${P}.tar.bz2"
+
+LICENSE="CC-BY-2.5 CC-BY-SA-2.5 CC-BY-SA-3.0 CC0-1.0 GPL-2 GPL-3+ LGPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86 ~x86-fbsd"
+IUSE=""
+
+DEPEND="dev-qt/qtcore:5"
+RDEPEND="media-video/smplayer"
+
+src_prepare() {
+ default
+
+ # bug 544108
+ sed -i -e "s| rcc| \"$(qt5_get_bindir)\"/rcc|" themes/Makefile || die
+
+ # bug 544160
+ sed -i -e 's/make/$(MAKE)/' Makefile || die
+}
+
+src_install() {
+ rm themes/Makefile || die
+ insinto /usr/share/smplayer
+ doins -r themes
+ dodoc Changelog README.txt
+}
^ permalink raw reply related [flat|nested] 21+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-themes/smplayer-themes/
@ 2018-06-29 23:53 Michael Palimaka
0 siblings, 0 replies; 21+ messages in thread
From: Michael Palimaka @ 2018-06-29 23:53 UTC (permalink / raw
To: gentoo-commits
commit: b1979f6c16ca26da83815e990b4f41706c44615f
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 29 23:49:12 2018 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Fri Jun 29 23:52:56 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1979f6c
x11-themes/smplayer-themes: use HTTPS
Package-Manager: Portage-2.3.40, Repoman-2.3.9
x11-themes/smplayer-themes/smplayer-themes-17.3.0.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/x11-themes/smplayer-themes/smplayer-themes-17.3.0.ebuild b/x11-themes/smplayer-themes/smplayer-themes-17.3.0.ebuild
index fba270cc180..5f24f5a236e 100644
--- a/x11-themes/smplayer-themes/smplayer-themes-17.3.0.ebuild
+++ b/x11-themes/smplayer-themes/smplayer-themes-17.3.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -6,7 +6,7 @@ EAPI=6
inherit qmake-utils
DESCRIPTION="Icon themes for smplayer"
-HOMEPAGE="http://www.smplayer.info/"
+HOMEPAGE="https://www.smplayer.info/"
SRC_URI="mirror://sourceforge/smplayer/${P}.tar.bz2"
LICENSE="CC-BY-2.5 CC-BY-SA-2.5 CC-BY-SA-3.0 CC0-1.0 GPL-2 GPL-3+ LGPL-3"
^ permalink raw reply related [flat|nested] 21+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-themes/smplayer-themes/
@ 2018-09-09 1:12 Thomas Deutschmann
0 siblings, 0 replies; 21+ messages in thread
From: Thomas Deutschmann @ 2018-09-09 1:12 UTC (permalink / raw
To: gentoo-commits
commit: 1732509a0136238c7b2891f5d28a1bb838dfefea
Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 9 01:10:09 2018 +0000
Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Sun Sep 9 01:12:07 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1732509a
x11-themes/smplayer-themes: x86 stable (bug #663130)
Package-Manager: Portage-2.3.49, Repoman-2.3.10
x11-themes/smplayer-themes/smplayer-themes-18.6.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/x11-themes/smplayer-themes/smplayer-themes-18.6.0.ebuild b/x11-themes/smplayer-themes/smplayer-themes-18.6.0.ebuild
index 25a6b959aae..907b5fa4b0c 100644
--- a/x11-themes/smplayer-themes/smplayer-themes-18.6.0.ebuild
+++ b/x11-themes/smplayer-themes/smplayer-themes-18.6.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/smplayer/${P}.tar.bz2"
LICENSE="CC-BY-2.5 CC-BY-SA-2.5 CC-BY-SA-3.0 CC0-1.0 GPL-2 GPL-3+ LGPL-3"
SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86 ~x86-fbsd"
+KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 x86 ~x86-fbsd"
IUSE=""
DEPEND="dev-qt/qtcore:5"
^ permalink raw reply related [flat|nested] 21+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-themes/smplayer-themes/
@ 2018-09-09 8:31 Mikle Kolyada
0 siblings, 0 replies; 21+ messages in thread
From: Mikle Kolyada @ 2018-09-09 8:31 UTC (permalink / raw
To: gentoo-commits
commit: b807731d8aa085ec0881c10c37d55b1f76034f2f
Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 9 08:30:22 2018 +0000
Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Sun Sep 9 08:30:22 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b807731d
x11-themes/smplayer-themes: amd64 stable wrt bug #663130
Package-Manager: Portage-2.3.40, Repoman-2.3.9
x11-themes/smplayer-themes/smplayer-themes-18.6.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/x11-themes/smplayer-themes/smplayer-themes-18.6.0.ebuild b/x11-themes/smplayer-themes/smplayer-themes-18.6.0.ebuild
index 907b5fa4b0c..78d9d4fa555 100644
--- a/x11-themes/smplayer-themes/smplayer-themes-18.6.0.ebuild
+++ b/x11-themes/smplayer-themes/smplayer-themes-18.6.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/smplayer/${P}.tar.bz2"
LICENSE="CC-BY-2.5 CC-BY-SA-2.5 CC-BY-SA-3.0 CC0-1.0 GPL-2 GPL-3+ LGPL-3"
SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 x86 ~x86-fbsd"
+KEYWORDS="amd64 ~hppa ~ppc ~ppc64 x86 ~x86-fbsd"
IUSE=""
DEPEND="dev-qt/qtcore:5"
^ permalink raw reply related [flat|nested] 21+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-themes/smplayer-themes/
@ 2018-11-08 13:31 Michael Palimaka
0 siblings, 0 replies; 21+ messages in thread
From: Michael Palimaka @ 2018-11-08 13:31 UTC (permalink / raw
To: gentoo-commits
commit: af14f0b2778226b3f5b1e7ae9e6bb4457cc9afa9
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 8 13:31:23 2018 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Thu Nov 8 13:31:33 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af14f0b2
x11-themes/smplayer-themes: remove 17.3.0
Package-Manager: Portage-2.3.51, Repoman-2.3.12
Signed-off-by: Michael Palimaka <kensington <AT> gentoo.org>
x11-themes/smplayer-themes/Manifest | 1 -
.../smplayer-themes/smplayer-themes-17.3.0.ebuild | 35 ----------------------
2 files changed, 36 deletions(-)
diff --git a/x11-themes/smplayer-themes/Manifest b/x11-themes/smplayer-themes/Manifest
index ef0001a3ee5..cec4c2eef62 100644
--- a/x11-themes/smplayer-themes/Manifest
+++ b/x11-themes/smplayer-themes/Manifest
@@ -1,2 +1 @@
-DIST smplayer-themes-17.3.0.tar.bz2 3480857 BLAKE2B d3385d6f416a4a2aaca4709006de574df89cd281dd20dfcf4fd9fd2501a7cd918d30fa9326d77cb14bcddfd4eaf16356d17d5a5d64f443256af91b6d6abea28c SHA512 99f320fdd6934b377da7f39486489e8c5f6f2c76168b06a58ef4b019689da87fe7474ba59d0653e1ec8f2e2e075c1e9af06c09b6a3bc7a416f8c328a47e495fe
DIST smplayer-themes-18.6.0.tar.bz2 3739369 BLAKE2B 55618c03649c6c93cb3951d8b4ffff6f45ab153c169ad0fcbbf53c92b2110a57591db71b3fd0fa05cf9a84c4186b8c0e4998ea39b8d8d51100569c679d78d27d SHA512 e16f2dc50015b0034134a096ca99603167309c31bb50a44679c343b5f9c0ea786a17a0fb64eb1d71c61dacbd2a295adc0a82d23bd0837adf96664120f33adda6
diff --git a/x11-themes/smplayer-themes/smplayer-themes-17.3.0.ebuild b/x11-themes/smplayer-themes/smplayer-themes-17.3.0.ebuild
deleted file mode 100644
index 5f24f5a236e..00000000000
--- a/x11-themes/smplayer-themes/smplayer-themes-17.3.0.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit qmake-utils
-
-DESCRIPTION="Icon themes for smplayer"
-HOMEPAGE="https://www.smplayer.info/"
-SRC_URI="mirror://sourceforge/smplayer/${P}.tar.bz2"
-
-LICENSE="CC-BY-2.5 CC-BY-SA-2.5 CC-BY-SA-3.0 CC0-1.0 GPL-2 GPL-3+ LGPL-3"
-SLOT="0"
-KEYWORDS="amd64 ~hppa ~ppc ~ppc64 x86 ~x86-fbsd"
-IUSE=""
-
-DEPEND="dev-qt/qtcore:5"
-RDEPEND="media-video/smplayer"
-
-src_prepare() {
- default
-
- # bug 544108
- sed -i -e "s| rcc| \"$(qt5_get_bindir)\"/rcc|" themes/Makefile || die
-
- # bug 544160
- sed -i -e 's/make/$(MAKE)/' Makefile || die
-}
-
-src_install() {
- rm themes/Makefile || die
- insinto /usr/share/smplayer
- doins -r themes
- dodoc Changelog README.txt
-}
^ permalink raw reply related [flat|nested] 21+ messages in thread
end of thread, other threads:[~2018-11-08 13:31 UTC | newest]
Thread overview: 21+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-10-02 12:14 [gentoo-commits] repo/gentoo:master commit in: x11-themes/smplayer-themes/ Jeroen Roovers
-- strict thread matches above, loose matches on Subject: below --
2018-11-08 13:31 Michael Palimaka
2018-09-09 8:31 Mikle Kolyada
2018-09-09 1:12 Thomas Deutschmann
2018-06-29 23:53 Michael Palimaka
2018-06-29 23:53 Michael Palimaka
2017-12-22 10:09 Michael Palimaka
2017-12-22 10:09 Michael Palimaka
2017-10-30 23:33 Andreas Sturmlechner
2017-08-27 7:14 Michael Palimaka
2017-06-04 5:31 Michael Palimaka
2017-03-04 7:16 Michael Palimaka
2017-03-04 7:16 Michael Palimaka
2016-10-28 14:31 Michael Palimaka
2016-06-09 11:34 Michael Palimaka
2016-05-26 12:39 Michael Palimaka
2016-04-06 12:26 Agostino Sarubbo
2016-03-02 13:47 Davide Pesavento
2016-03-02 13:47 Davide Pesavento
2016-02-19 10:19 Michael Palimaka
2015-10-29 17:48 Michael Palimaka
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox