pacho       14/07/08 11:39:07

  Modified:             ChangeLog
  Added:                matchbox-window-manager-1.2-r1.ebuild
  Log:
  Use gnome2.eclass better
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
A188FBD4)

Revision  Changes    Path
1.19                 x11-wm/matchbox-window-manager/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/matchbox-window-manager/ChangeLog?rev=1.19&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/matchbox-window-manager/ChangeLog?rev=1.19&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/matchbox-window-manager/ChangeLog?r1=1.18&r2=1.19

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-wm/matchbox-window-manager/ChangeLog,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- ChangeLog   4 Jun 2012 00:25:35 -0000       1.18
+++ ChangeLog   8 Jul 2014 11:39:07 -0000       1.19
@@ -1,6 +1,12 @@
 # ChangeLog for x11-wm/matchbox-window-manager
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-wm/matchbox-window-manager/ChangeLog,v 
1.18 2012/06/04 00:25:35 xmw Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-wm/matchbox-window-manager/ChangeLog,v 
1.19 2014/07/08 11:39:07 pacho Exp $
+
+*matchbox-window-manager-1.2-r1 (08 Jul 2014)
+
+  08 Jul 2014; Pacho Ramos <[email protected]>
+  +matchbox-window-manager-1.2-r1.ebuild:
+  Use gnome2.eclass better
 
   04 Jun 2012; Michael Weber <[email protected]>
   matchbox-window-manager-1.2.ebuild:
@@ -78,4 +84,3 @@
   +matchbox-window-manager-0.9.5.ebuild:
   - Initial import. Original ebuild by Priit Laes, modifications by Björn
   Ruberg and Yuri Vasilevski.
-



1.1                  
x11-wm/matchbox-window-manager/matchbox-window-manager-1.2-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/matchbox-window-manager/matchbox-window-manager-1.2-r1.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/matchbox-window-manager/matchbox-window-manager-1.2-r1.ebuild?rev=1.1&content-type=text/plain

Index: matchbox-window-manager-1.2-r1.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/x11-wm/matchbox-window-manager/matchbox-window-manager-1.2-r1.ebuild,v
 1.1 2014/07/08 11:39:07 pacho Exp $

EAPI="5"
GCONF_DEBUG="no"

inherit eutils versionator gnome2

DESCRIPTION="Light weight WM designed for use on PDA computers"
HOMEPAGE="http://matchbox-project.org/";
SRC_URI="http://matchbox-project.org/sources/${PN}/$(get_version_component_range
 1-2)/${P}.tar.bz2"
SLOT="0"
LICENSE="GPL-2"

KEYWORDS="~amd64 ~arm ~hppa ~ppc ~x86"
IUSE="debug expat gnome session startup-notification xcomposite"

RDEPEND="
        >=x11-libs/libmatchbox-1.5
        expat? ( dev-libs/expat )
        gnome? ( gnome-base/gconf )
        startup-notification? ( x11-libs/startup-notification )
        session? ( x11-libs/libSM )
        xcomposite? (
                x11-libs/libXcomposite
                x11-libs/libXdamage )
"
DEPEND="${RDEPEND}"

src_prepare() {
        # Allows to build with USE=-png
        epatch "${FILESDIR}"/${PN}-1.0-use-nopng.patch
        gnome2_src_prepare
}

src_configure() {
        gnome2_src_configure \
                --enable-keyboard \
                --enable-ping-protocol \
                --enable-xrm \
                $(use_enable debug) \
                $(use_enable session) \
                $(use_enable expat) \
                $(use_enable gnome gconf) \
                $(use_enable startup-notification) \
                $(use_enable xcomposite composite)
}




Reply via email to