public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "David Seifert" <soap@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/zulucrypt/
Date: Mon, 28 Dec 2020 12:43:20 +0000 (UTC)	[thread overview]
Message-ID: <1609159372.8eabdb26c0c732bc10164bf7cf099b2e6ed7d87e.soap@gentoo> (raw)

commit:     8eabdb26c0c732bc10164bf7cf099b2e6ed7d87e
Author:     Jakov Smolic <jakov.smolic <AT> sartura <DOT> hr>
AuthorDate: Mon Dec 28 12:42:52 2020 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Mon Dec 28 12:42:52 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8eabdb26

app-crypt/zulucrypt: Cleanup old versions

Package-Manager: Portage-3.0.9, Repoman-3.0.1
Signed-off-by: Jakov Smolic <jakov.smolic <AT> sartura.hr>
Signed-off-by: David Seifert <soap <AT> gentoo.org>

 app-crypt/zulucrypt/Manifest               |  2 --
 app-crypt/zulucrypt/zulucrypt-5.1.0.ebuild | 49 ----------------------------
 app-crypt/zulucrypt/zulucrypt-5.4.0.ebuild | 51 ------------------------------
 3 files changed, 102 deletions(-)

diff --git a/app-crypt/zulucrypt/Manifest b/app-crypt/zulucrypt/Manifest
index 30e3a65907f..c0223dd70ee 100644
--- a/app-crypt/zulucrypt/Manifest
+++ b/app-crypt/zulucrypt/Manifest
@@ -1,3 +1 @@
-DIST zulucrypt-5.1.0.tar.bz2 1610597 BLAKE2B 3b77676912f0cd8990ba307ff04309f308ec29cf76cad37ac28ebb317a7e42ee93ffe9deb1db12a80c4d5b235c2a83bc8e5ddeb6082e5f1be9d91425d06f4334 SHA512 b916d43f8c889f1593c506d95360b195f0639024463eb77b5b21b544468f99719b877d8c94725504305f307efe5cb18e203dc8f9b015bd55825dc1d4fffb42f0
-DIST zulucrypt-5.4.0.tar.bz2 1704452 BLAKE2B b0ef9e33b7261087b97186dd49672ea115c4792c04a64700cba5caa9c9e63d84818904c078a4d6663c6f420bbd19b0593af84210010821e2b8bae5f19947ffec SHA512 65361ef885b68a13f435704e0e1dbc9b7ae4df9525900ab60665c29e24574dcadb4afb27a7c595db33021c07086de92332f1a52189cfd674991b95e208040074
 DIST zulucrypt-5.5.0_pre20180223.tar.gz 2162535 BLAKE2B 7d098ec20b7f355be6ad863121f7016d6b1ccbcc133438b616cfbd805110b24ae91dc74b0c2daf3137511fcb72e0338663c3c743c6c3d2b761883c57c590c0e5 SHA512 38ea9442a48c02741e11e59759b745ce3d6d6ca5f37d8b685526be76308a8fa1f7db7fd38038e5ce50e2a8afd8740b0a683a3458cb1df6f0b70c41fbf8035c15

diff --git a/app-crypt/zulucrypt/zulucrypt-5.1.0.ebuild b/app-crypt/zulucrypt/zulucrypt-5.1.0.ebuild
deleted file mode 100644
index 8f783bd0f8e..00000000000
--- a/app-crypt/zulucrypt/zulucrypt-5.1.0.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit cmake-utils xdg
-
-DESCRIPTION="Front end to cryptsetup"
-HOMEPAGE="https://mhogomchungu.github.io/zuluCrypt/"
-SRC_URI="https://github.com/mhogomchungu/zuluCrypt/releases/download/${PV}/zuluCrypt-${PV}.tar.bz2 -> ${P}.tar.bz2"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="gnome kwallet +qt5 udev"
-
-REQUIRED_USE="kwallet? ( qt5 )"
-
-CDEPEND="
-	dev-libs/libgcrypt:0=
-	sys-fs/cryptsetup:=
-	gnome? ( app-crypt/libsecret )
-	qt5? (
-		dev-libs/libpwquality
-		dev-qt/qtcore:5
-		dev-qt/qtgui:5
-		dev-qt/qtnetwork:5
-		dev-qt/qtwidgets:5
-		kwallet? ( kde-frameworks/kwallet:5 )
-	)
-"
-RDEPEND="${CDEPEND}
-	udev? ( virtual/udev )"
-DEPEND="${CDEPEND}
-	virtual/pkgconfig
-"
-
-S="${WORKDIR}/zuluCrypt-${PV}"
-
-src_configure() {
-	local mycmakeargs=(
-		-DLIB_SUFFIX="$(get_libdir)"
-		-DNOGNOME=$(usex !gnome)
-		-DNOKDE=$(usex !kwallet)
-		-DNOGUI=$(usex !qt5)
-		-DUDEVSUPPORT=$(usex udev)
-	)
-	cmake-utils_src_configure
-}

