diff options
author | Bertrand Jacquin <bertrand@jacquin.bzh> | 2016-09-03 20:56:28 +0100 |
---|---|---|
committer | Bertrand Jacquin <bertrand@jacquin.bzh> | 2016-09-03 22:33:02 +0100 |
commit | c22dba4b71fde36bd942bab54707f2c42c2e528a (patch) | |
tree | 91dcd5d15bf18111b6aa958e71dfec28056c5afb /www-apps | |
parent | www-apps/extra-e-org: Move to EAPI 6 (diff) | |
download | portage-c22dba4b71fde36bd942bab54707f2c42c2e528a.tar.xz |
www-apps/phabricator: Move to EAPI 6
Package-Manager: portage-2.2.28
Diffstat (limited to 'www-apps')
-rw-r--r-- | www-apps/phabricator/Manifest | 4 | ||||
-rw-r--r-- | www-apps/phabricator/phabricator-20160709.ebuild | 4 | ||||
-rw-r--r-- | www-apps/phabricator/phabricator-9999.ebuild | 4 |
3 files changed, 8 insertions, 4 deletions
diff --git a/www-apps/phabricator/Manifest b/www-apps/phabricator/Manifest index 6182a6e8..ebb8fb97 100644 --- a/www-apps/phabricator/Manifest +++ b/www-apps/phabricator/Manifest @@ -7,6 +7,6 @@ AUX phabricator.logrotate 56 SHA256 e63141278776888c1a3f8e841b0d263efe2beb6c9dbe AUX phd.confd 215 SHA256 80ddbf586f38cc600d06e524f7e85c3258bd563696fa2e41e1ea19268da8079b WHIRLPOOL 0f1a587c755994c410b62da6b897ca8684d584b9f01956359e078429fc7ec7642561dc3e3c306bbb24753e3a68ef5f088a5709706143b6154aa085ac2dfa52ad AUX phd.initd 2435 SHA256 80bcf67fa7c8ada594113246abe19e1b420319ce976c0b2e90e20afcd67d688c WHIRLPOOL a1f8c061cc896703c4cc64c7273242b60eba865f4125c35700b82bad2d37a3c355957363d7d27411576bc304de5bf948b3c0d47702af26072fcbaedfd91c7fb1 AUX webapp-hook 3544 SHA256 9d5858a801b13d3bb9b45a05eb2ba055e2967b03238aa8901262369de4cf8d65 WHIRLPOOL 6bfb35e7960015029f7fb9c73350aed34de483ae632fb0f6e08087cea65158c821cb3ef65bd1d367103b3939061ac39e8ad962e9d2152f0c635c14cb60560383 -EBUILD phabricator-20160709.ebuild 4820 SHA256 f93c55c0fff317e1acfe2ef9662701408ab97c260a31bbfd9e75f037ff49b4b9 WHIRLPOOL 30ed5f599e221ec123cf3e9859c6476486a22acb8b81e263c8e4cab261c334087c068e95f2df617fb2560b9c63b023e67f508a1991b696809f38c5947b3d20ee -EBUILD phabricator-9999.ebuild 4736 SHA256 aa107d9089b77aa5b06c8226a639b9f4489a18226918c0fb60ebdddcaaf8847f WHIRLPOOL f1aa930f50073b82f4f73970c2d09f84e4691754d0d0b83fcf6dd5ffcac02c968b9361ebc7d366293cf5ca829f9d65d6b1a1b2938bcc7e3566c1267cda4895fd +EBUILD phabricator-20160709.ebuild 4830 SHA256 4f426bfff451c8cdf43c8af8d32441ebab8f9a37a4e7e0f070dfc407a280da06 WHIRLPOOL 4c352daf4eaf539176f039bcd8c8f2fdbc7f64d80155c0a2f3358df434270e159677016762f1719f3bdc274da969cf27549f054af1bda85f4379d669e8147aea +EBUILD phabricator-9999.ebuild 4746 SHA256 e57eb16e16774e1c01751852ed71ed92c05539a201134e278f6fec2c3650e0fb WHIRLPOOL b29e0a5fc147958b49bf43c30d3727318256f7cca7e9a1be7d3fb82f83fb92f049884f9fefd34cda7cbd55d6f32510a9caa19c825b52dc80a024aebb47a12e53 MISC metadata.xml 800 SHA256 a63701cf7c4e937230fcfbc8fbc2b43172b4e73694e6001920efaf755c15f9ff WHIRLPOOL 402172c03581cbf104519bc0c74b35e49fe6e2430e840e09bb1c156e85e17acd8d5e76dc6013359fccc9efb5b339ded1b478d8a1b3dba41c47e1ac4080dadd71 diff --git a/www-apps/phabricator/phabricator-20160709.ebuild b/www-apps/phabricator/phabricator-20160709.ebuild index a3249bf8..8501d6f4 100644 --- a/www-apps/phabricator/phabricator-20160709.ebuild +++ b/www-apps/phabricator/phabricator-20160709.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI=5 +EAPI=6 WEBAPP_NO_AUTO_INSTALL=yes WEBAPP_MANUAL_SLOT=yes inherit git-r3 webapp @@ -59,6 +59,8 @@ pkg_setup() { } src_prepare() { + default + git log --format='%H %ct' -n 1 > "${S}/GIT_COMMIT_INFO" epatch "${FILESDIR}/${PV}-MEDIUM-Get-VERSION-for-files-in-usr-share-PN-GIT_COM.patch" diff --git a/www-apps/phabricator/phabricator-9999.ebuild b/www-apps/phabricator/phabricator-9999.ebuild index ec64e09f..afdab338 100644 --- a/www-apps/phabricator/phabricator-9999.ebuild +++ b/www-apps/phabricator/phabricator-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI=5 +EAPI=6 WEBAPP_NO_AUTO_INSTALL=yes WEBAPP_MANUAL_SLOT=yes inherit git-r3 webapp @@ -57,6 +57,8 @@ pkg_setup() { } src_prepare() { + default + git log --format='%H %ct' -n 1 > "${S}/GIT_COMMIT_INFO" epatch "${FILESDIR}/${PV}-MEDIUM-Get-VERSION-for-files-in-usr-share-PN-GIT_COM.patch" |