diff options
author | Don Seiler <rizzo@gentoo.org> | 2004-03-26 14:33:36 +0000 |
---|---|---|
committer | Don Seiler <rizzo@gentoo.org> | 2004-03-26 14:33:36 +0000 |
commit | 3f1c4c40e8576dcd118ac1fa05894ae6626ddae2 (patch) | |
tree | 9297e3e3351826805784ddec2eac187c372d0a3d /net-im | |
parent | Added to ~ppc (diff) | |
download | historical-3f1c4c40e8576dcd118ac1fa05894ae6626ddae2.tar.gz historical-3f1c4c40e8576dcd118ac1fa05894ae6626ddae2.tar.bz2 historical-3f1c4c40e8576dcd118ac1fa05894ae6626ddae2.zip |
Fixed dependencies and HTML mismatch in branding patch
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/gaim/Manifest | 4 | ||||
-rw-r--r-- | net-im/gaim/files/gaim-gentoo-branding.patch | 2 | ||||
-rw-r--r-- | net-im/gaim/gaim-0.75-r11.ebuild | 6 |
3 files changed, 6 insertions, 6 deletions
diff --git a/net-im/gaim/Manifest b/net-im/gaim/Manifest index 34345e19e898..9d5a3fba81ef 100644 --- a/net-im/gaim/Manifest +++ b/net-im/gaim/Manifest @@ -1,4 +1,4 @@ -MD5 374bfe6c7844ea7b976083a36e3d3249 gaim-0.75-r11.ebuild 4436 +MD5 ee0b180e93b566627f974caa3f218b17 gaim-0.75-r11.ebuild 4435 MD5 4142d141ee10c2855798920736b8decb gaim-0.75-r10.ebuild 3672 MD5 82f30e5288aa059be77d6ec84e85904b ChangeLog 25110 MD5 19b3cafbbe380403d46cccc45a984b80 metadata.xml 481 @@ -8,7 +8,7 @@ MD5 a714a5babbb4387f5a5516f75548528a files/gaim-0.76cvs-yahoo-misc-fixes-1.diff MD5 68525b8389e356a5d05d531b84fb1ada files/gaim-0.74-gnome-url-handler.patch 1854 MD5 8b152d59a54ab95627c4c0cd52758d75 files/digest-gaim-0.75-r8 63 MD5 a4f3b00a7aa80e7fbc1e315b8c9306c8 files/gaim-0.76cvs-signals-varargs.diff 1753 -MD5 c1c40da376b62090db0d9cf42c1e5c5b files/gaim-gentoo-branding.patch 1944 +MD5 93491cd4f8542689ab3d699e74279ad6 files/gaim-gentoo-branding.patch 1944 MD5 53302cc68bb7bef9803723e977010339 files/gaim-0.74_cjk_gtkconv.patch 1128 MD5 e58ee6f06747da85a60cb9c13b91f805 files/gaim-0.76cvs-yahoo-login-fix.diff 4618 MD5 e16439188287325963107a14ccddf668 files/gaim-0.75-yahoo-security.diff 3863 diff --git a/net-im/gaim/files/gaim-gentoo-branding.patch b/net-im/gaim/files/gaim-gentoo-branding.patch index a794d5f60ee6..fa444f4a90a8 100644 --- a/net-im/gaim/files/gaim-gentoo-branding.patch +++ b/net-im/gaim/files/gaim-gentoo-branding.patch @@ -32,7 +32,7 @@ diff -ur gaim-0.75/src/about.c gaim-0.75-branded/src/about.c + _("This version of gaim has been modified by the Gentoo " + "developers. If you experience any problems with it, do " + "<B>NOT</B> report them as bugs in the gaim bug tracker, " -+ "and certainly do <B><U>NOT</B></U> seek help in #gaim. " ++ "and certainly do <B><U>NOT</U></B> seek help in #gaim. " + "Report them in the gentoo bugzilla at " + "<A HREF=\"http://bugs.gentoo.org\">http://bugs.gentoo.org</A>" + ".<BR><BR>"), GTK_IMHTML_NO_SCROLL); diff --git a/net-im/gaim/gaim-0.75-r11.ebuild b/net-im/gaim/gaim-0.75-r11.ebuild index 6ce9bab3b3d9..14c908407fea 100644 --- a/net-im/gaim/gaim-0.75-r11.ebuild +++ b/net-im/gaim/gaim-0.75-r11.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/gaim/gaim-0.75-r11.ebuild,v 1.1 2004/03/24 22:56:10 rizzo Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/gaim/gaim-0.75-r11.ebuild,v 1.2 2004/03/26 14:33:36 rizzo Exp $ inherit flag-o-matic eutils gcc use debug && inherit debug @@ -20,9 +20,9 @@ DEPEND=">=x11-libs/gtk+-2.0 nas? ( >=media-libs/nas-1.4.1-r1 ) sys-devel/gettext media-libs/libao + >=sys-apps/sed-4.0.0 >=media-libs/audiofile-0.2.0 - perl? ( >=dev-lang/perl-5.6.1 - >=sys-apps/sed-4.0.0 ) + perl? ( >=dev-lang/perl-5.6.1 ) spell? ( >=app-text/gtkspell-2.0.2 ) || ( dev-libs/nss net-www/mozilla ) gnome? ( >=gnome-base/libgnome-2.4.0 )" |