* [gentoo-commits] gentoo-x86 commit in kde-base/kdejava: ChangeLog kdejava-3.5.9.ebuild
@ 2008-02-20 22:50 Wulf Krueger (philantrop)
0 siblings, 0 replies; 2+ messages in thread
From: Wulf Krueger (philantrop) @ 2008-02-20 22:50 UTC (permalink / raw
To: gentoo-commits
philantrop 08/02/20 22:50:10
Modified: ChangeLog
Added: kdejava-3.5.9.ebuild
Log:
Version bump to KDE 3.5.9.
(Portage version: 2.1.4.4)
Revision Changes Path
1.69 kde-base/kdejava/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kdejava/ChangeLog?rev=1.69&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kdejava/ChangeLog?rev=1.69&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kdejava/ChangeLog?r1=1.68&r2=1.69
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/kdejava/ChangeLog,v
retrieving revision 1.68
retrieving revision 1.69
diff -u -r1.68 -r1.69
--- ChangeLog 19 Feb 2008 17:02:20 -0000 1.68
+++ ChangeLog 20 Feb 2008 22:50:09 -0000 1.69
@@ -1,6 +1,12 @@
# ChangeLog for kde-base/kdejava
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kdejava/ChangeLog,v 1.68 2008/02/19 17:02:20 caster Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kdejava/ChangeLog,v 1.69 2008/02/20 22:50:09 philantrop Exp $
+
+*kdejava-3.5.9 (20 Feb 2008)
+
+ 20 Feb 2008; Wulf C. Krueger <philantrop@gentoo.org>
+ +kdejava-3.5.9.ebuild:
+ Version bump to KDE 3.5.9.
19 Feb 2008; Vlastimil Babka <caster@gentoo.org>
+files/no-libhpi.so-check.patch, kdejava-3.5.8.ebuild:
1.1 kde-base/kdejava/kdejava-3.5.9.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kdejava/kdejava-3.5.9.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kdejava/kdejava-3.5.9.ebuild?rev=1.1&content-type=text/plain
Index: kdejava-3.5.9.ebuild
===================================================================
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/kde-base/kdejava/kdejava-3.5.9.ebuild,v 1.1 2008/02/20 22:50:09 philantrop Exp $
KMNAME=kdebindings
KMEXTRACTONLY=qtjava
KMCOPYLIB="libqtjavasupport qtjava/javalib/qtjava"
KM_MAKEFILESREV=1
EAPI="1"
inherit java-pkg-2 kde-meta
DESCRIPTION="KDE java bindings"
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
IUSE=""
COMMONDEPEND=">=kde-base/kwin-${PV}:${SLOT}
>=kde-base/kcontrol-${PV}:${SLOT}
>=kde-base/qtjava-${PV}:${SLOT}"
DEPEND=">=virtual/jdk-1.4 $COMMONDEPEND"
RDEPEND=">=virtual/jre-1.4 $COMMONDEPEND"
OLDDEPEND="~kde-base/kwin-$PV ~kde-base/kcontrol-$PV ~kde-base/qtjava-$PV virtual/jdk"
PATCHES="${FILESDIR}/no-gtk-glib-check.diff
${FILESDIR}/${PN}-${SLOT}-javacflags.patch"
# Probably missing other kdebase, kdepim etc deps
# Needs to be compiled with just kdelibs installed to make sure
# both eclasses define pkg_setup
pkg_setup() {
kde_pkg_setup
java-pkg-2_pkg_setup
}
src_unpack() {
kde-meta_src_unpack
local cp="$(java-pkg_getjars qtjava-${SLOT})"
local mf="${S}/kdejava/koala/org/kde/koala/Makefile.am"
sed -i -e "s#_CLASSPATH_#${cp}#" "${mf}" \
|| die "sed CLASSPATH failed"
sed -i -e "s#_JAVACFLAGS_#${JAVACFLAGS}#" "${mf}" \
|| die "sed JAVACFLAGS failed"
}
src_compile() {
myconf="${myconf} --with-java=${JDK_HOME}"
kde-meta_src_compile
}
src_install() {
kde-meta_src_install
local libdir="${D}/usr/kde/${SLOT}/$(get_libdir)"
rm -rf "${libdir}/java" || die "rm failed"
java-pkg_dojar "${S}/${PN}/koala/koala.jar"
java-pkg_regso "${libdir}"/*.so
}
--
gentoo-commits@lists.gentoo.org mailing list
^ permalink raw reply [flat|nested] 2+ messages in thread
* [gentoo-commits] gentoo-x86 commit in kde-base/kdejava: ChangeLog kdejava-3.5.9.ebuild
@ 2009-10-12 20:44 Jonathan Callen (abcd)
0 siblings, 0 replies; 2+ messages in thread
From: Jonathan Callen (abcd) @ 2009-10-12 20:44 UTC (permalink / raw
To: gentoo-commits
abcd 09/10/12 20:44:36
Modified: ChangeLog
Removed: kdejava-3.5.9.ebuild
Log:
KDE 3.5.9 removal
(Portage version: -svn/cvs/Linux i686)
Revision Changes Path
1.81 kde-base/kdejava/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kdejava/ChangeLog?rev=1.81&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kdejava/ChangeLog?rev=1.81&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kdejava/ChangeLog?r1=1.80&r2=1.81
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/kdejava/ChangeLog,v
retrieving revision 1.80
retrieving revision 1.81
diff -u -r1.80 -r1.81
--- ChangeLog 6 Jun 2009 13:10:23 -0000 1.80
+++ ChangeLog 12 Oct 2009 20:44:35 -0000 1.81
@@ -1,6 +1,9 @@
# ChangeLog for kde-base/kdejava
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kdejava/ChangeLog,v 1.80 2009/06/06 13:10:23 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kdejava/ChangeLog,v 1.81 2009/10/12 20:44:35 abcd Exp $
+
+ 12 Oct 2009; Jonathan Callen <abcd@gentoo.org> -kdejava-3.5.9.ebuild:
+ KDE 3.5.9 removal
06 Jun 2009; Markus Meier <maekke@gentoo.org> kdejava-3.5.10.ebuild:
amd64/x86 stable, bug #271889
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2009-10-12 20:44 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-10-12 20:44 [gentoo-commits] gentoo-x86 commit in kde-base/kdejava: ChangeLog kdejava-3.5.9.ebuild Jonathan Callen (abcd)
-- strict thread matches above, loose matches on Subject: below --
2008-02-20 22:50 Wulf Krueger (philantrop)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox