summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Januszewski <spock@gentoo.org>2004-06-27 16:31:32 +0000
committerMichael Januszewski <spock@gentoo.org>2004-06-27 16:31:32 +0000
commitf7a8058306b9be3c43997749978174714b71ea4b (patch)
tree586ce92b70bd4361c6b3d3bdb1206bcf8bdab7cb /net-im/gnugadu
parentppc stable (diff)
downloadhistorical-f7a8058306b9be3c43997749978174714b71ea4b.tar.gz
historical-f7a8058306b9be3c43997749978174714b71ea4b.tar.bz2
historical-f7a8058306b9be3c43997749978174714b71ea4b.zip
Fixed borken arts support.
Diffstat (limited to 'net-im/gnugadu')
-rw-r--r--net-im/gnugadu/ChangeLog7
-rw-r--r--net-im/gnugadu/Manifest10
-rw-r--r--net-im/gnugadu/gnugadu-2.0.1.ebuild6
-rw-r--r--net-im/gnugadu/gnugadu-2.0.2.ebuild6
-rw-r--r--net-im/gnugadu/gnugadu-2.0.3.ebuild6
-rw-r--r--net-im/gnugadu/gnugadu-2.0.ebuild6
6 files changed, 31 insertions, 10 deletions
diff --git a/net-im/gnugadu/ChangeLog b/net-im/gnugadu/ChangeLog
index 6907fd1e7fa9..c5a83247a836 100644
--- a/net-im/gnugadu/ChangeLog
+++ b/net-im/gnugadu/ChangeLog
@@ -1,6 +1,11 @@
# 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.13 2004/06/24 22:52:48 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/gnugadu/ChangeLog,v 1.14 2004/06/27 16:31:32 spock Exp $
+
+ 27 Jun 2004; Michal Januszewski <spock@gentoo.org> gnugadu-2.0.1.ebuild,
+ gnugadu-2.0.2.ebuild, gnugadu-2.0.3.ebuild, gnugadu-2.0.ebuild:
+ Fixed broken arts support. This closes bug #55161. Thanks to Marcin Kryczek
+ for the fix.
*gnugadu-2.0.3 (12 Jun 2004)
diff --git a/net-im/gnugadu/Manifest b/net-im/gnugadu/Manifest
index 7d45248eb11d..23b30eda0d58 100644
--- a/net-im/gnugadu/Manifest
+++ b/net-im/gnugadu/Manifest
@@ -1,8 +1,8 @@
-MD5 adc1e4b5154e326ec8cbf6834b64bc3a gnugadu-2.0.2.ebuild 1312
-MD5 fb2100c41201254d981a77de91011a27 gnugadu-2.0.ebuild 1303
-MD5 2cbab05521c971c1fe5051038650779e gnugadu-2.0.1.ebuild 1312
-MD5 af4d6508e4d889443e8bf2a90272b057 gnugadu-2.0.3.ebuild 1312
-MD5 9d21701e9a25a55e53736b00bb8bc02b ChangeLog 1832
+MD5 b012c05b4c5ae0877de8a231d4ef4f54 gnugadu-2.0.2.ebuild 1420
+MD5 4ee11e0ca62b0a73b0bae7039ac7528c gnugadu-2.0.ebuild 1411
+MD5 5ac85c7ee6c1fdfc06b5e46a94e17224 gnugadu-2.0.1.ebuild 1420
+MD5 fe0d6e77f0bbf59ff8d23c8c8bdfc6a7 gnugadu-2.0.3.ebuild 1420
+MD5 ebf0f7e5b21c922ac6e1fcb6332dd5f0 ChangeLog 2064
MD5 d94d306da3804e41296e1bf04c7c9cae metadata.xml 255
MD5 77a7d42d868557224bc39ba437bbead6 files/digest-gnugadu-2.0.1 63
MD5 a924a1b5fb52700c0b6bc71ea14d1ae8 files/digest-gnugadu-2.0.2 63
diff --git a/net-im/gnugadu/gnugadu-2.0.1.ebuild b/net-im/gnugadu/gnugadu-2.0.1.ebuild
index 55ae8e27fab1..66a91172c252 100644
--- a/net-im/gnugadu/gnugadu-2.0.1.ebuild
+++ b/net-im/gnugadu/gnugadu-2.0.1.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.1.ebuild,v 1.3 2004/06/24 22:52:48 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/gnugadu/gnugadu-2.0.1.ebuild,v 1.4 2004/06/27 16:31:32 spock Exp $
IUSE="debug tlen esd oss xosd arts jabber perl"
@@ -30,6 +30,10 @@ src_compile() {
myconf="--with-gui --with-gadu --with-remote --with-docklet_system_tray --with-docklet_dockapp --with-sms --with-update --with-external"
# use spell && myconf="${myconf} --with-gtkspell"
+ if [ `use arts` ]; then
+ myconf="${myconf} --with-arts --with-arts-prefix=`artsc-config --arts-prefix`"
+ fi
+
econf ${myconf} \
`use_enable debug` \
`use_with oss` \
diff --git a/net-im/gnugadu/gnugadu-2.0.2.ebuild b/net-im/gnugadu/gnugadu-2.0.2.ebuild
index 3ec40beceb5f..46a5f28ba0f1 100644
--- a/net-im/gnugadu/gnugadu-2.0.2.ebuild
+++ b/net-im/gnugadu/gnugadu-2.0.2.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.2.ebuild,v 1.2 2004/06/24 22:52:48 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/gnugadu/gnugadu-2.0.2.ebuild,v 1.3 2004/06/27 16:31:32 spock Exp $
IUSE="debug tlen esd oss xosd arts jabber perl"
@@ -30,6 +30,10 @@ src_compile() {
myconf="--with-gui --with-gadu --with-remote --with-docklet_system_tray --with-docklet_dockapp --with-sms --with-update --with-external"
# use spell && myconf="${myconf} --with-gtkspell"
+ if [ `use arts` ]; then
+ myconf="${myconf} --with-arts --with-arts-prefix=`artsc-config --arts-prefix`"
+ fi
+
econf ${myconf} \
`use_enable debug` \
`use_with oss` \
diff --git a/net-im/gnugadu/gnugadu-2.0.3.ebuild b/net-im/gnugadu/gnugadu-2.0.3.ebuild
index 7559e5910588..0727eeb46a77 100644
--- a/net-im/gnugadu/gnugadu-2.0.3.ebuild
+++ b/net-im/gnugadu/gnugadu-2.0.3.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.3.ebuild,v 1.2 2004/06/24 22:52:48 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/gnugadu/gnugadu-2.0.3.ebuild,v 1.3 2004/06/27 16:31:32 spock Exp $
IUSE="debug tlen esd oss xosd arts jabber perl"
@@ -30,6 +30,10 @@ src_compile() {
myconf="--with-gui --with-gadu --with-remote --with-docklet_system_tray --with-docklet_dockapp --with-sms --with-update --with-external"
# use spell && myconf="${myconf} --with-gtkspell"
+ if [ `use arts` ]; then
+ myconf="${myconf} --with-arts --with-arts-prefix=`artsc-config --arts-prefix`"
+ fi
+
econf ${myconf} \
`use_enable debug` \
`use_with oss` \
diff --git a/net-im/gnugadu/gnugadu-2.0.ebuild b/net-im/gnugadu/gnugadu-2.0.ebuild
index 26b7d562ba6d..dc8d48799835 100644
--- a/net-im/gnugadu/gnugadu-2.0.ebuild
+++ b/net-im/gnugadu/gnugadu-2.0.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.ebuild,v 1.4 2004/06/24 22:52:48 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/gnugadu/gnugadu-2.0.ebuild,v 1.5 2004/06/27 16:31:32 spock Exp $
IUSE="debug tlen esd oss xosd arts jabber perl"
@@ -30,6 +30,10 @@ src_compile() {
myconf="--with-gui --with-gadu --with-remote --with-docklet_system_tray --with-docklet_dockapp --with-sms --with-update --with-external"
# use spell && myconf="${myconf} --with-gtkspell"
+ if [ `use arts` ]; then
+ myconf="${myconf} --with-arts --with-arts-prefix=`artsc-config --arts-prefix`"
+ fi
+
econf ${myconf} \
`use_enable debug` \
`use_with oss` \