Skip to content

Commit

Permalink
borgbackup: ebuild update
Browse files Browse the repository at this point in the history
  • Loading branch information
KARBOWSKI Piotr committed Mar 19, 2016
1 parent 6094dab commit 1e1ca39
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 10 deletions.
12 changes: 7 additions & 5 deletions app-backup/borgbackup/borgbackup-1.0.0.ebuild
Expand Up @@ -8,7 +8,7 @@ if [[ ${PV} == "9999" ]] ; then
EGIT_REPO_URI="https://github.com/borgbackup/borg.git"
inherit git-r3
else
SRC_URI="https://pypi.python.org/packages/source/b/${PN}/${P}.tar.gz"
SRC_URI="mirror://pypi/b/borgbackup/${P}.tar.gz"
KEYWORDS="~amd64 ~x86"
fi

Expand All @@ -17,16 +17,18 @@ HOMEPAGE="https://borgbackup.github.io/"

LICENSE="BSD"
SLOT="0"
IUSE="libressl"
IUSE="libressl +fuse"

RDEPEND="
dev-python/msgpack[${PYTHON_USEDEP}]
!libressl? ( dev-libs/openssl:0 )
libressl? ( dev-libs/libressl )
dev-python/llfuse[${PYTHON_USEDEP}]"
fuse? ( dev-python/llfuse[${PYTHON_USEDEP}] )
"

DEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
dev-python/setuptools_scm[${PYTHON_USEDEP}]
dev-python/cython[${PYTHON_USEDEP}]
${RDEPEND}"
${RDEPEND}
"

12 changes: 7 additions & 5 deletions app-backup/borgbackup/borgbackup-9999.ebuild
Expand Up @@ -8,7 +8,7 @@ if [[ ${PV} == "9999" ]] ; then
EGIT_REPO_URI="https://github.com/borgbackup/borg.git"
inherit git-r3
else
SRC_URI="https://pypi.python.org/packages/source/b/${PN}/${P}.tar.gz"
SRC_URI="mirror://pypi/b/borgbackup/${P}.tar.gz"
KEYWORDS="~amd64 ~x86"
fi

Expand All @@ -17,16 +17,18 @@ HOMEPAGE="https://borgbackup.github.io/"

LICENSE="BSD"
SLOT="0"
IUSE="libressl"
IUSE="libressl +fuse"

RDEPEND="
dev-python/msgpack[${PYTHON_USEDEP}]
!libressl? ( dev-libs/openssl:0 )
libressl? ( dev-libs/libressl )
dev-python/llfuse[${PYTHON_USEDEP}]"
fuse? ( dev-python/llfuse[${PYTHON_USEDEP}] )
"

DEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
dev-python/setuptools_scm[${PYTHON_USEDEP}]
dev-python/cython[${PYTHON_USEDEP}]
${RDEPEND}"
${RDEPEND}
"

0 comments on commit 1e1ca39

Please sign in to comment.