diff options
author | Jason A. Donenfeld <zx2c4@gentoo.org> | 2016-09-13 00:39:45 +0200 |
---|---|---|
committer | Jason A. Donenfeld <zx2c4@gentoo.org> | 2016-09-13 00:40:08 +0200 |
commit | 37950413e1ded161fecb5cb8e1f93c8cb5696d46 (patch) | |
tree | 6d3ee87fbbe45e1fbe2f2495286a67c9b3f4f258 /sys-fs/ctmg | |
parent | toolchain.eclass: add support for gcc 6.x with no spec files (diff) | |
download | gentoo-37950413e1ded161fecb5cb8e1f93c8cb5696d46.tar.gz gentoo-37950413e1ded161fecb5cb8e1f93c8cb5696d46.tar.bz2 gentoo-37950413e1ded161fecb5cb8e1f93c8cb5696d46.zip |
sys-fs/ctmg: stabilize
Package-Manager: portage-2.3.0
Diffstat (limited to 'sys-fs/ctmg')
-rw-r--r-- | sys-fs/ctmg/Manifest | 1 | ||||
-rw-r--r-- | sys-fs/ctmg/ctmg-1.1.ebuild | 23 | ||||
-rw-r--r-- | sys-fs/ctmg/ctmg-1.2.ebuild | 2 |
3 files changed, 1 insertions, 25 deletions
diff --git a/sys-fs/ctmg/Manifest b/sys-fs/ctmg/Manifest index e00a401ceb27..1031c20acde4 100644 --- a/sys-fs/ctmg/Manifest +++ b/sys-fs/ctmg/Manifest @@ -1,2 +1 @@ -DIST ctmg-1.1.tar.xz 3128 SHA256 adf8c75329b61ecd508c55a557eeaf00344356ba69ba436ea7c44c79d0d41771 SHA512 e5230ad1c4d8de9bdbef5d911e5e7e775757113addd62ab08879e8c93473d3d987b139ea0431d3f486616640ad862c683196fd6b3699c7a77e921b75df58282c WHIRLPOOL cf8a932bdff90079d7fc4522dad6b98256e5cf53218c1dd2b48bad146c7f5aa38f044a36662780e6783f724b1d3b7f1224fd5fcad27e85f63a9f003f3efca81e DIST ctmg-1.2.tar.xz 3824 SHA256 694f3164bb43395a4997a0a112b035776d8532d4f2b9be3c1b862e658ccb5db6 SHA512 6c4b7881c57cead41c7c0065c55805af7fee901723f61bdb06e5cb64dbba08add382d80f931f3321dca5e1e0f8080ab7da4520e58494694ba21900d23717c816 WHIRLPOOL b52cf84a1d1bd992900a863b87a1ba8eeeee9623606450e8c83bc981abb183ed3bb898562331d3e60eb471ee7735ea9bacf54a68120daefa973181218d6674fe diff --git a/sys-fs/ctmg/ctmg-1.1.ebuild b/sys-fs/ctmg/ctmg-1.1.ebuild deleted file mode 100644 index f21fef528086..000000000000 --- a/sys-fs/ctmg/ctmg-1.1.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -DESCRIPTION="Simple wrapper around cryptsetup for encrypted containers" -HOMEPAGE="http://git.zx2c4.com/ctmg/about/" -SRC_URI="http://git.zx2c4.com/${PN}/snapshot/${P}.tar.xz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="amd64 x86 arm arm64" -IUSE="" - -DEPEND="" -RDEPEND="sys-fs/cryptsetup sys-apps/util-linux sys-fs/e2fsprogs sys-apps/coreutils app-admin/sudo" - -src_compile() { :; } - -src_install() { - emake DESTDIR="${D}" PREFIX="${EPREFIX}/usr" install -} diff --git a/sys-fs/ctmg/ctmg-1.2.ebuild b/sys-fs/ctmg/ctmg-1.2.ebuild index 95a4470bda9a..f21fef528086 100644 --- a/sys-fs/ctmg/ctmg-1.2.ebuild +++ b/sys-fs/ctmg/ctmg-1.2.ebuild @@ -10,7 +10,7 @@ SRC_URI="http://git.zx2c4.com/${PN}/snapshot/${P}.tar.xz" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~x86 ~arm ~arm64" +KEYWORDS="amd64 x86 arm arm64" IUSE="" DEPEND="" |