From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 2A14C13877A for ; Tue, 8 Jul 2014 11:39:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0B45FE085C; Tue, 8 Jul 2014 11:39:10 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 84E45E085C for ; Tue, 8 Jul 2014 11:39:09 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 68F0333BDD3 for ; Tue, 8 Jul 2014 11:39:08 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2262) id 2F39C2004E; Tue, 8 Jul 2014 11:39:07 +0000 (UTC) From: "Pacho Ramos (pacho)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, pacho@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in x11-wm/matchbox-window-manager: matchbox-window-manager-1.2-r1.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: matchbox-window-manager-1.2-r1.ebuild ChangeLog X-VCS-Directories: x11-wm/matchbox-window-manager X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20140708113907.2F39C2004E@flycatcher.gentoo.org> Date: Tue, 8 Jul 2014 11:39:07 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 4db47b5f-34dd-42b4-bc1f-ba80dd682dfd X-Archives-Hash: 6a9abccbb1c4c85e93fc323d62ad63e9 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 + +matchbox-window-manager-1.2-r1.ebuild: + Use gnome2.eclass better 04 Jun 2012; Michael Weber 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) }