summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Ruppert <idl0r@gentoo.org>2009-07-02 20:49:32 +0000
committerChristian Ruppert <idl0r@gentoo.org>2009-07-02 20:49:32 +0000
commitb1174ec842bf89c8ea5ca4760c3f9d4ad19385f6 (patch)
treedb369fac2bda29399ffada23d8f1282cbf81743e /x11-misc/hsetroot
parentRestore auth_conf.sub support, instead of blindly nuking it, just find that's... (diff)
downloadhistorical-b1174ec842bf89c8ea5ca4760c3f9d4ad19385f6.tar.gz
historical-b1174ec842bf89c8ea5ca4760c3f9d4ad19385f6.tar.bz2
historical-b1174ec842bf89c8ea5ca4760c3f9d4ad19385f6.zip
Fixed dependencies, bug 248569.
Package-Manager: portage-2.2_rc33/cvs/Linux x86_64
Diffstat (limited to 'x11-misc/hsetroot')
-rw-r--r--x11-misc/hsetroot/ChangeLog5
-rw-r--r--x11-misc/hsetroot/Manifest4
-rw-r--r--x11-misc/hsetroot/hsetroot-1.0.2.ebuild20
3 files changed, 19 insertions, 10 deletions
diff --git a/x11-misc/hsetroot/ChangeLog b/x11-misc/hsetroot/ChangeLog
index b7b417cd93d8..8fff256d940c 100644
--- a/x11-misc/hsetroot/ChangeLog
+++ b/x11-misc/hsetroot/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for x11-misc/hsetroot
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/hsetroot/ChangeLog,v 1.9 2009/05/17 17:50:54 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/hsetroot/ChangeLog,v 1.10 2009/07/02 20:49:32 idl0r Exp $
+
+ 02 Jul 2009; Christian Ruppert <idl0r@gentoo.org> hsetroot-1.0.2.ebuild:
+ Fixed dependencies, bug 248569.
17 May 2009; nixnut <nixnut@gentoo.org> hsetroot-1.0.2.ebuild:
ppc stable #266096
diff --git a/x11-misc/hsetroot/Manifest b/x11-misc/hsetroot/Manifest
index c4c0c6ce45ad..245d65eb3458 100644
--- a/x11-misc/hsetroot/Manifest
+++ b/x11-misc/hsetroot/Manifest
@@ -1,4 +1,4 @@
DIST hsetroot-1.0.2.tar.gz 125535 RMD160 0aadf0308ec0068525babca338a35cc3899c1dc9 SHA1 a39e0fff11eb17e5432761aabcd8b68242210bb5 SHA256 d6712d330b31122c077bfc712ec4e213abe1fe71ab24b9150ae2774ca3154fd7
-EBUILD hsetroot-1.0.2.ebuild 704 RMD160 c8db42a49c1b59bef96d766f599b5d39f3c81e1a SHA1 c3431c04d4b2dbc5a7d2bc63d0a3e5b0912c49c5 SHA256 e558e988ebd9a4e82e0bc917e5d908352d3dacb2d8adc8e21705c573df437da7
-MISC ChangeLog 1180 RMD160 49e5fedb6ccbf5e47e5159952677db0433637d13 SHA1 afb76c6e9dbe39c8d5ea9690fb283d91509d79fe SHA256 26fc355b8adbdee0d3ca25ec54a0189e4adbf4448132e296b555a431bfb1f7db
+EBUILD hsetroot-1.0.2.ebuild 784 RMD160 8304114a7664628bdae8edf88cd8d9a293412565 SHA1 9105420d590bbaf4cedd8b11fe5334d2a958cc57 SHA256 9815dd47f5773ae27ce4d043dd64271e25067b939c0f3ab841e251d69f1f1895
+MISC ChangeLog 1290 RMD160 b0040143dab9ce159196b1386cc40403c374a0b2 SHA1 51d0dbc28289fb29f5bab361cb90930ac44ec5ba SHA256 f28aae7926f8a23b3e07ebf8d71d49a68d6177e56d64fbcb69472735b4e9522d
MISC metadata.xml 1083 RMD160 bb188a7e643ac9b7d4d22eb7a9370b3330f34b4b SHA1 e80ed3d0424d25205fae66c3aa765a4cbb25d261 SHA256 5ffaa17bfcd4767c3acc094c03f000a12b1186252bbe126e80e5f4e7c3b98ef2
diff --git a/x11-misc/hsetroot/hsetroot-1.0.2.ebuild b/x11-misc/hsetroot/hsetroot-1.0.2.ebuild
index 630ba5ece975..79d5044335a5 100644
--- a/x11-misc/hsetroot/hsetroot-1.0.2.ebuild
+++ b/x11-misc/hsetroot/hsetroot-1.0.2.ebuild
@@ -1,6 +1,10 @@
# Copyright 1999-2009 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.11 2009/05/17 17:50:54 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/hsetroot/hsetroot-1.0.2.ebuild,v 1.12 2009/07/02 20:49:32 idl0r Exp $
+
+EAPI="2"
+
+inherit autotools
DESCRIPTION="Tool which allows you to compose wallpapers ('root pixmaps') for X"
HOMEPAGE="http://thegraveyard.org/hsetroot.php"
@@ -12,14 +16,16 @@ KEYWORDS="amd64 ppc x86"
IUSE=""
RDEPEND="x11-libs/libX11
- x11-libs/libXext
- >=media-libs/imlib2-1.0.6.2003"
+ >=media-libs/imlib2-1.0.6.2003[X]"
DEPEND="${RDEPEND}
- x11-proto/xproto
- x11-libs/libX11
- x11-libs/libXt"
+ x11-proto/xproto"
+
+src_prepare() {
+ # The pre-generated configure script contains unneeded deps
+ eautoreconf
+}
src_install() {
emake install DESTDIR="${D}" || die
- dodoc AUTHORS ChangeLog NEWS README
+ dodoc AUTHORS ChangeLog NEWS README || die
}