summaryrefslogtreecommitdiff
path: root/dev-lang
diff options
context:
space:
mode:
Diffstat (limited to 'dev-lang')
-rw-r--r--dev-lang/lci/lci-0.11.1.ebuild8
-rw-r--r--dev-lang/lci/lci-9999.ebuild8
-rw-r--r--dev-lang/lci/metadata.xml9
3 files changed, 14 insertions, 11 deletions
diff --git a/dev-lang/lci/lci-0.11.1.ebuild b/dev-lang/lci/lci-0.11.1.ebuild
index 586ac7e9..b3be4201 100644
--- a/dev-lang/lci/lci-0.11.1.ebuild
+++ b/dev-lang/lci/lci-0.11.1.ebuild
@@ -1,6 +1,7 @@
-# By eroen, 2013 - 2015
-# Distributed under the terms of the ISC licence
-# $Header: $
+# By eroen <eroen-overlay@occam.eroen.eu>, 2013 - 2016
+# Permission to use, copy, modify, and/or distribute this software for any
+# purpose with or without fee is hereby granted, provided that the above
+# copyright notice and this permission notice appear in all copies.
EAPI=5
@@ -22,7 +23,6 @@ else
fi
HDEPEND="test? (
- virtual/python-argparse[${PYTHON_USEDEP}]
memtest? ( dev-util/valgrind ) )"
LIBDEPEND=""
DEPEND="${LIBDEPEND}"
diff --git a/dev-lang/lci/lci-9999.ebuild b/dev-lang/lci/lci-9999.ebuild
index 586ac7e9..b3be4201 100644
--- a/dev-lang/lci/lci-9999.ebuild
+++ b/dev-lang/lci/lci-9999.ebuild
@@ -1,6 +1,7 @@
-# By eroen, 2013 - 2015
-# Distributed under the terms of the ISC licence
-# $Header: $
+# By eroen <eroen-overlay@occam.eroen.eu>, 2013 - 2016
+# Permission to use, copy, modify, and/or distribute this software for any
+# purpose with or without fee is hereby granted, provided that the above
+# copyright notice and this permission notice appear in all copies.
EAPI=5
@@ -22,7 +23,6 @@ else
fi
HDEPEND="test? (
- virtual/python-argparse[${PYTHON_USEDEP}]
memtest? ( dev-util/valgrind ) )"
LIBDEPEND=""
DEPEND="${LIBDEPEND}"
diff --git a/dev-lang/lci/metadata.xml b/dev-lang/lci/metadata.xml
index 72ab7a52..59a64f1e 100644
--- a/dev-lang/lci/metadata.xml
+++ b/dev-lang/lci/metadata.xml
@@ -1,12 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
+ <maintainer type="person">
+ <email>eroen-overlay@occam.eroen.eu</email>
+ <name>eroen</name>
+ </maintainer>
<longdescription lang="en">
- lci is a LOLCODE interpreter written in C and is designed to be correct,
- portable, fast, and precisely documented.
+ lci is a LOLCODE interpreter written in C and is designed to be
+ correct, portable, fast, and precisely documented.
</longdescription>
<use>
<flag name="memtest">Perform memory tests with <pkg>dev-util/valgrind</pkg>. Takes a while.</flag>
</use>
</pkgmetadata>
-