All pastes #1983034 Raw Edit

Someone

public text v1 · immutable
#1983034 ·published 2010-11-05 17:06 UTC
rendered paste body
# Copyright 1999-2010 Gentoo Foundation C5
# Distributed under the terms of the GNU General Public License v2
# $Header: $

EAPI=2
inherit eutils
#inherit eutils gnome2

DESCRIPTION="Gnome applet for displaying XMonad log"
HOMEPAGE="http://uhsure.com/xmonad-log-applet.html"
SRC_URI="http://uhsure.com/${PN}/${PN}-${PV}.tar.gz"

#EGIT_BRANCH="master"
#EGIT_REPO_URI="http://git.uhsure.com/xmonad-log-applet.git"

SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

RDEPEND=">=sys-apps/dbus-1.2
	>=dev-haskell/hdbus-0.4
	>=gnome-base/gnome-panel-2
	>=dev-libs/glib-2.16
	>=x11-libs/gtk+-2.10"
DEPEND="${RDEPEND}"

#src_prepare() {
#	gnome2_src_prepare
#	# Quick fix for Makefile without DESTDIR, eyolfson
#	# epatch "${FILESDIR}/dpatch.patch"
#}

src_configure() {
	econf || die
}

src_compile() {
	emake || die
}

src_install() {
	einstall || die
}