diff options
author | Bertrand Jacquin <bertrand@jacquin.bzh> | 2016-09-03 20:57:30 +0100 |
---|---|---|
committer | Bertrand Jacquin <bertrand@jacquin.bzh> | 2016-09-04 00:07:40 +0100 |
commit | 742e11618f72982cf76fbf0e32d4103bdced4cff (patch) | |
tree | ffffffc33fab0a645e9dd9077574904304b2f05c /www-apps | |
parent | www-apps/phabricator: Move to EAPI 6 (diff) | |
download | portage-742e11618f72982cf76fbf0e32d4103bdced4cff.tar.xz |
www-apps/phabricator-extensions-Sprint: Move to EAPI 6
Package-Manager: portage-2.2.28
Diffstat (limited to 'www-apps')
3 files changed, 8 insertions, 4 deletions
diff --git a/www-apps/phabricator-extensions-Sprint/Manifest b/www-apps/phabricator-extensions-Sprint/Manifest index 33349cf2..7d9a9b92 100644 --- a/www-apps/phabricator-extensions-Sprint/Manifest +++ b/www-apps/phabricator-extensions-Sprint/Manifest @@ -1,3 +1,3 @@ -EBUILD phabricator-extensions-Sprint-20160709.ebuild 1941 SHA256 73cea96c045b471fc1f553a3b9c2fd8d3814db31ed452effc7d421a20761597a WHIRLPOOL 95af7fb213c12119320d77c75cbd2cd1746d9b3c8f4bde5db19eaf0ef06137c0b2c96f796cd169d8f79d5c5b0f53a1932cb33aa0c8556364879b9b285f81b17f -EBUILD phabricator-extensions-Sprint-9999.ebuild 1662 SHA256 acad9c5754bf51f6da842ec607cdf8b3a56919ea1244421325e5eb21ff3d89b3 WHIRLPOOL c82ac889878245c6987338010518c2ed1f9e760eee23be5d0ba428f18114ff9a52cbd7f1526b02441cbe675331a739ada86bc5d7707677157d9d2dfac9d0ea8c +EBUILD phabricator-extensions-Sprint-20160709.ebuild 1951 SHA256 298a325736fca131819e69fccf61e2ae3c977e278bd4293ef05b22e1e8dad0ff WHIRLPOOL 649ed3391c1d7d423b06207b1469787604b732ab4365d58f2d124967875800d0d7ccbdd98e1de58e1cf8d82b456f7174ca5dae30e0d5a1e8100bdd1d8e8a40e9 +EBUILD phabricator-extensions-Sprint-9999.ebuild 1672 SHA256 6dea42848e2e404dcd6cd59325f4714f14e8ee0e8830efef77e2d46e1ebd9629 WHIRLPOOL 0778d0849240ff8c1a633a1f7d1c9dd150ee279b0ebd488948918aaa7e14ad6db014c21aee35d8df1eecb7be5df520eb967259fed41a22caa2a1216c7f3c5fac MISC metadata.xml 256 SHA256 6ca43960767ca28661abf97c85263db77fe7643902be2ce777c61aa688d8ea2d WHIRLPOOL cef8582829111be09e651eb819e6d1ea59c9c4386b842169ccd46a14c8e3ccb090486fecd61c5fd4aa47998cacc69cdc1fb5ca6bb6325a4da1ebfd0b6eebda7b diff --git a/www-apps/phabricator-extensions-Sprint/phabricator-extensions-Sprint-20160709.ebuild b/www-apps/phabricator-extensions-Sprint/phabricator-extensions-Sprint-20160709.ebuild index cffd0c53..ec633ba7 100644 --- a/www-apps/phabricator-extensions-Sprint/phabricator-extensions-Sprint-20160709.ebuild +++ b/www-apps/phabricator-extensions-Sprint/phabricator-extensions-Sprint-20160709.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI=5 +EAPI=6 inherit git-r3 DESCRIPTION="Manage your tasks with Points in Phabricator" @@ -21,6 +21,8 @@ RDEPEND="dev-php/libphutil www-apps/phabricator" src_prepare() { + default + git log --format='%H %ct' -n 1 > "${S}/GIT_COMMIT_INFO" find -type f -name .gitignore -print0 \ diff --git a/www-apps/phabricator-extensions-Sprint/phabricator-extensions-Sprint-9999.ebuild b/www-apps/phabricator-extensions-Sprint/phabricator-extensions-Sprint-9999.ebuild index f684a5b1..af104e61 100644 --- a/www-apps/phabricator-extensions-Sprint/phabricator-extensions-Sprint-9999.ebuild +++ b/www-apps/phabricator-extensions-Sprint/phabricator-extensions-Sprint-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI=5 +EAPI=6 inherit git-r3 DESCRIPTION="Manage your tasks with Points in Phabricator" @@ -19,6 +19,8 @@ RDEPEND="dev-php/libphutil www-apps/phabricator" src_prepare() { + default + git log --format='%H %ct' -n 1 > "${S}/GIT_COMMIT_INFO" find -type f -name .gitignore -print0 \ |