summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--net-im/gnomeicu/ChangeLog6
-rw-r--r--net-im/gnomeicu/gnomeicu-0.99.14.ebuild39
-rw-r--r--net-im/gnomeicu/gnomeicu-0.99.16.ebuild11
3 files changed, 11 insertions, 45 deletions
diff --git a/net-im/gnomeicu/ChangeLog b/net-im/gnomeicu/ChangeLog
index 60ea0da2fddd..bec9a855e773 100644
--- a/net-im/gnomeicu/ChangeLog
+++ b/net-im/gnomeicu/ChangeLog
@@ -1,6 +1,10 @@
# 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.53 2011/10/27 06:37:18 tetromino Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/gnomeicu/ChangeLog,v 1.54 2011/12/29 16:31:15 pacho Exp $
+
+ 29 Dec 2011; Pacho Ramos <pacho@gentoo.org> -gnomeicu-0.99.14.ebuild,
+ gnomeicu-0.99.16.ebuild:
+ Use proper configure option, drop old.
27 Oct 2011; Alexandre Rostovtsev <tetromino@gentoo.org>
gnomeicu-0.99.12.ebuild, gnomeicu-0.99.14.ebuild, gnomeicu-0.99.16.ebuild:
diff --git a/net-im/gnomeicu/gnomeicu-0.99.14.ebuild b/net-im/gnomeicu/gnomeicu-0.99.14.ebuild
deleted file mode 100644
index 47c2966ec1ca..000000000000
--- a/net-im/gnomeicu/gnomeicu-0.99.14.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# 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.14.ebuild,v 1.5 2011/10/27 06:37:18 tetromino 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:2 )
- 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)"
-}
diff --git a/net-im/gnomeicu/gnomeicu-0.99.16.ebuild b/net-im/gnomeicu/gnomeicu-0.99.16.ebuild
index f3aa07457443..6177fd68858c 100644
--- a/net-im/gnomeicu/gnomeicu-0.99.16.ebuild
+++ b/net-im/gnomeicu/gnomeicu-0.99.16.ebuild
@@ -1,8 +1,10 @@
# 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.2 2011/10/27 06:37:18 tetromino Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/gnomeicu/gnomeicu-0.99.16.ebuild,v 1.3 2011/12/29 16:31:15 pacho Exp $
+
+EAPI="4"
+GCONF_DEBUG="yes"
-EAPI=2
inherit gnome2
DESCRIPTION="Gnome ICQ Client"
@@ -32,8 +34,7 @@ DEPEND="${RDEPEND}
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)"
+ DOCS="AUTHORS ChangeLog CREDITS HACKING MAINTAINERS NEWS README README.SOCKS TODO"
+ G2CONF="${GCONF} --disable-schemas-install $(use_enable spell gtkspell)"
}