Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 312869 | Differences between
and this patch

Collapse All | Expand All

(-)/usr/portage/dev-cpp/Ice/Ice-3.3.1.ebuild (-5 / +6 lines)
Lines 1-6 Link Here
1
# Copyright 1999-2009 Gentoo Foundation
1
# Copyright 1999-2009 Gentoo Foundation
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/dev-cpp/Ice/Ice-3.3.1.ebuild,v 1.2 2009/11/19 14:32:54 fauli Exp $
3
# $Header: $
4
4
5
EAPI=2
5
EAPI=2
6
6
Lines 8-24 Link Here
8
8
9
DESCRIPTION="ICE middleware C++ bindings"
9
DESCRIPTION="ICE middleware C++ bindings"
10
HOMEPAGE="http://www.zeroc.com/index.html"
10
HOMEPAGE="http://www.zeroc.com/index.html"
11
SRC_URI="http://www.zeroc.com/download/Ice/3.3/${P}.tar.gz"
11
SRC_URI="http://www.zeroc.com/download/Ice/3.4/${P}.tar.gz"
12
12
13
LICENSE="GPL-2"
13
LICENSE="GPL-2"
14
SLOT="0"
14
SLOT="0"
15
KEYWORDS="~amd64 x86"
15
KEYWORDS="~amd64 ~x86"
16
IUSE="ncurses test debug"
16
IUSE="ncurses test debug"
17
17
18
RDEPEND=">=dev-libs/expat-2.0.1
18
RDEPEND=">=dev-libs/expat-2.0.1
19
	>=app-arch/bzip2-1.0.4
19
	>=app-arch/bzip2-1.0.4
20
	>=dev-libs/openssl-0.9.8g
20
	>=dev-libs/openssl-0.9.8l
21
	=sys-libs/db-4.6.21*[-nocxx]
21
	=sys-libs/db-4.8.24*[-nocxx]
22
	=dev-cpp/libmcpp-2.7.2"
22
	=dev-cpp/libmcpp-2.7.2"
23
23
24
DEPEND="${RDEPEND}
24
DEPEND="${RDEPEND}
Lines 32-37 Link Here
32
	cd "${S}"
32
	cd "${S}"
33
33
34
	epatch "${FILESDIR}"/${P}-Makefile.patch
34
	epatch "${FILESDIR}"/${P}-Makefile.patch
35
	epatch "${FILESDIR}"/${P}-openssl.patch
35
36
36
	MAKE_RULES="${S}/config/Make.rules"
37
	MAKE_RULES="${S}/config/Make.rules"
37
38

Return to bug 312869