jer 14/06/14 02:03:45 Modified: ChangeLog Added: xnots-0.2.1-r1.ebuild Log: Do not install LICENCE[sic], install docs in proper directory. Respect CC. Remove pointless kernel config check/warning. (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Revision Changes Path 1.13 x11-misc/xnots/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xnots/ChangeLog?rev=1.13&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xnots/ChangeLog?rev=1.13&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xnots/ChangeLog?r1=1.12&r2=1.13 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/x11-misc/xnots/ChangeLog,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- ChangeLog 16 Dec 2012 14:22:04 -0000 1.12 +++ ChangeLog 14 Jun 2014 02:03:45 -0000 1.13 @@ -1,6 +1,12 @@ # ChangeLog for x11-misc/xnots -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xnots/ChangeLog,v 1.12 2012/12/16 14:22:04 pacho Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xnots/ChangeLog,v 1.13 2014/06/14 02:03:45 jer Exp $ + +*xnots-0.2.1-r1 (14 Jun 2014) + + 14 Jun 2014; Jeroen Roovers <[email protected]> +xnots-0.2.1-r1.ebuild: + Do not install LICENCE[sic], install docs in proper directory. Respect CC. + Remove pointless kernel config check/warning. 16 Dec 2012; Pacho Ramos <[email protected]> metadata.xml: Cleanup due retirement, #95685 1.1 x11-misc/xnots/xnots-0.2.1-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xnots/xnots-0.2.1-r1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xnots/xnots-0.2.1-r1.ebuild?rev=1.1&content-type=text/plain Index: xnots-0.2.1-r1.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/x11-misc/xnots/xnots-0.2.1-r1.ebuild,v 1.1 2014/06/14 02:03:45 jer Exp $ EAPI=5 inherit toolchain-funcs DESCRIPTION="A desktop sticky note program for the unix geek" HOMEPAGE="http://xnots.sourceforge.net" SRC_URI="mirror://sourceforge/xnots/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="vim-syntax" RDEPEND="x11-libs/libX11 x11-libs/libXext x11-libs/libXrender x11-libs/libXrandr x11-libs/pango[X]" DEPEND="${RDEPEND} virtual/pkgconfig x11-proto/xextproto x11-proto/renderproto x11-proto/randrproto" src_prepare() { sed -i -e 's|LICENCE||g' Makefile || die } src_compile() { emake CC="$(tc-getCC)" NO_DEBUG=1 } src_install() { emake \ DESTDIR="${D}" \ docdir=/usr/share/doc/${PF} \ mandir=/usr/share/man \ prefix=/usr \ install if use vim-syntax; then insinto /usr/share/vim/vimfiles/syntax doins etc/xnots.vim fi }
