public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michael Palimaka" <kensington@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/zuluCrypt/
Date: Thu,  2 Feb 2017 11:40:20 +0000 (UTC)	[thread overview]
Message-ID: <1486035611.f8d6955f4a795e07bf4878597984af2b09f9e040.kensington@gentoo> (raw)

commit:     f8d6955f4a795e07bf4878597984af2b09f9e040
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Thu Feb  2 11:40:01 2017 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Thu Feb  2 11:40:11 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f8d6955f

app-crypt/zuluCrypt: remove 4.7.7

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 app-crypt/zuluCrypt/Manifest               |  1 -
 app-crypt/zuluCrypt/zuluCrypt-4.7.7.ebuild | 52 ------------------------------
 2 files changed, 53 deletions(-)

diff --git a/app-crypt/zuluCrypt/Manifest b/app-crypt/zuluCrypt/Manifest
index e0769a8..9c1858c 100644
--- a/app-crypt/zuluCrypt/Manifest
+++ b/app-crypt/zuluCrypt/Manifest
@@ -1,3 +1,2 @@
-DIST zuluCrypt-4.7.7.tar.bz2 550309 SHA256 d832668c646bb93a63e908bd1896def830db304138a17f34eae09dd41b3197d4 SHA512 bca390caacc7ff39b03dce370c2f85da2f52d9de3604713ec2dec6f53b75573163a5db60ca30746f4056def8617a9a93f80026c1833396356c849b10948468f1 WHIRLPOOL 6d54015b8458cd6b4460afc33f14dabe3672bc3aea849230090b0c2a64f37da9777f1e0745e7000be1e05874962f4cc97e284fa8877fa0a1d09b93b71bb5e215
 DIST zuluCrypt-5.0.1.tar.bz2 785950 SHA256 53a970173c7f87cf3b2c4a9bf12c36fa7796147d99235cc37de9aa2cbcbddcde SHA512 69ffd13957ff36783d20caf489d35a018ef5eee4db6627789525be53dc39fe0245c16e95449de18eabef11a46480501647bdc7bd3072c92fecbcb43a7e1ec2eb WHIRLPOOL 40207e9a798676ecfc6a2959e4edb79bc770ee749844a005e15fb4227ea761e8ef29757ea1710b40248c861df69312354191e7311069eaf2f42c983d196f3e9c
 DIST zuluCrypt-5.1.0.tar.bz2 1610597 SHA256 dd57be9bcee64f7f4427f4a80e31bf8796d3ad7889f6c3bd78597ff14c1ba520 SHA512 b916d43f8c889f1593c506d95360b195f0639024463eb77b5b21b544468f99719b877d8c94725504305f307efe5cb18e203dc8f9b015bd55825dc1d4fffb42f0 WHIRLPOOL 72e202888b7c6cfc5fcc5720430c92813c7c313d04a1d31d432b942e0553450024c5a1a4e2cbb79359e4fa8276d7874a4d507721744a707745f1cf951d19510a

diff --git a/app-crypt/zuluCrypt/zuluCrypt-4.7.7.ebuild b/app-crypt/zuluCrypt/zuluCrypt-4.7.7.ebuild
deleted file mode 100644
index c8681ad..00000000
--- a/app-crypt/zuluCrypt/zuluCrypt-4.7.7.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit multilib cmake-utils
-
-DESCRIPTION="Front end to cryptsetup"
-HOMEPAGE="http://mhogomchungu.github.io/zuluCrypt/"
-SRC_URI="https://github.com/mhogomchungu/zuluCrypt/releases/download/${PV}/zuluCrypt-${PV}.tar.bz2"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="gnome +gui kde udev"
-
-CDEPEND="
-	dev-libs/libgcrypt:0
-	sys-apps/util-linux
-	sys-fs/cryptsetup
-	gnome? ( app-crypt/libsecret )
-	gui? (
-		dev-libs/libpwquality
-		dev-qt/qtcore:4
-		dev-qt/qtgui:4
-		kde? (
-			kde-frameworks/kdelibs:4
-			kde-apps/kwalletd:4
-		)
-	)
-"
-RDEPEND="${CDEPEND}
-	udev? ( virtual/udev )"
-DEPEND="${CDEPEND}
-	virtual/pkgconfig
-"
-
-src_configure() {
-	local mycmakeargs=(
-		$(cmake-utils_use udev UDEVSUPPORT)
-		-DLIB_SUFFIX="$(get_libdir)"
-		$(cmake-utils_use !gnome NOGNOME)
-		$(cmake-utils_use !gui NOGUI)
-		# WITH_PWQUALITY has no effect without gui
-		$(cmake-utils_use gui WITH_PWQUALITY)
-		# KDE has no effect without gui
-		$(usex gui "$(cmake-utils_use !kde NOKDE)" "-DNOKDE=TRUE")
-	)
-
-	cmake-utils_src_configure
-}


             reply	other threads:[~2017-02-02 11:40 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-02-02 11:40 Michael Palimaka [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-12-28 12:43 David Seifert
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-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=1486035611.f8d6955f4a795e07bf4878597984af2b09f9e040.kensington@gentoo \
    --to=kensington@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