pacho 15/05/24 09:52:42 Modified: bt747-2.0.3.ebuild ChangeLog Log: Needs glib and gsettings (#520214 by Robert G. Siebeck) (Portage version: 2.2.19/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Revision Changes Path 1.3 sci-geosciences/bt747/bt747-2.0.3.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/bt747/bt747-2.0.3.ebuild?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/bt747/bt747-2.0.3.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/bt747/bt747-2.0.3.ebuild?r1=1.2&r2=1.3 Index: bt747-2.0.3.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/sci-geosciences/bt747/bt747-2.0.3.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- bt747-2.0.3.ebuild 24 May 2012 19:57:45 -0000 1.2 +++ bt747-2.0.3.ebuild 24 May 2015 09:52:42 -0000 1.3 @@ -1,8 +1,8 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/bt747/bt747-2.0.3.ebuild,v 1.2 2012/05/24 19:57:45 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/bt747/bt747-2.0.3.ebuild,v 1.3 2015/05/24 09:52:42 pacho Exp $ -EAPI=4 +EAPI=5 WANT_ANT_TASKS="ant-nodeps" @@ -20,16 +20,20 @@ KEYWORDS="~amd64 ~x86" IUSE="" -COMMON_DEP=">=dev-java/rxtx-2.2_pre2 +COMMON_DEP=" + >=dev-java/rxtx-2.2_pre2 dev-java/swing-layout:1 dev-java/jcalendar:1.2 - dev-java/jcharts" - -RDEPEND=">=virtual/jre-1.5 - ${COMMON_DEP}" -DEPEND=">=virtual/jdk-1.5 + dev-java/jcharts +" +RDEPEND="${COMMON_DEP} + dev-libs/glib:2[dbus] + >=virtual/jre-1.5 +" +DEPEND="${COMMON_DEP} + >=virtual/jdk-1.5 app-arch/unzip - ${COMMON_DEP}" +" EANT_BUILD_TARGET="dist.j2se" EANT_EXTRA_ARGS="-Dskip.proguard=yes 1.8 sci-geosciences/bt747/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/bt747/ChangeLog?rev=1.8&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/bt747/ChangeLog?rev=1.8&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/bt747/ChangeLog?r1=1.7&r2=1.8 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/sci-geosciences/bt747/ChangeLog,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- ChangeLog 24 May 2012 19:57:45 -0000 1.7 +++ ChangeLog 24 May 2015 09:52:42 -0000 1.8 @@ -1,6 +1,9 @@ # ChangeLog for sci-geosciences/bt747 -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/bt747/ChangeLog,v 1.7 2012/05/24 19:57:45 scarabeus Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/bt747/ChangeLog,v 1.8 2015/05/24 09:52:42 pacho Exp $ + + 24 May 2015; Pacho Ramos <[email protected]> bt747-2.0.3.ebuild: + Needs glib and gsettings (#520214 by Robert G. Siebeck) 24 May 2012; Tomáš Chvátal <[email protected]> bt747-2.0.3.ebuild: Actually lets use eapi4. @@ -32,4 +35,3 @@ 16 Jul 2009; Tupone Alfredo <[email protected]> +metadata.xml, +bt747-1.68.22.ebuild: New package. Bug #235598 by me -
