summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernard Cafarelli <voyageur@gentoo.org>2015-01-12 13:35:21 +0000
committerBernard Cafarelli <voyageur@gentoo.org>2015-01-12 13:35:21 +0000
commitfa8889b0c10158d6abf970ef3566004e2f1e9a7a (patch)
tree60d1acbf8129891f3b81e97f0f0cc509ef394c53 /x11-plugins
parentsys-fs/aufs-util: Bump to latest aufs-utils (diff)
downloadgentoo-2-fa8889b0c10158d6abf970ef3566004e2f1e9a7a.tar.gz
gentoo-2-fa8889b0c10158d6abf970ef3566004e2f1e9a7a.tar.bz2
gentoo-2-fa8889b0c10158d6abf970ef3566004e2f1e9a7a.zip
Version bump with new homepage
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key C74525F2)
Diffstat (limited to 'x11-plugins')
-rw-r--r--x11-plugins/wmcliphist/ChangeLog9
-rw-r--r--x11-plugins/wmcliphist/wmcliphist-2.1.ebuild34
2 files changed, 41 insertions, 2 deletions
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 <voyageur@gentoo.org> +wmcliphist-2.1.ebuild:
+ Version bump with new homepage
07 Apr 2014; Samuli Suominen <ssuominen@gentoo.org> 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
+}