commit:     f592cd94e57c175c4f8f501d87658ce9a8b81df8
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 23 08:59:17 2015 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Mon Nov 23 10:05:31 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f592cd94

sci-visualization/veusz: Drop symlink into PORTDIR

Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=341653

Package-Manager: portage-2.2.25
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>

 sci-visualization/veusz/veusz-1.23.ebuild | 10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)

diff --git a/sci-visualization/veusz/veusz-1.23.ebuild 
b/sci-visualization/veusz/veusz-1.23.ebuild
index 42bfe9d..ebe7f7c 100644
--- a/sci-visualization/veusz/veusz-1.23.ebuild
+++ b/sci-visualization/veusz/veusz-1.23.ebuild
@@ -48,8 +48,14 @@ python_install() {
        distutils-r1_python_install
        # symlink the license, bug #341653
        rm "${D}/$(python_get_sitedir)"/${PN}/{COPYING,AUTHORS,ChangeLog} || die
-       ln -s "${PORTDIR}"/licenses/${LICENSE} \
-               "${D}/$(python_get_sitedir)"/${PN}/COPYING || die
+       mkdir -p "${D}/$(python_get_sitedir)" || die
+       cat >> "${D}/$(python_get_sitedir)"/${PN}/COPYING <<- EOF
+       Please visit
+
+       https://www.gnu.org/licenses/gpl-2.0.html
+
+       for the full license text.
+       EOF
 }
 
 python_install_all() {

Reply via email to