diff options
author | Sergey Torokhov <torokhov-s-a@yandex.ru> | 2023-05-03 22:34:07 +0300 |
---|---|---|
committer | Sergey Torokhov <torokhov-s-a@yandex.ru> | 2023-05-03 22:34:07 +0300 |
commit | 695cb30111e74d07eb00c3108c65609e7c5cd23f (patch) | |
tree | 111df18067b4813bb99e3e29a45bd78e68013e84 /dev-vcs | |
parent | dev-python/cffsubr: update HOMEPAGE, SRC_URI (diff) | |
download | guru-695cb30111e74d07eb00c3108c65609e7c5cd23f.tar.gz guru-695cb30111e74d07eb00c3108c65609e7c5cd23f.tar.bz2 guru-695cb30111e74d07eb00c3108c65609e7c5cd23f.zip |
dev-vcs/gitqlient: drop old 1.5.0 version
Signed-off-by: Sergey Torokhov <torokhov-s-a@yandex.ru>
Diffstat (limited to 'dev-vcs')
-rw-r--r-- | dev-vcs/gitqlient/Manifest | 1 | ||||
-rw-r--r-- | dev-vcs/gitqlient/gitqlient-1.5.0-r1.ebuild | 50 |
2 files changed, 0 insertions, 51 deletions
diff --git a/dev-vcs/gitqlient/Manifest b/dev-vcs/gitqlient/Manifest index 19ffb1f49..8b5007a51 100644 --- a/dev-vcs/gitqlient/Manifest +++ b/dev-vcs/gitqlient/Manifest @@ -1,2 +1 @@ -DIST gitqlient-1.5.0.tar.gz 4969914 BLAKE2B 9739e333fa20fee724f948cf7a8109b932b7ac8ebfe8465cdc374774f21c105d6467078322012eec8ce82c1b92f9b5e4f32b24885d5ab218b64544a2c2ad6504 SHA512 32f838c75314aca67880354127f2cdc00ed6ce0c6b315dd9571d00dbebca4896e975d73ef779dae5c1953f62387992e573ee95f32545e41e59f5066ae8f11662 DIST gitqlient-1.6.1.tar.gz 4971880 BLAKE2B b793dd406d1dff7aa193916a08dc5c10159eb54f79d2d9930b672aed5ee5d98fe3d6afb1869032bdeee1790b078a5fefa8064506353d56e870ea95bb24ebcc26 SHA512 e115c9fca6c8fe17b32d326a7f649d35ea55fd1f4c1df7c30962e9f07382d246cd23b8dbdbf6759620d1ba7ba9c48c7a391b2e0a730a58bba9f1ba6425a2da9e diff --git a/dev-vcs/gitqlient/gitqlient-1.5.0-r1.ebuild b/dev-vcs/gitqlient/gitqlient-1.5.0-r1.ebuild deleted file mode 100644 index fdd2ee3ef..000000000 --- a/dev-vcs/gitqlient/gitqlient-1.5.0-r1.ebuild +++ /dev/null @@ -1,50 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit optfeature qmake-utils xdg - -MY_PN="GitQlient" - -DESCRIPTION="Multi-platform Git client written with Qt" -HOMEPAGE="https://github.com/francescmm/GitQlient" - -SRC_URI="https://github.com/francescmm/${MY_PN}/releases/download/v${PV}/${PN}_${PV}.tar.gz -> ${P}.tar.gz" -KEYWORDS="~amd64 ~x86" -S="${WORKDIR}/${PN}_${PV}" - -LICENSE="LGPL-2.1" -SLOT="0" - -DEPEND=" - dev-qt/qtcore:5 - dev-qt/qtgui:5 - dev-qt/qtnetwork:5 - dev-qt/qtwidgets:5 -" -RDEPEND=" - ${DEPEND} - dev-vcs/git -" - -src_prepare() { - default - sed -i -e "/QMAKE_CXXFLAGS/s:-Werror::" -e "/^GQ_SHA/d" "${MY_PN}".pro || die - sed -i -e "s:Office:Development:" "${S}/src/resources/${PN}.desktop" || die - # Drop 'fatal' warning on version detection via git command: - sed -i -e "/VERSION =/s: \$\$system(git rev-parse --short HEAD)::" "${MY_PN}".pro || die -} - -src_configure() { - eqmake5 PREFIX=/usr "${MY_PN}".pro -} - -src_install() { - emake INSTALL_ROOT="${D}" install -} - -pkg_postinst() { - optfeature "Jenkins and/or GitServer plugins support" dev-qt/qtwebchannel:5 dev-qt/qtwebengine:5[widgets] - xdg_pkg_postinst -} |