diff options
Diffstat (limited to 'net-irc')
-rw-r--r-- | net-irc/xchat-gnome/ChangeLog | 5 | ||||
-rw-r--r-- | net-irc/xchat-gnome/Manifest | 16 | ||||
-rw-r--r-- | net-irc/xchat-gnome/xchat-gnome-0.4.ebuild | 10 |
3 files changed, 26 insertions, 5 deletions
diff --git a/net-irc/xchat-gnome/ChangeLog b/net-irc/xchat-gnome/ChangeLog index 0aa5d120ed6b..80b2a503d9ac 100644 --- a/net-irc/xchat-gnome/ChangeLog +++ b/net-irc/xchat-gnome/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-irc/xchat-gnome # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat-gnome/ChangeLog,v 1.3 2005/05/18 18:25:26 dang Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat-gnome/ChangeLog,v 1.4 2005/06/21 12:45:20 swegener Exp $ + + 21 Jun 2005; Sven Wegener <swegener@gentoo.org> xchat-gnome-0.4.ebuild: + Additional dependencies for bug #96689. 18 May 2005; <dang@gentoo.org> xchat-gnome-0.4.ebuild: Add ~amd64 diff --git a/net-irc/xchat-gnome/Manifest b/net-irc/xchat-gnome/Manifest index 3dcad1a545ed..6e49b00401e4 100644 --- a/net-irc/xchat-gnome/Manifest +++ b/net-irc/xchat-gnome/Manifest @@ -1,4 +1,14 @@ -MD5 335498eea7bd31ae063f1f1f3b648ce1 xchat-gnome-0.4.ebuild 1475 -MD5 f7e9e1b31a9045bf61fc859fd8124c42 ChangeLog 665 -MD5 44c39c6ad372a8e5a5e7ee3311f703a7 metadata.xml 160 +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + +MD5 8b9800e19628dd949c9d9b5b099efd94 ChangeLog 786 MD5 6b74f53c26e12ea2bc55b54b33ada601 files/digest-xchat-gnome-0.4 69 +MD5 44c39c6ad372a8e5a5e7ee3311f703a7 metadata.xml 160 +MD5 27f3bd21228673d34f607c4e27419ffe xchat-gnome-0.4.ebuild 1576 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.4.1 (GNU/Linux) + +iD8DBQFCuAv3I1lqEGTUzyQRAg6NAKCSrdPlYdtK38j7JDiM6X2LPwi8EwCeIj4W +zXDhcogbCtxNh3ZmKM30ILU= +=GNBo +-----END PGP SIGNATURE----- diff --git a/net-irc/xchat-gnome/xchat-gnome-0.4.ebuild b/net-irc/xchat-gnome/xchat-gnome-0.4.ebuild index 78b80e1339f1..a0628e05c6fb 100644 --- a/net-irc/xchat-gnome/xchat-gnome-0.4.ebuild +++ b/net-irc/xchat-gnome/xchat-gnome-0.4.ebuild @@ -1,6 +1,8 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat-gnome/xchat-gnome-0.4.ebuild,v 1.3 2005/05/18 18:25:26 dang Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat-gnome/xchat-gnome-0.4.ebuild,v 1.4 2005/06/21 12:45:20 swegener Exp $ + +inherit gnome2 DESCRIPTION="GNOME frontend for the popular X-Chat IRC client" HOMEPAGE="http://xchat-gnome.navi.cx/" @@ -12,6 +14,8 @@ KEYWORDS="~x86 ~amd64" IUSE="perl tcltk python ssl mmx ipv6 nls" RDEPEND=">=dev-libs/glib-2.0.3 + gnome-base/libgnome + gnome-base/gconf ssl? ( >=dev-libs/openssl-0.9.6d ) perl? ( >=dev-lang/perl-5.6.1 ) python? ( dev-lang/python ) @@ -52,3 +56,7 @@ src_install() { dodoc src/fe-gnome/{BUGS,ChangeLog,TODO} || die "dodoc failed" } + +pkg_postinst() { + gnome2_gconf_install +} |