voyageur    14/10/10 13:15:37

  Modified:             ChangeLog
  Added:                wmacpi-2.2.ebuild
  Log:
  Version bump with new homepage, update makefile patch
  
  (Portage version: 2.2.14_rc1/cvs/Linux x86_64, signed Manifest commit with 
key C74525F2)

Revision  Changes    Path
1.25                 x11-plugins/wmacpi/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-plugins/wmacpi/ChangeLog,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- ChangeLog   28 Jun 2008 06:36:16 -0000      1.24
+++ ChangeLog   10 Oct 2014 13:15:37 -0000      1.25
@@ -1,6 +1,12 @@
 # ChangeLog for x11-plugins/wmacpi
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmacpi/ChangeLog,v 1.24 
2008/06/28 06:36:16 maekke Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmacpi/ChangeLog,v 1.25 
2014/10/10 13:15:37 voyageur Exp $
+
+*wmacpi-2.2 (10 Oct 2014)
+
+  10 Oct 2014; Bernard Cafarelli <voyag...@gentoo.org> +wmacpi-2.2.ebuild,
+  +files/wmacpi-2.2-makefile.patch:
+  Version bump with new homepage, update makefile patch
 
   28 Jun 2008; Markus Meier <mae...@gentoo.org> wmacpi-2.2_rc1.ebuild:
   x86 stable, bug #229545



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

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

Index: wmacpi-2.2.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmacpi/wmacpi-2.2.ebuild,v 1.1 
2014/10/10 13:15:37 voyageur Exp $

EAPI=5
inherit eutils toolchain-funcs

DESCRIPTION="DockApp ACPI status monitor for laptops"
HOMEPAGE="http://windowmaker.org/dockapps/?name=wmacpi";
SRC_URI="http://windowmaker.org/dockapps/?download=${P}.tar.gz -> ${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