* [gentoo-commits] gentoo-x86 commit in sci-mathematics/rstudio: rstudio-0.97.551.ebuild ChangeLog
@ 2013-07-16 11:39 Julian Ospald (hasufell)
0 siblings, 0 replies; only message in thread
From: Julian Ospald (hasufell) @ 2013-07-16 11:39 UTC (permalink / raw
To: gentoo-commits
hasufell 13/07/16 11:39:28
Modified: ChangeLog
Added: rstudio-0.97.551.ebuild
Log:
version bump
(Portage version: 2.2.0_alpha188/cvs/Linux x86_64, signed Manifest commit with key E73C35B3)
Revision Changes Path
1.7 sci-mathematics/rstudio/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/rstudio/ChangeLog?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/rstudio/ChangeLog?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/rstudio/ChangeLog?r1=1.6&r2=1.7
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/rstudio/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog 15 Jul 2013 15:21:58 -0000 1.6
+++ ChangeLog 16 Jul 2013 11:39:28 -0000 1.7
@@ -1,6 +1,14 @@
# ChangeLog for sci-mathematics/rstudio
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/rstudio/ChangeLog,v 1.6 2013/07/15 15:21:58 hasufell Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/rstudio/ChangeLog,v 1.7 2013/07/16 11:39:28 hasufell Exp $
+
+*rstudio-0.97.551 (16 Jul 2013)
+
+ 16 Jul 2013; Julian Ospald <hasufell@gentoo.org> +rstudio-0.97.551.ebuild,
+ +files/rstudio-0.97.551-boost-1.53.patch,
+ +files/rstudio-0.97.551-linker_flags.patch,
+ +files/rstudio-0.97.551-paths.patch, +files/rstudio-0.97.551-prefs.patch:
+ version bump
15 Jul 2013; Julian Ospald <hasufell@gentoo.org> rstudio-0.97.336.ebuild,
+files/rstudio-0.97.336-boost-1.53.patch:
1.1 sci-mathematics/rstudio/rstudio-0.97.551.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/rstudio/rstudio-0.97.551.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/rstudio/rstudio-0.97.551.ebuild?rev=1.1&content-type=text/plain
Index: rstudio-0.97.551.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/rstudio/rstudio-0.97.551.ebuild,v 1.1 2013/07/16 11:39:28 hasufell Exp $
EAPI=5
inherit eutils user cmake-utils gnome2-utils pam versionator fdo-mime java-pkg-2
# TODO
# * package gin and gwt
# * use dict from tree, linguas
# * do src_test (use junit from tree?)
# * fix the about/help/menu and get rid of license
GWTVER=2.5.0.rc1
GINVER=1.5
DESCRIPTION="IDE for the R language"
HOMEPAGE="http://www.rstudio.org"
SRC_URI="https://github.com/rstudio/rstudio/archive/v${PV}.tar.gz -> ${P}.tar.gz
https://s3.amazonaws.com/rstudio-buildtools/gin-${GINVER}.zip
https://s3.amazonaws.com/rstudio-buildtools/gwt-${GWTVER}.zip
https://s3.amazonaws.com/rstudio-dictionaries/core-dictionaries.zip"
LICENSE="AGPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
IUSE="dedicated server"
QTVER=4.8
QTSLOT=4
RDEPEND=">=dev-lang/R-2.11.1
>=dev-libs/boost-1.50
dev-libs/mathjax
dev-libs/openssl
>=virtual/jre-1.5
x11-libs/pango
!dedicated? (
>=dev-qt/qtcore-${QTVER}:${QTSLOT}
>=dev-qt/qtdbus-${QTVER}:${QTSLOT}
>=dev-qt/qtgui-${QTVER}:${QTSLOT}
>=dev-qt/qtwebkit-${QTVER}:${QTSLOT}
>=dev-qt/qtxmlpatterns-${QTVER}:${QTSLOT}
server? ( virtual/pam )
)
dedicated? ( virtual/pam )"
DEPEND="${RDEPEND}
app-arch/unzip
dev-java/ant-core
>=virtual/jdk-1.5
virtual/pkgconfig"
# test? ( dev-java/junit:4 )
src_unpack() {
unpack ${P}.tar.gz gwt-${GWTVER}.zip
cd "${S}" || die
mkdir -p src/gwt/lib/{gin,gwt} dependencies/common/dictionaries || die
mv ../gwt-${GWTVER} src/gwt/lib/gwt/${GWTVER} || die
unzip -qd src/gwt/lib/gin/${GINVER} "${DISTDIR}"/gin-${GINVER}.zip || die
unzip -qd dependencies/common/dictionaries "${DISTDIR}"/core-dictionaries.zip || die
}
src_prepare() {
java-pkg-2_src_prepare
find . -name .gitignore -delete || die
epatch "${FILESDIR}"/${P}-prefs.patch \
"${FILESDIR}"/${P}-paths.patch \
"${FILESDIR}"/${P}-linker_flags.patch \
"${FILESDIR}"/${P}-boost-1.53.patch
# Adding -DDISTRO_SHARE=... to append-flags breaks cmake so using
# this sed hack for now. ~RMH
sed -i \
-e "s|DISTRO_SHARE|\"share/${PN}\"|g" \
src/cpp/server/ServerOptions.cpp \
src/cpp/session/SessionOptions.cpp || die
# use mathjax from system
ln -sf "${EPREFIX}"/usr/share/mathjax dependencies/common/mathjax || die
# make sure icons and mime stuff are with prefix
sed -i \
-e "s:/usr:${EPREFIX}/usr:g" \
CMakeGlobals.txt src/cpp/desktop/CMakeLists.txt || die
}
src_configure() {
export RSTUDIO_VERSION_MAJOR=$(get_version_component_range 1)
export RSTUDIO_VERSION_MINOR=$(get_version_component_range 2)
export RSTUDIO_VERSION_PATCH=$(get_version_component_range 3)
local mycmakeargs=(
-DDISTRO_SHARE=share/${PN}
$(cmake-utils_use !dedicated RSTUDIO_INSTALL_FREEDESKTOP)
-DRSTUDIO_TARGET=$(usex dedicated "Server" "$(usex server "All" "Desktop")")
)
cmake-utils_src_configure
}
src_compile() {
cmake-utils_src_compile
}
src_install() {
cmake-utils_src_install
if use dedicated || use server; then
dopamd src/cpp/server/extras/pam/rstudio
newinitd "${FILESDIR}"/rstudio-rserver.initd rstudio-rserver
fi
}
pkg_preinst() {
use dedicated || gnome2_icon_savelist
java-pkg-2_pkg_preinst
}
pkg_postinst() {
use dedicated || { fdo-mime_desktop_database_update
fdo-mime_mime_database_update
gnome2_icon_cache_update ;}
if use dedicated || use server; then
enewgroup rstudio-server
enewuser rstudio-server -1 -1 -1 rstudio-server
fi
}
pkg_postrm() {
use dedicated || { fdo-mime_desktop_database_update
fdo-mime_mime_database_update
gnome2_icon_cache_update ;}
}
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2013-07-16 11:39 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-07-16 11:39 [gentoo-commits] gentoo-x86 commit in sci-mathematics/rstudio: rstudio-0.97.551.ebuild ChangeLog Julian Ospald (hasufell)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox