parlay

yet another gentoo overlay
git clone https://git.parazyd.org/parlay
Log | Files | Refs | README

commit fff5f8dc7953ae00e36bd4845f5de837a14366e1
parent 7f5b98ed96a6acb10d44d4933e52331e9bb9af16
Author: parazyd <parazyd@dyne.org>
Date:   Sun,  3 Jan 2021 17:56:17 +0100

x11-themes/numix-blue-gtk-theme: Remove from overlay.

Diffstat:
Dx11-themes/numix-blue-gtk-theme/Manifest | 1-
Dx11-themes/numix-blue-gtk-theme/metadata.xml | 7-------
Dx11-themes/numix-blue-gtk-theme/numix-blue-gtk-theme-2.6.7.ebuild | 47-----------------------------------------------
3 files changed, 0 insertions(+), 55 deletions(-)

diff --git a/x11-themes/numix-blue-gtk-theme/Manifest b/x11-themes/numix-blue-gtk-theme/Manifest @@ -1 +0,0 @@ -DIST numix-blue-gtk-theme-2.6.7.tar.gz 2234567 BLAKE2B dad7f2e5bf2ca0e438c844b38cdd24b42cd1aa4af80d4360758e3e77e246e3412bc9a35cbb2f3c3a58c3e8203d28619f7e813ac49b5bc8cb6642f40f16e666ab SHA512 fb94c07102a716b9c94c2220a46049b92ce5c911d959a4c245a8b7af4da0c9adcccca37456c858695f2874376ceebb34f7cc8b5fc1c7e7e3a25897fe9cdc849d diff --git a/x11-themes/numix-blue-gtk-theme/metadata.xml b/x11-themes/numix-blue-gtk-theme/metadata.xml @@ -1,7 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> -<maintainer type="person"> -<email>parazyd@dyne.org</email> -</maintainer> -</pkgmetadata> diff --git a/x11-themes/numix-blue-gtk-theme/numix-blue-gtk-theme-2.6.7.ebuild b/x11-themes/numix-blue-gtk-theme/numix-blue-gtk-theme-2.6.7.ebuild @@ -1,47 +0,0 @@ -# Copyright 2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -USE_RUBY="ruby24 ruby25 ruby26" - -inherit ruby-ng - -DESCRIPTION="A modern flat theme with a combination of light and dark elements" -HOMEPAGE="https://github.com/encounter/numix-blue-gtk-theme" -SRC_URI="https://parazyd.org/pub/mirror/gentoo/distfiles/${P}.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -RDEPEND=" - dev-libs/libxml2:2 - x11-libs/gtk+:3 - x11-themes/gtk-engines-murrine -" -DEPEND=" - ${RDEPEND} - dev-libs/glib:2 - x11-libs/gdk-pixbuf:2 -" - -ruby_add_depend ">=dev-ruby/sass-3.5" - -S="${WORKDIR}/${P}" - -src_unpack() { - default -} - -src_prepare() { - default -} - -src_compile() { - default -} - -src_install() { - default -}