diff options
author | D.M.D. Ljungmark <spider@gentoo.org> | 2003-03-18 00:31:53 +0000 |
---|---|---|
committer | D.M.D. Ljungmark <spider@gentoo.org> | 2003-03-18 00:31:53 +0000 |
commit | 5bb8313701e14a0bf7d746be0e0d62caa6b78885 (patch) | |
tree | 016f39ca8a00b03de72f38d7cec0099c50c84bf2 /net-im/gnomeicu | |
parent | Add a patch that fixes display of man pages in UTF-8 locales (diff) | |
download | gentoo-2-5bb8313701e14a0bf7d746be0e0d62caa6b78885.tar.gz gentoo-2-5bb8313701e14a0bf7d746be0e0d62caa6b78885.tar.bz2 gentoo-2-5bb8313701e14a0bf7d746be0e0d62caa6b78885.zip |
found an excess dependency on the panel, not really needed since they dont have an applet anymore
Diffstat (limited to 'net-im/gnomeicu')
-rw-r--r-- | net-im/gnomeicu/ChangeLog | 9 | ||||
-rw-r--r-- | net-im/gnomeicu/files/digest-gnomeicu-0.99-r1 | 1 | ||||
-rw-r--r-- | net-im/gnomeicu/gnomeicu-0.99-r1.ebuild | 42 |
3 files changed, 51 insertions, 1 deletions
diff --git a/net-im/gnomeicu/ChangeLog b/net-im/gnomeicu/ChangeLog index 2b277ec71c0f..8ac9d46e18af 100644 --- a/net-im/gnomeicu/ChangeLog +++ b/net-im/gnomeicu/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for net-im/gnomeicu # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/gnomeicu/ChangeLog,v 1.17 2003/03/11 18:42:05 spider Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/gnomeicu/ChangeLog,v 1.18 2003/03/18 00:31:53 spider Exp $ + +*gnomeicu-0.99-r1 (18 mar 2003) + + 18 mar 2003; <spider@gentoo.org> gnomeicu-0.99-r1.ebuild: + Thanks to some investigation instilled by a user I checked the applet out + further, appears that theres a dead configure entry for gnome-panel that isnt + used now due to the notfication area code removed those deps. *gnomeicu-0.99 (11 mar 2003) diff --git a/net-im/gnomeicu/files/digest-gnomeicu-0.99-r1 b/net-im/gnomeicu/files/digest-gnomeicu-0.99-r1 new file mode 100644 index 000000000000..99214f8d6b89 --- /dev/null +++ b/net-im/gnomeicu/files/digest-gnomeicu-0.99-r1 @@ -0,0 +1 @@ +MD5 d5e49557a3ed3545b98c3749257e58ef gnomeicu-0.99.tar.bz2 1368468 diff --git a/net-im/gnomeicu/gnomeicu-0.99-r1.ebuild b/net-im/gnomeicu/gnomeicu-0.99-r1.ebuild new file mode 100644 index 000000000000..1342805d7cf2 --- /dev/null +++ b/net-im/gnomeicu/gnomeicu-0.99-r1.ebuild @@ -0,0 +1,42 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-im/gnomeicu/gnomeicu-0.99-r1.ebuild,v 1.1 2003/03/18 00:31:53 spider Exp $ + +inherit gnome2 + +S=${WORKDIR}/${P} +DESCRIPTION="Gnome ICQ Client" +SRC_URI="mirror://sourceforge/gnomeicu/${P}.tar.bz2" +HOMEPAGE="http://gnomeicu.sourceforge.net/" + +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="~x86 ~sparc ~ppc ~alpha" + +DEPEND=">=x11-libs/gtk+-2.0.5 + >=dev-libs/libxml2-2.4.23 + >=gnome-base/libgnome-2.0.0 + >=gnome-base/libgnomeui-2.0.0 + >=sys-libs/gdbm-1.8.0 + >=gnome-base/libglade-2.0.0 + >=net-libs/gnet-1.1.4 + >=app-text/scrollkeeper-0.3.5 + >=dev-util/pkgconfig-0.12.0 + >=dev-util/intltool-0.22" +# the dependency on gnome-panel was wrong in configure.in + +RDEPEND="sys-devel/gettext" + +src_unpack () { + unpack ${A} + cd ${S}/doc/C + cp Makefile.in Makefile.in.old + sed -e "s:-scrollkeeper-update.*::g" \ + Makefile.in.old > Makefile.in + rm Makefile.in.old + cd ${S} +} + +DOCS="AUTHORS COPYING CREDITS ChangeLog README ABOUT-NLS" + + |