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

(-)gyrus-0.3.4.ebuild (-10 / +1 lines)
Lines 2-14 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: $
3
# $Header: $
4
4
5
inherit eutils
6
7
G_SUBDIR=$(echo ${PV} | cut -d. -f 1-2)
8
9
DESCRIPTION="Gyrus: GNOME IMAP/Cyrus Administrator."
5
DESCRIPTION="Gyrus: GNOME IMAP/Cyrus Administrator."
10
HOMEPAGE="http://gyrus.gnome.cl/"
6
HOMEPAGE="http://gyrus.gnome.cl/"
11
SRC_URI="http://ftp.gnome.org/pub/GNOME/sources/gyrus/${G_SUBDIR}/${P}.tar.gz"
7
SRC_URI="http://ftp.gnome.org/pub/GNOME/sources/gyrus/${PV%${PV/?.?/}}/${P}.tar.gz"
12
8
13
LICENSE="GPL-2"
9
LICENSE="GPL-2"
14
SLOT="0"
10
SLOT="0"
Lines 23-33 Link Here
23
	>=net-libs/gnet-2.0.0
19
	>=net-libs/gnet-2.0.0
24
	>=gnome-base/libgnomeprintui-2.10.0"
20
	>=gnome-base/libgnomeprintui-2.10.0"
25
21
26
DEPEND="$RDEPEND
27
	sys-devel/libtool
28
	>=sys-devel/autoconf-2.58
29
	sys-devel/automake"
30
31
DOCS="AUTHORS COPYING ChangeLog INSTALL NEWS README TODO"
22
DOCS="AUTHORS COPYING ChangeLog INSTALL NEWS README TODO"
32
23
33
src_compile() {
24
src_compile() {

Return to bug 106189