summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDenis Dupeyron <calchan@gentoo.org>2017-11-29 19:12:10 +0000
committerDenis Dupeyron <calchan@gentoo.org>2017-11-29 19:13:25 +0000
commita508a25588ee517f11f67d20a31e07800cbd3fd0 (patch)
treec2e5a6f65da78a601f51c4ef3d9a67e32e3b33de /x11-themes/xfwm4-themes/xfwm4-themes-4.10.0-r1.ebuild
parentmedia-gfx/digikam: Drop 5.7.0 (r0) (diff)
downloadgentoo-a508a25588ee517f11f67d20a31e07800cbd3fd0.tar.gz
gentoo-a508a25588ee517f11f67d20a31e07800cbd3fd0.tar.bz2
gentoo-a508a25588ee517f11f67d20a31e07800cbd3fd0.zip
x11-themes/xfwm4-themes: remove obsolete xfconf.eclass, migrate to EAPI6
Package-Manager: Portage-2.3.16, Repoman-2.3.6
Diffstat (limited to 'x11-themes/xfwm4-themes/xfwm4-themes-4.10.0-r1.ebuild')
-rw-r--r--x11-themes/xfwm4-themes/xfwm4-themes-4.10.0-r1.ebuild22
1 files changed, 22 insertions, 0 deletions
diff --git a/x11-themes/xfwm4-themes/xfwm4-themes-4.10.0-r1.ebuild b/x11-themes/xfwm4-themes/xfwm4-themes-4.10.0-r1.ebuild
new file mode 100644
index 000000000000..49716c672037
--- /dev/null
+++ b/x11-themes/xfwm4-themes/xfwm4-themes-4.10.0-r1.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="Additional themes for the Xfce window manager"
+HOMEPAGE="https://www.xfce.org/projects/"
+SRC_URI="mirror://xfce/src/art/${PN}/${PV%.*}/${P}.tar.bz2"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux"
+IUSE=""
+
+RDEPEND=">=xfce-base/xfwm4-4.10"
+DEPEND=""
+
+RESTRICT="binchecks strip"
+
+pkg_setup() {
+ DOCS=( AUTHORS ChangeLog README TODO )
+}