summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Black <dragonheart@gentoo.org>2006-07-16 13:47:41 +0000
committerDaniel Black <dragonheart@gentoo.org>2006-07-16 13:47:41 +0000
commit3ce066fef84f4894bdf92d191edbab9046c9948a (patch)
tree12610272de7d0d9161d7c0a27b62ab2119ffa662 /net-analyzer/tleds
parentppc stable, bug #129126 (diff)
downloadgentoo-2-3ce066fef84f4894bdf92d191edbab9046c9948a.tar.gz
gentoo-2-3ce066fef84f4894bdf92d191edbab9046c9948a.tar.bz2
gentoo-2-3ce066fef84f4894bdf92d191edbab9046c9948a.zip
added keywords as per bug #140632 thanks jakub. There was no change in ebuild apart from QA cleanup and modular X happyness
(Portage version: 2.1.1_pre3)
Diffstat (limited to 'net-analyzer/tleds')
-rw-r--r--net-analyzer/tleds/ChangeLog8
-rw-r--r--net-analyzer/tleds/tleds-1.05_beta11-r1.ebuild14
2 files changed, 17 insertions, 5 deletions
diff --git a/net-analyzer/tleds/ChangeLog b/net-analyzer/tleds/ChangeLog
index 2080a43c05cd..0136696751f6 100644
--- a/net-analyzer/tleds/ChangeLog
+++ b/net-analyzer/tleds/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for net-analyzer/tleds
# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/tleds/ChangeLog,v 1.16 2006/01/19 01:57:38 vanquirius Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/tleds/ChangeLog,v 1.17 2006/07/16 13:47:41 dragonheart Exp $
+
+ 16 Jul 2006; Daniel Black <dragonheart@gentoo.org>
+ -tleds-1.05_beta11.ebuild, tleds-1.05_beta11-r1.ebuild:
+ added keywords as per bug #140632 thanks jakub. There was no change in
+ ebuild apart from QA cleanup and modular X happyness. Thanks for patch
+ Jakub.
*tleds-1.05_beta11-r1 (19 Jan 2006)
diff --git a/net-analyzer/tleds/tleds-1.05_beta11-r1.ebuild b/net-analyzer/tleds/tleds-1.05_beta11-r1.ebuild
index 6f5de32f0840..d465613acf06 100644
--- a/net-analyzer/tleds/tleds-1.05_beta11-r1.ebuild
+++ b/net-analyzer/tleds/tleds-1.05_beta11-r1.ebuild
@@ -1,8 +1,8 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/tleds/tleds-1.05_beta11-r1.ebuild,v 1.1 2006/01/19 01:57:38 vanquirius Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/tleds/tleds-1.05_beta11-r1.ebuild,v 1.2 2006/07/16 13:47:41 dragonheart Exp $
-inherit eutils
+inherit eutils toolchain-funcs
MY_P="${P/_/}"
S="${WORKDIR}/${MY_P/eta11/}"
@@ -13,12 +13,12 @@ SRC_URI="http://www.hut.fi/~jlohikos/tleds/public/${MY_P/11/10}.tgz
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+KEYWORDS="~amd64 ~ppc sparc x86"
IUSE="X"
DEPEND="X? (
|| ( ( >=x11-libs/libX11-1.0.0 )
- virtual/x11 )
+ <virtual/x11-7 )
)"
src_unpack() {
@@ -26,6 +26,12 @@ src_unpack() {
cd "${S}"
epatch "${DISTDIR}"/${MY_P}.patch.bz2
epatch "${FILESDIR}"/${P}-gentoo.patch
+ local opts="$(echo '$(GCCOPTS)')"
+ sed -i -e "s:-O3 -Wall:${CFLAGS} -Wall:" \
+ -e "s:gcc ${opts}:$(tc-getCC) ${opts}:" \
+ -e "s:gcc -DNO_X_SUPPORT:$(tc-getCC) -DNO_X_SUPPORT:" \
+ -e "s:/usr/X11R6:/usr:g" \
+ Makefile || die "sed failed in Makefile"
}
src_compile() {