summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2016-02-20 19:31:32 +0100
committerPacho Ramos <pacho@gentoo.org>2016-02-20 19:31:32 +0100
commit031ceb4bc4a53dca5c20906459ff08b8c48f7c5e (patch)
treeee1b081d58989215ab12530f6cd38e58277a1649 /app-crypt
parentRemove masked for removal packages (diff)
downloadgentoo-031ceb4bc4a53dca5c20906459ff08b8c48f7c5e.tar.gz
gentoo-031ceb4bc4a53dca5c20906459ff08b8c48f7c5e.tar.bz2
gentoo-031ceb4bc4a53dca5c20906459ff08b8c48f7c5e.zip
Remove masked for removal packages
Diffstat (limited to 'app-crypt')
-rw-r--r--app-crypt/truecrypt/Manifest4
-rw-r--r--app-crypt/truecrypt/files/execstack-fix.diff60
-rw-r--r--app-crypt/truecrypt/files/makefile-archdetect.diff11
-rw-r--r--app-crypt/truecrypt/files/truecrypt-7.1a-build.patch16
-rw-r--r--app-crypt/truecrypt/files/truecrypt-stop.sh9
-rw-r--r--app-crypt/truecrypt/files/truecrypt.init29
-rw-r--r--app-crypt/truecrypt/metadata.xml14
-rw-r--r--app-crypt/truecrypt/truecrypt-7.1a.ebuild126
-rw-r--r--app-crypt/truecrypt/truecrypt-7.2.ebuild114
9 files changed, 0 insertions, 383 deletions
diff --git a/app-crypt/truecrypt/Manifest b/app-crypt/truecrypt/Manifest
deleted file mode 100644
index 66652f77692d..000000000000
--- a/app-crypt/truecrypt/Manifest
+++ /dev/null
@@ -1,4 +0,0 @@
-DIST TrueCrypt-7.2-source-unix.tar.gz 1061292 SHA256 59720350125dc7e325eb8e6d86f939f826492a2ebba247079bed3b0e1a9b66e8 SHA512 e0b238f01a8b89f752a4288cf0f6ae5b86bf0d60e6418cd2b0b47fc9d789418d9181500daeeff32006970e58d0ea73f00b78814d6360759d79741272877ea5fb WHIRLPOOL 8b2e3aa773c795c32532c51898f33f084edf89e663daf934d5f3ef14c78cbd5d4e62d1befd447d35ab6283c8ba1ed183b52ed4b58f56ed72dd1078239c47e995
-DIST truecrypt-7.1a-pkcs11.h 43544 SHA256 662d39cec5a0063c8aacc430d4fcba4b31b80a174f1e824dcc359f1c1420bc2c SHA512 bffce5344383a07c4313c30ee1cb0ed7063a749527521bd964263deb5d951cc181acf9c4386bcd2ad44d40be35b3a08d56b1404730b4994e43760db71649ef3c WHIRLPOOL bc5bfbcf711f8d8d8f13625bd2ea98b195662ca458b9186a6a1a01f51897ba1e9a488b91ddfec97af7fdbb770637db27b5c124ba5fa376a415c512af3c6aac74
-DIST truecrypt-7.1a.tar.gz 1949303 SHA256 e6214e911d0bbededba274a2f8f8d7b3f6f6951e20f1c3a598fc7a23af81c8dc SHA512 b5e766023168015cb91bfd85c9e2621055dd98408215e02704775861b5070c5a0234a00c64c1bf7faa34e6d0b51ac71cd36169dd7a6f84d7a34ad0cfa304796a WHIRLPOOL 5e7f4360746a30639aea96eaf4deac268289c111c0efa96f50487527f04064992c26ad4c8ae0fd565d80e77f0ce8add82b03930d877fe5adedc8a733b482fe38
-DIST truecrypt-7.2-pkcs11.h 43544 SHA256 662d39cec5a0063c8aacc430d4fcba4b31b80a174f1e824dcc359f1c1420bc2c SHA512 bffce5344383a07c4313c30ee1cb0ed7063a749527521bd964263deb5d951cc181acf9c4386bcd2ad44d40be35b3a08d56b1404730b4994e43760db71649ef3c WHIRLPOOL bc5bfbcf711f8d8d8f13625bd2ea98b195662ca458b9186a6a1a01f51897ba1e9a488b91ddfec97af7fdbb770637db27b5c124ba5fa376a415c512af3c6aac74
diff --git a/app-crypt/truecrypt/files/execstack-fix.diff b/app-crypt/truecrypt/files/execstack-fix.diff
deleted file mode 100644
index b76bfcc580c0..000000000000
--- a/app-crypt/truecrypt/files/execstack-fix.diff
+++ /dev/null
@@ -1,60 +0,0 @@
---- Crypto/Aes_hw_cpu.asm.old 2011-06-01 17:12:53.078000001 -0400
-+++ Crypto/Aes_hw_cpu.asm 2011-06-01 17:12:53.080000002 -0400
-@@ -328,3 +328,12 @@
-
-
- %endif ; __BITS__ != 16
-+ %ifidn __OUTPUT_FORMAT__,elf
-+ section .note.GNU-stack noalloc noexec nowrite progbits
-+ %endif
-+ %ifidn __OUTPUT_FORMAT__,elf32
-+ section .note.GNU-stack noalloc noexec nowrite progbits
-+ %endif
-+ %ifidn __OUTPUT_FORMAT__,elf64
-+ section .note.GNU-stack noalloc noexec nowrite progbits
-+ %endif
---- Crypto/AesSmall_x86.asm.old 2011-06-01 17:12:53.084000002 -0400
-+++ Crypto/AesSmall_x86.asm 2011-06-01 17:12:53.086000002 -0400
-@@ -1442,3 +1442,12 @@
- db v8(0xe1),v8(0x69),v8(0x14),v8(0x63),v8(0x55),v8(0x21),v8(0x0c),v8(0x7d)
-
- %endif
-+ %ifidn __OUTPUT_FORMAT__,elf
-+ section .note.GNU-stack noalloc noexec nowrite progbits
-+ %endif
-+ %ifidn __OUTPUT_FORMAT__,elf32
-+ section .note.GNU-stack noalloc noexec nowrite progbits
-+ %endif
-+ %ifidn __OUTPUT_FORMAT__,elf64
-+ section .note.GNU-stack noalloc noexec nowrite progbits
-+ %endif
---- Crypto/Aes_x64.asm.old 2011-06-01 17:12:53.090000002 -0400
-+++ Crypto/Aes_x64.asm 2011-06-01 17:12:53.092000002 -0400
-@@ -905,3 +905,12 @@
- %endif
-
- %endif
-+ %ifidn __OUTPUT_FORMAT__,elf
-+ section .note.GNU-stack noalloc noexec nowrite progbits
-+ %endif
-+ %ifidn __OUTPUT_FORMAT__,elf32
-+ section .note.GNU-stack noalloc noexec nowrite progbits
-+ %endif
-+ %ifidn __OUTPUT_FORMAT__,elf64
-+ section .note.GNU-stack noalloc noexec nowrite progbits
-+ %endif
---- Crypto/Aes_x86.asm.old 2011-06-01 17:12:53.096000002 -0400
-+++ Crypto/Aes_x86.asm 2011-06-01 17:12:53.097000002 -0400
-@@ -644,3 +644,12 @@
- do_exit
-
- %endif
-+ %ifidn __OUTPUT_FORMAT__,elf
-+ section .note.GNU-stack noalloc noexec nowrite progbits
-+ %endif
-+ %ifidn __OUTPUT_FORMAT__,elf32
-+ section .note.GNU-stack noalloc noexec nowrite progbits
-+ %endif
-+ %ifidn __OUTPUT_FORMAT__,elf64
-+ section .note.GNU-stack noalloc noexec nowrite progbits
-+ %endif
diff --git a/app-crypt/truecrypt/files/makefile-archdetect.diff b/app-crypt/truecrypt/files/makefile-archdetect.diff
deleted file mode 100644
index 312dcfa27002..000000000000
--- a/app-crypt/truecrypt/files/makefile-archdetect.diff
+++ /dev/null
@@ -1,11 +0,0 @@
---- Makefile 2010-09-05 10:32:10.000000000 -0400
-+++ Makefile.new 2011-06-01 15:23:24.975000088 -0400
-@@ -120,7 +120,7 @@
-
- export CPU_ARCH ?= unknown
-
--ARCH = $(shell uname -p)
-+ARCH = $(shell uname -m)
- ifeq "$(ARCH)" "unknown"
- ARCH = $(shell uname -m)
- endif
diff --git a/app-crypt/truecrypt/files/truecrypt-7.1a-build.patch b/app-crypt/truecrypt/files/truecrypt-7.1a-build.patch
deleted file mode 100644
index e0b05d503b64..000000000000
--- a/app-crypt/truecrypt/files/truecrypt-7.1a-build.patch
+++ /dev/null
@@ -1,16 +0,0 @@
-Add dl library, bug#481060.
-
----
-
-diff -urNp truecrypt-7.1a-source.org/Main/Main.make truecrypt-7.1a-source/Main/Main.make
---- truecrypt-7.1a-source.org/Main/Main.make 2012-02-07 12:36:48.000000000 +0200
-+++ truecrypt-7.1a-source/Main/Main.make 2013-12-08 21:50:07.224586712 +0200
-@@ -105,7 +105,7 @@ TC_VERSION = $(shell grep VERSION_STRING
-
- $(APPNAME): $(LIBS) $(OBJS)
- @echo Linking $@
-- $(CXX) -o $(APPNAME) $(LFLAGS) $(OBJS) $(LIBS) $(FUSE_LIBS) $(WX_LIBS)
-+ $(CXX) -o $(APPNAME) $(LFLAGS) $(OBJS) $(LIBS) $(FUSE_LIBS) $(WX_LIBS) -ldl
-
- ifeq "$(TC_BUILD_CONFIG)" "Release"
- ifndef NOSTRIP
diff --git a/app-crypt/truecrypt/files/truecrypt-stop.sh b/app-crypt/truecrypt/files/truecrypt-stop.sh
deleted file mode 100644
index 50bb0b749fb0..000000000000
--- a/app-crypt/truecrypt/files/truecrypt-stop.sh
+++ /dev/null
@@ -1,9 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2 or later
-
-# Try to remove any dm-crypt mappings
-if [ -x /usr/bin/truecrypt ]; then
- ebegin "Removing truecrypt mappings"
- ! /usr/bin/truecrypt -l > /dev/null 2>&1 || /usr/bin/truecrypt -d
- eend $?
-fi
diff --git a/app-crypt/truecrypt/files/truecrypt.init b/app-crypt/truecrypt/files/truecrypt.init
deleted file mode 100644
index 8b47d73b520d..000000000000
--- a/app-crypt/truecrypt/files/truecrypt.init
+++ /dev/null
@@ -1,29 +0,0 @@
-#!/sbin/runscript
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-depend() {
- after localmount
- if [ -e /lib/librc.so ]; then
- need device-mapper
- fi
-}
-
-start() {
- if [ ! -e /lib/librc.so ]; then
- eerror "The ${myservice} init script is written for baselayout-2"
- eerror "Please do not use it with baselayout-1"
- return 1
- fi
-}
-
-stop() {
- if [ ! -e /lib/librc.so ]; then
- eerror "The ${myservice} init script is written for baselayout-2"
- eerror "Please do not use it with baselayout-1"
- return 1
- fi
-
- . /lib/rcscripts/addons/truecrypt-stop.sh
-}
diff --git a/app-crypt/truecrypt/metadata.xml b/app-crypt/truecrypt/metadata.xml
deleted file mode 100644
index ae09eee9c58c..000000000000
--- a/app-crypt/truecrypt/metadata.xml
+++ /dev/null
@@ -1,14 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>crypto@gentoo.org</email>
- <name>Crypto</name>
- </maintainer>
- <use>
- <flag name="asm">Enable assembly for optimization</flag>
- </use>
- <upstream>
- <remote-id type="sourceforge">truecrypt</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/app-crypt/truecrypt/truecrypt-7.1a.ebuild b/app-crypt/truecrypt/truecrypt-7.1a.ebuild
deleted file mode 100644
index 5145efcd2d7a..000000000000
--- a/app-crypt/truecrypt/truecrypt-7.1a.ebuild
+++ /dev/null
@@ -1,126 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="4"
-
-inherit flag-o-matic linux-info multilib toolchain-funcs wxwidgets eutils pax-utils
-
-DESCRIPTION="Free open-source disk encryption software"
-HOMEPAGE="http://www.truecrypt.org/"
-SRC_URI="${P}.tar.gz
- ${P}-pkcs11.h"
-
-LICENSE="truecrypt-3.0"
-SLOT="0"
-KEYWORDS="-* ~amd64 ~ppc ~x86"
-IUSE="X +asm"
-RESTRICT="mirror fetch bindist"
-
-RDEPEND=">=sys-fs/lvm2-2.02.45
- sys-fs/fuse
- x11-libs/wxGTK:2.8[X?]
- app-admin/sudo"
-DEPEND="${RDEPEND}
- !ppc? ( dev-lang/nasm )"
-
-S="${WORKDIR}/${P}-source"
-
-#See bug 241650.
-pkg_nofetch() {
- elog "Please download the source archive \"TrueCrypt ${PV} Source.tar.gz\" from:"
- elog "http://www.truecrypt.org/downloads2"
- elog "Then put the file in ${DISTDIR}/${P}.tar.gz"
-
- # until we support restricted fetch per URI
- elog ""
- elog "Please execute:"
- elog "curl 'http://git.gnupg.org/cgi-bin/gitweb.cgi?p=scute.git;a=blob_plain;f=src/pkcs11.h;hb=38bdba0bb1ab93950489c645938c93ed577f9139' > ${DISTDIR}/${P}-pkcs11.h"
-}
-
-pkg_setup() {
- local CONFIG_CHECK="~BLK_DEV_DM ~DM_CRYPT ~FUSE_FS ~CRYPTO ~CRYPTO_XTS"
- linux-info_pkg_setup
-
- local WX_GTK_VER="2.8"
- if use X; then
- need-wxwidgets unicode
- else
- need-wxwidgets base-unicode
- fi
-}
-
-src_prepare() {
- if has_version x11-libs/wxGTK[X]; then
- # Fix linking when NOGUI=1
- sed -e "s/WX_CONFIG_LIBS := base/&,core/" -i Main/Main.make || die "sed Main/Main.make failed"
- fi
-
- epatch "${FILESDIR}/makefile-archdetect.diff"
- epatch "${FILESDIR}/execstack-fix.diff"
- epatch "${FILESDIR}/${P}-build.patch"
- mkdir "${T}"/pkcs11 || die
- ln -s "${DISTDIR}"/${P}-pkcs11.h "${T}"/pkcs11/pkcs11.h || die
-}
-
-src_compile() {
- local EXTRA
-
- use X || EXTRA+=" NOGUI=1"
- use asm || EXTRA+=" NOASM=1"
- append-flags -DCKR_NEW_PIN_MODE=0x000001B0 -DCKR_NEXT_OTP=0x000001B1
-
- emake \
- ${EXTRA} \
- NOSTRIP=1 \
- NOTEST=1 \
- VERBOSE=1 \
- CC="$(tc-getCC)" \
- CXX="$(tc-getCXX)" \
- AR="$(tc-getAR)" \
- RANLIB="$(tc-getRANLIB)" \
- TC_EXTRA_CFLAGS="${CFLAGS}" \
- TC_EXTRA_CXXFLAGS="${CXXFLAGS}" \
- TC_EXTRA_LFLAGS="${LDFLAGS}" \
- WX_CONFIG="${WX_CONFIG}" \
- PKCS11_INC="${T}/pkcs11/"
-}
-
-src_test() {
- "${S}/Main/truecrypt" --text --test || die "tests failed"
-}
-
-src_install() {
- dobin Main/truecrypt
- dodoc Readme.txt "Release/Setup Files/TrueCrypt User Guide.pdf"
- exeinto "/$(get_libdir)/rcscripts/addons"
- newexe "${FILESDIR}/${PN}-stop.sh" "${PN}-stop.sh"
-
- newinitd "${FILESDIR}/${PN}.init" ${PN}
-
- if use X; then
- newicon Resources/Icons/TrueCrypt-48x48.xpm truecrypt.xpm
- make_desktop_entry ${PN} "TrueCrypt" ${PN} "System"
- fi
-
- pax-mark -m "${D}/usr/bin/truecrypt"
-}
-
-pkg_postinst() {
- elog "There is now an init script for TrueCrypt for Baselayout-2."
- elog "If you are a baselayout-2 user and you would like the TrueCrypt"
- elog "mappings removed on shutdown in order to prevent other file systems"
- elog "from unmounting then run:"
- elog "rc-update add truecrypt boot"
- elog
-
- ewarn "If you're getting errors about DISPLAY while using the terminal"
- ewarn "it's a known upstream bug. To use TrueCrypt from the terminal"
- ewarn "all that's necessary is to run: unset DISPLAY"
- ewarn "This will make the display unaccessable from that terminal "
- ewarn "but at least you will be able to access your volumes."
- ewarn
-
- ewarn "TrueCrypt has a very restrictive license. Please be explicitly aware"
- ewarn "of the limitations on redistribution of binaries or modified source."
-}
diff --git a/app-crypt/truecrypt/truecrypt-7.2.ebuild b/app-crypt/truecrypt/truecrypt-7.2.ebuild
deleted file mode 100644
index 43ab197efacc..000000000000
--- a/app-crypt/truecrypt/truecrypt-7.2.ebuild
+++ /dev/null
@@ -1,114 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-
-inherit flag-o-matic linux-info multilib toolchain-funcs wxwidgets eutils pax-utils
-
-DESCRIPTION="Free open-source disk encryption software"
-HOMEPAGE="http://www.truecrypt.org/"
-SRC_URI="mirror://sourceforge/${PN}/TrueCrypt/Other/TrueCrypt-${PV}-source-unix.tar.gz
- http://git.gnupg.org/cgi-bin/gitweb.cgi?p=scute.git;a=blob_plain;f=src/pkcs11.h;hb=38bdba0bb1ab93950489c645938c93ed577f9139 -> ${P}-pkcs11.h"
-
-LICENSE="truecrypt-3.0"
-SLOT="0"
-KEYWORDS=""
-IUSE="X +asm"
-RESTRICT="bindist"
-
-RDEPEND=">=sys-fs/lvm2-2.02.45
- sys-fs/fuse
- x11-libs/wxGTK:2.8[X?]
- app-admin/sudo"
-DEPEND="${RDEPEND}
- !ppc? ( dev-lang/nasm )"
-
-S="${WORKDIR}/${P}-source"
-
-pkg_setup() {
- local CONFIG_CHECK="~BLK_DEV_DM ~DM_CRYPT ~FUSE_FS ~CRYPTO ~CRYPTO_XTS"
- linux-info_pkg_setup
-
- local WX_GTK_VER="2.8"
- if use X; then
- need-wxwidgets unicode
- else
- need-wxwidgets base-unicode
- fi
-}
-
-src_prepare() {
- if has_version x11-libs/wxGTK[X]; then
- # Fix linking when NOGUI=1
- sed -e "s/WX_CONFIG_LIBS := base/&,core/" -i Main/Main.make || die "sed Main/Main.make failed"
- fi
-
- epatch "${FILESDIR}/makefile-archdetect.diff"
- epatch "${FILESDIR}/execstack-fix.diff"
- epatch "${FILESDIR}/${PN}-7.1a-build.patch"
- mkdir "${T}"/pkcs11 || die
- ln -s "${DISTDIR}"/${P}-pkcs11.h "${T}"/pkcs11/pkcs11.h || die
-}
-
-src_compile() {
- local EXTRA
-
- use X || EXTRA+=" NOGUI=1"
- use asm || EXTRA+=" NOASM=1"
- append-flags -DCKR_NEW_PIN_MODE=0x000001B0 -DCKR_NEXT_OTP=0x000001B1
-
- emake \
- ${EXTRA} \
- NOSTRIP=1 \
- NOTEST=1 \
- VERBOSE=1 \
- CC="$(tc-getCC)" \
- CXX="$(tc-getCXX)" \
- AR="$(tc-getAR)" \
- RANLIB="$(tc-getRANLIB)" \
- TC_EXTRA_CFLAGS="${CFLAGS}" \
- TC_EXTRA_CXXFLAGS="${CXXFLAGS}" \
- TC_EXTRA_LFLAGS="${LDFLAGS}" \
- WX_CONFIG="${WX_CONFIG}" \
- PKCS11_INC="${T}/pkcs11/"
-}
-
-src_test() {
- "${S}/Main/truecrypt" --text --test || die "tests failed"
-}
-
-src_install() {
- dobin Main/truecrypt
- dodoc Readme.txt
- exeinto "/$(get_libdir)/rcscripts/addons"
- newexe "${FILESDIR}/${PN}-stop.sh" "${PN}-stop.sh"
-
- newinitd "${FILESDIR}/${PN}.init" ${PN}
-
- if use X; then
- newicon Resources/Icons/TrueCrypt-48x48.xpm truecrypt.xpm
- make_desktop_entry ${PN} "TrueCrypt" ${PN} "System"
- fi
-
- pax-mark -m "${D}/usr/bin/truecrypt"
-}
-
-pkg_postinst() {
- elog "There is now an init script for TrueCrypt for Baselayout-2."
- elog "If you are a baselayout-2 user and you would like the TrueCrypt"
- elog "mappings removed on shutdown in order to prevent other file systems"
- elog "from unmounting then run:"
- elog "rc-update add truecrypt boot"
- elog
-
- ewarn "If you're getting errors about DISPLAY while using the terminal"
- ewarn "it's a known upstream bug. To use TrueCrypt from the terminal"
- ewarn "all that's necessary is to run: unset DISPLAY"
- ewarn "This will make the display unaccessable from that terminal "
- ewarn "but at least you will be able to access your volumes."
- ewarn
-
- ewarn "TrueCrypt has a very restrictive license. Please be explicitly aware"
- ewarn "of the limitations on redistribution of binaries or modified source."
-}