jer         14/05/12 17:42:27

  Modified:             ChangeLog
  Added:                xbattbar-1.4.5.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
A792A613)

Revision  Changes    Path
1.18                 x11-misc/xbattbar/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/xbattbar/ChangeLog,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- ChangeLog   5 Feb 2014 15:17:27 -0000       1.17
+++ ChangeLog   12 May 2014 17:42:27 -0000      1.18
@@ -1,6 +1,12 @@
 # ChangeLog for x11-misc/xbattbar
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xbattbar/ChangeLog,v 1.17 
2014/02/05 15:17:27 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xbattbar/ChangeLog,v 1.18 
2014/05/12 17:42:27 jer Exp $
+
+*xbattbar-1.4.5 (12 May 2014)
+
+  12 May 2014; Jeroen Roovers <[email protected]> +xbattbar-1.4.5.ebuild,
+  +files/xbattbar-1.4.5.patch:
+  Version bump.
 
 *xbattbar-1.4.4 (05 Feb 2014)
 



1.1                  x11-misc/xbattbar/xbattbar-1.4.5.ebuild

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

Index: xbattbar-1.4.5.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-misc/xbattbar/xbattbar-1.4.5.ebuild,v 
1.1 2014/05/12 17:42:27 jer Exp $

EAPI=5
PYTHON_COMPAT=( python2_{6,7} )
inherit eutils flag-o-matic multilib python-single-r1 toolchain-funcs

DESCRIPTION="Advanced Power Management battery status display for X"
HOMEPAGE="http://packages.qa.debian.org/x/xbattbar.html";
SRC_URI="mirror://debian/pool/main/x/${PN}/${PN}_${PV}.orig.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"

DEPEND="
        dev-lang/perl
        x11-libs/libX11
"
RDEPEND="
        ${DEPEND}
        ${PYTHON_DEPS}
        !ppc? ( >=sys-power/acpi-1.5 )
" # ppc has APM

src_prepare() {
        epatch "${FILESDIR}"/${PN}-1.4.5.patch

        sed -i \
                -e "s:usr/lib:usr/$(get_libdir):" \
                xbattbar.c || die

        tc-export PKG_CONFIG
}

src_compile() {
        use kernel_linux && append-flags -Dlinux
        emake \
                CC=$(tc-getCC) \
                LIBDIR="$(get_libdir)" \
                LDFLAGS="${LDFLAGS}"
        python_fix_shebang ${PN}-check-sys
}

src_install() {
        emake DESTDIR="${D}" LIBDIR="$(get_libdir)" install
        dodoc README
}




Reply via email to