From: W. Trevor King Date: Fri, 17 Feb 2012 00:26:25 +0000 (-0500) Subject: Use the external dev-util/update-copyright to generate hooke.license. X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=8434670880c16d8d4bf17b71e3e500b27a70fa2f;p=wtk-overlay.git Use the external dev-util/update-copyright to generate hooke.license. --- diff --git a/ChangeLog b/ChangeLog index db6eac6..81c0e66 100644 --- a/ChangeLog +++ b/ChangeLog @@ -3,10 +3,9 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -*hooke-9999 (12 Jan 2012) - 12 Jan 2012; W. Trevor King ChangeLog, hooke-9999. - Don't compress the doc/{$PF}/img directory, since Hooke can't read a - bzipped ico file. +*hooke-9999 (16 Feb 2012) + 16 Feb 2012; W. Trevor King ChangeLog, hooke-9999. + Use the external dev-util/update-copyright to generate hooke.license. *hooke-9999 (09 Dec 2011) 09 Dec 2011; W. Trevor King ChangeLog, hooke-9999.ebuild : diff --git a/Manifest b/Manifest index c60c755..d531d17 100644 --- a/Manifest +++ b/Manifest @@ -1,4 +1,4 @@ AUX hooke-9999.cfg 517 RMD160 6c7014b76bf0669972d555adc29742f8ca90939e SHA1 8b4aeaf01d640c9a8e3ce670f2103d8f88624638 SHA256 0ba496b57c42c108b2df784bbcd6db108695e0fb189b94d927962fbf4185b9a5 -EBUILD hooke-9999.ebuild 1683 RMD160 32bde6241a3f27a62f7479dbf136fe26f3b24557 SHA1 d0c3fed0302863ed99a5ab7575bac60a64009e2f SHA256 6cfb7e16b8c4ffc6c2b01eb2c1485ea84dc967606397bebdf251d117cb8aacd9 -MISC ChangeLog 1784 RMD160 2601494a2979eec8a58ab289dd3210c88cdb7545 SHA1 b8203dc092876776043060ff7e64aa35c74ffd8f SHA256 a35edf1c9292aa5faa84f6307b4f033681e0838033932b7b273e8f94bfe779fc +EBUILD hooke-9999.ebuild 1664 RMD160 9a90a35c6c158593fc20777bbbce15c1f93c3fe7 SHA1 ea7c89020421f3e4d1008ed2803d00a64ab76e65 SHA256 63463af91ed627fddfd93aad4c5e49fb6599fe254e8e08729ae235f6f9ce1276 +MISC ChangeLog 1765 RMD160 223df0436d37c2b7c1b865aaf1bf8a96dcd71a77 SHA1 62c6b3ae031131aee31f6f19dc5bdda4f9b4ceb0 SHA256 a6efb7d9a1208b8c625275190203f1debb7828675548fcc0a1553b733742afc0 MISC metadata.xml 310 RMD160 1568615d45618d4e162f7c4fb583d126347ea803 SHA1 a4a8bd0e07eb2ea484db1df5f38d8a4440cd1a62 SHA256 48dccd47092ba73ed46427ea9db7071fc1fde9753398b0f9c7d8b40a530e6416 diff --git a/hooke-9999.ebuild b/hooke-9999.ebuild index 78eb74e..8f56594 100644 --- a/hooke-9999.ebuild +++ b/hooke-9999.ebuild @@ -32,6 +32,7 @@ RDEPEND="dev-python/matplotlib dev-python/pyyaml X? ( >=dev-python/wxpython-2.8 )" DEPEND="${RDEPEND} + dev-util/update-copyright doc? ( dev-libs/libxslt dev-python/numpydoc @@ -53,7 +54,7 @@ src_unpack() { src_prepare() { if [[ ${PV} == "9999" ]] ; then # generates hooke.version - ./update_copyright.py || die "error running update_copyright.py." + update-copyright.py fi distutils_src_prepare }