From 0bcc1fe3aea61a9626933a6cdf3d66b78cacd03e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Thu, 5 Oct 2017 09:52:41 +0200 Subject: Add release number to numix-frost --- x11-themes/numix-frost/numix-frost-3.6.6-r1.ebuild | 28 ++++++++++++++++++++++ x11-themes/numix-frost/numix-frost-3.6.6.ebuild | 28 ---------------------- 2 files changed, 28 insertions(+), 28 deletions(-) create mode 100644 x11-themes/numix-frost/numix-frost-3.6.6-r1.ebuild delete mode 100644 x11-themes/numix-frost/numix-frost-3.6.6.ebuild diff --git a/x11-themes/numix-frost/numix-frost-3.6.6-r1.ebuild b/x11-themes/numix-frost/numix-frost-3.6.6-r1.ebuild new file mode 100644 index 0000000..61637b3 --- /dev/null +++ b/x11-themes/numix-frost/numix-frost-3.6.6-r1.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=5 + +inherit eutils git-r3 + +DESCRIPTION="Numix-Frost is a GTK+ 3 theme." +HOMEPAGE="https://github.com/Antergos/Numix-Frost" + +EGIT_REPO_URI="https://github.com/Antergos/Numix-Frost.git" +EGIT_COMMIT="e9d250792bced3b64c50e72c4f3404a2c020dc3e" +EGIT_CHECKOUT_DIR="${WORKDIR}/${PN}" +S="${EGIT_CHECKOUT_DIR}" + +KEYWORDS="amd64 ~x86" +LICENSE="GPL-3" +SLOT="0" +IUSE="" + +DEPEND=" + dev-ruby/sass + dev-libs/glib + x11-libs/gdk-pixbuf" +RDEPEND=" + ${DEPEND} + x11-libs/gtk+:3 + x11-themes/gtk-engines" diff --git a/x11-themes/numix-frost/numix-frost-3.6.6.ebuild b/x11-themes/numix-frost/numix-frost-3.6.6.ebuild deleted file mode 100644 index 61637b3..0000000 --- a/x11-themes/numix-frost/numix-frost-3.6.6.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit eutils git-r3 - -DESCRIPTION="Numix-Frost is a GTK+ 3 theme." -HOMEPAGE="https://github.com/Antergos/Numix-Frost" - -EGIT_REPO_URI="https://github.com/Antergos/Numix-Frost.git" -EGIT_COMMIT="e9d250792bced3b64c50e72c4f3404a2c020dc3e" -EGIT_CHECKOUT_DIR="${WORKDIR}/${PN}" -S="${EGIT_CHECKOUT_DIR}" - -KEYWORDS="amd64 ~x86" -LICENSE="GPL-3" -SLOT="0" -IUSE="" - -DEPEND=" - dev-ruby/sass - dev-libs/glib - x11-libs/gdk-pixbuf" -RDEPEND=" - ${DEPEND} - x11-libs/gtk+:3 - x11-themes/gtk-engines" -- cgit v1.2.3