diff options
author | Olivier Crête <tester@gentoo.org> | 2011-03-29 14:24:59 +0000 |
---|---|---|
committer | Olivier Crête <tester@gentoo.org> | 2011-03-29 14:24:59 +0000 |
commit | 63854967e7e56cb77167e0a502ab532fe28194a7 (patch) | |
tree | 9c095085d937baf4b47ee8cd8d6a23d6c85c9b49 /net-im | |
parent | Version bump for beta channel release. Restore check for PaX (bug #301880), h... (diff) | |
download | gentoo-2-63854967e7e56cb77167e0a502ab532fe28194a7.tar.gz gentoo-2-63854967e7e56cb77167e0a502ab532fe28194a7.tar.bz2 gentoo-2-63854967e7e56cb77167e0a502ab532fe28194a7.zip |
Version bump
(Portage version: 2.1.9.42/cvs/Linux x86_64)
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/gnomeicu/ChangeLog | 7 | ||||
-rw-r--r-- | net-im/gnomeicu/gnomeicu-0.99.16.ebuild | 39 |
2 files changed, 45 insertions, 1 deletions
diff --git a/net-im/gnomeicu/ChangeLog b/net-im/gnomeicu/ChangeLog index 5d5f7afec5b2..95a2f22366f7 100644 --- a/net-im/gnomeicu/ChangeLog +++ b/net-im/gnomeicu/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for net-im/gnomeicu # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/gnomeicu/ChangeLog,v 1.51 2011/03/02 20:09:18 signals Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/gnomeicu/ChangeLog,v 1.52 2011/03/29 14:24:59 tester Exp $ + +*gnomeicu-0.99.16 (29 Mar 2011) + + 29 Mar 2011; Olivier Crête <tester@gentoo.org> +gnomeicu-0.99.16.ebuild: + Version bump 02 Mar 2011; Kevin McCarthy <signals@gentoo.org> gnomeicu-0.99.12.ebuild, gnomeicu-0.99.14.ebuild: diff --git a/net-im/gnomeicu/gnomeicu-0.99.16.ebuild b/net-im/gnomeicu/gnomeicu-0.99.16.ebuild new file mode 100644 index 000000000000..33e1829babdc --- /dev/null +++ b/net-im/gnomeicu/gnomeicu-0.99.16.ebuild @@ -0,0 +1,39 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-im/gnomeicu/gnomeicu-0.99.16.ebuild,v 1.1 2011/03/29 14:24:59 tester Exp $ + +EAPI=2 +inherit gnome2 + +DESCRIPTION="Gnome ICQ Client" +SRC_URI="mirror://sourceforge/gnomeicu/${P}.tar.bz2" +HOMEPAGE="http://gnomeicu.sourceforge.net/" + +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86" +IUSE="spell" + +# panel applet is unmaintained, do not enable it +RDEPEND="x11-libs/gtk+:2 + >=dev-libs/libxml2-2.4.23 + >=gnome-base/libgnome-2 + >=gnome-base/libgnomeui-2 + >=sys-libs/gdbm-1.8 + >=gnome-base/libglade-2 + >=gnome-base/gconf-2 + spell? ( >=app-text/gtkspell-2.0.4 ) + x11-libs/libXScrnSaver" + +DEPEND="${RDEPEND} + >=app-text/scrollkeeper-0.3.5 + >=dev-util/pkgconfig-0.12 + >=dev-util/intltool-0.22 + sys-devel/gettext + x11-proto/scrnsaverproto" + +DOCS="AUTHORS ChangeLog CREDITS HACKING MAINTAINERS NEWS README README.SOCKS TODO" + +pkg_setup() { + G2CONF="${GCONF} --disable-schemas-install $(use_enable spell)" +} |