diff options
author | Hannes Mehnert <hannes@gentoo.org> | 2002-11-05 00:03:58 +0000 |
---|---|---|
committer | Hannes Mehnert <hannes@gentoo.org> | 2002-11-05 00:03:58 +0000 |
commit | 61b5f0e48be4d03cba88fae442e8d916684d175f (patch) | |
tree | a9a3a1876338e7812da886d63931a867f1fe8fc7 /kde-base/kdebindings | |
parent | masked kde-3.1_rc2 (diff) | |
download | historical-61b5f0e48be4d03cba88fae442e8d916684d175f.tar.gz historical-61b5f0e48be4d03cba88fae442e8d916684d175f.tar.bz2 historical-61b5f0e48be4d03cba88fae442e8d916684d175f.zip |
kde-3.1_rc2, masked in package.mask
Diffstat (limited to 'kde-base/kdebindings')
-rw-r--r-- | kde-base/kdebindings/ChangeLog | 7 | ||||
-rw-r--r-- | kde-base/kdebindings/files/digest-kdebindings-3.1_rc2 | 1 | ||||
-rw-r--r-- | kde-base/kdebindings/kdebindings-3.1_rc2.ebuild | 39 |
3 files changed, 46 insertions, 1 deletions
diff --git a/kde-base/kdebindings/ChangeLog b/kde-base/kdebindings/ChangeLog index 4901e20e4c72..80483c3d3209 100644 --- a/kde-base/kdebindings/ChangeLog +++ b/kde-base/kdebindings/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for kde-base/kdebindings # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kdebindings/ChangeLog,v 1.11 2002/10/09 16:50:50 danarmak Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kdebindings/ChangeLog,v 1.12 2002/11/05 00:03:57 hannes Exp $ + +*kdebindings-3.1_rc2 (04 Nov 2002) + + 04 Nov 2002; Hannes Mehnert <hannes@gentoo.org> ChangeLog: + kde-3.1_rc2 *kdebindings-3.0.4 (09 Oct 2002) diff --git a/kde-base/kdebindings/files/digest-kdebindings-3.1_rc2 b/kde-base/kdebindings/files/digest-kdebindings-3.1_rc2 new file mode 100644 index 000000000000..b1144ff97cc2 --- /dev/null +++ b/kde-base/kdebindings/files/digest-kdebindings-3.1_rc2 @@ -0,0 +1 @@ +MD5 8912f3f8561e5a948db56d32d9dfa56c kdebindings-3.0.98.tar.bz2 6189907 diff --git a/kde-base/kdebindings/kdebindings-3.1_rc2.ebuild b/kde-base/kdebindings/kdebindings-3.1_rc2.ebuild new file mode 100644 index 000000000000..be5f4a89c952 --- /dev/null +++ b/kde-base/kdebindings/kdebindings-3.1_rc2.ebuild @@ -0,0 +1,39 @@ +# Copyright 1999-2001 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/kdebindings/kdebindings-3.1_rc2.ebuild,v 1.1 2002/11/05 00:03:57 hannes Exp $ +# TODO: add gnustep, objc bindings +inherit kde-dist + +DESCRIPTION="KDE $PV - kde library bindings for languages other than c++" + +KEYWORDS="x86" + +newdepend "~kde-base/kdebase-${PV} + =x11-libs/gtk+-1.2* + sys-devel/perl + python? ( dev-lang/python ) + java? ( virtual/jdk ) + =x11-libs/gtk+-1.2* + =dev-libs/glib-1.2* + ~kde-base/kdenetwork-${PV} + mozilla? ( net-www/mozilla )" + +use python || myconf="$myconf --without-python" +use java && myconf="$myconf --with-java=$(java-config --jdk-home)" || myconf="$myconf --without-java" +#myconf="$myconf --enable-objc" + +export LIBPYTHON="`python-config`" + +#src_unpack() +#{ +# base_src_unpack +# +# if [ -z "`use mozilla`" ]; then +# # disable mozilla bindings/xpart +# cd ${S} +# cp configure configure.orig +# sed -e 's:mozilla_incldirs=:# mozilla_incldirs=:' configure.orig > configure +# chmod +x configure +# fi +#} + |