summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Popov <pinkbyte@gentoo.org>2012-11-02 12:21:17 +0000
committerSergey Popov <pinkbyte@gentoo.org>2012-11-02 12:21:17 +0000
commit7a7950a96f38d5fd1692533e4dfe5ea25e884b4d (patch)
treedbbb62979bee06a6b52c85a336d4ca4ea42113ee /dev-lang
parentVersion bump. (diff)
downloadgentoo-2-7a7950a96f38d5fd1692533e4dfe5ea25e884b4d.tar.gz
gentoo-2-7a7950a96f38d5fd1692533e4dfe5ea25e884b4d.tar.bz2
gentoo-2-7a7950a96f38d5fd1692533e4dfe5ea25e884b4d.zip
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)
Diffstat (limited to 'dev-lang')
-rw-r--r--dev-lang/cll1h/ChangeLog9
-rw-r--r--dev-lang/cll1h/cll1h-0.6-r1.ebuild26
2 files changed, 33 insertions, 2 deletions
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 <pinkbyte@gentoo.org> +cll1h-0.6-r1.ebuild:
+ Revision bump: EAPI 4, add ~amd64 and ~amd64-linux keywords wrt bug #440678
02 Jan 2010; Christian Faulhammer <fauli@gentoo.org> 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
+}