diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2019-02-07 00:21:32 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2019-02-07 13:59:58 +0100 |
commit | 0abb51da04615d49f02f5daf97acc338ba9afbf1 (patch) | |
tree | 6dbcd02ca723d620256a1e9e4933334cce647dd9 /kde-apps/kdialog | |
parent | kde-apps: Add KDE Applications 18.12.2 (diff) | |
download | gentoo-0abb51da04615d49f02f5daf97acc338ba9afbf1.tar.gz gentoo-0abb51da04615d49f02f5daf97acc338ba9afbf1.tar.bz2 gentoo-0abb51da04615d49f02f5daf97acc338ba9afbf1.zip |
kde-apps: Drop KDE Applications 18.12.1
Package-Manager: Portage-2.3.59, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-apps/kdialog')
-rw-r--r-- | kde-apps/kdialog/Manifest | 1 | ||||
-rw-r--r-- | kde-apps/kdialog/kdialog-18.12.1.ebuild | 36 |
2 files changed, 0 insertions, 37 deletions
diff --git a/kde-apps/kdialog/Manifest b/kde-apps/kdialog/Manifest index ba3577edc881..e7b4d24506b9 100644 --- a/kde-apps/kdialog/Manifest +++ b/kde-apps/kdialog/Manifest @@ -1,3 +1,2 @@ DIST kdialog-18.08.3.tar.xz 96792 BLAKE2B b08aebea2f35b2421a6b2341c287aa3c25809e1f63d5c7e58a155b106f4ae18ae6eb467c27503d8c2a5675aebef7aa5084d7cafe34167140e1fdcc86acded419 SHA512 317edd5990bbb877ee26c1d20e8a8845955863dfe02d81280d53c2f0173e0d725cb5b3f6b1f6de28cc94759f81365639f6f6cffa742ea1d1ab7f82eeaea66505 -DIST kdialog-18.12.1.tar.xz 97408 BLAKE2B 2f937bf825b3d6338f41e044a1512e1be855b7186dfdc5c6d366fd8930c60e4764c9f4b7431687f0f10d2248c60ac8cfa9695397bc3de842a7ca17a7726c2f43 SHA512 0dad01e181a336568060d9c2b1623eb80b05bee4c6231425c2132d7ca4091421ccac1e860f7b9234271967dce130f36780abe1565a7bfc31a6d2a7ffe8c875c7 DIST kdialog-18.12.2.tar.xz 97428 BLAKE2B 5b2ce2bdabfaae1e0accef227b54648098fe4e5c5e695e3f408a37f0013d4129ac9bb0900ab55082dbd188b091e26d6b9f1864dab6bac6f4dc1d4e0001cb9181 SHA512 a13c39e93029b2051f557ea6e2a3b68c619d6bae10536d0b386fd953976747e6ba8218f53beab2119047ab6748547eb5103d58e1633f516b262bdb67e00002d1 diff --git a/kde-apps/kdialog/kdialog-18.12.1.ebuild b/kde-apps/kdialog/kdialog-18.12.1.ebuild deleted file mode 100644 index 0c9330722699..000000000000 --- a/kde-apps/kdialog/kdialog-18.12.1.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit kde5 - -DESCRIPTION="Can be used to show nice dialog boxes from shell scripts" -KEYWORDS="~amd64 ~x86" -IUSE="X" - -DEPEND=" - $(add_frameworks_dep kconfig) - $(add_frameworks_dep kcoreaddons) - $(add_frameworks_dep kdbusaddons) - $(add_frameworks_dep kguiaddons) - $(add_frameworks_dep ki18n) - $(add_frameworks_dep kiconthemes) - $(add_frameworks_dep kio) - $(add_frameworks_dep knotifications) - $(add_frameworks_dep ktextwidgets) - $(add_frameworks_dep kwidgetsaddons) - $(add_frameworks_dep kwindowsystem) - $(add_qt_dep qtdbus) - $(add_qt_dep qtgui) - $(add_qt_dep qtwidgets) - X? ( x11-libs/libX11 ) -" -RDEPEND="${DEPEND}" - -src_configure() { - local mycmakeargs=( - $(cmake-utils_use_find_package X X11) - ) - kde5_src_configure -} |