diff options
author | Christian Faulhammer <fauli@gentoo.org> | 2009-05-05 08:15:21 +0000 |
---|---|---|
committer | Christian Faulhammer <fauli@gentoo.org> | 2009-05-05 08:15:21 +0000 |
commit | 7d48f98905750fff431bbacf96127252bbf5f488 (patch) | |
tree | a2f3322b2d0195c148c42201fda3741028870a14 /x11-apps/xsetroot | |
parent | Repoman warnings (diff) | |
download | gentoo-2-7d48f98905750fff431bbacf96127252bbf5f488.tar.gz gentoo-2-7d48f98905750fff431bbacf96127252bbf5f488.tar.bz2 gentoo-2-7d48f98905750fff431bbacf96127252bbf5f488.zip |
fix repoman warnings
(Portage version: 2.1.6.11/cvs/Linux i686)
Diffstat (limited to 'x11-apps/xsetroot')
-rw-r--r-- | x11-apps/xsetroot/ChangeLog | 8 | ||||
-rw-r--r-- | x11-apps/xsetroot/xsetroot-1.0.1.ebuild | 6 | ||||
-rw-r--r-- | x11-apps/xsetroot/xsetroot-1.0.2.ebuild | 6 |
3 files changed, 12 insertions, 8 deletions
diff --git a/x11-apps/xsetroot/ChangeLog b/x11-apps/xsetroot/ChangeLog index 6c70487c6be9..8fbc2c8dd49a 100644 --- a/x11-apps/xsetroot/ChangeLog +++ b/x11-apps/xsetroot/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-apps/xsetroot -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xsetroot/ChangeLog,v 1.25 2008/02/05 11:38:41 corsair Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xsetroot/ChangeLog,v 1.26 2009/05/05 08:15:21 fauli Exp $ + + 05 May 2009; Christian Faulhammer <fauli@gentoo.org> + xsetroot-1.0.1.ebuild, xsetroot-1.0.2.ebuild: + fix repoman warnings 05 Feb 2008; Markus Rothe <corsair@gentoo.org> xsetroot-1.0.2.ebuild: Stable on ppc64 diff --git a/x11-apps/xsetroot/xsetroot-1.0.1.ebuild b/x11-apps/xsetroot/xsetroot-1.0.1.ebuild index f4466377d23d..2487dfa8027b 100644 --- a/x11-apps/xsetroot/xsetroot-1.0.1.ebuild +++ b/x11-apps/xsetroot/xsetroot-1.0.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xsetroot/xsetroot-1.0.1.ebuild,v 1.14 2006/09/10 09:06:04 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xsetroot/xsetroot-1.0.1.ebuild,v 1.15 2009/05/05 08:15:21 fauli Exp $ # Must be before x-modular eclass is inherited #SNAPSHOT="yes" @@ -10,7 +10,7 @@ inherit x-modular DESCRIPTION="X.Org xsetroot application" KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd" - +IUSE="" RDEPEND="x11-libs/libXmu x11-libs/libX11 x11-misc/xbitmaps" diff --git a/x11-apps/xsetroot/xsetroot-1.0.2.ebuild b/x11-apps/xsetroot/xsetroot-1.0.2.ebuild index ec2b27e738b1..dc64f77c87f8 100644 --- a/x11-apps/xsetroot/xsetroot-1.0.2.ebuild +++ b/x11-apps/xsetroot/xsetroot-1.0.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xsetroot/xsetroot-1.0.2.ebuild,v 1.6 2008/02/05 11:38:41 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xsetroot/xsetroot-1.0.2.ebuild,v 1.7 2009/05/05 08:15:21 fauli Exp $ # Must be before x-modular eclass is inherited #SNAPSHOT="yes" @@ -10,7 +10,7 @@ inherit x-modular DESCRIPTION="X.Org xsetroot application" KEYWORDS="alpha amd64 arm ~hppa ia64 ~mips ~ppc ppc64 s390 sh sparc x86 ~x86-fbsd" - +IUSE="" RDEPEND="x11-libs/libXmu x11-libs/libX11 x11-misc/xbitmaps" |