diff options
author | Gluzskiy Alexandr <sss@sss.chaoslab.ru> | 2018-07-11 19:21:19 +0300 |
---|---|---|
committer | Gluzskiy Alexandr <sss@sss.chaoslab.ru> | 2018-07-11 19:21:19 +0300 |
commit | 5e351f4ee85102acc1fca033f6ba86ff7fe3705a (patch) | |
tree | 173aea419b3c754421c3ae7c00a3dd3f08bfc3de /packages/dev-util/ccache | |
parent | bb21f1eb84acdf92d5eb628db9fc80f25e2cc4fe (diff) |
moved edited exherbo packages to separate repo "git://sss.chaoslab.ru/exherbo-edits-repo.git"
added latest codelite stable tag release as git-master failing to build
Diffstat (limited to 'packages/dev-util/ccache')
-rw-r--r-- | packages/dev-util/ccache/ccache-3.3.6.exheres-0 | 7 | ||||
-rw-r--r-- | packages/dev-util/ccache/ccache.exlib | 21 |
2 files changed, 0 insertions, 28 deletions
diff --git a/packages/dev-util/ccache/ccache-3.3.6.exheres-0 b/packages/dev-util/ccache/ccache-3.3.6.exheres-0 deleted file mode 100644 index b504532..0000000 --- a/packages/dev-util/ccache/ccache-3.3.6.exheres-0 +++ /dev/null @@ -1,7 +0,0 @@ -# Copyright 2008 Bo Ørsted Andresen <zlin@exherbo.org> -# Distributed under the terms of the GNU General Public License v2 - -require ccache - -PLATFORMS="~amd64 ~x86" - diff --git a/packages/dev-util/ccache/ccache.exlib b/packages/dev-util/ccache/ccache.exlib deleted file mode 100644 index 18bc702..0000000 --- a/packages/dev-util/ccache/ccache.exlib +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 2008 Bo Ørsted Andresen <zlin@exherbo.org> -# Distributed under the terms of the GNU General Public License v2 -# Inspired from Gentoo's ccache-2.4-r7.ebuild which is: -# Copyright 1999-2008 Gentoo Foundation - -SUMMARY="Compiler cache" -HOMEPAGE="https://${PN}.samba.org" -DOWNLOADS="https://samba.org/ftp/${PN}/${PNV}.tar.xz" - -MY_PV=$(ever replace_all _) -UPSTREAM_RELEASE_NOTES="${HOMEPAGE}/releasenotes.html#_${PN}_${MY_PV%_0}" - -LICENCES="GPL-3" -SLOT="0" -MYOPTIONS="" - -DEPENDENCIES=" - build+run: - sys-libs/zlib[>=1.2.3] -" - |