commit:     27ac9dda9bc03f1689e5ffbc1602e16ec0eb3cd1
Author:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
AuthorDate: Sun Feb  7 10:58:05 2016 +0000
Commit:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
CommitDate: Sun Feb  7 10:59:13 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27ac9dda

x11-plugins/wmcoincoin: version bump

Also fix imlib2[X] dependency
Thanks Toralf Förster <toralf.foerster <AT> gmx.de> in bug #573832

Package-Manager: portage-2.2.27

 x11-plugins/wmcoincoin/Manifest                |  1 +
 x11-plugins/wmcoincoin/wmcoincoin-2.6.3.ebuild | 37 ++++++++++++++++++++++++++
 2 files changed, 38 insertions(+)

diff --git a/x11-plugins/wmcoincoin/Manifest b/x11-plugins/wmcoincoin/Manifest
index 83edbe7..15c4d85 100644
--- a/x11-plugins/wmcoincoin/Manifest
+++ b/x11-plugins/wmcoincoin/Manifest
@@ -1,3 +1,4 @@
 DIST wmcoincoin-2.5.1f.tar.gz 847541 SHA256 
9758327599afb3281bf483db1fec03bd2574f5cb45a45bac7995c889eddef48e SHA512 
6efdef1d8347ab2e7af0e28a6ae1ff08d5b517ec1beea9b012966018a8c919ed8c8ff50f087112619878a7822c4d272b449805ba3e20da68131b352b1967a2b6
 WHIRLPOOL 
d4fd710233016daff37bb7cbd17591002e564139bf836c71bc687fd83ed44678d60bcb02ccb51f20ed84359f0696b6357230dcbd7e4c510ee22a2cd811d9ef28
 DIST wmcoincoin-2.6.1.tar.gz 963391 SHA256 
c466433ac1cd8a018dfe87f33cb8832ce1e1c10714907e3eed94723c792bb140 SHA512 
25027af9d1a0a05ea3b5b0856f6316d0f3409e6f7f02d2611f3e8dbaca72285b8b0a05a8aa2ed8a88af12f05f01821eeaebb1c0272e68ef1fa43459dd6d09da9
 WHIRLPOOL 
bdecac8f249ed2ab598f119504f6b113a04364fa1392e0ac9a5a0d870c2c616e2aff703e062677523355a63f57ea5dda87c582a1499b62d82fb378a00ab79dde
 DIST wmcoincoin-2.6.2_p20140602.tar.gz 972358 SHA256 
e6afdf6ceeaec81327fbeb8d823ac97d4e3372c312b53ac83014c690ca364cf9 SHA512 
ddf1b24d9c9021e9cb02817e80f3327074ef7d09ba7d8033d5d0c8b39a25106a1d54d32f211d31a910e2175d98bbda940f309cc137edd1b02b5a656891e89b2c
 WHIRLPOOL 
031ac936551d4975f460b44cfe715e1b3f21d263fc299fadf0dee9f686a3f49cf879c603aae5e2ffa547a33b590410edde8c2e7768fdcb9e021887bb0baa8532
+DIST wmcoincoin-2.6.3.tar.gz 973973 SHA256 
4879a46e252ca11256257c0f859103d4b233f6e0ba6df0fafdb41aaa0e88de75 SHA512 
daffd94387a03e780250877ae43e5431a7c0710862dd9fab04efc254e02e648215fa9c301bf1ed6d1a9ca5182a2a88d10ea4c385d92752d047492e6e9ad01d2d
 WHIRLPOOL 
9abf87cee56bbb9ebb281fb8b5acd5e8fe5857b26ce49ccdab6c530ceb1fd0535a41ac02ccc838053c77c5a116c4796151f873558b4a7814522922dccb60a4da

diff --git a/x11-plugins/wmcoincoin/wmcoincoin-2.6.3.ebuild 
b/x11-plugins/wmcoincoin/wmcoincoin-2.6.3.ebuild
new file mode 100644
index 0000000..54209cf
--- /dev/null
+++ b/x11-plugins/wmcoincoin/wmcoincoin-2.6.3.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DESCRIPTION="a dockapp for browsing dacode news and board sites"
+HOMEPAGE="http://hules.free.fr/wmcoincoin";
+SRC_URI="http://hules.free.fr/${PN}/download/${P}.tar.gz";
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE="nls xinerama"
+
+RDEPEND="x11-libs/gtk+:2
+       media-libs/imlib2[X]
+       x11-libs/libXext
+       x11-libs/libXpm
+       x11-libs/libX11
+       x11-libs/libXft
+       xinerama? ( x11-libs/libXinerama )"
+DEPEND="${RDEPEND}
+       x11-proto/xextproto
+       x11-proto/xproto
+       x11-libs/libXt
+       virtual/pkgconfig
+       nls? ( sys-devel/gettext )
+       xinerama? ( x11-proto/xineramaproto )"
+
+DOCS="AUTHORS ChangeLog NEWS README"
+
+src_configure() {
+       econf \
+               $(use_enable nls) \
+               $(use_enable xinerama)
+}

Reply via email to