From: Frank Brehm Date: Sun, 18 Sep 2016 19:03:22 +0000 (+0200) Subject: Adding x11-apps/variety/variety-0.6.0.ebuild X-Git-Url: https://git.uhu-banane.org/?a=commitdiff_plain;h=11aa9f78917535137b619f67c194ce3afd74d25d;p=portage.git Adding x11-apps/variety/variety-0.6.0.ebuild --- diff --git a/x11-apps/variety/Manifest b/x11-apps/variety/Manifest new file mode 100644 index 0000000..fcab7e7 --- /dev/null +++ b/x11-apps/variety/Manifest @@ -0,0 +1,2 @@ +DIST variety_0.6.0.tar.gz 837481 SHA256 f3760ac546073bb68f840f5eafffaf6a265e5be39aaa36462ff74547fe0594d0 SHA512 4298ca705aa74f0c9eadf6be9863a2076d2eea1378bd5a804688e010489fa9e75fcf283279382c120f2872e5c916276e9ddffe9904897e2596888db718632c09 WHIRLPOOL 36b825fbbac07218df00883057348f54a8b88d40ed75380dd2fcadef52f376a158f354246d4938db61f0f0d29309008aa99f564ec5a063aa9d02ac18a84f9ad5 +EBUILD variety-0.6.0.ebuild 1088 SHA256 019c30833e9894055342c72c82f88dcfe7b685f817a0d50bd3c35b2dbe954fd8 SHA512 379c41ba4a05dbd76b435702514266d4e7726c970797ef1574138484aed252590b78d102f977b5ccb6a15964016b80607650b3dce893b3c3c236e6144e46443a WHIRLPOOL 6b71b7ebfef0f533e6d7dec79a796e66b5fe9c0de89a92ecaff8a81defa21cfe1e43c218ddd68eeb83e25e85bc21626c2f5045cc896dabf3bfd7d9d404608256 diff --git a/x11-apps/variety/variety-0.6.0.ebuild b/x11-apps/variety/variety-0.6.0.ebuild new file mode 100644 index 0000000..bb733d2 --- /dev/null +++ b/x11-apps/variety/variety-0.6.0.ebuild @@ -0,0 +1,50 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +PYTHON_COMPAT=( python2_7 ) + +DESCRIPTION="Wallpaper changer, downloader and manager" +HOMEPAGE="http://peterlevi.com/variety/" +SRC_URI="https://launchpad.net/variety/trunk/${PV}/+download/variety_${PV}.tar.gz" + +inherit distutils-r1 eutils + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=" + dev-libs/gobject-introspection + dev-libs/libappindicator[introspection] + dev-python/beautifulsoup + dev-python/configobj + dev-python/dbus-python + dev-python/lxml + dev-python/pillow + dev-python/pycairo + dev-python/pycurl + >=dev-python/pyexiv2-0.3.0 + dev-python/pygobject:3[cairo] + dev-python/requests + gnome-extra/yelp + media-gfx/imagemagick + media-libs/gexiv2 + net-libs/webkit-gtk:3/25[introspection] + x11-libs/gdk-pixbuf[introspection] + x11-libs/gtk+[introspection] + >=x11-libs/libnotify-0.7 + x11-libs/pango[introspection] +" +DEPEND=" + ${RDEPEND} + dev-python/python-distutils-extra +" + +DOCS="AUTHORS COPYING MANIFEST debian/changelog" + +S="${WORKDIR}/variety" +