1
0
Fork 0

Add app-backup/duplicity and media-fonts/awesome

This commit is contained in:
Stefan Reimer 2015-06-07 11:16:52 -07:00
parent 74f78a901f
commit cdc656f925
5 changed files with 88 additions and 0 deletions

View File

@ -0,0 +1,3 @@
AUX duplicity-0.6.24-skip-test.patch 477 SHA256 2ed2169f915817630d11a2d089c03e79058461a30b693520a45f622def2c8aa5 SHA512 37f7f3cc774ad15301449c580f23347fbc1cd4fe6903e641abe2497242c0a9d31152a59d886c87a84fbcf0e9b390eb0a5652d63d0367f73529465c927ee30933 WHIRLPOOL 56dc20bc46018eae7af5aa222f7eb4ede9c3db1c08c910a904f547d18af930bfdf49c8d56e8480924960ca87d124786def4127b2a2b3ef20be1b26bb95c1129e
DIST duplicity-0.7.02.tar.gz 1384495 SHA256 609462ba43275340ae4fc008ee6620265cdc2c68988caae289971dd609ed033a SHA512 fb60c079a01ec7117c71cc65d885fe474e616ea5621c37fa3ea18037e531972e9faaeda9041dcd85d008bb8f1f0c68e4c42672b66296a3db192a74ed0f30f19a WHIRLPOOL cd021aafb419c319d876b675dfef975ad68abf4b593e2209ce563add59a9ff872a36c9a2c4fb62c8de0b1fb6bbc432fa77ac48936cb0bc4d0ff92128c1afbf77
EBUILD duplicity-0.7.02.ebuild 1319 SHA256 b624120612ecbfdc1546b14b7d8bd88c5452d669b467f380c9c8c0e36d984f26 SHA512 2b309bfd80a9eb2fae90a74067ed401285553cbe88860c65a560b45699418db6cbec19454fa398941aa4ab25fe5c4b11736add51e2bcff680272eba92617db03 WHIRLPOOL 83571eecaceae9590d2f4e3367846093b64d59a7690bdf131cd15328ee4ea83aa8c1fc288b6e3a9c8a682fd46a3b31cb8c96fb1edc79ad66b9b7bd8d0b270ec2

View File

@ -0,0 +1,49 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-backup/duplicity/duplicity-0.6.25.ebuild,v 1.1 2014/10/23 03:21:08 radhermit Exp $
EAPI=5
PYTHON_COMPAT=( python2_7 )
inherit distutils-r1
DESCRIPTION="Secure backup system using gnupg to encrypt data"
HOMEPAGE="http://www.nongnu.org/duplicity/"
SRC_URI="http://code.launchpad.net/${PN}/0.7-series/${PV}/+download/${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
IUSE="s3 test"
CDEPEND="
net-libs/librsync
app-crypt/gnupg
dev-python/lockfile
"
DEPEND="${CDEPEND}
dev-python/setuptools[${PYTHON_USEDEP}]
test? ( dev-python/mock[${PYTHON_USEDEP}] )
"
RDEPEND="${CDEPEND}
dev-python/paramiko[${PYTHON_USEDEP}]
s3? ( dev-python/boto[${PYTHON_USEDEP}] )
"
# workaround until failing test is fixed
PATCHES=( "${FILESDIR}"/${PN}-0.6.24-skip-test.patch )
python_prepare_all() {
distutils-r1_python_prepare_all
sed -i "s/'COPYING',//" setup.py || die "Couldn't remove unnecessary COPYING file."
}
python_test() {
esetup.py test
}
pkg_postinst() {
einfo "Duplicity has many optional dependencies to support various backends."
einfo "Currently it's up to you to install them as necessary."
}

View File

@ -0,0 +1,10 @@
--- duplicity-0.6.24/testing/functional/test_final.py
+++ duplicity-0.6.24/testing/functional/test_final.py
@@ -156,6 +156,7 @@
self.run_duplicity(options=["remove-older-than", "50000", "--force", self.backend_url])
self.assertEqual(self.get_backend_files(), second_chain)
+ @unittest.skip('skip failing test')
def test_piped_password(self):
"""Make sure that prompting for a password works"""
self.set_environ("PASSPHRASE", None)

View File

@ -0,0 +1,2 @@
DIST awesome-4.3.0.tar.gz 2358330 SHA256 cc75bfea92128834c379d69f776ecbd103256137f8f482cad71425e68ee4be97 SHA512 8c5489a350c392059779dff43d51c71c6c6acb1fa252ba211a90cbbc476b39be3688cd1d68e8b2d36d1b6c112803f449486a595ac9566415a5afd181b242af6f WHIRLPOOL e681ab026dc97f8f84e14e47c88e5ce53de92f181a43483e68cb49c66761a7933a862b725271dc2ec32ccb4abe47b16793c40d3e9bed79a0646f82b0747403c1
EBUILD awesome-4.3.0.ebuild 533 SHA256 ca301b1ff5964363d21525be126b6f49629d21d2fc93ad4b0f8d5788e8f402dd SHA512 adff3cb73b438dc56ede2a846a86e10297f2b5737749650b30a9ad8b24729bd48bbdcb6beb649ec223a3a8170e0d779f6f7677e7040df111efdd96cbd9d8aed0 WHIRLPOOL 34bb345f1062b8c9ecc2b1827a457db78cfc72ee68c27898fe246b44d0b42d126b5be38e4f7961e5a2a285a74afccb8133e519c335ff3ca01e3b03780386abf9

View File

@ -0,0 +1,24 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI=4
inherit font
MY_PN="Font-Awesome"
DESCRIPTION="The iconic font designed for use with Twitter Bootstrap"
HOMEPAGE="http://fortawesome.github.com/Font-Awesome"
SRC_URI="https://github.com/FortAwesome/${MY_PN}/archive/v${PV}.tar.gz ->
${P}.tar.gz"
LICENSE="OFL-1.1 CC-BY-3.0"
SLOT="0"
KEYWORDS="~amd64"
IUSE=""
DEPEND=""
RDEPEND=""
S="${WORKDIR}"/${MY_PN}-${PV}
FONT_SUFFIX="ttf otf"
FONT_S="${S}"/fonts