summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2004-10-19 14:26:47 +0000
committerMike Frysinger <vapier@gentoo.org>2004-10-19 14:26:47 +0000
commitd32d7c50ca7f30c225366231ceb0a5fac9420a13 (patch)
treee0ebd66277eeb73293a0c1aaf17083b73e39d71f /kde-base/kdebindings
parentBlocks eurosym, currvita and extsizes. (diff)
downloadhistorical-d32d7c50ca7f30c225366231ceb0a5fac9420a13.tar.gz
historical-d32d7c50ca7f30c225366231ceb0a5fac9420a13.tar.bz2
historical-d32d7c50ca7f30c225366231ceb0a5fac9420a13.zip
global scope BAAAD
Diffstat (limited to 'kde-base/kdebindings')
-rw-r--r--kde-base/kdebindings/Manifest20
-rw-r--r--kde-base/kdebindings/kdebindings-3.1.5.ebuild28
2 files changed, 29 insertions, 19 deletions
diff --git a/kde-base/kdebindings/Manifest b/kde-base/kdebindings/Manifest
index e52b9fd12c52..e808abe53ac8 100644
--- a/kde-base/kdebindings/Manifest
+++ b/kde-base/kdebindings/Manifest
@@ -1,13 +1,23 @@
+-----BEGIN PGP SIGNED MESSAGE-----
+Hash: SHA1
+
MD5 4785a6759f2457a75736c4a689d12637 ChangeLog 10295
-MD5 8e567d94273c3eb7f605afb744f4179b kdebindings-3.1.5.ebuild 1424
-MD5 29c7266dbc19dff0b4af2ecdd03d761e kdebindings-3.2.0.ebuild 1575
-MD5 14889ab75f97d76e58b0c1154e7683a9 metadata.xml 161
MD5 e45758d17986dbd9582e1f2bac91dbf6 kdebindings-3.2.2.ebuild 1573
+MD5 c0945d2542cdd227b573c5928cb7e3a4 kdebindings-3.1.5.ebuild 1430
MD5 45ae8a96859bc56205e9b113aa29f015 kdebindings-3.2.3.ebuild 1569
+MD5 14889ab75f97d76e58b0c1154e7683a9 metadata.xml 161
+MD5 29c7266dbc19dff0b4af2ecdd03d761e kdebindings-3.2.0.ebuild 1575
MD5 83ec3fd4eda77dcbe7a4a91ee4b7b17d kdebindings-3.3.0.ebuild 1639
-MD5 9fa2c3c43027978607c2b490dcad32ae files/digest-kdebindings-3.2.3 72
MD5 d4f762ee4e56e0866b0e10f823be10d0 files/digest-kdebindings-3.1.5 71
+MD5 d73d6b42bc0949ed855443c6b0c2059c files/digest-kdebindings-3.2.2 72
MD5 89aa22d33f65e9013b6b99ef35554e43 files/digest-kdebindings-3.2.0 72
+MD5 9fa2c3c43027978607c2b490dcad32ae files/digest-kdebindings-3.2.3 72
MD5 a2f8d308f9b9c5e2504d63a9c06af905 files/digest-kdebindings-3.3.0 71
-MD5 d73d6b42bc0949ed855443c6b0c2059c files/digest-kdebindings-3.2.2 72
MD5 9a874efbcdbce5cb24b0bad17f0a7063 files/3.3.0-sip-Makefile.am.patch 486
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1.9.10 (GNU/Linux)
+
+iD8DBQFBdSQ8HTu7gpaalycRAlElAJ9ABmH5tza8fd4xvCrEyqATsc4tDgCfRzh9
+tV0VM4zMji2DOz1ZSLeGyJ8=
+=zuuI
+-----END PGP SIGNATURE-----
diff --git a/kde-base/kdebindings/kdebindings-3.1.5.ebuild b/kde-base/kdebindings/kdebindings-3.1.5.ebuild
index f9f9989a2909..8b25de7ed3c9 100644
--- a/kde-base/kdebindings/kdebindings-3.1.5.ebuild
+++ b/kde-base/kdebindings/kdebindings-3.1.5.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/kde-base/kdebindings/kdebindings-3.1.5.ebuild,v 1.7 2004/08/30 15:45:01 pvdabeel Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kdebindings/kdebindings-3.1.5.ebuild,v 1.8 2004/10/19 14:26:47 vapier Exp $
# TODO: add gnustep, objc bindings
inherit kde-dist
@@ -17,19 +17,6 @@ DEPEND="=kde-base/kdebase-${PV}*
~kde-base/kdenetwork-${PV}
mozilla? ( net-www/mozilla )"
-use python || myconf="$myconf --without-python"
-
-# obj bindings are officially broken
-#myconf="$myconf --enable-objc"
-
-# we need to have csant (from pnet, from portable.NET) in portage for qtsharp
-export DO_NOT_COMPILE="$DO_NOT_COMPILE qtsharp"
-
-export LIBPYTHON="`python-config`"
-
-# fix bug #14756 fex. Doesn't compile well with -j2.
-export MAKEOPTS="$MAKEOPTS -j1"
-
src_unpack()
{
kde_src_unpack
@@ -47,6 +34,19 @@ src_unpack()
src_compile()
{
+ use python || myconf="$myconf --without-python"
+
+ # obj bindings are officially broken
+ #myconf="$myconf --enable-objc"
+
+ # we need to have csant (from pnet, from portable.NET) in portage for qtsharp
+ export DO_NOT_COMPILE="$DO_NOT_COMPILE qtsharp"
+
+ export LIBPYTHON="`python-config`"
+
+ # fix bug #14756 fex. Doesn't compile well with -j2.
+ export MAKEOPTS="$MAKEOPTS -j1"
+
use java && myconf="$myconf --with-java=`java-config --jdk-home`" || myconf="$myconf --without-java"
kde_src_compile
}