diff options
Diffstat (limited to 'x11-misc/cairo-clock')
-rw-r--r-- | x11-misc/cairo-clock/ChangeLog | 7 | ||||
-rw-r--r-- | x11-misc/cairo-clock/cairo-clock-0.3.3.ebuild | 10 |
2 files changed, 11 insertions, 6 deletions
diff --git a/x11-misc/cairo-clock/ChangeLog b/x11-misc/cairo-clock/ChangeLog index 185a1aa87ddf..fa1def5fa41f 100644 --- a/x11-misc/cairo-clock/ChangeLog +++ b/x11-misc/cairo-clock/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-misc/cairo-clock -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/cairo-clock/ChangeLog,v 1.6 2008/02/09 01:20:23 coldwind Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/cairo-clock/ChangeLog,v 1.7 2011/03/02 16:23:38 signals Exp $ + + 02 Mar 2011; Kevin McCarthy <signals@gentoo.org> cairo-clock-0.3.3.ebuild: + Changed to gtk+ and glib slot deps. Bump EAPI=2 to support it. 09 Feb 2008; Santiago M. Mola <coldwind@gentoo.org> -cairo-clock-0.3.2.ebuild: diff --git a/x11-misc/cairo-clock/cairo-clock-0.3.3.ebuild b/x11-misc/cairo-clock/cairo-clock-0.3.3.ebuild index e12f0aeafa13..3c1ad3787d94 100644 --- a/x11-misc/cairo-clock/cairo-clock-0.3.3.ebuild +++ b/x11-misc/cairo-clock/cairo-clock-0.3.3.ebuild @@ -1,6 +1,8 @@ -# Copyright 1999-2007 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/cairo-clock/cairo-clock-0.3.3.ebuild,v 1.2 2007/12/08 09:46:14 drac Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/cairo-clock/cairo-clock-0.3.3.ebuild,v 1.3 2011/03/02 16:23:38 signals Exp $ + +EAPI=2 DESCRIPTION="An analog clock displaying the system-time." HOMEPAGE="http://macslow.thepimp.net/?page_id=23" @@ -11,11 +13,11 @@ SLOT="0" KEYWORDS="amd64 ~x86 ~x86-fbsd" IUSE="" -RDEPEND=">=dev-libs/glib-2.8 +RDEPEND="dev-libs/glib:2 >=gnome-base/libglade-2.6 >=gnome-base/librsvg-2.14 >=x11-libs/cairo-1.2 - >=x11-libs/gtk+-2.10 + x11-libs/gtk+:2 >=x11-libs/pango-1.10" DEPEND="${DEPEND} dev-util/pkgconfig |