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

(-)/usr/portage/x11-terms/aterm/aterm-1.0.1-r2.ebuild (-2 / +6 lines)
Lines 1-8 Link Here
1
# Copyright 1999-2008 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/x11-terms/aterm/aterm-1.0.1-r2.ebuild,v 1.1 2008/10/02 02:37:46 darkside Exp $
3
# $Header: $
4
4
5
inherit flag-o-matic
5
inherit flag-o-matic
6
6
7
DESCRIPTION="A terminal emulator with transparency support as well as rxvt backwards compatibility"
7
DESCRIPTION="A terminal emulator with transparency support as well as rxvt backwards compatibility"
8
HOMEPAGE="http://aterm.sourceforge.net"
8
HOMEPAGE="http://aterm.sourceforge.net"
Lines 29-38 Link Here
29
	cd "${S}"
29
	cd "${S}"
30
30
31
	# Security bug #219746
31
	# Security bug #219746
32
	epatch "${FILESDIR}/${P}-display-security-issue.patch"
32
	epatch "${FILESDIR}/${P}-display-security-issue.patch"
33
	epatch "${FILESDIR}"/${P}-deadkeys.patch
33
	epatch "${FILESDIR}"/${P}-deadkeys.patch
34
35
	#fix pre-stripped files
36
	sed -i -e "/INSTALL_PROGRAM/ s:-s::" autoconf/Make.common.in || die "sed Makefile
37
	failed"
34
}
38
}
35
39
36
src_compile() {
40
src_compile() {
37
	local myconf
41
	local myconf
38
42

Return to bug 241532