radhermit    15/03/08 17:00:53

  Modified:             ChangeLog
  Added:                xdo-0.4.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
4AB3E85B4F064CA3)

Revision  Changes    Path
1.2                  x11-misc/xdo/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xdo/ChangeLog?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xdo/ChangeLog?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xdo/ChangeLog?r1=1.1&r2=1.2

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/xdo/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog   7 Feb 2014 07:01:23 -0000       1.1
+++ ChangeLog   8 Mar 2015 17:00:53 -0000       1.2
@@ -1,6 +1,11 @@
 # ChangeLog for x11-misc/xdo
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xdo/ChangeLog,v 1.1 2014/02/07 
07:01:23 radhermit Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xdo/ChangeLog,v 1.2 2015/03/08 
17:00:53 radhermit Exp $
+
+*xdo-0.4 (08 Mar 2015)
+
+  08 Mar 2015; Tim Harder <[email protected]> +xdo-0.4.ebuild:
+  Version bump.
 
 *xdo-0.3 (07 Feb 2014)
 



1.1                  x11-misc/xdo/xdo-0.4.ebuild

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

Index: xdo-0.4.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-misc/xdo/xdo-0.4.ebuild,v 1.1 2015/03/08 
17:00:53 radhermit Exp $

EAPI=5
inherit toolchain-funcs

DESCRIPTION="Small X utility to perform elementary actions on windows"
HOMEPAGE="https://github.com/baskerville/xdo/";
SRC_URI="https://github.com/baskerville/xdo/archive/${PV}.tar.gz -> ${P}.tar.gz"

LICENSE="BSD-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"

DEPEND="x11-libs/libxcb
        x11-libs/xcb-util-wm"
RDEPEND="${DEPEND}"

src_prepare() {
        sed -e '/CFLAGS += -Os/d' \
                -e '/LDFLAGS += -s/d' \
                -i Makefile || die
}

src_compile() {
        emake CC="$(tc-getCC)" PREFIX=/usr
}

src_install() {
        emake PREFIX=/usr DESTDIR="${D}" install
}




Reply via email to