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

Collapse All | Expand All

(-)libsigc++-1.2.5.ebuild (-4 / +4 lines)
Lines 1-6 Link Here
1
# Copyright 1999-2006 Gentoo Foundation
1
# Copyright 1999-2006 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-libs/libsigc++/libsigc++-1.2.5.ebuild,v 1.22 2006/07/06 01:01:42 vapier Exp $
3
# $Header: $
4
4
5
DESCRIPTION="Typesafe callback system for standard C++"
5
DESCRIPTION="Typesafe callback system for standard C++"
6
HOMEPAGE="http://libsigc.sourceforge.net/"
6
HOMEPAGE="http://libsigc.sourceforge.net/"
Lines 12-19 Link Here
12
IUSE="debug"
12
IUSE="debug"
13
13
14
RDEPEND=""
14
RDEPEND=""
15
DEPEND="${RDEPEND}
15
DEPEND="=sys-devel/automake-1.7*
16
	amd64? ( >=sys-devel/automake-1.7 )"
16
	>=sys-devel/autoconf-2.59"
17
17
18
src_unpack() {
18
src_unpack() {
19
	unpack ${A}
19
	unpack ${A}
Lines 39-45 Link Here
39
39
40
src_install() {
40
src_install() {
41
	einstall || die
41
	einstall || die
42
	dodoc AUTHORS ChangeLog FEATURES IDEAS README INSTALL NEWS TODO
42
	dodoc AUTHORS ChangeLog FEATURES IDEAS README NEWS TODO
43
}
43
}
44
44
45
pkg_postinst() {
45
pkg_postinst() {

Return to bug 150777