From fa8889b0c10158d6abf970ef3566004e2f1e9a7a Mon Sep 17 00:00:00 2001 From: Bernard Cafarelli Date: Mon, 12 Jan 2015 13:35:21 +0000 Subject: Version bump with new homepage (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key C74525F2) --- x11-plugins/wmcliphist/ChangeLog | 9 ++++++-- x11-plugins/wmcliphist/wmcliphist-2.1.ebuild | 34 ++++++++++++++++++++++++++++ 2 files changed, 41 insertions(+), 2 deletions(-) create mode 100644 x11-plugins/wmcliphist/wmcliphist-2.1.ebuild (limited to 'x11-plugins') diff --git a/x11-plugins/wmcliphist/ChangeLog b/x11-plugins/wmcliphist/ChangeLog index 8ac48107dad5..3a873d54db1d 100644 --- a/x11-plugins/wmcliphist/ChangeLog +++ b/x11-plugins/wmcliphist/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for x11-plugins/wmcliphist -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmcliphist/ChangeLog,v 1.19 2014/04/07 19:37:15 ssuominen Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmcliphist/ChangeLog,v 1.20 2015/01/12 13:35:21 voyageur Exp $ + +*wmcliphist-2.1 (12 Jan 2015) + + 12 Jan 2015; Bernard Cafarelli +wmcliphist-2.1.ebuild: + Version bump with new homepage 07 Apr 2014; Samuli Suominen wmcliphist-0.6-r1.ebuild, wmcliphist-1.0.ebuild: diff --git a/x11-plugins/wmcliphist/wmcliphist-2.1.ebuild b/x11-plugins/wmcliphist/wmcliphist-2.1.ebuild new file mode 100644 index 000000000000..e6003cf7f824 --- /dev/null +++ b/x11-plugins/wmcliphist/wmcliphist-2.1.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmcliphist/wmcliphist-2.1.ebuild,v 1.1 2015/01/12 13:35:21 voyageur Exp $ + +EAPI=5 +inherit eutils toolchain-funcs + +DESCRIPTION="Dockable clipboard history application for Window Maker" +HOMEPAGE="http://windowmaker.org/dockapps/?name=wmclock" +# Grab from http://windowmaker.org/dockapps/?download=${P}.tar.gz +SRC_URI="http://dev.gentoo.org/~voyageur/distfiles/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~sparc ~x86" +IUSE="" + +RDEPEND="x11-libs/gtk+:3" +DEPEND="${RDEPEND} + virtual/pkgconfig" + +S=${WORKDIR}/dockapps + +src_compile() { + tc-export CC + emake +} + +src_install() { + emake DESTDIR="${D}" PREFIX=/usr install + + dodoc ChangeLog README + newdoc ${PN}rc ${PN}rc.sample +} -- cgit v1.2.3-65-gdbad