voyageur    15/01/12 13:35:21

  Modified:             ChangeLog
  Added:                wmcliphist-2.1.ebuild
  Log:
  Version bump with new homepage
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
C74525F2)

Revision  Changes    Path
1.20                 x11-plugins/wmcliphist/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmcliphist/ChangeLog?rev=1.20&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmcliphist/ChangeLog?rev=1.20&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmcliphist/ChangeLog?r1=1.19&r2=1.20

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-plugins/wmcliphist/ChangeLog,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- ChangeLog   7 Apr 2014 19:37:15 -0000       1.19
+++ ChangeLog   12 Jan 2015 13:35:21 -0000      1.20
@@ -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 <voyag...@gentoo.org> +wmcliphist-2.1.ebuild:
+  Version bump with new homepage
 
   07 Apr 2014; Samuli Suominen <ssuomi...@gentoo.org> wmcliphist-0.6-r1.ebuild,
   wmcliphist-1.0.ebuild:



1.1                  x11-plugins/wmcliphist/wmcliphist-2.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmcliphist/wmcliphist-2.1.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmcliphist/wmcliphist-2.1.ebuild?rev=1.1&content-type=text/plain

Index: wmcliphist-2.1.ebuild
===================================================================
# 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
}




Reply via email to