summaryrefslogtreecommitdiff
path: root/app-arch/lld
diff options
context:
space:
mode:
authoreroen2016-10-14 23:07:58 +0200
committereroen2016-10-14 23:07:58 +0200
commit6a9149a7eb0ef139ab78070fe52d04b8c3f37397 (patch)
tree34c77b9a47e03c59f28af0cf63ea037907d931ac /app-arch/lld
parent2e2c66dd27f47942919e9fe5feeead16175633af (diff)
downloaderoen-overlay-6a9149a7eb0ef139ab78070fe52d04b8c3f37397.tar.gz
eroen-overlay-6a9149a7eb0ef139ab78070fe52d04b8c3f37397.tar.bz2
eroen-overlay-6a9149a7eb0ef139ab78070fe52d04b8c3f37397.tar.xz
cleanup
Diffstat (limited to 'app-arch/lld')
-rw-r--r--app-arch/lld/Manifest2
-rw-r--r--app-arch/lld/lld-9999.ebuild11
-rw-r--r--app-arch/lld/metadata.xml5
3 files changed, 10 insertions, 8 deletions
diff --git a/app-arch/lld/Manifest b/app-arch/lld/Manifest
deleted file mode 100644
index ee1664c3..00000000
--- a/app-arch/lld/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-EBUILD lld-9999.ebuild 1832 SHA256 4de8cd516d7ec6c28875f945f613dffc5242bf1a499d74495128a12d77a20c68 SHA512 e337018a78f769b15a8bf446f4971207861a1145d991bc3b192a16260e5923d68522913b71da6527749f9bd0b0dad9029ccf959f2e4ec6cc8ea6fad57faf2675 WHIRLPOOL bc77d243fb85126f6db9567825198713c313d7ef3d5c6cc0b2953abe82f192faa76ef9ed891751cb0b4f273e9b94a3a02c30d9b8e6338680d0f3dd2d3fa5b061
-MISC metadata.xml 251 SHA256 71226737033a1091dcc8c1dcfcce629c3dcdcd96a7ca109753e419ed0089b782 SHA512 31994542b20237c0cf5e07475018b7d3d2e820da86d36b51b30332b660421a0bcd7b3583854770c1380fd474edf8047ada5d7835a6261aad4bb1dcf1724d5607 WHIRLPOOL cf9f47c00107cf68f601d67c47f4a734f45c85c71d959cdaca5e2cf9ee26a97943837dd0ba15d0ef9a16ea94300ef62ae4daf66599455ed6aae8b61ef4ac9feb
diff --git a/app-arch/lld/lld-9999.ebuild b/app-arch/lld/lld-9999.ebuild
index 9a7c8160..361388b3 100644
--- a/app-arch/lld/lld-9999.ebuild
+++ b/app-arch/lld/lld-9999.ebuild
@@ -1,6 +1,7 @@
-# By Eroen, 2013
-# Distributed under the terms of the ISC License
-# $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
@@ -13,13 +14,13 @@ SRC_URI=""
LICENSE="UoI-NCSA"
SLOT="0"
-KEYWORDS="~amd64"
+#KEYWORDS="~amd64"
IUSE=""
LIBDEPEND="
|| ( ( >=sys-devel/clang-3.1
sys-libs/libcxx )
- >=sys-devel/gcc-4.7 )
+ >=sys-devel/gcc-4.7:* )
"
RDEPEND="${LIBDEPEND}"
DEPEND="${LIBDEPEND}"
diff --git a/app-arch/lld/metadata.xml b/app-arch/lld/metadata.xml
index a7a544ef..f20a271c 100644
--- a/app-arch/lld/metadata.xml
+++ b/app-arch/lld/metadata.xml
@@ -1,8 +1,11 @@
<?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">
lld is a new set of modular code for creating linker tools.
</longdescription>
</pkgmetadata>
-