diff options
author | Sven Wegener <swegener@gentoo.org> | 2004-12-05 09:13:36 +0000 |
---|---|---|
committer | Sven Wegener <swegener@gentoo.org> | 2004-12-05 09:13:36 +0000 |
commit | a5f244115a93d71782097595af6e6758d77ea6eb (patch) | |
tree | 0a1f9be2732985b34708f3387734efb0cfb59081 /x11-misc/hsetroot | |
parent | minor touchup (Manifest recommit) (diff) | |
download | gentoo-2-a5f244115a93d71782097595af6e6758d77ea6eb.tar.gz gentoo-2-a5f244115a93d71782097595af6e6758d77ea6eb.tar.bz2 gentoo-2-a5f244115a93d71782097595af6e6758d77ea6eb.zip |
Fixed invalid atoms in *DEPEND. Added missing DESCRIPTION to ebuild.
Diffstat (limited to 'x11-misc/hsetroot')
-rw-r--r-- | x11-misc/hsetroot/ChangeLog | 5 | ||||
-rw-r--r-- | x11-misc/hsetroot/hsetroot-1.0.2.ebuild | 7 |
2 files changed, 8 insertions, 4 deletions
diff --git a/x11-misc/hsetroot/ChangeLog b/x11-misc/hsetroot/ChangeLog index 6a970f22354c..ad15d80a8365 100644 --- a/x11-misc/hsetroot/ChangeLog +++ b/x11-misc/hsetroot/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-misc/hsetroot # Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/hsetroot/ChangeLog,v 1.1 2004/12/05 00:58:32 pyrania Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/hsetroot/ChangeLog,v 1.2 2004/12/05 09:13:36 swegener Exp $ + + 05 Dec 2004; Sven Wegener <swegener@gentoo.org> hsetroot-1.0.2.ebuild: + Fixed invalid atoms in *DEPEND. Added missing DESCRIPTION to ebuild. *hsetroot-1.0.2 (05 Dec 2004) diff --git a/x11-misc/hsetroot/hsetroot-1.0.2.ebuild b/x11-misc/hsetroot/hsetroot-1.0.2.ebuild index 0fd02ab8a09d..0420916fbd00 100644 --- a/x11-misc/hsetroot/hsetroot-1.0.2.ebuild +++ b/x11-misc/hsetroot/hsetroot-1.0.2.ebuild @@ -1,14 +1,15 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/hsetroot/hsetroot-1.0.2.ebuild,v 1.2 2004/12/05 01:01:39 pyrania Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/hsetroot/hsetroot-1.0.2.ebuild,v 1.3 2004/12/05 09:13:36 swegener Exp $ IUSE="" +DESCRIPTION="Tool which allows you to compose wallpapers ('root pixmaps') for X" SRC_URI="http://thegraveyard.org/files/${P}.tar.gz" HOMEPAGE="http://thegraveyard.org/hsetroot.php" DEPEND="virtual/x11 - >=imlib2-1.0.6.2003* - >=imlib2_loaders-1.0.4.2003*" + >=media-libs/imlib2-1.0.6.2003* + >=media-libs/imlib2_loaders-1.0.4.2003*" SLOT="0" LICENSE="GPL-2" |