Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 290914
Collapse All | Expand All

(-)/p/net-nntp/pan/pan-9999.ebuild (-8 / +17 lines)
Lines 2-26 Link Here
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: /var/cvsroot/gentoo-x86/net-nntp/pan/pan-9999.ebuild,v 1.2 2008/10/04 11:11:38 eva Exp $
3
# $Header: /var/cvsroot/gentoo-x86/net-nntp/pan/pan-9999.ebuild,v 1.2 2008/10/04 11:11:38 eva Exp $
4
4
5
inherit autotools subversion
5
# svn/git conversion courtesy Jack Cuyler, via Duncan
6
# see http://permalink.gmane.org/gmane.comp.gnome.apps.pan.user/11063
7
8
inherit autotools git
6
9
7
DESCRIPTION="A newsreader for the Gnome2 desktop"
10
DESCRIPTION="A newsreader for the Gnome2 desktop"
8
HOMEPAGE="http://pan.rebelbase.com/"
11
HOMEPAGE="http://pan.rebelbase.com/"
9
12
10
ESVN_REPO_URI="http://svn.gnome.org/svn/pan2/trunk"
13
EGIT_PROJECT="${PN}2"
11
ESVN_STORE_DIR="${PORTAGE_ACTUAL_DISTDIR-${DISTDIR}}"
14
12
# maximum svn update frequency, hours
15
if use khaley ; then
13
ESVN_UP_FREQ="${ESVN_UP_FREQ:-1}"
16
	EGIT_REPO_URI="git://github.com/lostcoder/${EGIT_PROJECT}.git"
17
else
18
	EGIT_REPO_URI="git://git.gnome.org/${EGIT_PROJECT}"
19
fi
20
21
EGIT_BOOTSTRAP="autogen.sh"
22
S="${WORKDIR}/${PN}2"
14
23
15
LICENSE="GPL-2"
24
LICENSE="GPL-2"
16
SLOT="0"
25
SLOT="0"
17
KEYWORDS=""
26
KEYWORDS=""
18
IUSE="spell"
27
IUSE="spell khaley"
19
28
20
RDEPEND=">=dev-libs/glib-2.4.0
29
RDEPEND=">=dev-libs/glib-2.4.0
21
	>=x11-libs/gtk+-2.4.0
30
	>=x11-libs/gtk+-2.4.0
22
	>=dev-libs/libpcre-5.0
31
	>=dev-libs/libpcre-5.0
23
	=dev-libs/gmime-2.2*
32
	khaley? ( =dev-libs/gmime-2.4* ) !khaley? ( =dev-libs/gmime-2.2* )
24
	spell? ( >=app-text/gtkspell-2.0.7 )"
33
	spell? ( >=app-text/gtkspell-2.0.7 )"
25
34
26
DEPEND="${RDEPEND}
35
DEPEND="${RDEPEND}
Lines 32-38 DEPEND="${RDEPEND} Link Here
32
	Pnorm="${PN}-0.132"
41
	Pnorm="${PN}-0.132"
33
42
34
src_unpack() {
43
src_unpack() {
35
	subversion_src_unpack
44
	git_src_unpack
36
	cd "${S}"
45
	cd "${S}"
37
46
38
	# bootstrap build system
47
	# bootstrap build system

Return to bug 290914