diff options
author | Michael Januszewski <spock@gentoo.org> | 2004-08-21 19:51:56 +0000 |
---|---|---|
committer | Michael Januszewski <spock@gentoo.org> | 2004-08-21 19:51:56 +0000 |
commit | 5228f6e40f9624ed76ee1991dfb036ec7ab5dfce (patch) | |
tree | e18a4b3c3eea78576e21d9ca9e4f158165e82981 /net-im/gnugadu | |
parent | Updated digests after a change on bitmover.com (diff) | |
download | historical-5228f6e40f9624ed76ee1991dfb036ec7ab5dfce.tar.gz historical-5228f6e40f9624ed76ee1991dfb036ec7ab5dfce.tar.bz2 historical-5228f6e40f9624ed76ee1991dfb036ec7ab5dfce.zip |
Added support for history. Closed bug #60404.
Diffstat (limited to 'net-im/gnugadu')
-rw-r--r-- | net-im/gnugadu/ChangeLog | 5 | ||||
-rw-r--r-- | net-im/gnugadu/Manifest | 4 | ||||
-rw-r--r-- | net-im/gnugadu/gnugadu-2.0.4.ebuild | 5 |
3 files changed, 9 insertions, 5 deletions
diff --git a/net-im/gnugadu/ChangeLog b/net-im/gnugadu/ChangeLog index d03c860ef560..b11b0cb48b7b 100644 --- a/net-im/gnugadu/ChangeLog +++ b/net-im/gnugadu/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-im/gnugadu # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/gnugadu/ChangeLog,v 1.17 2004/08/05 10:02:46 spock Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/gnugadu/ChangeLog,v 1.18 2004/08/21 19:51:56 spock Exp $ + + 21 Aug 2004; Michal Januszewski <spock@gentoo.org> gnugadu-2.0.4.ebuild: + Added support for history. Closed bug #60404. *gnugadu-2.0.4 (05 Aug 2004) diff --git a/net-im/gnugadu/Manifest b/net-im/gnugadu/Manifest index 86b3308cae74..f61d8ec784d1 100644 --- a/net-im/gnugadu/Manifest +++ b/net-im/gnugadu/Manifest @@ -1,5 +1,5 @@ -MD5 8faadf50220a9399a13447f3401a3bd1 gnugadu-2.0.4.ebuild 1525 -MD5 ba334a2fc3b0d8a2930087c575dd1476 ChangeLog 2763 +MD5 ac7e0fbbe79330a8f71034e213c1bdd1 gnugadu-2.0.4.ebuild 1574 +MD5 4a1449de358d6310b76b2abcc2c69dd0 ChangeLog 2887 MD5 3d820a9a36e5fa341fd72407b57930fc gnugadu-2.0.3-r1.ebuild 1521 MD5 d94d306da3804e41296e1bf04c7c9cae metadata.xml 255 MD5 89ac4ddd8ca3f172a71d2c2990283016 files/digest-gnugadu-2.0.4 63 diff --git a/net-im/gnugadu/gnugadu-2.0.4.ebuild b/net-im/gnugadu/gnugadu-2.0.4.ebuild index 25e0d4430c7c..511ceec2f695 100644 --- a/net-im/gnugadu/gnugadu-2.0.4.ebuild +++ b/net-im/gnugadu/gnugadu-2.0.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/gnugadu/gnugadu-2.0.4.ebuild,v 1.1 2004/08/05 10:02:46 spock Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/gnugadu/gnugadu-2.0.4.ebuild,v 1.2 2004/08/21 19:51:56 spock Exp $ IUSE="debug tlen esd oss xosd arts jabber perl spell" @@ -35,7 +35,8 @@ src_unpack() { src_compile() { - myconf="--with-gui --with-gadu --with-remote --with-docklet_system_tray --with-docklet_dockapp --with-sms --with-update --with-external" + myconf="--with-gui --with-gadu --with-remote --with-docklet_system_tray --with-docklet_dockapp \ + --with-sms --with-update --with-external --with-gghist --with-history-external-viewer" use spell && myconf="${myconf} --with-gtkspell" if use arts; then |