Note: Due to technical difficulties, the Archives are currently not up to date.
GMANE provides an alternative service for most mailing lists. c.f. bug 424647
List Archive: gentoo-commits
philantrop 07/10/19 23:57:32
Modified: ChangeLog
Added: qtjava-3.5.8.ebuild
Log:
Bump to KDE 3.5.8.
(Portage version: 2.1.3.15)
Revision Changes Path
1.54 kde-base/qtjava/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/qtjava/ChangeLog?rev=1.54&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/qtjava/ChangeLog?rev=1.54&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/qtjava/ChangeLog?r1=1.53&r2=1.54
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/qtjava/ChangeLog,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -r1.53 -r1.54
--- ChangeLog 11 Aug 2007 17:30:11 -0000 1.53
+++ ChangeLog 19 Oct 2007 23:57:31 -0000 1.54
@@ -1,6 +1,11 @@
# ChangeLog for kde-base/qtjava
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/qtjava/ChangeLog,v 1.53 2007/08/11 17:30:11 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/qtjava/ChangeLog,v 1.54 2007/10/19 23:57:31 philantrop Exp $
+
+*qtjava-3.5.8 (19 Oct 2007)
+
+ 19 Oct 2007; Wulf C. Krueger <philantrop@g.o> +qtjava-3.5.8.ebuild:
+ Bump to KDE 3.5.8.
11 Aug 2007; Raúl Porcel <armin76@g.o> qtjava-3.5.7.ebuild:
x86 stable wrt #176297
1.1 kde-base/qtjava/qtjava-3.5.8.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/qtjava/qtjava-3.5.8.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/qtjava/qtjava-3.5.8.ebuild?rev=1.1&content-type=text/plain
Index: qtjava-3.5.8.ebuild
===================================================================
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/kde-base/qtjava/qtjava-3.5.8.ebuild,v 1.1 2007/10/19 23:57:31 philantrop Exp $
KMNAME=kdebindings
KM_MAKEFILESREV=1
MAXKDEVER=$PV
KM_DEPRANGE="$PV $MAXKDEVER"
inherit java-pkg-2 kde-meta
DESCRIPTION="Java bindings for QT"
HOMEPAGE="http://developer.kde.org/language-bindings/java/qtjava.html"
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
IUSE=""
DEPEND=">=virtual/jdk-1.4"
RDEPEND=">=virtual/jre-1.4"
PATCHES="${FILESDIR}/no-gtk-glib-check.diff
${FILESDIR}/${PN}-${SLOT}-javacflags.patch"
pkg_setup() {
if ! built_with_use =x11-libs/qt-3* opengl ; then
eerror "${CATEGORY}/${PN} needs Qt 3 built with OpenGL support."
die "Please reemerge =x11-libs/qt-3* with USE=\"opengl\"."
fi
kde_pkg_setup
java-pkg-2_pkg_setup
}
src_unpack() {
kde-meta_src_unpack
sed -i -e "s#_JAVACFLAGS_#${JAVACFLAGS}#" \
"${S}/qtjava/javalib/org/kde/qt/Makefile.am" || die "sed failed"
}
src_compile() {
myconf="${myconf} --with-java=${JDK_HOME}"
kde-meta_src_compile
}
# Doesn't really need kde, only qt? But then, it installs by default into $KDEDIR/...
src_install() {
kde-meta_src_install
local libdir="${D}/usr/kde/${SLOT}/$(get_libdir)"
# Is there a cleaner way?
rm -rf "${libdir}/java" || die "rm failed"
java-pkg_dojar "${S}/${PN}/javalib/${PN}.jar"
java-pkg_regso "${libdir}"/*.so
}
--
gentoo-commits@g.o mailing list
|
|