From: "Bernard Cafarelli" <voyageur@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-themes/windowmaker-themes/
Date: Fri, 11 Oct 2019 21:00:48 +0000 (UTC) [thread overview]
Message-ID: <1570827628.de38bb718d86294c2ba0e9719606b6bec2ec1111.voyageur@gentoo> (raw)
commit: de38bb718d86294c2ba0e9719606b6bec2ec1111
Author: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 11 21:00:28 2019 +0000
Commit: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
CommitDate: Fri Oct 11 21:00:28 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de38bb71
x11-themes/windowmaker-themes: ebuild rewrite and EAPI bump
Bump from EAPI 0 to 7
Remove duplicate themes
Upstream site is gone, mirror the themes in single tarball
Closes: https://bugs.gentoo.org/697148
Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Bernard Cafarelli <voyageur <AT> gentoo.org>
x11-themes/windowmaker-themes/Manifest | 1 +
.../windowmaker-themes-0.1-r1.ebuild | 45 ++++++++++++++++++++++
2 files changed, 46 insertions(+)
diff --git a/x11-themes/windowmaker-themes/Manifest b/x11-themes/windowmaker-themes/Manifest
index 52e1f296d46..becdf916981 100644
--- a/x11-themes/windowmaker-themes/Manifest
+++ b/x11-themes/windowmaker-themes/Manifest
@@ -69,5 +69,6 @@ DIST reddot.tar.gz 968069 BLAKE2B 9db8cb18f83f5cc43a59694039c325004ad482feb807d7
DIST redslip.tar.gz 556420 BLAKE2B 86906f8820f81675cdfa8ef599bd56fd95fc21e67f75a101e688074279d5881e8d27aebf5cf77f4795ef2d87b2d6165b0644749f846bd2391f09249b07c221b2 SHA512 42f6948d497bf04ad1ff2480480aec3ac6b97bffce10bb68f872d58afb3db73001ccc975b790d9b551f3bbd64981a89067762ab03aeab1400d4783033fa88cde
DIST thefuzzyhornet-default.tar.gz 43678 BLAKE2B 327e66c81af3f4b5f4c96141aa06534215de51ba5e120c4945cc3a62e259f730324c3d69c8ecb6df459a439ba6f197108a82263739f03f55f0a55ce4fa5d0e75 SHA512 fe22a2c551edc2ea640375290f3bef2edf0d8b552f46cf7bd055831eb01edef5e48ba911171360af9adc243fb09bce7976b08d0b69ef312fc94bb47948b69595
DIST where-default-0.2.tar.gz 61648 BLAKE2B db8e4dc4b74c96aff7492ea8ec000bcda4d4bb92b2394c96ab4a3b14f5e78c17439ff810702a0ba02d63fca6936ae5c4cc828c8f5871d089b20840c5ebb897f7 SHA512 9c2367f07bcef3ef6233512b7adaf9111949ddd0cbd1825576fc80a89671b93a43a846787b0acf11648f71402a6a942ddbe0201adc7783be6e535471b0ee3e45
+DIST windowmaker-themes-0.1.tar.gz 16413142 BLAKE2B db65c3a15731a4526d8ce45c56ee7987a3f4c2e32a1020c35ccaae6c722aebda758d83fedbac375f7d42e989544295c57dc2ee8143dd0682ab3fe4d82992621c SHA512 2ecdd6155d9f62ed8e815c8c91e6f46114c1ff79bc4c1c79f383c2dfa55caa576f2c0c0010b469db7d851f4afa6fa196302b4ff5a7acb9d708f81f6708052b47
DIST wmfrost.tar.gz 345302 BLAKE2B 3bd5fecbf815d9ba78d3e605522e65431ba8a89b7cf5573b3d540a7733d57d3f8bd29dfd8cf0fcd6f0ffbcbabf02e8a58af97ebc17da3b505b5532162f4d2692 SHA512 129d452b3fe907f914e61202e472a63a7d61de7eac54a5d7b9c826f4ba7fb93d6dd0a2c6910e765129c815235e04889d408e3ce3e5ef2970a7590dbf8f1c6b29
DIST yondo.tar.gz 257438 BLAKE2B 746ae152b9812aa3fbff7fd81d58478415fef0a100f8d51df2a7215cf3290b086e3ee661674dffa37e40ccb3ac05acdf8976378457660896099bdf74344d8f90 SHA512 be93dfdf19ab9d24df747c7acae40996c88dd11df6c8d5f5dd8ebfe2ab1ba114eb531ee1668592501e37e4773abbc5a9b20d6b1adb58169293c945d76017bdbe
diff --git a/x11-themes/windowmaker-themes/windowmaker-themes-0.1-r1.ebuild b/x11-themes/windowmaker-themes/windowmaker-themes-0.1-r1.ebuild
new file mode 100644
index 00000000000..a6be1af9540
--- /dev/null
+++ b/x11-themes/windowmaker-themes/windowmaker-themes-0.1-r1.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+# TODO: Break themes up by author and into sub-dirs named after
+# the author
+
+DESCRIPTION="Collection of Window Maker themes"
+HOMEPAGE="http://www.windowmaker.org/"
+# Original site: http://gentoo.asleep.net/windowmaker-themes
+SRC_URI="https://dev.gentoo.org/~voyageur/distfiles/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~sparc ~x86"
+IUSE="offensive"
+
+DEPEND=""
+RDEPEND="x11-wm/windowmaker"
+BDEPEND=""
+
+src_prepare() {
+ MY_OFFENSIVE="3white Anguish"
+ if ! use offensive ; then
+ for j in ${MY_OFFENSIVE} ; do
+ rm -rf ${MY_OFFENSIVE}.themed
+ done
+ fi
+
+ default
+}
+
+src_install() {
+ insinto /usr/share/WindowMaker/Themes
+ doins -r .
+}
+
+pkg_postinst() {
+ einfo "The Window Maker themes downloaded are by the following artists:"
+ einfo "A.Sleep - http://www.asleep.net/"
+ einfo "Largo - http://largo.windowmaker.org/"
+ einfo "Hadess - http://www.hadess.net/"
+ einfo "jenspen - http://themes.freshmeat.net/~jenspen/"
+}
next reply other threads:[~2019-10-11 21:00 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-10-11 21:00 Bernard Cafarelli [this message]
-- strict thread matches above, loose matches on Subject: below --
2019-11-06 20:11 [gentoo-commits] repo/gentoo:master commit in: x11-themes/windowmaker-themes/ Sergei Trofimovich
2019-11-12 10:05 Agostino Sarubbo
2019-11-12 10:45 Agostino Sarubbo
2019-11-12 18:07 Agostino Sarubbo
2019-11-23 18:32 Michał Górny
2019-11-23 18:32 Michał Górny
2021-03-27 16:43 Bernard Cafarelli
2023-12-07 16:25 Arthur Zamarin
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1570827628.de38bb718d86294c2ba0e9719606b6bec2ec1111.voyageur@gentoo \
--to=voyageur@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox