grknight    14/06/26 00:56:07

  Added:                cyphertite-2.0.2.ebuild metadata.xml ChangeLog
  Log:
  Initial commit
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
67C78E1D)

Revision  Changes    Path
1.1                  app-backup/cyphertite/cyphertite-2.0.2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-backup/cyphertite/cyphertite-2.0.2.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-backup/cyphertite/cyphertite-2.0.2.ebuild?rev=1.1&content-type=text/plain

Index: cyphertite-2.0.2.ebuild
===================================================================
# 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.ebuild,v 1.1 
2014/06/26 00:56:07 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="debug"

DEPEND="
        >=dev-libs/openssl-1.0.1g
        dev-libs/expat
        >=dev-libs/lzo-2.0
        sys-libs/zlib
        dev-db/sqlite:3
        dev-libs/libedit
        >=net-misc/curl-7.15.1
        dev-libs/libbsd
"
RDEPEND="${DEPEND}"

src_prepare() {
        # Fix build system that assumes that modules are installed to the live 
system
        epatch "${FILESDIR}/${P}-fix-build.patch"
}

src_compile() {
        # Package has a home grown Makefile system. Make it work for Gentoo
        emake INCDIR="${S}" WARNFLAGS="-Wall" DEBUG=$(usex debug -g '') 
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
        dosym /usr/share/man/man1/cyphertite.1.bz2 /usr/share/man/man1/ct.1.bz2
        dosym /usr/share/man/man1/cyphertitectl.1.bz2 
/usr/share/man/man1/ctctl.1.bz2
        dosym /usr/share/man/man1/cyphertitefb.1.bz2 
/usr/share/man/man1/ctfb.1.bz2
}



1.1                  app-backup/cyphertite/metadata.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-backup/cyphertite/metadata.xml?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-backup/cyphertite/metadata.xml?rev=1.1&content-type=text/plain

Index: metadata.xml
===================================================================
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
<pkgmetadata>
<maintainer>
        <email>[email protected]</email>
        <name>Brian Evans</name>
</maintainer>
</pkgmetadata>



1.1                  app-backup/cyphertite/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-backup/cyphertite/ChangeLog?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-backup/cyphertite/ChangeLog?rev=1.1&content-type=text/plain

Index: ChangeLog
===================================================================
# ChangeLog for app-backup/cyphertite
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/app-backup/cyphertite/ChangeLog,v 1.1 
2014/06/26 00:56:07 grknight Exp $

*cyphertite-2.0.2 (26 Jun 2014)

  26 Jun 2014; Brian Evans <[email protected]> +cyphertite-2.0.2.ebuild,
  +files/cyphertite-2.0.2-fix-build.patch, +metadata.xml:
  Initial commit




Reply via email to