radhermit    14/08/28 14:11:32

  Modified:             ChangeLog
  Added:                s3ql-1.19.ebuild s3ql-2.11.ebuild
  Log:
  Security bumps (bug #521344).
  
  (Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key 
4F064CA3)

Revision  Changes    Path
1.38                 sys-fs/s3ql/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/s3ql/ChangeLog?rev=1.38&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/s3ql/ChangeLog?rev=1.38&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/s3ql/ChangeLog?r1=1.37&r2=1.38

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/s3ql/ChangeLog,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -r1.37 -r1.38
--- ChangeLog   22 Aug 2014 21:00:52 -0000      1.37
+++ ChangeLog   28 Aug 2014 14:11:32 -0000      1.38
@@ -1,6 +1,13 @@
 # ChangeLog for sys-fs/s3ql
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/s3ql/ChangeLog,v 1.37 2014/08/22 
21:00:52 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/s3ql/ChangeLog,v 1.38 2014/08/28 
14:11:32 radhermit Exp $
+
+*s3ql-2.11 (28 Aug 2014)
+*s3ql-1.19 (28 Aug 2014)
+
+  28 Aug 2014; Tim Harder <[email protected]> +s3ql-1.19.ebuild,
+  +s3ql-2.11.ebuild:
+  Security bumps (bug #521344).
 
   22 Aug 2014; Tim Harder <[email protected]> -s3ql-1.15.ebuild,
   -s3ql-1.16.ebuild, -s3ql-1.17.ebuild, -s3ql-2.2.ebuild, -s3ql-2.3.ebuild,



1.1                  sys-fs/s3ql/s3ql-1.19.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/s3ql/s3ql-1.19.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/s3ql/s3ql-1.19.ebuild?rev=1.1&content-type=text/plain

Index: s3ql-1.19.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-fs/s3ql/s3ql-1.19.ebuild,v 1.1 
2014/08/28 14:11:32 radhermit Exp $

EAPI=5
PYTHON_COMPAT=( python{2_6,2_7} )

inherit distutils-r1

DESCRIPTION="A full-featured file system for online data storage"
HOMEPAGE="https://bitbucket.org/nikratio/s3ql/";
SRC_URI="https://www.bitbucket.org/nikratio/s3ql/downloads/${P}.tar.bz2";

LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="contrib doc test"

RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
        >=dev-python/apsw-3.7.0[${PYTHON_USEDEP}]
        >=dev-python/llfuse-0.37[${PYTHON_USEDEP}]
        dev-python/pycryptopp[${PYTHON_USEDEP}]
        dev-python/pyliblzma[${PYTHON_USEDEP}]
        sys-fs/fuse"
DEPEND="${RDEPEND}
        test? (
                dev-python/pytest[${PYTHON_USEDEP}]
                net-misc/rsync[xattr]
        )"

python_prepare_all() {
        # use system setuptools
        sed -i '/use_setuptools/d' setup.py || die

        distutils-r1_python_prepare_all
}

python_test() {
        if [[ ${EUID} -ne 0 ]] ; then
                ewarn "Skipping tests: root privileges are required so userpriv 
must be disabled"
        else
                addwrite /dev/fuse
                esetup.py test
        fi
}

python_install_all() {
        distutils-r1_python_install_all

        if use contrib ; then
                exeinto /usr/share/doc/${PF}/contrib
                docompress -x /usr/share/doc/${PF}/contrib
                doexe contrib/*.{py,sh}
                doman contrib/*.1
        fi

        if use doc ; then
                dodoc doc/manual.pdf
                dohtml -r doc/html/*
        fi
}



1.1                  sys-fs/s3ql/s3ql-2.11.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/s3ql/s3ql-2.11.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/s3ql/s3ql-2.11.ebuild?rev=1.1&content-type=text/plain

Index: s3ql-2.11.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-fs/s3ql/s3ql-2.11.ebuild,v 1.1 
2014/08/28 14:11:32 radhermit Exp $

EAPI=5
PYTHON_COMPAT=( python3_{3,4} )

inherit distutils-r1

DESCRIPTION="A full-featured file system for online data storage"
HOMEPAGE="https://bitbucket.org/nikratio/s3ql/";
SRC_URI="https://www.bitbucket.org/nikratio/s3ql/downloads/${P}.tar.bz2";

LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="contrib doc test"

RDEPEND=">=dev-db/sqlite-3.7.0:3
        dev-python/defusedxml[${PYTHON_USEDEP}]
        dev-python/setuptools[${PYTHON_USEDEP}]
        >=dev-python/apsw-3.7.0[${PYTHON_USEDEP}]
        >=dev-python/dugong-3.2[${PYTHON_USEDEP}]
        >=dev-python/llfuse-0.39[${PYTHON_USEDEP}]
        dev-python/pycrypto[${PYTHON_USEDEP}]
        dev-python/requests[${PYTHON_USEDEP}]
        sys-fs/fuse"
DEPEND="${RDEPEND}
        test? (
                dev-python/pytest[${PYTHON_USEDEP}]
                net-misc/rsync[xattr]
        )"

RESTRICT="test"

python_test() {
        addwrite /dev/fuse
        py.test -v tests || die "Tests fail with ${EPYTHON}"
}

python_install_all() {
        distutils-r1_python_install_all

        if use contrib ; then
                exeinto /usr/share/doc/${PF}/contrib
                docompress -x /usr/share/doc/${PF}/contrib
                doexe contrib/*.{py,sh}
                doman contrib/*.1
        fi

        if use doc ; then
                dodoc doc/manual.pdf
                dohtml -r doc/html/*
        fi
}




Reply via email to