summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Hill <dirtyepic@gentoo.org>2007-01-05 04:48:12 +0000
committerRyan Hill <dirtyepic@gentoo.org>2007-01-05 04:48:12 +0000
commita620fe392693e224b9343114144a34109fbad7e8 (patch)
treea589bc62acf9098e94326c5eea26c0ba3485fb25 /x11-misc
parentRemove debug.eclass usage. (diff)
downloadgentoo-2-a620fe392693e224b9343114144a34109fbad7e8.tar.gz
gentoo-2-a620fe392693e224b9343114144a34109fbad7e8.tar.bz2
gentoo-2-a620fe392693e224b9343114144a34109fbad7e8.zip
Remove debug.eclass usage for bug #160118.
(Portage version: 2.1.2_rc4-r5)
Diffstat (limited to 'x11-misc')
-rw-r--r--x11-misc/gtodo/ChangeLog7
-rw-r--r--x11-misc/gtodo/gtodo-0.14.ebuild9
2 files changed, 9 insertions, 7 deletions
diff --git a/x11-misc/gtodo/ChangeLog b/x11-misc/gtodo/ChangeLog
index f17fd5ccdcd6..29f2ee8f06bb 100644
--- a/x11-misc/gtodo/ChangeLog
+++ b/x11-misc/gtodo/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for x11-misc/gtodo
-# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/gtodo/ChangeLog,v 1.12 2006/10/14 16:56:20 nelchael Exp $
+# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/gtodo/ChangeLog,v 1.13 2007/01/05 04:48:12 dirtyepic Exp $
+
+ 05 Jan 2007; Ryan Hill <dirtyepic@gentoo.org> gtodo-0.14.ebuild:
+ Remove debug.eclass usage for bug #160118.
14 Oct 2006; Krzysiek Pawlik <nelchael@gentoo.org> -gtodo-0.13.5.ebuild:
Remove old version.
diff --git a/x11-misc/gtodo/gtodo-0.14.ebuild b/x11-misc/gtodo/gtodo-0.14.ebuild
index a183c41e0ae6..ff6e867becc8 100644
--- a/x11-misc/gtodo/gtodo-0.14.ebuild
+++ b/x11-misc/gtodo/gtodo-0.14.ebuild
@@ -1,10 +1,8 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/gtodo/gtodo-0.14.ebuild,v 1.9 2005/01/01 15:54:44 josejx Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/gtodo/gtodo-0.14.ebuild,v 1.10 2007/01/05 04:48:12 dirtyepic Exp $
-inherit debug flag-o-matic gnome2
-
-strip-flags
+inherit flag-o-matic gnome2
IUSE="gnome"
@@ -26,6 +24,7 @@ DEPEND=">=x11-libs/gtk+-2.0
DOCS="AUTHORS COPYING ChangeLog INSTALL NEWS README"
src_compile(){
+ strip-flags
econf || die "econf failed"
emake || die "emake failed"