summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-lang')
-rw-r--r--dev-lang/cll1h/ChangeLog7
-rw-r--r--dev-lang/cll1h/cll1h-0.6.ebuild21
2 files changed, 5 insertions, 23 deletions
diff --git a/dev-lang/cll1h/ChangeLog b/dev-lang/cll1h/ChangeLog
index 8c25c6d6feb4..0f5b2f1bf106 100644
--- a/dev-lang/cll1h/ChangeLog
+++ b/dev-lang/cll1h/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-lang/cll1h
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/cll1h/ChangeLog,v 1.11 2012/12/02 08:53:50 grobian Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/cll1h/ChangeLog,v 1.12 2013/03/02 22:46:26 pinkbyte Exp $
+
+ 02 Mar 2013; Sergey Popov <pinkbyte@gentoo.org> -cll1h-0.6.ebuild:
+ Drop old revision
02 Dec 2012; Fabian Groffen <grobian@gentoo.org> cll1h-0.6-r1.ebuild:
Marked ~x{86,64}-macos, bug #440678
diff --git a/dev-lang/cll1h/cll1h-0.6.ebuild b/dev-lang/cll1h/cll1h-0.6.ebuild
deleted file mode 100644
index 60c2edf58005..000000000000
--- a/dev-lang/cll1h/cll1h-0.6.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/cll1h/cll1h-0.6.ebuild,v 1.5 2010/01/02 18:37:29 fauli Exp $
-
-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="~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
-}