From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1Qaqan-0006N7-BF for garchives@archives.gentoo.org; Sun, 26 Jun 2011 14:45:45 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8EEB41C21F; Sun, 26 Jun 2011 14:44:58 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 474AF1C217 for ; Sun, 26 Jun 2011 14:44:58 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B9EC11B4012 for ; Sun, 26 Jun 2011 14:44:57 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id BACD080048 for ; Sun, 26 Jun 2011 14:44:56 +0000 (UTC) From: "Christoph Mende" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Christoph Mende" Message-ID: Subject: [gentoo-commits] dev/angelos:master commit in: x11-libs/bamf/ X-VCS-Repository: dev/angelos X-VCS-Files: x11-libs/bamf/Manifest x11-libs/bamf/bamf-0.2.92.ebuild x11-libs/bamf/metadata.xml X-VCS-Directories: x11-libs/bamf/ X-VCS-Committer: angelos X-VCS-Committer-Name: Christoph Mende X-VCS-Revision: f77d729b13169769c5252ac2fb1cae7c7dc047f6 Date: Sun, 26 Jun 2011 14:44:56 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: 1cbff3018dd4362666aa06e5bd25e602 commit: f77d729b13169769c5252ac2fb1cae7c7dc047f6 Author: Christoph Mende gentoo org> AuthorDate: Sun Jun 26 12:38:34 2011 +0000 Commit: Christoph Mende gentoo org> CommitDate: Sun Jun 26 12:38:34 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Ddev/angelos.git;a=3D= commit;h=3Df77d729b bamf: Initial import (Portage version: 2.2.0_alpha41/git/Linux x86_64, signed Manifest commit = with key 84F20B43) --- x11-libs/bamf/Manifest | 13 +++++++++++++ x11-libs/bamf/bamf-0.2.92.ebuild | 33 ++++++++++++++++++++++++++++++++= + x11-libs/bamf/metadata.xml | 6 ++++++ 3 files changed, 52 insertions(+), 0 deletions(-) diff --git a/x11-libs/bamf/Manifest b/x11-libs/bamf/Manifest new file mode 100644 index 0000000..a5017df --- /dev/null +++ b/x11-libs/bamf/Manifest @@ -0,0 +1,13 @@ +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA256 + +DIST bamf-0.2.92.tar.gz 484820 RMD160 2708f83fc3d11408d71a45d6e77d5ba785= 7e7156 SHA1 3959b3fa3cfa0e58236302ca935492f7024ea44c SHA256 a7385e464db68= e5e494a2d5a9066d001a0b950266198ed3df940d7292e297bab +EBUILD bamf-0.2.92.ebuild 643 RMD160 e91f854e3659fbec642b28400ebba54a6a8= 73193 SHA1 9ee4f19feaed551236dfc7fe66c2f48550ae82f8 SHA256 29c087777e9768= 28e4daf8c58d00add964f81f23cb85213310b968984a42b7d7 +MISC metadata.xml 162 RMD160 8056876fd0119a9fcf1cf8e6a622173f9a2a41a6 SH= A1 54fe1b9e689c641de2d237db03c8c38c6f7b6522 SHA256 c754e9c767b98b9894c12d= d21b8ef1d01f2b5e58813a286f9a62f20078888d85 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v2.0.17 (GNU/Linux) + +iF4EAREIAAYFAk4HKEoACgkQmWq1bYTyC0MkJQEAjLXQF4t4syAwHOiInTcuykeZ +IxP6jEEc0TbgXZwhlrUA+wWgdNe30xFGwVW0kq9PF2cjrfGfKl8cCEGJDI9nlFw8 +=3D1Lwd +-----END PGP SIGNATURE----- diff --git a/x11-libs/bamf/bamf-0.2.92.ebuild b/x11-libs/bamf/bamf-0.2.92= .ebuild new file mode 100644 index 0000000..7ffad5f --- /dev/null +++ b/x11-libs/bamf/bamf-0.2.92.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=3D4 +inherit autotools + +DESCRIPTION=3D"BAMF Application Matching Framework" +HOMEPAGE=3D"https://launchpad.net/bamf" +SRC_URI=3D"http://launchpad.net/${PN}/0.2/${PV}/+download/${P}.tar.gz" + +LICENSE=3D"GPL-3" +SLOT=3D"0" +KEYWORDS=3D"~amd64" +IUSE=3D"" + +RDEPEND=3D"dev-libs/dbus-glib + dev-libs/glib:2 + gnome-base/libgtop:2 + x11-libs/gtk+:2 + x11-libs/libX11 + x11-libs/libwnck:1" +DEPEND=3D"${RDEPEND} + dev-util/pkgconfig" + +src_prepare() { + sed -i -e "s:-Wall -Werror::" configure.in || die + eautoreconf +} + +src_configure() { + econf --with-gtk=3D2 +} diff --git a/x11-libs/bamf/metadata.xml b/x11-libs/bamf/metadata.xml new file mode 100644 index 0000000..1bb9c56 --- /dev/null +++ b/x11-libs/bamf/metadata.xml @@ -0,0 +1,6 @@ + + + + no-herd + +