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-common | |
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-common')
-rw-r--r-- | lxqt-base/lxqt-common/Manifest | 2 | ||||
-rw-r--r-- | lxqt-base/lxqt-common/lxqt-common-0.9.0.ebuild | 30 | ||||
-rw-r--r-- | lxqt-base/lxqt-common/lxqt-common-0.9.1.ebuild | 30 |
3 files changed, 0 insertions, 62 deletions
diff --git a/lxqt-base/lxqt-common/Manifest b/lxqt-base/lxqt-common/Manifest index 4d464ff92aad..2dec945f9308 100644 --- a/lxqt-base/lxqt-common/Manifest +++ b/lxqt-base/lxqt-common/Manifest @@ -1,3 +1 @@ DIST lxqt-common-0.10.0.tar.xz 3986324 SHA256 7b12f2fe7a42f5ea0c9f596eeb87ca3c97cc0b706121ceede64480e8480ec9d1 SHA512 bdfc93844724bc906c000b310063a815da15b0e34774da35f0536009fe63f45d1bf7f7b767b20fead013c10bead271a964a2826cf700f14a2a40717614f3b57e WHIRLPOOL 3c09d35845e41d74630ca05c5aff17dad909758044764a208c0a73c9e5cca901cbd7ed89ef3806c32e34f0c95c87df06a03457db1b47403f4a08521e0f6f43fb -DIST lxqt-common-0.9.0.tar.xz 4052144 SHA256 495e0015443c6e8564902059413d88e0c8cb632e2b7c0b2e519eb3cd77180b99 SHA512 6ba081e2dbbc2a111ce78276da0cdf09849255705bcbd30bb0b676e001c43126450626e4aee15700a046931bc4a7e5ef1aa31a44d26425e2d1d539e4c7d6a33d WHIRLPOOL 75d19225f6f530a1526a283e4ac7a93cfb54abae07bcc3ff55279a5d7446db7e98f657738c01f76652728f98a87e3b2c018c18c81bf05d4f6cabeb97e6e4ff83 -DIST lxqt-common-0.9.1.tar.xz 3986904 SHA256 6e572cb10a1619dcfd51bdd33802a71d4556a55ece0bc781c1cb41d972e5734d SHA512 e59ef082e7a78d03c97e3316b2e4aad1e5a7db453cafaec143a0502adfdf0f183a0ff79e4c2e7448fd2b9c9b161a1df0ec849c51cb55a23ca970535aec0d6a1a WHIRLPOOL 1d2c10bfdca7bf95acc2c5af71b57dc5f60a81fa143cc9f83c2f429fa48c28842226aa593b24f870e6f312294d1ed937c05fe69e1e0b962e833bba3f6eaaaa77 diff --git a/lxqt-base/lxqt-common/lxqt-common-0.9.0.ebuild b/lxqt-base/lxqt-common/lxqt-common-0.9.0.ebuild deleted file mode 100644 index 16d1cc79dc16..000000000000 --- a/lxqt-base/lxqt-common/lxqt-common-0.9.0.ebuild +++ /dev/null @@ -1,30 +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 common resources" -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="LGPL-2.1+" -SLOT="0" - -DEPEND="~lxqt-base/liblxqt-${PV}" -RDEPEND="${DEPEND}" -PDEPEND="~lxqt-base/lxqt-session-${PV}" - -src_install() { - cmake-utils_src_install - dodir "/etc/X11/Sessions" - dosym "/usr/bin/startlxqt" "/etc/X11/Sessions/lxqt" -} diff --git a/lxqt-base/lxqt-common/lxqt-common-0.9.1.ebuild b/lxqt-base/lxqt-common/lxqt-common-0.9.1.ebuild deleted file mode 100644 index 7455dd8e0481..000000000000 --- a/lxqt-base/lxqt-common/lxqt-common-0.9.1.ebuild +++ /dev/null @@ -1,30 +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 common resources" -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="LGPL-2.1+" -SLOT="0" - -DEPEND=">=lxqt-base/liblxqt-0.9.0" -RDEPEND="${DEPEND}" -PDEPEND=">=lxqt-base/lxqt-session-0.9.0" - -src_install() { - cmake-utils_src_install - dodir "/etc/X11/Sessions" - dosym "/usr/bin/startlxqt" "/etc/X11/Sessions/lxqt" -} |