summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Palimaka <kensington@gentoo.org>2016-03-09 22:19:19 +1100
committerMichael Palimaka <kensington@gentoo.org>2016-03-09 22:44:50 +1100
commit7668a034735fb815aab55e589d938a701f51cbce (patch)
tree833e6f632a1715ddab75c0e6545c84dfbc0baa07 /lxqt-base/lxqt-notificationd
parentlxqt-base: remove 0.7.0 (diff)
downloadgentoo-7668a034735fb815aab55e589d938a701f51cbce.tar.gz
gentoo-7668a034735fb815aab55e589d938a701f51cbce.tar.bz2
gentoo-7668a034735fb815aab55e589d938a701f51cbce.zip
lxqt-base: remove 0.8.0
Package-Manager: portage-2.2.27
Diffstat (limited to 'lxqt-base/lxqt-notificationd')
-rw-r--r--lxqt-base/lxqt-notificationd/Manifest1
-rw-r--r--lxqt-base/lxqt-notificationd/lxqt-notificationd-0.8.0.ebuild43
2 files changed, 0 insertions, 44 deletions
diff --git a/lxqt-base/lxqt-notificationd/Manifest b/lxqt-base/lxqt-notificationd/Manifest
index 22fa25165840..9447dd2f4c9c 100644
--- a/lxqt-base/lxqt-notificationd/Manifest
+++ b/lxqt-base/lxqt-notificationd/Manifest
@@ -1,3 +1,2 @@
DIST lxqt-notificationd-0.10.0.tar.xz 30896 SHA256 5c0859157ff6a20d613ea4aca24e786faf79ab6d69afec1e0b3671e3bbda53d5 SHA512 3a3ebcc104ac6de3c11ceac8a0c6b8f942e824b1301413fa20f93be68d53e02747e8c478fc744fa1bd3f04d2f54cd042c4b538cd537626d8b69088274a323519 WHIRLPOOL 56e93e04aa5ec5f81b6d6f43fdcb2ccebb429505372f51e18d28c19432133eb2a3f701ae7bda121c9474bfe7c9063c643fd470e69e2e88b9c1904ce542fc1a06
-DIST lxqt-notificationd-0.8.0.tar.xz 38336 SHA256 720b6cca74ff5c0433b39feb3040cc25cd6fdcbdfe51186cefac7a42e157999b SHA512 83c32ea51fada6a0d9dadf8474942ad3896063e7b30ba68a663b5f568039bbd0c7ab6e4feaacc1dfa883cc4af431546003e00e6e632fefe34ac6b359e3bc2efd WHIRLPOOL eb4b38e6f7f5af652e612a78388dd37afedb569cc00b00279689642b3ebb888c174a244cf7fecf24afe0be35dadecf0755496006030cc4dbe690ae39db76f306
DIST lxqt-notificationd-0.9.0.tar.xz 37052 SHA256 f33f8086319ed9d4cffddaed76925db5d79716e90d1112e5b124c95594a74b24 SHA512 b1280aef773fabc305d000def73dd7c8769992a80d9ef45bc87d3a2d805ba6caca30b9f50bd11eb4fb2e199fecb800133b8070f0313f54612b0691c5605825bf WHIRLPOOL ccd7a97447991f833aaf45a6ba1274711efe0d5ac6a03ed37e0a362b2c38ab97ac7f17e75dc395a48dfc0dff6389f7de7196dbcc9f56b43a6ddd746237e40562
diff --git a/lxqt-base/lxqt-notificationd/lxqt-notificationd-0.8.0.ebuild b/lxqt-base/lxqt-notificationd/lxqt-notificationd-0.8.0.ebuild
deleted file mode 100644
index 11acda5433f9..000000000000
--- a/lxqt-base/lxqt-notificationd/lxqt-notificationd-0.8.0.ebuild
+++ /dev/null
@@ -1,43 +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="LXQt notification daemon and library"
-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 ~x86"
-fi
-
-LICENSE="GPL-2 LGPL-2.1+"
-SLOT="0"
-
-RDEPEND="
- >=dev-libs/libqtxdg-1.0.0
- 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}
- ~lxqt-base/lxqt-common-${PV}
- x11-libs/libX11
-"
-DEPEND="${RDEPEND}
- dev-qt/linguist-tools:5
-"
-
-src_configure() {
- local mycmakeargs=(
- -DUSE_QT5=ON
- )
- cmake-utils_src_configure
-}