summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrej Kacian <ticho@gentoo.org>2006-01-19 19:27:25 +0000
committerAndrej Kacian <ticho@gentoo.org>2006-01-19 19:27:25 +0000
commitf542a7499e612676619d2c280a08b0d4e6de3f07 (patch)
tree266d3faceaa738d1fc24bf488034dc43e88a11e7
parentAdded latest version. (diff)
downloadhistorical-f542a7499e612676619d2c280a08b0d4e6de3f07.tar.gz
historical-f542a7499e612676619d2c280a08b0d4e6de3f07.tar.bz2
historical-f542a7499e612676619d2c280a08b0d4e6de3f07.zip
Fixed deps to support modular X.
Package-Manager: portage-2.1_pre3-r1
-rw-r--r--x11-misc/xteddy/ChangeLog7
-rw-r--r--x11-misc/xteddy/Manifest14
-rw-r--r--x11-misc/xteddy/xteddy-2.0.1.ebuild20
3 files changed, 33 insertions, 8 deletions
diff --git a/x11-misc/xteddy/ChangeLog b/x11-misc/xteddy/ChangeLog
index c1f8d9838edf..469a06e02130 100644
--- a/x11-misc/xteddy/ChangeLog
+++ b/x11-misc/xteddy/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for x11-misc/xteddy
-# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xteddy/ChangeLog,v 1.2 2005/11/07 17:31:57 nelchael Exp $
+# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xteddy/ChangeLog,v 1.3 2006/01/19 19:27:25 ticho Exp $
+
+ 19 Jan 2006; Andrej Kacian <ticho@gentoo.org> xteddy-2.0.1.ebuild:
+ Fixed deps to support modular X.
07 Nov 2005; Krzysiek Pawlik <nelchael@gentoo.org> xteddy-2.0.1.ebuild:
Stable on x86.
diff --git a/x11-misc/xteddy/Manifest b/x11-misc/xteddy/Manifest
index d5c5a571f572..82b0d44fd3f7 100644
--- a/x11-misc/xteddy/Manifest
+++ b/x11-misc/xteddy/Manifest
@@ -1,4 +1,14 @@
-MD5 70944612cf4656b4ac6eeca812c13c92 ChangeLog 432
+-----BEGIN PGP SIGNED MESSAGE-----
+Hash: SHA1
+
+MD5 019797a3eaf7ca1b104f8c2dc66f5311 ChangeLog 534
MD5 ce3865f92a97ebfdd820bdbc306c4839 files/digest-xteddy-2.0.1 64
MD5 757c624ead05cb380f3294ab4d550ddc metadata.xml 616
-MD5 0f2f0c536a06f6622506d17a82cb15d0 xteddy-2.0.1.ebuild 665
+MD5 3bf04a2896edec1a3c6ac5459d7bebbd xteddy-2.0.1.ebuild 835
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1.4.2 (GNU/Linux)
+
+iD8DBQFDz+gsQlM6RnzZP+IRAmdmAJ9WAfgB4rFQltJD9c25+vHOTWB6NwCgrKax
+16kERAMxiM+1dGfqGkQ3Occ=
+=avS/
+-----END PGP SIGNATURE-----
diff --git a/x11-misc/xteddy/xteddy-2.0.1.ebuild b/x11-misc/xteddy/xteddy-2.0.1.ebuild
index 674d38ef5560..f6f43d4ed200 100644
--- a/x11-misc/xteddy/xteddy-2.0.1.ebuild
+++ b/x11-misc/xteddy/xteddy-2.0.1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xteddy/xteddy-2.0.1.ebuild,v 1.2 2005/11/07 17:31:57 nelchael Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xteddy/xteddy-2.0.1.ebuild,v 1.3 2006/01/19 19:27:25 ticho Exp $
DESCRIPTION="A cuddly teddy bear (or other image) for your X desktop"
HOMEPAGE="http://www.itn.liu.se/~stegu/xteddy/"
@@ -11,8 +11,20 @@ SLOT="0"
KEYWORDS="x86"
IUSE=""
-DEPEND="virtual/x11
- media-libs/imlib"
+RDEPEND="|| ( ( x11-libs/libX11
+ x11-libs/libSM
+ x11-libs/libICE
+ media-libs/imlib
+ )
+ virtual/x11
+ )"
+
+DEPEND="${RDEPEND}
+ || ( ( x11-proto/xextproto
+ x11-proto/xproto
+ )
+ virtual/x11
+ )"
src_compile() {
econf || die "econf failed"