diff options
author | Michael Palimaka <kensington@gentoo.org> | 2016-03-09 22:21:50 +1100 |
---|---|---|
committer | Michael Palimaka <kensington@gentoo.org> | 2016-03-09 22:44:51 +1100 |
commit | cc492777da9d07975507ace0e651fb7d575029c7 (patch) | |
tree | 856ecfe12b8fe60e67b443b227fba7f59b4bb014 /lxqt-base/lxqt-globalkeys | |
parent | lxqt-base: remove 0.8.0 (diff) | |
download | gentoo-cc492777da9d07975507ace0e651fb7d575029c7.tar.gz gentoo-cc492777da9d07975507ace0e651fb7d575029c7.tar.bz2 gentoo-cc492777da9d07975507ace0e651fb7d575029c7.zip |
lxqt-base: remove 0.9.0
Package-Manager: portage-2.2.27
Diffstat (limited to 'lxqt-base/lxqt-globalkeys')
-rw-r--r-- | lxqt-base/lxqt-globalkeys/Manifest | 1 | ||||
-rw-r--r-- | lxqt-base/lxqt-globalkeys/lxqt-globalkeys-0.9.0.ebuild | 38 |
2 files changed, 0 insertions, 39 deletions
diff --git a/lxqt-base/lxqt-globalkeys/Manifest b/lxqt-base/lxqt-globalkeys/Manifest index 60a3664b8e7c..4bc17fb5cca4 100644 --- a/lxqt-base/lxqt-globalkeys/Manifest +++ b/lxqt-base/lxqt-globalkeys/Manifest @@ -1,2 +1 @@ DIST lxqt-globalkeys-0.10.0.tar.xz 51576 SHA256 9a9d6a0299a26f91d391a601123e78e18cbe56ee6086cc27ccf800920e146e1a SHA512 2ff76629f956edaf2196435c618d095f8af2c736709406d4fff350ed3e78ae94fb30960d5f218cb5ec8de665b292e8c506830da20ae9752788196ea6ffa69265 WHIRLPOOL 7ff13d5075b9f4a2322b7a5ec2ae12c38615d505f32924535cdd6026ab34c54c8a965dd794f6bbb77c38342ea84f06afc990a58b966fbfc5f27b10c61677e000 -DIST lxqt-globalkeys-0.9.0.tar.xz 50692 SHA256 45292e125e8cc2f18afa7d358366ade670c8d73871caf04f4536a4be985d9f12 SHA512 c3f282b8a915a10f754165d83434c693ecdcc3b0d033b19d378c536f5490e6eebfd539ecac361b41c95d1243a30d4c2eeba6ac57bf74ed5de115effac1cc4e23 WHIRLPOOL 972ad21e8ae67c42111270b99f0cafdea327833703937462cfd56ea51823afb45793fa2c0f40c58dbe451029c437b020cbb32b80636037cff675564e6d89525e diff --git a/lxqt-base/lxqt-globalkeys/lxqt-globalkeys-0.9.0.ebuild b/lxqt-base/lxqt-globalkeys/lxqt-globalkeys-0.9.0.ebuild deleted file mode 100644 index 2ea243632f4a..000000000000 --- a/lxqt-base/lxqt-globalkeys/lxqt-globalkeys-0.9.0.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 -inherit cmake-utils - -DESCRIPTION="Daemon and library for global keyboard shortcuts registration" -HOMEPAGE="http://lxqt.org/" - -if [[ ${PV} = *9999* ]]; then - inherit git-r3 - EGIT_REPO_URI="git://git.lxde.org/git/lxde/${PN}.git" -else - SRC_URI="http://downloads.lxqt.org/lxqt/${PV}/${P}.tar.xz" - KEYWORDS="~amd64 ~arm ~arm64 ~x86" -fi - -LICENSE="GPL-2 LGPL-2.1+" -SLOT="0" - -RDEPEND=" - dev-qt/qtcore:5 - dev-qt/qtdbus:5 - dev-qt/qtgui:5 - dev-qt/qtwidgets:5 - dev-qt/qtx11extras:5 - dev-qt/qtxml:5 - ~lxqt-base/liblxqt-${PV} - >=dev-libs/libqtxdg-1.0.0 - x11-libs/libICE - x11-libs/libSM - x11-libs/libX11 - x11-libs/libXext -" -DEPEND="${RDEPEND} - dev-qt/linguist-tools:5 -" |