From: "Benda XU" <heroxbd@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/android:master commit in: eclass/
Date: Wed, 30 Aug 2017 09:22:59 +0000 (UTC) [thread overview]
Message-ID: <1503562000.9ef840da9329237f76d336c7b490281714391429.heroxbd@gentoo> (raw)
commit: 9ef840da9329237f76d336c7b490281714391429
Author: Benda Xu <heroxbd <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 24 08:06:40 2017 +0000
Commit: Benda XU <heroxbd <AT> gentoo <DOT> org>
CommitDate: Thu Aug 24 08:06:40 2017 +0000
URL: https://gitweb.gentoo.org/proj/android.git/commit/?id=9ef840da
eclass/R-packages.eclass: merged to R_Overlay.
eclass/R-packages.eclass | 51 ------------------------------------------------
1 file changed, 51 deletions(-)
diff --git a/eclass/R-packages.eclass b/eclass/R-packages.eclass
deleted file mode 100644
index cea7eba..0000000
--- a/eclass/R-packages.eclass
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-inherit eutils
-
-EXPORT_FUNCTIONS src_unpack src_prepare src_compile src_install pkg_postinst
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="byte-compile"
-
-DEPEND="dev-lang/R"
-RDEPEND="${DEPEND}"
-
-S="${WORKDIR}"
-
-R-packages_src_unpack() {
- unpack ${A}
- mv ${PN//_/.} ${P}
-}
-
-R-packages_src_prepare() {
- cd ${P}
- epatch_user
-}
-
-R-packages_src_compile() {
- einfo "R CMD INSTALL ${S}/${P} -l . $(use byte-compile && echo --byte-compile)"
- MAKEFLAGS="CFLAGS=${CFLAGS// /\\ } CXXFLAGS=${CXXFLAGS// /\\ } FFLAGS=${FFLAGS// /\\ } FCFLAGS=${FCFLAGS// /\\ } LDFLAGS=${LDFLAGS// /\\ }" \
- R CMD INSTALL ${S}/${P} -l . $(use byte-compile && echo --byte-compile)
-}
-
-R-packages_src_install() {
- insinto /usr/$(get_libdir)/R/site-library
- doins -r ${PN//_/.}
-}
-
-R-packages_pkg_postinst() {
- if [[ "${_UNRESOLVABLE_PACKAGES:-}" ]]; then
- # _UNRESOLVABLE_PACKAGES is only set if it has more than zero items
- local _max=${#_UNRESOLVABLE_PACKAGES[*]} i=
-
- einfo "Dependency(-ies):"
- for (( i=0; i<${_max}; i++ )); do
- einfo "- ${_UNRESOLVABLE_PACKAGES[$i]}"
- done
- einfo 'are (is) suggested by upstream but could not be found.'
- einfo 'Please install it manually from the R interpreter if you need it.'
- fi
-}
next reply other threads:[~2017-08-30 9:23 UTC|newest]
Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-08-30 9:22 Benda XU [this message]
-- strict thread matches above, loose matches on Subject: below --
2017-11-27 1:09 [gentoo-commits] proj/android:master commit in: eclass/ Benda XU
2017-08-07 6:12 Benda XU
2017-02-09 4:52 Benda XU
2017-01-07 14:29 Benda XU
2016-10-24 12:30 Benda XU
2016-07-21 12:38 Benda XU
2016-07-21 2:23 [gentoo-commits] dev/heroxbd:master " Benda XU
2016-07-21 2:19 ` [gentoo-commits] proj/android:master " Benda XU
2016-07-21 2:19 Benda XU
2016-06-24 3:07 Benda XU
2016-06-15 11:40 Benda XU
2016-06-15 10:56 Benda XU
2016-06-14 2:00 Benda XU
2016-06-07 10:48 Benda XU
2016-05-26 4:05 Benda XU
2016-05-26 4:05 Benda XU
2016-05-26 4:05 Benda XU
2016-05-26 4:05 Benda XU
2016-05-23 16:15 [gentoo-commits] dev/heroxbd:master " Benda XU
2016-05-26 4:05 ` [gentoo-commits] proj/android:master " Benda XU
2016-05-23 6:18 [gentoo-commits] dev/heroxbd:master " Benda XU
2016-05-26 4:05 ` [gentoo-commits] proj/android:master " Benda XU
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1503562000.9ef840da9329237f76d336c7b490281714391429.heroxbd@gentoo \
--to=heroxbd@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox