diff options
author | Brian Evans <grknight@gentoo.org> | 2015-07-21 18:35:45 +0000 |
---|---|---|
committer | Brian Evans <grknight@gentoo.org> | 2015-07-21 18:35:45 +0000 |
commit | 0be832a3c74077cec3305cc95fa23a530519d609 (patch) | |
tree | b9e233f7fa8a244f524554e601008f68af018522 /app-backup | |
parent | Removal of package due to service shutdown wrt bug 552578 (diff) | |
download | gentoo-2-0be832a3c74077cec3305cc95fa23a530519d609.tar.gz gentoo-2-0be832a3c74077cec3305cc95fa23a530519d609.tar.bz2 gentoo-2-0be832a3c74077cec3305cc95fa23a530519d609.zip |
Removal of package due to service shutdown wrt bug 552578
Diffstat (limited to 'app-backup')
-rw-r--r-- | app-backup/cyphertite/cyphertite-2.0.2-r5.ebuild | 51 | ||||
-rw-r--r-- | app-backup/cyphertite/cyphertite-2.0.4.ebuild | 51 |
2 files changed, 0 insertions, 102 deletions
diff --git a/app-backup/cyphertite/cyphertite-2.0.2-r5.ebuild b/app-backup/cyphertite/cyphertite-2.0.2-r5.ebuild deleted file mode 100644 index 131c2612a827..000000000000 --- a/app-backup/cyphertite/cyphertite-2.0.2-r5.ebuild +++ /dev/null @@ -1,51 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-backup/cyphertite/cyphertite-2.0.2-r5.ebuild,v 1.1 2014/09/28 16:20:39 grknight Exp $ - -EAPI=5 - -inherit toolchain-funcs eutils multilib - -DESCRIPTION="High Security, Zero-Knowledge Online Backup" -HOMEPAGE="https://www.cyphertite.com/" -SRC_URI="https://www.cyphertite.com/snapshots/source/${PV}/${PN}-full-${PV}.tar.gz" -LICENSE="ISC" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND=" - app-arch/xz-utils:0= - dev-db/sqlite:3= - >=dev-libs/openssl-1.0.1g:0=[-bindist] - dev-libs/expat:0= - dev-libs/libbsd:0= - dev-libs/libedit:0= - dev-libs/libevent:0= - >=dev-libs/lzo-2.0:2= - >=net-misc/curl-7.15.1:0=[ssl] - sys-libs/zlib:0= -" -RDEPEND="${DEPEND}" - -src_prepare() { - # Fix build system that assumes that modules are installed to the live system - epatch "${FILESDIR}/${P}-fix-build.patch" "${FILESDIR}/${P}-cflags.patch" -} - -src_compile() { - # Package has a home grown Makefile system. Make it work for Gentoo - emake INCDIR="${S}" WARNFLAGS="-Wall" OPTLEVEL="" DEBUG="" CC="$(tc-getCC)" \ - AR="$(tc-getAR)" LOCALBASE="/usr" LIB.LINKSTATIC="" LIB.LINKDYNAMIC="" -} - -src_install() { - # Only the main executable needs to be installed - emake -C cyphertite/cyphertite DESTDIR="${D}" LOCALBASE="usr" LIBDIR="usr/$(get_libdir)" LNFORCE="-s" install - - # Fix up broken man symlinks - rm "${D}"usr/share/man/man1/ct*.1 || die - newman "${D}"usr/share/man/man1/cyphertite.1 ct.1 - newman "${D}"usr/share/man/man1/cyphertitectl.1 ctctl.1 - newman "${D}"usr/share/man/man1/cyphertitefb.1 ctfb.1 -} diff --git a/app-backup/cyphertite/cyphertite-2.0.4.ebuild b/app-backup/cyphertite/cyphertite-2.0.4.ebuild deleted file mode 100644 index 73618034f600..000000000000 --- a/app-backup/cyphertite/cyphertite-2.0.4.ebuild +++ /dev/null @@ -1,51 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-backup/cyphertite/cyphertite-2.0.4.ebuild,v 1.1 2014/12/06 01:42:11 grknight Exp $ - -EAPI=5 - -inherit toolchain-funcs eutils multilib - -DESCRIPTION="High Security, Zero-Knowledge Online Backup" -HOMEPAGE="https://www.cyphertite.com/" -SRC_URI="https://www.cyphertite.com/snapshots/source/${PV}/${PN}-full-${PV}.tar.gz" -LICENSE="ISC" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND=" - app-arch/xz-utils:0= - dev-db/sqlite:3= - >=dev-libs/openssl-1.0.1g:0=[-bindist] - dev-libs/expat:0= - dev-libs/libbsd:0= - dev-libs/libedit:0= - dev-libs/libevent:0= - >=dev-libs/lzo-2.0:2= - >=net-misc/curl-7.15.1:0=[ssl] - sys-libs/zlib:0= -" -RDEPEND="${DEPEND}" - -src_prepare() { - # Fix build system that assumes that modules are installed to the live system - epatch "${FILESDIR}/${PN}-2.0.2-fix-build.patch" "${FILESDIR}/${PN}-2.0.2-cflags.patch" -} - -src_compile() { - # Package has a home grown Makefile system. Make it work for Gentoo - emake INCDIR="${S}" WARNFLAGS="-Wall" OPTLEVEL="" DEBUG="" CC="$(tc-getCC)" \ - AR="$(tc-getAR)" LOCALBASE="/usr" LIB.LINKSTATIC="" LIB.LINKDYNAMIC="" -} - -src_install() { - # Only the main executable needs to be installed - emake -C cyphertite/cyphertite DESTDIR="${D}" LOCALBASE="usr" LIBDIR="usr/$(get_libdir)" LNFORCE="-s" install - - # Fix up broken man symlinks - rm "${D}"usr/share/man/man1/ct*.1 || die - newman "${D}"usr/share/man/man1/cyphertite.1 ct.1 - newman "${D}"usr/share/man/man1/cyphertitectl.1 ctctl.1 - newman "${D}"usr/share/man/man1/cyphertitefb.1 ctfb.1 -} |