From 7a7950a96f38d5fd1692533e4dfe5ea25e884b4d Mon Sep 17 00:00:00 2001 From: Sergey Popov Date: Fri, 2 Nov 2012 12:21:17 +0000 Subject: Revision bump: EAPI 4, add ~amd64 and ~amd64-linux keywords wrt bug #440678 (Portage version: 2.2.0_alpha141/cvs/Linux x86_64, unsigned Manifest commit) --- dev-lang/cll1h/ChangeLog | 9 +++++++-- dev-lang/cll1h/cll1h-0.6-r1.ebuild | 26 ++++++++++++++++++++++++++ 2 files changed, 33 insertions(+), 2 deletions(-) create mode 100644 dev-lang/cll1h/cll1h-0.6-r1.ebuild (limited to 'dev-lang') diff --git a/dev-lang/cll1h/ChangeLog b/dev-lang/cll1h/ChangeLog index cee54e9969c1..954e156e91ba 100644 --- a/dev-lang/cll1h/ChangeLog +++ b/dev-lang/cll1h/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-lang/cll1h -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/cll1h/ChangeLog,v 1.7 2010/01/02 18:37:29 fauli Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/cll1h/ChangeLog,v 1.8 2012/11/02 12:21:17 pinkbyte Exp $ + +*cll1h-0.6-r1 (02 Nov 2012) + + 02 Nov 2012; Sergey Popov +cll1h-0.6-r1.ebuild: + Revision bump: EAPI 4, add ~amd64 and ~amd64-linux keywords wrt bug #440678 02 Jan 2010; Christian Faulhammer cll1h-0.6.ebuild: Transfer Prefix keywords diff --git a/dev-lang/cll1h/cll1h-0.6-r1.ebuild b/dev-lang/cll1h/cll1h-0.6-r1.ebuild new file mode 100644 index 000000000000..5bdb538e2192 --- /dev/null +++ b/dev-lang/cll1h/cll1h-0.6-r1.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/cll1h/cll1h-0.6-r1.ebuild,v 1.1 2012/11/02 12:21:17 pinkbyte Exp $ + +EAPI=4 + +DESCRIPTION="C<<1 programming language system" +HOMEPAGE="http://gpl.arachne.cz/" +SRC_URI="http://gpl.arachne.cz/download/${P}.tar.gz" + +LICENSE="LGPL-2.1" +SLOT="0" +KEYWORDS="~amd64 ~amd64-linux ~ppc ~x86 ~x86-linux ~ppc-macos" +IUSE="" + +DEPEND="" +RDEPEND="sys-devel/gcc" + +src_install() { + insinto /usr/include + doins cll1.h + dodoc cll1.txt + docinto examples + dodoc demos/*.c + docompress -x /usr/share/doc/"${PF}"/examples +} -- cgit v1.2.3-65-gdbad