voyageur    15/01/12 10:34:11

  Modified:             ChangeLog
  Added:                wmacpi-2.3.ebuild
  Removed:              wmacpi-2.2.ebuild
  Log:
  Version bump, mostly packaging cleanup over previous version
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
C74525F2)

Revision  Changes    Path
1.27                 x11-plugins/wmacpi/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-plugins/wmacpi/ChangeLog,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- ChangeLog   5 Nov 2014 13:04:39 -0000       1.26
+++ ChangeLog   12 Jan 2015 10:34:11 -0000      1.27
@@ -1,6 +1,13 @@
 # ChangeLog for x11-plugins/wmacpi
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmacpi/ChangeLog,v 1.26 
2014/11/05 13:04:39 voyageur Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmacpi/ChangeLog,v 1.27 
2015/01/12 10:34:11 voyageur Exp $
+
+*wmacpi-2.3 (12 Jan 2015)
+
+  12 Jan 2015; Bernard Cafarelli <[email protected]> -wmacpi-2.2.ebuild,
+  +wmacpi-2.3.ebuild, -files/wmacpi-2.2-makefile.patch,
+  +files/wmacpi-2.3-makefile.patch:
+  Version bump, mostly packaging cleanup over previous version
 
   05 Nov 2014; Bernard Cafarelli <[email protected]> wmacpi-2.2.ebuild:
   Host tarball on my devspace, bug #527610



1.1                  x11-plugins/wmacpi/wmacpi-2.3.ebuild

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

Index: wmacpi-2.3.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmacpi/wmacpi-2.3.ebuild,v 1.1 
2015/01/12 10:34:11 voyageur Exp $

EAPI=5
inherit eutils toolchain-funcs

DESCRIPTION="DockApp ACPI status monitor for laptops"
HOMEPAGE="http://windowmaker.org/dockapps/?name=wmacpi";
# 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=""

DEPEND="x11-libs/libdockapp
        x11-libs/libX11"

S=${WORKDIR}/dockapps

src_prepare() {
        epatch "${FILESDIR}"/${P}-makefile.patch
}

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

src_install() {
        emake DESTDIR="${D}" install
        dodoc AUTHORS ChangeLog README TODO
}




Reply via email to