diff --git a/app-crypt/zulucrypt/zulucrypt-5.4.0.ebuild b/app-crypt/zulucrypt/zulucrypt-5.4.0.ebuild
deleted file mode 100644
index 81296f712ec..00000000000
--- a/app-crypt/zulucrypt/zulucrypt-5.4.0.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit cmake-utils xdg
-
-DESCRIPTION="Front end to cryptsetup"
-HOMEPAGE="https://mhogomchungu.github.io/zuluCrypt/"
-SRC_URI="https://github.com/mhogomchungu/zuluCrypt/releases/download/${PV}/zuluCrypt-${PV}.tar.bz2 -> ${P}.tar.bz2"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="gnome kwallet +qt5 udev"
-
-REQUIRED_USE="kwallet? ( qt5 )"
-
-CDEPEND="
-	dev-libs/libgcrypt:0=
-	sys-fs/cryptsetup:=
-	gnome? ( app-crypt/libsecret )
-	qt5? (
-		dev-libs/libpwquality
-		dev-qt/qtcore:5
-		dev-qt/qtgui:5
-		dev-qt/qtnetwork:5
-		dev-qt/qtwidgets:5
-		kwallet? ( kde-frameworks/kwallet:5 )
-	)
-"
-RDEPEND="${CDEPEND}
-	udev? ( virtual/udev )"
-DEPEND="${CDEPEND}
-	virtual/pkgconfig
-"
-
-S="${WORKDIR}/zuluCrypt-${PV}"
-
-src_configure() {
-	local mycmakeargs=(
-		-DLIB_SUFFIX="$(get_libdir)"
-		-DNOGNOME=$(usex !gnome)
-		-DNOKDE=$(usex !kwallet)
-		-DNOGUI=$(usex !qt5)
-		-DUDEVSUPPORT=$(usex udev)
-		-DINTERNAL_LXQT_WALLET=true
-		-DINTERNAL_ZULUPLAY=true
-	)
-	cmake-utils_src_configure
-}


             reply	other threads:[~2020-12-28 12:43 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-12-28 12:43 David Seifert [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-10-07 21:05 [gentoo-commits] repo/gentoo:master commit in: app-crypt/zulucrypt/ Andreas Sturmlechner
2023-09-04 21:24 Andreas Sturmlechner
2023-05-18 12:17 Andreas Sturmlechner
2020-09-03 10:08 Joonas Niilola
2018-07-19  9:01 Johannes Huber
2018-07-18 21:11 Jonas Stein
2018-04-02 21:20 Patrice Clement
2017-02-25 19:42 [gentoo-commits] repo/gentoo:master commit in: app-crypt/zuluCrypt/ Andreas Sturmlechner
2017-02-02 11:40 Michael Palimaka
2017-01-25 23:29 Patrice Clement
2016-07-07 18:39 Austin English
2016-04-20  3:21 Michał Górny
2015-09-05 23:36 Julian Ospald
2015-08-10 23:47 Julian Ospald

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1609159372.8eabdb26c0c732bc10164bf7cf099b2e6ed7d87e.soap@gentoo \
    --to=soap@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox