diff options
author | Samuli Suominen <drac@gentoo.org> | 2008-01-16 17:49:11 +0000 |
---|---|---|
committer | Samuli Suominen <drac@gentoo.org> | 2008-01-16 17:49:11 +0000 |
commit | 4a076827300adfb97772ea9afe15fb2c416c9214 (patch) | |
tree | 0ab24949e233604e7ad45aa900709bdbd073df6f /x11-plugins | |
parent | Version bump. Re-closing bug #199672 (diff) | |
download | gentoo-2-4a076827300adfb97772ea9afe15fb2c416c9214.tar.gz gentoo-2-4a076827300adfb97772ea9afe15fb2c416c9214.tar.bz2 gentoo-2-4a076827300adfb97772ea9afe15fb2c416c9214.zip |
Version bump.
(Portage version: 2.1.4)
Diffstat (limited to 'x11-plugins')
-rw-r--r-- | x11-plugins/wmcoincoin/ChangeLog | 9 | ||||
-rw-r--r-- | x11-plugins/wmcoincoin/files/digest-wmcoincoin-2.5.1f | 3 | ||||
-rw-r--r-- | x11-plugins/wmcoincoin/wmcoincoin-2.5.1f.ebuild | 37 |
3 files changed, 47 insertions, 2 deletions
diff --git a/x11-plugins/wmcoincoin/ChangeLog b/x11-plugins/wmcoincoin/ChangeLog index 8f0bd789a569..2eee97cf59e2 100644 --- a/x11-plugins/wmcoincoin/ChangeLog +++ b/x11-plugins/wmcoincoin/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for x11-plugins/wmcoincoin -# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmcoincoin/ChangeLog,v 1.18 2006/10/27 08:25:42 s4t4n Exp $ +# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmcoincoin/ChangeLog,v 1.19 2008/01/16 17:49:10 drac Exp $ + +*wmcoincoin-2.5.1f (16 Jan 2008) + + 16 Jan 2008; Samuli Suominen <drac@gentoo.org> +wmcoincoin-2.5.1f.ebuild: + Version bump. 27 Oct 2006; Michele Noberasco <s4t4n@gentoo.org> wmcoincoin-2.5.0g.ebuild: Added missing pkgconfig dependancy. Closes bug #150649. diff --git a/x11-plugins/wmcoincoin/files/digest-wmcoincoin-2.5.1f b/x11-plugins/wmcoincoin/files/digest-wmcoincoin-2.5.1f new file mode 100644 index 000000000000..7e5d60b340c4 --- /dev/null +++ b/x11-plugins/wmcoincoin/files/digest-wmcoincoin-2.5.1f @@ -0,0 +1,3 @@ +MD5 f37d629d9b8e9a380a99205491bfdedb wmcoincoin-2.5.1f.tar.gz 847541 +RMD160 1443264283776c672e6b63f73b927678b7078e23 wmcoincoin-2.5.1f.tar.gz 847541 +SHA256 9758327599afb3281bf483db1fec03bd2574f5cb45a45bac7995c889eddef48e wmcoincoin-2.5.1f.tar.gz 847541 diff --git a/x11-plugins/wmcoincoin/wmcoincoin-2.5.1f.ebuild b/x11-plugins/wmcoincoin/wmcoincoin-2.5.1f.ebuild new file mode 100644 index 000000000000..6b11657bd810 --- /dev/null +++ b/x11-plugins/wmcoincoin/wmcoincoin-2.5.1f.ebuild @@ -0,0 +1,37 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmcoincoin/wmcoincoin-2.5.1f.ebuild,v 1.1 2008/01/16 17:49:10 drac Exp $ + +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 + 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 + dev-util/pkgconfig + nls? ( sys-devel/gettext ) + xinerama? ( x11-proto/xineramaproto )" + +src_compile() { + econf $(use_enable nls) $(use_enable xinerama) + emake || die "emake failed." +} + +src_install () { + emake DESTDIR="${D}" install || die "emake install failed." + dodoc AUTHORS ChangeLog NEWS README +} |