summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Hood <squinky86@gentoo.org>2004-08-23 17:51:15 +0000
committerJon Hood <squinky86@gentoo.org>2004-08-23 17:51:15 +0000
commit6945ade6c5e39f10f0c9fe2c97cc796966667762 (patch)
tree1b7fb12e9bc28143ab86c6c0f7586009a6bfbef9 /net-p2p/xmule
parentstable on alpha, amd64, ia64 and x86 (diff)
downloadhistorical-6945ade6c5e39f10f0c9fe2c97cc796966667762.tar.gz
historical-6945ade6c5e39f10f0c9fe2c97cc796966667762.tar.bz2
historical-6945ade6c5e39f10f0c9fe2c97cc796966667762.zip
add use_enable syntax
Diffstat (limited to 'net-p2p/xmule')
-rw-r--r--net-p2p/xmule/ChangeLog6
-rw-r--r--net-p2p/xmule/Manifest12
-rw-r--r--net-p2p/xmule/xmule-1.8.4-r1.ebuild9
-rw-r--r--net-p2p/xmule/xmule-1.9.0.ebuild9
4 files changed, 19 insertions, 17 deletions
diff --git a/net-p2p/xmule/ChangeLog b/net-p2p/xmule/ChangeLog
index 07e4f0543fdb..59cfa3c16b56 100644
--- a/net-p2p/xmule/ChangeLog
+++ b/net-p2p/xmule/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-p2p/xmule
# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/xmule/ChangeLog,v 1.46 2004/08/23 00:47:29 squinky86 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/xmule/ChangeLog,v 1.47 2004/08/23 17:51:15 squinky86 Exp $
+
+ 23 Aug 2004; Jon Hood <squinky86@gentoo.org> xmule-1.8.4-r1.ebuild,
+ xmule-1.9.0.ebuild:
+ Fix nls compilation irt #61148, add debug to USE.
*xmule-1.9.0 (22 Aug 2004)
diff --git a/net-p2p/xmule/Manifest b/net-p2p/xmule/Manifest
index 023fc065cb5d..e53ac426bea5 100644
--- a/net-p2p/xmule/Manifest
+++ b/net-p2p/xmule/Manifest
@@ -1,16 +1,16 @@
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
-MD5 fb6f5accf0234f8527b007effc385ecd xmule-1.8.4-r1.ebuild 1001
-MD5 38163780cf5f147923c2f6040d1c7799 xmule-1.9.0.ebuild 999
-MD5 3e90de8c7e2b58d816ca56ce7b97c13a ChangeLog 6525
+MD5 df51f506d07e09804fdc8aebd8dbd904 xmule-1.8.4-r1.ebuild 1014
+MD5 c5d8bc014cc10e5979c54e8f1deef38d xmule-1.9.0.ebuild 1012
+MD5 c5a355b66c7283e6abb10be04a916ffd ChangeLog 6670
MD5 8aefbc0e49db723ca1ad02d0c409cd49 metadata.xml 160
MD5 83413c32a94e2597771601d45b4ac116 files/digest-xmule-1.9.0 65
MD5 7af93e9c27cecc95812aaf13b2579dc9 files/digest-xmule-1.8.4-r1 65
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.9.10 (GNU/Linux)
-iD8DBQFBKT6qcAgAdbxYsnERAsOyAJ9r01khhet86kl/FdRRhtMwzy4vSQCfbCN0
-/0oybfmM+xS/WiPv9h3P8oA=
-=QzAR
+iD8DBQFBKi6dcAgAdbxYsnERAl+8AJ99/23EYWLQ/zNVhrytoIUyDh8kaQCcCW0p
+zyAuBlhwfqj6Io4dG851KRI=
+=mOW5
-----END PGP SIGNATURE-----
diff --git a/net-p2p/xmule/xmule-1.8.4-r1.ebuild b/net-p2p/xmule/xmule-1.8.4-r1.ebuild
index 755a50a8973f..b67330e36b9f 100644
--- a/net-p2p/xmule/xmule-1.8.4-r1.ebuild
+++ b/net-p2p/xmule/xmule-1.8.4-r1.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-p2p/xmule/xmule-1.8.4-r1.ebuild,v 1.1 2004/08/23 00:47:29 squinky86 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/xmule/xmule-1.8.4-r1.ebuild,v 1.2 2004/08/23 17:51:15 squinky86 Exp $
inherit wxwidgets
@@ -12,7 +12,7 @@ LICENSE="GPL-2"
SLOT="0"
KEYWORDS="x86 ~amd64 ~ppc"
-IUSE="nls gtk2"
+IUSE="nls gtk2 debug"
DEPEND=">=x11-libs/wxGTK-2.4.2-r2
nls? ( sys-devel/gettext )
@@ -33,11 +33,10 @@ src_compile () {
need-wxwidgets gtk2
fi
- use nls \
- || myconf="${myconf} --disable-nls"
-
myconf="${myconf} --with-zlib=/tmp/zlib/"
+ myconf="${myconf} `use_enable debug` `use_enable nls`"
+
econf ${myconf} || die
emake || die
}
diff --git a/net-p2p/xmule/xmule-1.9.0.ebuild b/net-p2p/xmule/xmule-1.9.0.ebuild
index ac21a27fcd18..fc891a7f9a9c 100644
--- a/net-p2p/xmule/xmule-1.9.0.ebuild
+++ b/net-p2p/xmule/xmule-1.9.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-p2p/xmule/xmule-1.9.0.ebuild,v 1.1 2004/08/23 00:47:29 squinky86 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/xmule/xmule-1.9.0.ebuild,v 1.2 2004/08/23 17:51:15 squinky86 Exp $
inherit wxwidgets
@@ -12,7 +12,7 @@ LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~x86 ~amd64 ~ppc"
-IUSE="nls gtk2"
+IUSE="nls gtk2 debug"
DEPEND=">=x11-libs/wxGTK-2.4.2-r2
nls? ( sys-devel/gettext )
@@ -33,11 +33,10 @@ src_compile () {
need-wxwidgets gtk2
fi
- use nls \
- || myconf="${myconf} --disable-nls"
-
myconf="${myconf} --with-zlib=/tmp/zlib/"
+ myconf="${myconf} `use_enable debug` `use_enable nls`"
+
econf ${myconf} || die
emake || die
}