summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNirbheek Chauhan <nirbheek@gentoo.org>2011-03-21 22:38:28 +0000
committerNirbheek Chauhan <nirbheek@gentoo.org>2011-03-21 22:38:28 +0000
commit6d61de77588aedc1d4758c509c35266e574387ff (patch)
tree5805ebf4697c3666cb95e0f28668652fa59ff681 /x11-misc/alltray
parentFix slot-deps on gnome libs (diff)
downloadhistorical-6d61de77588aedc1d4758c509c35266e574387ff.tar.gz
historical-6d61de77588aedc1d4758c509c35266e574387ff.tar.bz2
historical-6d61de77588aedc1d4758c509c35266e574387ff.zip
Fix slot-deps on gnome libs
Package-Manager: portage-2.1.9.44/cvs/Linux x86_64
Diffstat (limited to 'x11-misc/alltray')
-rw-r--r--x11-misc/alltray/ChangeLog8
-rw-r--r--x11-misc/alltray/alltray-0.69-r1.ebuild10
-rw-r--r--x11-misc/alltray/alltray-0.69.ebuild10
-rw-r--r--x11-misc/alltray/alltray-0.74.ebuild6
4 files changed, 21 insertions, 13 deletions
diff --git a/x11-misc/alltray/ChangeLog b/x11-misc/alltray/ChangeLog
index 034ec1514486..5c4c1179f94a 100644
--- a/x11-misc/alltray/ChangeLog
+++ b/x11-misc/alltray/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for x11-misc/alltray
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/alltray/ChangeLog,v 1.36 2010/07/29 19:04:11 hwoarang Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/alltray/ChangeLog,v 1.37 2011/03/21 22:35:43 nirbheek Exp $
+
+ 21 Mar 2011; Nirbheek Chauhan <nirbheek@gentoo.org> alltray-0.69.ebuild,
+ alltray-0.69-r1.ebuild, alltray-0.74.ebuild:
+ Fix slot-deps on gnome libs
29 Jul 2010; Markos Chandras <hwoarang@gentoo.org> alltray-0.74.ebuild:
Stable on amd64 wrt bug #329417
diff --git a/x11-misc/alltray/alltray-0.69-r1.ebuild b/x11-misc/alltray/alltray-0.69-r1.ebuild
index 0d33f5f96578..aaab6d1a020e 100644
--- a/x11-misc/alltray/alltray-0.69-r1.ebuild
+++ b/x11-misc/alltray/alltray-0.69-r1.ebuild
@@ -1,6 +1,8 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/alltray/alltray-0.69-r1.ebuild,v 1.1 2008/06/07 19:42:02 swegener Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/alltray/alltray-0.69-r1.ebuild,v 1.2 2011/03/21 22:35:43 nirbheek Exp $
+
+EAPI="1"
inherit eutils
@@ -13,8 +15,8 @@ SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE="gnome"
-RDEPEND=">=x11-libs/gtk+-2.4
- gnome? ( >=gnome-base/gconf-2 )"
+RDEPEND=">=x11-libs/gtk+-2.4:2
+ gnome? ( >=gnome-base/gconf-2:2 )"
DEPEND="${RDEPEND}
dev-util/pkgconfig"
diff --git a/x11-misc/alltray/alltray-0.69.ebuild b/x11-misc/alltray/alltray-0.69.ebuild
index 17f828c875b8..aba577057efa 100644
--- a/x11-misc/alltray/alltray-0.69.ebuild
+++ b/x11-misc/alltray/alltray-0.69.ebuild
@@ -1,6 +1,8 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/alltray/alltray-0.69.ebuild,v 1.4 2006/11/04 00:30:41 opfer Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/alltray/alltray-0.69.ebuild,v 1.5 2011/03/21 22:35:43 nirbheek Exp $
+
+EAPI="1"
DESCRIPTION="Dock any application into the system tray/notification area"
HOMEPAGE="http://alltray.sourceforge.net/"
@@ -11,8 +13,8 @@ SLOT="0"
KEYWORDS="amd64 ppc x86"
IUSE="gnome"
-RDEPEND=">=x11-libs/gtk+-2.4
- gnome? ( >=gnome-base/gconf-2 )"
+RDEPEND=">=x11-libs/gtk+-2.4:2
+ gnome? ( >=gnome-base/gconf-2:2 )"
DEPEND="${RDEPEND}
dev-util/pkgconfig"
diff --git a/x11-misc/alltray/alltray-0.74.ebuild b/x11-misc/alltray/alltray-0.74.ebuild
index c5d7abb47a05..d3ac111ce89b 100644
--- a/x11-misc/alltray/alltray-0.74.ebuild
+++ b/x11-misc/alltray/alltray-0.74.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/alltray/alltray-0.74.ebuild,v 1.3 2010/07/29 19:04:11 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/alltray/alltray-0.74.ebuild,v 1.4 2011/03/21 22:35:43 nirbheek Exp $
# remove this kludge once old releases have been removed from the tree
MY_PV="${PV:0:1}.${PV:2:1}.${PV:3:1}"
@@ -24,7 +24,7 @@ IUSE=""
RDEPEND="x11-libs/gtk+:2
dev-libs/glib:2
gnome-base/libgtop:2
- x11-libs/libwnck
+ x11-libs/libwnck:1
x11-libs/libX11"
DEPEND="${RDEPEND}
>=dev-util/pkgconfig-0.9.0"