summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKrzysztof Pawlik <nelchael@gentoo.org>2006-01-15 13:44:35 +0000
committerKrzysztof Pawlik <nelchael@gentoo.org>2006-01-15 13:44:35 +0000
commitaf87cbdc6768991c16e617341ae0a96545f8fd6e (patch)
tree510583be8bbbd5cd2b150d340453fae7884fe594 /x11-misc
parentVersion bump, bug #118979. (diff)
downloadhistorical-af87cbdc6768991c16e617341ae0a96545f8fd6e.tar.gz
historical-af87cbdc6768991c16e617341ae0a96545f8fd6e.tar.bz2
historical-af87cbdc6768991c16e617341ae0a96545f8fd6e.zip
Fixed DEPEND for modular X, see bug #118319.
Package-Manager: portage-2.1_pre3-r1
Diffstat (limited to 'x11-misc')
-rw-r--r--x11-misc/expocity/ChangeLog8
-rw-r--r--x11-misc/expocity/Manifest6
-rw-r--r--x11-misc/expocity/expocity-2.6.2.1.ebuild10
3 files changed, 14 insertions, 10 deletions
diff --git a/x11-misc/expocity/ChangeLog b/x11-misc/expocity/ChangeLog
index c3ceea863fba..ef6b4c922b88 100644
--- a/x11-misc/expocity/ChangeLog
+++ b/x11-misc/expocity/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for x11-misc/expocity
-# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/expocity/ChangeLog,v 1.5 2005/08/07 13:32:06 hansmi Exp $
+# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/expocity/ChangeLog,v 1.6 2006/01/15 13:44:35 nelchael Exp $
+
+ 15 Jan 2006; Krzysiek Pawlik <nelchael@gentoo.org>
+ expocity-2.6.2.1.ebuild:
+ Fixed DEPEND for modular X, see bug #118319.
07 Aug 2005; Michael Hanselmann <hansmi@gentoo.org>
expocity-2.6.2.1.ebuild:
diff --git a/x11-misc/expocity/Manifest b/x11-misc/expocity/Manifest
index ec6091db567b..543f156f37e5 100644
--- a/x11-misc/expocity/Manifest
+++ b/x11-misc/expocity/Manifest
@@ -1,4 +1,4 @@
-MD5 ed28bafae1e3506e8ced458b4ae015f3 expocity-2.6.2.1.ebuild 874
-MD5 cdb11033a3fa6525334cecf938961c07 metadata.xml 166
-MD5 91f6ac7ee94895829016239c0785fbe8 ChangeLog 740
+MD5 cf8e4c4e8da700cf31ad479b93dc7688 ChangeLog 870
+MD5 759f821070f33efcc1fbcc11eb6d142e expocity-2.6.2.1.ebuild 896
MD5 7ef544c10ead702db982d3d14d60abd6 files/digest-expocity-2.6.2.1 70
+MD5 cdb11033a3fa6525334cecf938961c07 metadata.xml 166
diff --git a/x11-misc/expocity/expocity-2.6.2.1.ebuild b/x11-misc/expocity/expocity-2.6.2.1.ebuild
index b35e2f8d38f9..5fb6798eca61 100644
--- a/x11-misc/expocity/expocity-2.6.2.1.ebuild
+++ b/x11-misc/expocity/expocity-2.6.2.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/expocity/expocity-2.6.2.1.ebuild,v 1.5 2005/08/07 13:32:06 hansmi Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/expocity/expocity-2.6.2.1.ebuild,v 1.6 2006/01/15 13:44:35 nelchael Exp $
inherit gnome2
@@ -15,8 +15,8 @@ SLOT="0"
IUSE="xinerama"
KEYWORDS="~amd64 ppc x86"
-RDEPEND="virtual/x11
- >=x11-libs/pango-1.2
+# All needed X11 related DEPEND atoms are in gtk+
+RDEPEND=">=x11-libs/pango-1.2
>=x11-libs/gtk+-2.2.0-r1
>=gnome-base/gconf-2
>=x11-libs/startup-notification-0.4
@@ -29,4 +29,4 @@ DEPEND="${RDEPEND}
S=${WORKDIR}/${MY_P}
G2CONF="${G2CONF} $(use_enable xinerama)"
-DOCS="AUTHORS Changelog COPYING HACKING INSTALL NEWS README*"
+DOCS="AUTHORS Changelog HACKING NEWS README*"