diff options
author | Ryan Hill <rhill@gentoo.org> | 2007-01-05 04:49:53 +0000 |
---|---|---|
committer | Ryan Hill <rhill@gentoo.org> | 2007-01-05 04:49:53 +0000 |
commit | 3503db261ec4a89b14bfd25d48f52aba8e134a97 (patch) | |
tree | b0245c3eb30cc9b8892197c1820d3bb5d963e3ef /x11-misc | |
parent | Remove debug.eclass usage. (diff) | |
download | historical-3503db261ec4a89b14bfd25d48f52aba8e134a97.tar.gz historical-3503db261ec4a89b14bfd25d48f52aba8e134a97.tar.bz2 historical-3503db261ec4a89b14bfd25d48f52aba8e134a97.zip |
Remove debug.eclass usage for bug #160119.
Package-Manager: portage-2.1.2_rc4-r5
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/root-portal/ChangeLog | 7 | ||||
-rw-r--r-- | x11-misc/root-portal/root-portal-0.5.2.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/x11-misc/root-portal/ChangeLog b/x11-misc/root-portal/ChangeLog index 6c835355f8d4..7fb9465b70d0 100644 --- a/x11-misc/root-portal/ChangeLog +++ b/x11-misc/root-portal/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-misc/root-portal -# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/root-portal/ChangeLog,v 1.23 2006/11/15 19:57:07 nelchael Exp $ +# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/root-portal/ChangeLog,v 1.24 2007/01/05 04:49:53 dirtyepic Exp $ + + 05 Jan 2007; Ryan Hill <dirtyepic@gentoo.org> root-portal-0.5.2.ebuild: + Remove debug.eclass usage for bug #160119. 15 Nov 2006; Krzysiek Pawlik <nelchael@gentoo.org> root-portal-0.5.2.ebuild: diff --git a/x11-misc/root-portal/root-portal-0.5.2.ebuild b/x11-misc/root-portal/root-portal-0.5.2.ebuild index e22bdc6ecf52..d557620eabaf 100644 --- a/x11-misc/root-portal/root-portal-0.5.2.ebuild +++ b/x11-misc/root-portal/root-portal-0.5.2.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2006 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/root-portal/root-portal-0.5.2.ebuild,v 1.7 2006/11/15 19:57:07 nelchael Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/root-portal/root-portal-0.5.2.ebuild,v 1.8 2007/01/05 04:49:53 dirtyepic Exp $ -inherit gnome2 debug +inherit gnome2 DESCRIPTION="A program to draw text and graphs in the root window" HOMEPAGE="http://root-portal.sourceforge.net" |