pan-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Pan-users] [Gentoo] custom pan-9999 ebuild Was: Articles Pan Can't


From: Duncan
Subject: Re: [Pan-users] [Gentoo] custom pan-9999 ebuild Was: Articles Pan Can't Read - "pan-9999.ebuild"
Date: Tue, 30 Aug 2011 09:54:27 +0000 (UTC)
User-agent: Pan/0.135 (Tomorrow I'll Wake Up and Scald Myself with Tea; GIT 7b22759 branch-master)

MIME-Version: 1.0
Content-Type: text/plain
Content-Transfer-Encoding: 8bit
Content-Disposition: attachment; filename="pan-9999.ebuild"

# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-nntp/pan/pan-9999.ebuild,v 1.5 
2011/02/23 22:23:24 eva Exp $

EAPI="4"

DESCRIPTION="A newsreader for GNOME"
HOMEPAGE="http://pan.rebelbase.com/";

[[ $EGIT_PROJECT ]] || EGIT_PROJECT="${PN}2"
[[ $EGIT_REPO_URI ]] || EGIT_REPO_URI="git://git.gnome.org/${EGIT_PROJECT}"
[[ $EGIT_BRANCH ]] || EGIT_BRANCH=master
[[ $EGIT_COMMIT ]] || EGIT_COMMIT=$EGIT_BRANCH

inherit autotools base git-2

LICENSE="GPL-2"
SLOT="0"
KEYWORDS=""
IUSE="gtk3 spell"

RDEPEND=">=dev-libs/glib-2.14:2
        gtk3? ( x11-libs/gtk+:3 )
        !gtk3? ( >=x11-libs/gtk+-2.16:2 )
        dev-libs/gmime:2.4
        spell? ( >=app-text/gtkspell-2.0.7 )"

DEPEND="${RDEPEND}
        >=dev-util/intltool-0.35.5
        dev-util/pkgconfig
        gnome-base/gnome-common
        sys-devel/gettext"

# The normal version tree ebuild we are based on (for patching)
Pnorm="${PN}-0.134"

DOCS="AUTHORS ChangeLog NEWS README TODO"

src_prepare() {
        # bootstrap build system
        intltoolize --force --automake || die "intltoolize failed"
        eautoreconf
}

src_configure() {
        econf $(use_with spell gtkspell) $(use_with gtk3)
}




reply via email to

[Prev in Thread] Current Thread [Next in Thread]