diff options
author | 2009-05-05 07:47:20 +0000 | |
---|---|---|
committer | 2009-05-05 07:47:20 +0000 | |
commit | f99c0f2bc143c5d383f0acdd117c3d85d8d585c3 (patch) | |
tree | 2ea670773d55a4daf7861f60d347a65a4c0471eb /x11-apps/xcursorgen | |
parent | x11-drivers/xf86-video-intel: up the dep on libdrm (fixes bug #266851) (diff) | |
download | gentoo-2-f99c0f2bc143c5d383f0acdd117c3d85d8d585c3.tar.gz gentoo-2-f99c0f2bc143c5d383f0acdd117c3d85d8d585c3.tar.bz2 gentoo-2-f99c0f2bc143c5d383f0acdd117c3d85d8d585c3.zip |
fix repoman warnings
(Portage version: 2.1.6.11/cvs/Linux i686)
Diffstat (limited to 'x11-apps/xcursorgen')
-rw-r--r-- | x11-apps/xcursorgen/ChangeLog | 6 | ||||
-rw-r--r-- | x11-apps/xcursorgen/xcursorgen-1.0.1.ebuild | 6 | ||||
-rw-r--r-- | x11-apps/xcursorgen/xcursorgen-1.0.2.ebuild | 4 |
3 files changed, 10 insertions, 6 deletions
diff --git a/x11-apps/xcursorgen/ChangeLog b/x11-apps/xcursorgen/ChangeLog index 68ca2a12595f..e06d9b33d5de 100644 --- a/x11-apps/xcursorgen/ChangeLog +++ b/x11-apps/xcursorgen/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-apps/xcursorgen # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xcursorgen/ChangeLog,v 1.35 2009/05/05 05:16:21 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xcursorgen/ChangeLog,v 1.36 2009/05/05 07:47:20 fauli Exp $ + + 05 May 2009; Christian Faulhammer <fauli@gentoo.org> + xcursorgen-1.0.1.ebuild, xcursorgen-1.0.2.ebuild: + fix repoman warnings 05 May 2009; Jeroen Roovers <jer@gentoo.org> xcursorgen-1.0.2.ebuild: Stable for HPPA (bug #268581). diff --git a/x11-apps/xcursorgen/xcursorgen-1.0.1.ebuild b/x11-apps/xcursorgen/xcursorgen-1.0.1.ebuild index b80e412b3d40..dbc6bdd66ad6 100644 --- a/x11-apps/xcursorgen/xcursorgen-1.0.1.ebuild +++ b/x11-apps/xcursorgen/xcursorgen-1.0.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 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/xcursorgen/xcursorgen-1.0.1.ebuild,v 1.10 2007/02/04 18:33:18 joshuabaergen Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xcursorgen/xcursorgen-1.0.1.ebuild,v 1.11 2009/05/05 07:47:20 fauli Exp $ # Must be before x-modular eclass is inherited #SNAPSHOT="yes" @@ -10,7 +10,7 @@ inherit x-modular DESCRIPTION="create an X cursor file from a collection of PNG images" KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd" - +IUSE="" RDEPEND="x11-libs/libX11 x11-libs/libXcursor =media-libs/libpng-1.2*" diff --git a/x11-apps/xcursorgen/xcursorgen-1.0.2.ebuild b/x11-apps/xcursorgen/xcursorgen-1.0.2.ebuild index d7c6d428bb7f..daba7ab248a5 100644 --- a/x11-apps/xcursorgen/xcursorgen-1.0.2.ebuild +++ b/x11-apps/xcursorgen/xcursorgen-1.0.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xcursorgen/xcursorgen-1.0.2.ebuild,v 1.7 2009/05/05 05:16:21 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xcursorgen/xcursorgen-1.0.2.ebuild,v 1.8 2009/05/05 07:47:20 fauli Exp $ # Must be before x-modular eclass is inherited #SNAPSHOT="yes" @@ -10,7 +10,7 @@ inherit x-modular DESCRIPTION="create an X cursor file from a collection of PNG images" KEYWORDS="alpha amd64 arm hppa ia64 ~mips ~ppc ppc64 s390 sh sparc x86 ~x86-fbsd" - +IUSE="" RDEPEND="x11-libs/libX11 x11-libs/libXcursor =media-libs/libpng-1.2*" |