diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2018-10-16 15:11:04 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2018-10-17 16:40:49 +0200 |
commit | 62f7704915b9264f2fc898ee43e1f406f6c240c2 (patch) | |
tree | b046b1f6fa2715f5b18bc6d12546c953675ad8a5 /x11-misc/obconf-qt | |
parent | x11-libs/libfm-qt: Drop 0.11.0 and 0.13.1 (r0) (diff) | |
download | gentoo-62f7704915b9264f2fc898ee43e1f406f6c240c2.tar.gz gentoo-62f7704915b9264f2fc898ee43e1f406f6c240c2.tar.bz2 gentoo-62f7704915b9264f2fc898ee43e1f406f6c240c2.zip |
x11-misc/obconf-qt: Drop 0.9.0_p20150729
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
Diffstat (limited to 'x11-misc/obconf-qt')
-rw-r--r-- | x11-misc/obconf-qt/Manifest | 1 | ||||
-rw-r--r-- | x11-misc/obconf-qt/obconf-qt-0.9.0_p20150729.ebuild | 39 |
2 files changed, 0 insertions, 40 deletions
diff --git a/x11-misc/obconf-qt/Manifest b/x11-misc/obconf-qt/Manifest index 3958c2a6cb6c..75151238c79d 100644 --- a/x11-misc/obconf-qt/Manifest +++ b/x11-misc/obconf-qt/Manifest @@ -1,2 +1 @@ DIST obconf-qt-0.13.0.tar.xz 34348 BLAKE2B c44a79f4c70d07907ee4332ea75267b1b9c000371ee4d53b8db9eb9c624c6bd62a739413b8cf4038a514a1417ebbb8318c791bda2774d7420ac8a7b8b211d09f SHA512 537c10e286311d39f3e69c2940f4267d7dd2e55888e1e50d6aeb3cad8f694fec7792ca30e258a69cfe0c5361acecd4232605e47e71e27fa53b25f4bb65a0d703 -DIST obconf-qt-0.9.0_p20150729.tar.gz 96660 BLAKE2B dea66b2bd4084ecd5936612bb52cee1395866d7b4b3b3f211abfa60bd5b4318cc6e31b04867dd600caec5347cb38bad5be854be1e1051bd232b4f4328a8d3121 SHA512 cb4318608fb49926212130de368b059af34c9731d5edf19fca4b05f583ec0d37ce7568f95a5a3f1533642503fd3c7f03fee65ca96796cbc0bb16e92f9890efe3 diff --git a/x11-misc/obconf-qt/obconf-qt-0.9.0_p20150729.ebuild b/x11-misc/obconf-qt/obconf-qt-0.9.0_p20150729.ebuild deleted file mode 100644 index bb19a85d36f9..000000000000 --- a/x11-misc/obconf-qt/obconf-qt-0.9.0_p20150729.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -inherit cmake-utils - -DESCRIPTION="Openbox window manager configuration tool" -HOMEPAGE="https://lxqt.org" - -if [[ ${PV} = *9999* ]]; then - inherit git-r3 - EGIT_REPO_URI="https://git.lxde.org/git/lxde/${PN}.git" -else - SRC_URI="https://dev.gentoo.org/~jauhien/distfiles/${P}.tar.gz" - KEYWORDS="amd64 ~arm ~arm64 x86" -fi - -LICENSE="GPL-2 LGPL-2.1+" -SLOT="0" - -RDEPEND="dev-libs/glib:2 - dev-libs/libxml2 - dev-qt/qtcore:5 - dev-qt/qtdbus:5 - dev-qt/qtgui:5 - dev-qt/qtwidgets:5 - dev-qt/qtx11extras:5 - media-libs/fontconfig - media-libs/freetype - x11-wm/openbox:3 - x11-libs/libICE - x11-libs/libSM - x11-libs/libX11 - x11-libs/libXft - x11-libs/pango -" -DEPEND="${RDEPEND} - dev-qt/linguist-tools:5 - virtual/pkgconfig" |