summaryrefslogtreecommitdiff
path: root/www-client
diff options
context:
space:
mode:
authorBertrand Jacquin <beber@meleeweb.net>2013-08-22 23:33:12 +0200
committerBertrand Jacquin <beber@meleeweb.net>2013-08-22 23:33:12 +0200
commitc6453f4bb914a1c79904aa8f3bc636d340cab7b6 (patch)
tree9dbecfcc3a77650648bc0bdf71f24493d3ca3252 /www-client
parentdev-php/libphutil: Add missing DEPEND slots (diff)
downloadportage-c6453f4bb914a1c79904aa8f3bc636d340cab7b6.tar.xz
www-client/arcanist: Add missing DEPEND slots
Package-Manager: portage-2.2.1
Diffstat (limited to 'www-client')
-rw-r--r--www-client/arcanist/ChangeLog3
-rw-r--r--www-client/arcanist/Manifest4
-rw-r--r--www-client/arcanist/arcanist-9999.ebuild16
3 files changed, 13 insertions, 10 deletions
diff --git a/www-client/arcanist/ChangeLog b/www-client/arcanist/ChangeLog
index 7b3353fc..930a23b7 100644
--- a/www-client/arcanist/ChangeLog
+++ b/www-client/arcanist/ChangeLog
@@ -1,4 +1,7 @@
22 Aug 2013; Bertrand Jacquin <beber@meleeweb.net> arcanist-9999.ebuild:
+ www-client/arcanist: Add missing DEPEND slots
+
+ 22 Aug 2013; Bertrand Jacquin <beber@meleeweb.net> arcanist-9999.ebuild:
www-client/arcanist: Remove test USE flag, always install them
15 Aug 2013; Bertrand Jacquin <beber@meleeweb.net> arcanist-9999.ebuild:
diff --git a/www-client/arcanist/Manifest b/www-client/arcanist/Manifest
index 935940e2..be888a8e 100644
--- a/www-client/arcanist/Manifest
+++ b/www-client/arcanist/Manifest
@@ -1,3 +1,3 @@
-EBUILD arcanist-9999.ebuild 1934 SHA256 06ad05f60d1dd11a0562b01bd465dda12891b31afc3b047b262d700f51c3f9ec WHIRLPOOL c3513888fc650bbd1ed470851aa7ee6e17ca940cadb2d2120fa5d25686cd0a886c637e60fad2b0633e624415b746a253584247dd2332e0a4b75ae5bd61cc91f7
-MISC ChangeLog 777 SHA256 d87abccce415366efdf34ab2dc1dd1cea011049f53c1fc31ffa8461021467558 WHIRLPOOL 4a7f73167aa937b79323b5d633710d79ea53c0ff6cdeb23fdc84efb8679c2eb3a360e44e37c703d61f8208005eea883fb01ab384d2ba8ffbb6bc06855b2889f7
+EBUILD arcanist-9999.ebuild 1950 SHA256 c350dbbc217f43265ca70b51e9feecf9fdb9cebd7b4ce1599df1a215ac49f447 WHIRLPOOL 4166df440666a23032df5a4a55e60fc095dd93fcb843a01a9962d060b90ea45591b0cde942da6f5d31682c1136dcaf14c858e5453adcea60667849ec71055831
+MISC ChangeLog 901 SHA256 ce6d483d40b54023a9e3ba4fa2f150d8cd81c720976c9063465eb9418bdcffcc WHIRLPOOL 26360b5b90c9fca219cafedcf65ef78af264456b07d236b1003716ac2b471f2310431d95eb6e02ce6865df6eb12f74aa9bf9f76166e07f143c060c0fa1b9b8f0
MISC metadata.xml 376 SHA256 214868e07f83e61d21087c9867be82c69039947d2f6e29d5d0facf23e7690a4d WHIRLPOOL 34de8852dfdb73e442aba0c8b52cb6bc7877ca7d9b922245d25861935d69882cebeb9a3220dadd2b0f8548f6b16d10bb2c95017eda5d5f7b96cc6af7eadb484d
diff --git a/www-client/arcanist/arcanist-9999.ebuild b/www-client/arcanist/arcanist-9999.ebuild
index 8c5f6252..d3875ae8 100644
--- a/www-client/arcanist/arcanist-9999.ebuild
+++ b/www-client/arcanist/arcanist-9999.ebuild
@@ -15,14 +15,14 @@ KEYWORDS=""
IUSE="css git javascript mercurial php python subversion ssl"
RDEPEND=">=dev-lang/php-5.2.3[cli,curl,json,ssl?]
- =dev-php/libphutil-${PV}[ssl?]
- git? ( dev-vcs/git )
- mercurial? ( dev-vcs/mercurial )
- subversion? ( dev-vcs/subversion )
- css? ( net-libs/nodejs[npm] )
- javascript? ( net-libs/nodejs[npm] )
- php? ( dev-php/PEAR-PHP_CodeSniffer )
- python? ( dev-python/pylint )"
+ =dev-php/libphutil-${PV}:0[ssl?]
+ git? ( dev-vcs/git:0 )
+ mercurial? ( dev-vcs/mercurial:0 )
+ subversion? ( dev-vcs/subversion:0 )
+ css? ( net-libs/nodejs:0[npm] )
+ javascript? ( net-libs/nodejs:0[npm] )
+ php? ( dev-php/PEAR-PHP_CodeSniffer:0 )
+ python? ( dev-python/pylint:0 )"
src_install() {
newbashcomp resources/shell/bash-completion "${PN}"