From: "Samuel Bernardo" <samuelbernardo.mail@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/user/ssnb:master commit in: dev-util/idea-community/
Date: Mon, 1 Aug 2016 12:06:40 +0000 (UTC) [thread overview]
Message-ID: <1470053168.afef5b7671e745191505ee363776ab0cf900a686.samuelbernardo@gentoo> (raw)
commit: afef5b7671e745191505ee363776ab0cf900a686
Author: Samuel Bernardo <samuelbernardo.mail <AT> gmail <DOT> com>
AuthorDate: Mon Aug 1 12:06:08 2016 +0000
Commit: Samuel Bernardo <samuelbernardo.mail <AT> gmail <DOT> com>
CommitDate: Mon Aug 1 12:06:08 2016 +0000
URL: https://gitweb.gentoo.org/repo/user/ssnb.git/commit/?id=afef5b76
removed prepare phase
| 2 +-
| 23 ----------------------
2 files changed, 1 insertion(+), 24 deletions(-)
--git a/dev-util/idea-community/Manifest b/dev-util/idea-community/Manifest
index 67cd002..18103e3 100644
--- a/dev-util/idea-community/Manifest
+++ b/dev-util/idea-community/Manifest
@@ -1,5 +1,5 @@
DIST ideaIC-15.0.3.tar.gz 232760076 SHA256 0a4b755f3a48b3b5ad1000e17a92462c33ad5a8cc4912d6e276bbc4bf1241296 SHA512 b25f6358aeb7d59349042a90a71830806b2b4469e68521d6aa221f1cfa1f952d029afe9f9396eb424ab852e9ccf75912a2bc2815178b0a981fe1a08bba6b2f62 WHIRLPOOL 1542cf28d8edcea8853c9a946e74af8f0e9fd44b052d73bfabefa48342191cb8fa3de0d9159f2960543ba0d9e237e930c6635e374287931b1ceb31030590aac4
DIST ideaIC-2016.2.tar.gz 333652005 SHA256 6270c2feae18e10a790d7dda0ab5fed929e353ef41cb016560f7878101259d98 SHA512 b4c38f18356284b3c82df0841c921660dd1018320ad825bc41a9b511d7e701e560b9a01e4b6d26a16b77a20fe8e31240a0e39229846cddd2af49c1a1c394bf32 WHIRLPOOL be8cb4cf7a288600d744453a94cdeadeae29610e3bbfb86732469575cac256506c8d255f45b4c57e19c3f3ef4646dc676b51dd037090570fb5d4463528c43f81
EBUILD idea-community-15.0.3.143.1821.5.ebuild 1032 SHA256 7d77870884bb4f9597e704d7e235a70c200f52334199451fa5f0fced3c1bfb3b SHA512 192617dd7a82a04bb36270813da3affccf2aa4ee6af57be9d8f6853238e6f5e78c7a922ae3f7a4ab02b250d006d616f1a34c5a94fa35e058e06684375cdb483f WHIRLPOOL 819e86c346c653adc5768932d39858707b9c1723f545ebf5e2a3740a89fca9d1b4951cbe1a2995132be76506c8ced0004b4c0c6916872fe84460fc57fc02ea23
-EBUILD idea-community-2016.2.162.1121.32.ebuild 2253 SHA256 3e613e7dc3554c7cadd845ed434c049867489a160aff7c10c201f817ca5a9ed6 SHA512 ede0a6758308ab4ef2bdf806fba003ec141d4ff98701f70f60f37a54f41a02772ccd80a3f519ddf8e4ad0240400f0a061f59f4470b118ca730d027cafeefe9df WHIRLPOOL 278a82756c774f308abe08201d2032a3acd4a09d7b2f1910a4ae5f840ae5560f1e8294dc652e487c7661a098ee5e237cc4e43a96476f307c369625ecd2dba20f
+EBUILD idea-community-2016.2.162.1121.32.ebuild 1677 SHA256 c8425b5021492dcc9d706be9001d1ef0dcbb681d45a58d03208d2592f9a2b3d9 SHA512 f380a699e28e87bfc444ce8765ef348d6a362766b70e421d3083ccbd2148676929ef0f0eb91ab573309307dfcb5c978892cc1be83687e81daf8df66f37eee5ed WHIRLPOOL 3865cdd7e2381bac88ce45cc50c6db9efdf003c1ed3df030002d7fe5b4fc68b23438af9f65a29be6974da488da9cf255033ca5d44cd43a22164afaec344f8587
MISC metadata.xml 246 SHA256 31de89a294c6ff90d5a88948104aa27a86ea35792c466f20db64ab434c682537 SHA512 cd6648a75839e6059cf877aa79a84600be0a63de66f59efd217ad91bac55a7ed4afd5ce88c90a262b4dd044734403fb90a049b8f19a42289ec3ef1d827b66d77 WHIRLPOOL 7f436435371f655a72f4564d4a14b1fdb1be0a130ca0e130804b17104fe9e2c6da44a3ddef859e41ba4eccadff8dfefddbb04dade3e4200fcc557c2fd7af703e
--git a/dev-util/idea-community/idea-community-2016.2.162.1121.32.ebuild b/dev-util/idea-community/idea-community-2016.2.162.1121.32.ebuild
index b021ac7..78abf9a 100644
--- a/dev-util/idea-community/idea-community-2016.2.162.1121.32.ebuild
+++ b/dev-util/idea-community/idea-community-2016.2.162.1121.32.ebuild
@@ -42,29 +42,6 @@ fi
QA_PREBUILT="opt/${PN}-${MY_PV}/*"
-src_prepare() {
- if ! use amd64; then
- rm -r plugins/tfsIntegration/lib/native/linux/x86_64 || die
- fi
- if ! use arm; then
- rm bin/fsnotifier-arm || die
- rm -r plugins/tfsIntegration/lib/native/linux/arm || die
- fi
- if ! use ppc; then
- rm -r plugins/tfsIntegration/lib/native/linux/ppc || die
- fi
- if ! use x86; then
- rm -r plugins/tfsIntegration/lib/native/linux/x86 || die
- fi
- if ! use custom-jdk; then
- if [[ -d jre ]]; then
- rm -r jre || die
- fi
- fi
- rm -r plugins/tfsIntegration/lib/native/solaris || die
- rm -r plugins/tfsIntegration/lib/native/hpux || die
-}
-
src_install() {
local dir="/opt/${PN}-${MY_PV}"
next reply other threads:[~2016-08-01 12:06 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-08-01 12:06 Samuel Bernardo [this message]
-- strict thread matches above, loose matches on Subject: below --
2016-10-19 23:15 [gentoo-commits] repo/user/ssnb:master commit in: dev-util/idea-community/ Samuel Bernardo
2018-05-12 15:35 Samuel Bernardo
2022-09-09 14:03 Samuel Bernardo
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=1470053168.afef5b7671e745191505ee363776ab0cf900a686.samuelbernardo@gentoo \
--to=samuelbernardo.mail@gmail.com \
--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