From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D03BD139694 for ; Fri, 7 Apr 2017 09:24:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1BBD6E084E; Fri, 7 Apr 2017 09:24:50 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id ED096E084E for ; Fri, 7 Apr 2017 09:24:49 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id EEFE3341586 for ; Fri, 7 Apr 2017 09:24:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5CA2672DA for ; Fri, 7 Apr 2017 09:24:47 +0000 (UTC) From: "Jeroen Roovers" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jeroen Roovers" Message-ID: <1491557080.89b1345faf70b8401074f5edba8f5fe8f32f7073.jer@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/xnots/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/xnots/xnots-0.2.1-r2.ebuild x11-misc/xnots/xnots-9999.ebuild X-VCS-Directories: x11-misc/xnots/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: 89b1345faf70b8401074f5edba8f5fe8f32f7073 X-VCS-Branch: master Date: Fri, 7 Apr 2017 09:24:47 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 5dd97b29-959d-40be-a113-958392678ee3 X-Archives-Hash: 511c70eb18204090911f44521068fbed commit: 89b1345faf70b8401074f5edba8f5fe8f32f7073 Author: Jeroen Roovers gentoo org> AuthorDate: Fri Apr 7 09:24:40 2017 +0000 Commit: Jeroen Roovers gentoo org> CommitDate: Fri Apr 7 09:24:40 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89b1345f x11-misc/xnots: Update live ebuild. Package-Manager: Portage-2.3.5, Repoman-2.3.2 x11-misc/xnots/xnots-0.2.1-r2.ebuild | 1 + x11-misc/xnots/xnots-9999.ebuild | 7 +++++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/x11-misc/xnots/xnots-0.2.1-r2.ebuild b/x11-misc/xnots/xnots-0.2.1-r2.ebuild index 89500bfca7b..15752d34778 100644 --- a/x11-misc/xnots/xnots-0.2.1-r2.ebuild +++ b/x11-misc/xnots/xnots-0.2.1-r2.ebuild @@ -51,6 +51,7 @@ src_install() { mandir=/usr/share/man \ prefix=/usr \ install + if use vim-syntax; then insinto /usr/share/vim/vimfiles/syntax doins etc/xnots.vim diff --git a/x11-misc/xnots/xnots-9999.ebuild b/x11-misc/xnots/xnots-9999.ebuild index 59d0d019ec2..4574a53d43a 100644 --- a/x11-misc/xnots/xnots-9999.ebuild +++ b/x11-misc/xnots/xnots-9999.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=6 inherit flag-o-matic git-r3 toolchain-funcs DESCRIPTION="A desktop sticky note program for the unix geek" @@ -29,6 +29,8 @@ DEPEND=" " src_prepare() { + default + sed -i -e 's|LICENCE||g' Makefile || die append-cflags -std=gnu89 @@ -45,6 +47,7 @@ src_install() { mandir=/usr/share/man \ prefix=/usr \ install + if use vim-syntax; then insinto /usr/share/vim/vimfiles/syntax doins etc/xnots.vim