diff options
author | Tim Harder <radhermit@gentoo.org> | 2013-07-21 08:53:59 +0000 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2013-07-21 08:53:59 +0000 |
commit | f5ec7e8bc9aca2e23985666dae9c3bdd7c7cb8b0 (patch) | |
tree | f3f74edb96397a4a08c23db50a254c25fd078f22 /sys-fs/s3ql | |
parent | Cleanup due #92799 (diff) | |
download | gentoo-2-f5ec7e8bc9aca2e23985666dae9c3bdd7c7cb8b0.tar.gz gentoo-2-f5ec7e8bc9aca2e23985666dae9c3bdd7c7cb8b0.tar.bz2 gentoo-2-f5ec7e8bc9aca2e23985666dae9c3bdd7c7cb8b0.zip |
Remove old.
(Portage version: 2.2.0_alpha186/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
Diffstat (limited to 'sys-fs/s3ql')
-rw-r--r-- | sys-fs/s3ql/ChangeLog | 7 | ||||
-rw-r--r-- | sys-fs/s3ql/s3ql-1.12-r1.ebuild | 55 | ||||
-rw-r--r-- | sys-fs/s3ql/s3ql-1.13.1.ebuild | 56 | ||||
-rw-r--r-- | sys-fs/s3ql/s3ql-1.13.2.ebuild | 56 | ||||
-rw-r--r-- | sys-fs/s3ql/s3ql-1.14.ebuild | 56 | ||||
-rw-r--r-- | sys-fs/s3ql/s3ql-2.1.ebuild | 53 |
6 files changed, 6 insertions, 277 deletions
diff --git a/sys-fs/s3ql/ChangeLog b/sys-fs/s3ql/ChangeLog index 2bbe96ae8081..2ba633992d22 100644 --- a/sys-fs/s3ql/ChangeLog +++ b/sys-fs/s3ql/ChangeLog @@ -1,6 +1,11 @@ # 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.23 2013/07/21 08:52:12 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/s3ql/ChangeLog,v 1.24 2013/07/21 08:53:58 radhermit Exp $ + + 21 Jul 2013; Tim Harder <radhermit@gentoo.org> -s3ql-1.12-r1.ebuild, + -s3ql-1.13.1.ebuild, -s3ql-1.13.2.ebuild, -s3ql-1.14.ebuild, + -s3ql-2.1.ebuild: + Remove old. *s3ql-1.16 (21 Jul 2013) diff --git a/sys-fs/s3ql/s3ql-1.12-r1.ebuild b/sys-fs/s3ql/s3ql-1.12-r1.ebuild deleted file mode 100644 index 42d2d89708b4..000000000000 --- a/sys-fs/s3ql/s3ql-1.12-r1.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.12-r1.ebuild,v 1.2 2013/01/07 08:54:18 mgorny 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 -} diff --git a/sys-fs/s3ql/s3ql-1.13.1.ebuild b/sys-fs/s3ql/s3ql-1.13.1.ebuild deleted file mode 100644 index 6ff9d12c44f1..000000000000 --- a/sys-fs/s3ql/s3ql-1.13.1.ebuild +++ /dev/null @@ -1,56 +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.1.ebuild,v 1.1 2013/03/02 07:29:07 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? ( - dev-python/pytest[${PYTHON_USEDEP}] - 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 -} diff --git a/sys-fs/s3ql/s3ql-1.13.2.ebuild b/sys-fs/s3ql/s3ql-1.13.2.ebuild deleted file mode 100644 index 68b257af0fa8..000000000000 --- a/sys-fs/s3ql/s3ql-1.13.2.ebuild +++ /dev/null @@ -1,56 +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.2.ebuild,v 1.1 2013/03/11 05:55:30 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? ( - dev-python/pytest[${PYTHON_USEDEP}] - 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 -} diff --git a/sys-fs/s3ql/s3ql-1.14.ebuild b/sys-fs/s3ql/s3ql-1.14.ebuild deleted file mode 100644 index 48cf6783e3b5..000000000000 --- a/sys-fs/s3ql/s3ql-1.14.ebuild +++ /dev/null @@ -1,56 +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.14.ebuild,v 1.1 2013/04/11 01:31:35 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? ( - dev-python/pytest[${PYTHON_USEDEP}] - net-misc/rsync[xattr] - virtual/python-unittest2[${PYTHON_USEDEP}] - )" - -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 -} diff --git a/sys-fs/s3ql/s3ql-2.1.ebuild b/sys-fs/s3ql/s3ql-2.1.ebuild deleted file mode 100644 index e004cdee8885..000000000000 --- a/sys-fs/s3ql/s3ql-2.1.ebuild +++ /dev/null @@ -1,53 +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-2.1.ebuild,v 1.1 2013/06/15 09:35:17 radhermit Exp $ - -EAPI=5 -PYTHON_COMPAT=( python3_3 ) - -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.39[${PYTHON_USEDEP}] - dev-python/pycrypto[${PYTHON_USEDEP}] - sys-fs/fuse" -DEPEND="${RDEPEND} - test? ( - dev-python/pytest[${PYTHON_USEDEP}] - net-misc/rsync[xattr] - )" - -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 -} |