diff options
author | Tim Harder <radhermit@gentoo.org> | 2013-03-02 07:30:09 +0000 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2013-03-02 07:30:09 +0000 |
commit | d823e605216edec66caabc9867c3e61c659b83d3 (patch) | |
tree | 9313224b893a2c955fccaa9f845af293daa660b2 /sys-fs/s3ql | |
parent | Version bump. (diff) | |
download | gentoo-2-d823e605216edec66caabc9867c3e61c659b83d3.tar.gz gentoo-2-d823e605216edec66caabc9867c3e61c659b83d3.tar.bz2 gentoo-2-d823e605216edec66caabc9867c3e61c659b83d3.zip |
Remove old.
(Portage version: 2.2.0_alpha163/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
Diffstat (limited to 'sys-fs/s3ql')
-rw-r--r-- | sys-fs/s3ql/ChangeLog | 6 | ||||
-rw-r--r-- | sys-fs/s3ql/s3ql-1.11.1.ebuild | 59 | ||||
-rw-r--r-- | sys-fs/s3ql/s3ql-1.12.ebuild | 59 | ||||
-rw-r--r-- | sys-fs/s3ql/s3ql-1.13.ebuild | 55 |
4 files changed, 5 insertions, 174 deletions
diff --git a/sys-fs/s3ql/ChangeLog b/sys-fs/s3ql/ChangeLog index ab37a55585e5..98ce47eab3e0 100644 --- a/sys-fs/s3ql/ChangeLog +++ b/sys-fs/s3ql/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-fs/s3ql # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/s3ql/ChangeLog,v 1.15 2013/03/02 07:29:07 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/s3ql/ChangeLog,v 1.16 2013/03/02 07:30:08 radhermit Exp $ + + 02 Mar 2013; Tim Harder <radhermit@gentoo.org> -s3ql-1.11.1.ebuild, + -s3ql-1.12.ebuild, -s3ql-1.13.ebuild: + Remove old. *s3ql-1.13.1 (02 Mar 2013) diff --git a/sys-fs/s3ql/s3ql-1.11.1.ebuild b/sys-fs/s3ql/s3ql-1.11.1.ebuild deleted file mode 100644 index 2f677fb67288..000000000000 --- a/sys-fs/s3ql/s3ql-1.11.1.ebuild +++ /dev/null @@ -1,59 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/s3ql/s3ql-1.11.1.ebuild,v 1.3 2013/01/07 08:54:18 mgorny Exp $ - -EAPI="4" - -PYTHON_DEPEND="2" -SUPPORT_PYTHON_ABIS="1" -RESTRICT_PYTHON_ABIS="3.*" -DISTUTILS_SRC_TEST="setup.py" - -inherit distutils - -DESCRIPTION="A full-featured file system for online data storage" -HOMEPAGE="http://code.google.com/p/s3ql/" -SRC_URI="http://s3ql.googlecode.com/files/${P}.tar.bz2" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="contrib doc test" - -RDEPEND="dev-python/setuptools - >=dev-python/apsw-3.7.0 - >=dev-python/llfuse-0.37 - dev-python/pycryptopp - dev-python/pyliblzma - sys-fs/fuse - virtual/python-argparse" -DEPEND="${RDEPEND} - test? ( - net-misc/rsync[xattr] - virtual/python-unittest2 - )" - -src_test() { - if [[ ${EUID} -ne 0 ]] ; then - ewarn "Skipping tests: root privileges are required so userpriv must be disabled" - else - addwrite /dev/fuse - distutils_src_test - fi -} - -src_install() { - distutils_src_install - - 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 -} diff --git a/sys-fs/s3ql/s3ql-1.12.ebuild b/sys-fs/s3ql/s3ql-1.12.ebuild deleted file mode 100644 index f53dab0d446a..000000000000 --- a/sys-fs/s3ql/s3ql-1.12.ebuild +++ /dev/null @@ -1,59 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/s3ql/s3ql-1.12.ebuild,v 1.3 2013/01/07 08:54:18 mgorny Exp $ - -EAPI="4" - -PYTHON_DEPEND="2" -SUPPORT_PYTHON_ABIS="1" -RESTRICT_PYTHON_ABIS="3.*" -DISTUTILS_SRC_TEST="setup.py" - -inherit distutils - -DESCRIPTION="A full-featured file system for online data storage" -HOMEPAGE="http://code.google.com/p/s3ql/" -SRC_URI="http://s3ql.googlecode.com/files/${P}.tar.bz2" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="contrib doc test" - -RDEPEND="dev-python/setuptools - >=dev-python/apsw-3.7.0 - >=dev-python/llfuse-0.37 - dev-python/pycryptopp - dev-python/pyliblzma - sys-fs/fuse - virtual/python-argparse" -DEPEND="${RDEPEND} - test? ( - net-misc/rsync[xattr] - virtual/python-unittest2 - )" - -src_test() { - if [[ ${EUID} -ne 0 ]] ; then - ewarn "Skipping tests: root privileges are required so userpriv must be disabled" - else - addwrite /dev/fuse - distutils_src_test - fi -} - -src_install() { - distutils_src_install - - 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 -} diff --git a/sys-fs/s3ql/s3ql-1.13.ebuild b/sys-fs/s3ql/s3ql-1.13.ebuild deleted file mode 100644 index 7ec4cfc67260..000000000000 --- a/sys-fs/s3ql/s3ql-1.13.ebuild +++ /dev/null @@ -1,55 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/s3ql/s3ql-1.13.ebuild,v 1.1 2013/02/25 03:19:52 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="http://code.google.com/p/s3ql/" -SRC_URI="http://s3ql.googlecode.com/files/${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 - virtual/python-argparse[${PYTHON_USEDEP}]" -DEPEND="${RDEPEND} - test? ( - net-misc/rsync[xattr] - virtual/python-unittest2 - )" - -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 -} |