diff options
author | Mike Frysinger <vapier@gentoo.org> | 2007-01-16 20:48:26 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2007-01-16 20:48:26 +0000 |
commit | 602ee8107bdbb61b84e52b8df94fb7888c8b11dd (patch) | |
tree | e174444ba8d7261dda403dba70c4a3e6b18e5598 /x11-misc/hsetroot | |
parent | Bump to 3.5.6 (prerelease). (diff) | |
download | gentoo-2-602ee8107bdbb61b84e52b8df94fb7888c8b11dd.tar.gz gentoo-2-602ee8107bdbb61b84e52b8df94fb7888c8b11dd.tar.bz2 gentoo-2-602ee8107bdbb61b84e52b8df94fb7888c8b11dd.zip |
cleanup
(Portage version: 2.1.2)
Diffstat (limited to 'x11-misc/hsetroot')
-rw-r--r-- | x11-misc/hsetroot/files/digest-hsetroot-1.0.2 | 2 | ||||
-rw-r--r-- | x11-misc/hsetroot/hsetroot-1.0.2.ebuild | 41 |
2 files changed, 17 insertions, 26 deletions
diff --git a/x11-misc/hsetroot/files/digest-hsetroot-1.0.2 b/x11-misc/hsetroot/files/digest-hsetroot-1.0.2 index fbacb1abd6d6..6e884d90ad70 100644 --- a/x11-misc/hsetroot/files/digest-hsetroot-1.0.2 +++ b/x11-misc/hsetroot/files/digest-hsetroot-1.0.2 @@ -1 +1,3 @@ MD5 f599770a6411dcfe216c37b280fad9bc hsetroot-1.0.2.tar.gz 125535 +RMD160 0aadf0308ec0068525babca338a35cc3899c1dc9 hsetroot-1.0.2.tar.gz 125535 +SHA256 d6712d330b31122c077bfc712ec4e213abe1fe71ab24b9150ae2774ca3154fd7 hsetroot-1.0.2.tar.gz 125535 diff --git a/x11-misc/hsetroot/hsetroot-1.0.2.ebuild b/x11-misc/hsetroot/hsetroot-1.0.2.ebuild index ac035a5db4b7..3116139481b7 100644 --- a/x11-misc/hsetroot/hsetroot-1.0.2.ebuild +++ b/x11-misc/hsetroot/hsetroot-1.0.2.ebuild @@ -1,36 +1,25 @@ -# 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/hsetroot/hsetroot-1.0.2.ebuild,v 1.7 2006/01/13 13:37:23 nelchael Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/hsetroot/hsetroot-1.0.2.ebuild,v 1.8 2007/01/16 20:48:26 vapier 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" +SRC_URI="http://thegraveyard.org/files/${P}.tar.gz" -RDEPEND="|| ( ( - x11-libs/libX11 - x11-libs/libXext ) - virtual/x11 ) - >=media-libs/imlib2-1.0.6.2003 - >=media-libs/imlib2_loaders-1.0.4.2003" - -DEPEND="${RDEPEND} - || ( ( - x11-proto/xproto - x11-libs/libX11 - x11-libs/libXt ) - virtual/x11 )" - -SLOT="0" LICENSE="GPL-2" +SLOT="0" KEYWORDS="~amd64 ~ppc ~x86" +IUSE="" -src_compile() { - econf || die - emake all || die -} +RDEPEND="x11-libs/libX11 + x11-libs/libXext + >=media-libs/imlib2-1.0.6.2003" +DEPEND="${RDEPEND} + x11-proto/xproto + x11-libs/libX11 + x11-libs/libXt" -src_install () { - dobin src/hsetroot - dodoc README +src_install() { + emake install DESTDIR="${D}" || die + dodoc AUTHORS ChangeLog NEWS README } |