summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2014-03-13 20:10:17 +0000
committerAlexis Ballier <aballier@gentoo.org>2014-03-13 20:10:17 +0000
commitdc6dc90057ddf59033bd1c4cc256f6581f799b2d (patch)
tree7d520a46b93a4d466b1f99b3ce8fd82c6e502374 /dev-ml/optcomp
parentadded ~x64-macos (tested by me) (diff)
downloadgentoo-2-dc6dc90057ddf59033bd1c4cc256f6581f799b2d.tar.gz
gentoo-2-dc6dc90057ddf59033bd1c4cc256f6581f799b2d.tar.bz2
gentoo-2-dc6dc90057ddf59033bd1c4cc256f6581f799b2d.zip
initial import, ebuild by me
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
Diffstat (limited to 'dev-ml/optcomp')
-rw-r--r--dev-ml/optcomp/ChangeLog10
-rw-r--r--dev-ml/optcomp/metadata.xml5
-rw-r--r--dev-ml/optcomp/optcomp-1.5.ebuild23
3 files changed, 38 insertions, 0 deletions
diff --git a/dev-ml/optcomp/ChangeLog b/dev-ml/optcomp/ChangeLog
new file mode 100644
index 000000000000..16448160f984
--- /dev/null
+++ b/dev-ml/optcomp/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for dev-ml/optcomp
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/optcomp/ChangeLog,v 1.1 2014/03/13 20:10:17 aballier Exp $
+
+*optcomp-1.5 (13 Mar 2014)
+
+ 13 Mar 2014; Alexis Ballier <aballier@gentoo.org> +optcomp-1.5.ebuild,
+ +metadata.xml:
+ initial import, ebuild by me
+
diff --git a/dev-ml/optcomp/metadata.xml b/dev-ml/optcomp/metadata.xml
new file mode 100644
index 000000000000..2193d772e351
--- /dev/null
+++ b/dev-ml/optcomp/metadata.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>ml</herd>
+</pkgmetadata>
diff --git a/dev-ml/optcomp/optcomp-1.5.ebuild b/dev-ml/optcomp/optcomp-1.5.ebuild
new file mode 100644
index 000000000000..d6d9045353df
--- /dev/null
+++ b/dev-ml/optcomp/optcomp-1.5.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/optcomp/optcomp-1.5.ebuild,v 1.1 2014/03/13 20:10:17 aballier Exp $
+
+EAPI=5
+
+OASIS_BUILD_DOCS=1
+
+inherit oasis
+
+DESCRIPTION="Optional compilation with cpp-like directives"
+HOMEPAGE="http://github.com/diml/optcomp"
+SRC_URI="http://github.com/diml/optcomp/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0/${PV}"
+KEYWORDS="~amd64"
+IUSE=""
+
+DEPEND=""
+RDEPEND="${DEPEND}"
+
+DOCS=( CHANGES.md README.md )