summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2019-04-02 23:14:54 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2019-04-02 23:22:22 +0200
commit451c714e3256087189b39b2b11184b52874a214f (patch)
tree909abba87f30c6441527044ce5c7d7694801d7c4 /kde-plasma/breeze-plymouth
parentapp-office/pybliographer: Drop old (diff)
downloadgentoo-451c714e3256087189b39b2b11184b52874a214f.tar.gz
gentoo-451c714e3256087189b39b2b11184b52874a214f.tar.bz2
gentoo-451c714e3256087189b39b2b11184b52874a214f.zip
kde-plasma: Drop KDE Plasma 5.15.3
Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-plasma/breeze-plymouth')
-rw-r--r--kde-plasma/breeze-plymouth/Manifest1
-rw-r--r--kde-plasma/breeze-plymouth/breeze-plymouth-5.15.3.ebuild25
2 files changed, 0 insertions, 26 deletions
diff --git a/kde-plasma/breeze-plymouth/Manifest b/kde-plasma/breeze-plymouth/Manifest
index f51ccfeae457..968a1ef4a5e3 100644
--- a/kde-plasma/breeze-plymouth/Manifest
+++ b/kde-plasma/breeze-plymouth/Manifest
@@ -1,3 +1,2 @@
DIST breeze-plymouth-5.14.5.tar.xz 105440 BLAKE2B 54a2bb0243f8a6ef068b3b9164edd906ce6d1cc9b4152b9a64628cda43c0b3ab99d2a454c86f878db32df1744415d564b38b0c370dd1198940d8432b2f02999d SHA512 540770481c9dfa2e2d927faa847133f1c8a9999c3fc4b846bb6d81b17447f2ed72b7855607fa0892fb81e61f04e702f168bf40fce75c1e839788946f94c7419f
-DIST breeze-plymouth-5.15.3.tar.xz 105456 BLAKE2B 3c0984f93b3aba8a0680a40f68036c96c6830468824c1967e70e51679a5a4211c68261b0b09781f5b6d7a077ebfb6f8193234da0e16156447434aae2e64a780e SHA512 b4ee40f6b458196beae2f74ce630849b0e4841671343c10c374eb1bf444a4358849d571431c4f84932b474db46a8bca9ab0ef894d74e28127eab87156575a215
DIST breeze-plymouth-5.15.4.tar.xz 105720 BLAKE2B acaa45e5b49d6a2accc2195cf1f3fa970b032a93077e9cddba9548a3328c184b2a9335c2fbdcbc85643a010b19059dc63948414a73f24bf20ca59dd471812498 SHA512 16df1b6ea4132d22543c088689b3713853b9114eef163881cf2e1144715dbbae05389b760d35c20cfacd2ad5941c589516b77db618a7af5de6c52e0c61d42866
diff --git a/kde-plasma/breeze-plymouth/breeze-plymouth-5.15.3.ebuild b/kde-plasma/breeze-plymouth/breeze-plymouth-5.15.3.ebuild
deleted file mode 100644
index 41a505dcab07..000000000000
--- a/kde-plasma/breeze-plymouth/breeze-plymouth-5.15.3.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-KDE_AUTODEPS="false"
-inherit kde5
-
-DESCRIPTION="Breeze theme for Plymouth"
-LICENSE="GPL-2+ GPL-3+"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
-IUSE=""
-
-BDEPEND="$(add_frameworks_dep extra-cmake-modules)"
-DEPEND="sys-boot/plymouth"
-RDEPEND="${DEPEND}"
-
-src_configure() {
- local mycmakeargs=(
- -DDISTRO_NAME="Gentoo Linux"
- -DDISTRO_VERSION=
- )
-
- kde5_src_configure
-}