From 3a762d68be7665c0052d8d0a493dff991d4dc32c Mon Sep 17 00:00:00 2001 From: TheDevKiller Date: Sun, 5 May 2019 00:31:26 +0200 Subject: [PATCH] Compton-Tryone: Fix version and S --- x11-misc/compton-tryone/Manifest | 2 +- .../compton-tryone/compton-tryone-0.1.ebuild | 37 ------------------- 2 files changed, 1 insertion(+), 38 deletions(-) delete mode 100644 x11-misc/compton-tryone/compton-tryone-0.1.ebuild diff --git a/x11-misc/compton-tryone/Manifest b/x11-misc/compton-tryone/Manifest index ab34d94..57c7813 100644 --- a/x11-misc/compton-tryone/Manifest +++ b/x11-misc/compton-tryone/Manifest @@ -1,2 +1,2 @@ DIST dual_kawase.zip 179275 BLAKE2B ff8c8cb7870d1377eb936a0950b1e282842b018f1f1a52abceeb43ac62c1e9c6f5acc51752638aa87046d7228dbb6eb33bb37ff6e98dc64ce89ff25cce93245f SHA512 69b9abc8e5c4fe7daab14fdb8cd3595a10429b0923cf7c609f4901df89039a5a086a08d7d1361807fb626d04727f4545e474afe3f14d6cf8855edca6847be7c2 -EBUILD compton-tryone-0.1.ebuild 819 BLAKE2B f156eaefd0bf5c2716bfaf8dc764d5e3a74d117dc9ec27a63487b6a5290283440a51bc966eb21d0a4a2e6bd8e0d965dc8b06c5e47f698295bd06f8ebfeed1ff0 SHA512 539ea37eacb61132aef53b9404ff04c2bfb69ff5ba5a96ef6218c6a67a9e51383c2a6b731141b4d70fdbecc7eb0f338d5805018bf29fee3868e796c830c43b9e +EBUILD compton-tryone-9999.ebuild 780 BLAKE2B b44f69dd7d209f10b2ead637c0a6e44c92d3ab41e1512d96e2a3acf3f64c8ee53fc77590763ad839532790d3a13c80d8e0d39cd4181dc9c3447c68279328e12c SHA512 9b90cac5a05ba5683448aa62de25f11b017957777cf55258491bbd28288cd3cc749bf33e1fc4736453d3119db40a37c5a703834bfdf7a77a86ec31f6328a957b diff --git a/x11-misc/compton-tryone/compton-tryone-0.1.ebuild b/x11-misc/compton-tryone/compton-tryone-0.1.ebuild deleted file mode 100644 index 283bb58..0000000 --- a/x11-misc/compton-tryone/compton-tryone-0.1.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -DESCRIPTION="Compton tryone's fork (with blur)" -HOMEPAGE="https://github.com/tryone144/compton" -SRC_URI="https://github.com/tryone144/compton/archive/dual_kawase.zip" - -LICENSE="" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND="x11-libs/libX11 - x11-libs/libXcomposite - x11-libs/libXdamage - x11-libs/libXfixes - x11-libs/libXext - x11-libs/libXrender - x11-libs/libXrandr - x11-libs/libXinerama - virtual/pkgconfig - sys-devel/make - x11-base/xcb-proto - x11-apps/xprop - x11-apps/xwininfo - dev-libs/libpcre - dev-libs/libconfig - x11-libs/libdrm - media-libs/mesa - sys-apps/dbus - app-text/asciidoc" -RDEPEND="${DEPEND}" -BDEPEND="" - -S="/var/tmp/portage/x11-misc/compton-tryone-0.1/work/compton-dual_kawase"