From 1b05fb82bf62200347e81989a0caa1da682600a4 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 2 Dec 2017 14:58:33 +0000 Subject: x11-themes/moka-icon-theme : version bump (5.3.5 -> 5.3.6) --- x11-themes/moka-icon-theme/Manifest | 2 +- .../moka-icon-theme/moka-icon-theme-5.3.5.ebuild | 40 ---------------------- .../moka-icon-theme/moka-icon-theme-5.3.6.ebuild | 40 ++++++++++++++++++++++ 3 files changed, 41 insertions(+), 41 deletions(-) delete mode 100644 x11-themes/moka-icon-theme/moka-icon-theme-5.3.5.ebuild create mode 100644 x11-themes/moka-icon-theme/moka-icon-theme-5.3.6.ebuild (limited to 'x11-themes') diff --git a/x11-themes/moka-icon-theme/Manifest b/x11-themes/moka-icon-theme/Manifest index 0680907b..dc951ddc 100644 --- a/x11-themes/moka-icon-theme/Manifest +++ b/x11-themes/moka-icon-theme/Manifest @@ -1 +1 @@ -DIST moka-icon-theme-5.3.5.tar.gz 68250053 SHA256 91d1d702501fca85b7c8dedbc690884d697e482b732cd3801febd5f7c0525918 SHA512 81be63f0fe4b47eb70ca63681b40053c8facb7277d5df34212592a1fc7c349679508551e6ff67123127d372e88f61062ce59dd9c8ed6aaa02b49ef9e884e2b07 WHIRLPOOL 93cdf4f4fafb3d8bb64526b13ab5241608380dd0f1630eace5f6403fa8276c27c883c7ffc4967b5a06708a0ddc1c040cafa6c4b80544fe51291f6f6b3d1e7da4 +DIST moka-icon-theme-5.3.6.tar.gz 68269008 SHA256 6774e094b3ed0ad25054455f2c3311160e46932cf1633ebb7ed6e274b68d5d11 SHA512 b5967eab0e06639b515af5d57d03adb0055c202327a45f5656cc08e87444eff7563a8a7e6a20ec28edef112d4ce5709dd413832d0265d1b33d496067d8c68838 WHIRLPOOL 5f64dbeaee32eea7aeb955d30ec718b37d80784de009e82a3d7e791a8db01b0bba712d7368dd006026094c1385effe9b6a896952b6e608c2f0ac71c0fa22680d diff --git a/x11-themes/moka-icon-theme/moka-icon-theme-5.3.5.ebuild b/x11-themes/moka-icon-theme/moka-icon-theme-5.3.5.ebuild deleted file mode 100644 index 318b1efa..00000000 --- a/x11-themes/moka-icon-theme/moka-icon-theme-5.3.5.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=6 - -inherit eutils autotools - -DESCRIPTION="Moka is a stylized Linux desktop icon set, and the titular icon theme of the Moka Project. They are designed to be clear, simple and consistent." -HOMEPAGE="http://snwh.org" -if [[ ${PV} == *9999* ]];then - inherit git-r3 - SRC_URI="" - EGIT_REPO_URI="https://github.com/moka-project/moka-icon-theme.git" - KEYWORDS="" -else - SRC_URI="https://github.com/moka-project/moka-icon-theme/archive/v${PV}/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="amd64 x86" - RESTRICT="mirror" -fi - -LICENSE="LGPL-3.0" -SLOT="0" -IUSE="" - -DEPEND="x11-themes/faba-icon-theme" -RDEPEND="${DEPEND}" - -src_prepare(){ - eapply_user - eautoreconf -} - -src_compile(){ - emake DESTDIR="${D}" || die -} - -src_install(){ - emake DESTDIR="${D}" install || die -} diff --git a/x11-themes/moka-icon-theme/moka-icon-theme-5.3.6.ebuild b/x11-themes/moka-icon-theme/moka-icon-theme-5.3.6.ebuild new file mode 100644 index 00000000..318b1efa --- /dev/null +++ b/x11-themes/moka-icon-theme/moka-icon-theme-5.3.6.ebuild @@ -0,0 +1,40 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=6 + +inherit eutils autotools + +DESCRIPTION="Moka is a stylized Linux desktop icon set, and the titular icon theme of the Moka Project. They are designed to be clear, simple and consistent." +HOMEPAGE="http://snwh.org" +if [[ ${PV} == *9999* ]];then + inherit git-r3 + SRC_URI="" + EGIT_REPO_URI="https://github.com/moka-project/moka-icon-theme.git" + KEYWORDS="" +else + SRC_URI="https://github.com/moka-project/moka-icon-theme/archive/v${PV}/v${PV}.tar.gz -> ${P}.tar.gz" + KEYWORDS="amd64 x86" + RESTRICT="mirror" +fi + +LICENSE="LGPL-3.0" +SLOT="0" +IUSE="" + +DEPEND="x11-themes/faba-icon-theme" +RDEPEND="${DEPEND}" + +src_prepare(){ + eapply_user + eautoreconf +} + +src_compile(){ + emake DESTDIR="${D}" || die +} + +src_install(){ + emake DESTDIR="${D}" install || die +} -- cgit v1.2.3