public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: app-leechcraft/lc-secman/
@ 2015-10-19 10:19 Mikle Kolyada
  0 siblings, 0 replies; 3+ messages in thread
From: Mikle Kolyada @ 2015-10-19 10:19 UTC (permalink / raw
  To: gentoo-commits

commit:     7ce461c8ae850113f338e82eb5b74763a7f846c7
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 19 10:09:34 2015 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Mon Oct 19 10:16:37 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ce461c8

app-leechcraft/lc-secman: amd64 stable wrt bug #563420

Package-Manager: portage-2.2.20.1

 app-leechcraft/lc-secman/lc-secman-0.6.70.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-leechcraft/lc-secman/lc-secman-0.6.70.ebuild b/app-leechcraft/lc-secman/lc-secman-0.6.70.ebuild
index d3909da..f7c6174 100644
--- a/app-leechcraft/lc-secman/lc-secman-0.6.70.ebuild
+++ b/app-leechcraft/lc-secman/lc-secman-0.6.70.ebuild
@@ -9,7 +9,7 @@ inherit leechcraft
 DESCRIPTION="Security and personal data manager for LeechCraft"
 
 SLOT="0"
-KEYWORDS=" ~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE="debug"
 
 DEPEND="~app-leechcraft/lc-core-${PV}"


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-leechcraft/lc-secman/
@ 2017-06-04 17:52 Michał Górny
  0 siblings, 0 replies; 3+ messages in thread
From: Michał Górny @ 2017-06-04 17:52 UTC (permalink / raw
  To: gentoo-commits

commit:     2febfbb0a752f8863988fbf64e015fd2485dd4aa
Author:     0xd34df00d <0xd34df00d <AT> gmail <DOT> com>
AuthorDate: Sun May 28 18:34:49 2017 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Jun  4 17:21:36 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2febfbb0

app-leechcraft/lc-secman: add a USE flag for the contents display

Closes: https://github.com/gentoo/gentoo/pull/4791

 app-leechcraft/lc-secman/lc-secman-9999.ebuild | 3 ++-
 app-leechcraft/lc-secman/metadata.xml          | 3 +++
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/app-leechcraft/lc-secman/lc-secman-9999.ebuild b/app-leechcraft/lc-secman/lc-secman-9999.ebuild
index b7ee29e4e59..79aea9e550a 100644
--- a/app-leechcraft/lc-secman/lc-secman-9999.ebuild
+++ b/app-leechcraft/lc-secman/lc-secman-9999.ebuild
@@ -9,7 +9,7 @@ DESCRIPTION="Security and personal data manager for LeechCraft"
 
 SLOT="0"
 KEYWORDS=""
-IUSE="debug crypt"
+IUSE="debug crypt exposecontents"
 
 DEPEND="~app-leechcraft/lc-core-${PV}
 	crypt? ( dev-libs/openssl:0 )
@@ -20,6 +20,7 @@ RDEPEND="${DEPEND}"
 src_configure() {
 	local mycmakeargs=(
 		-DENABLE_SECMAN_SECURESTORAGE=$(usex crypt)
+		-DWITH_SECMAN_EXPOSE_CONTENTSDISPLAY=$(usex exposecontents)
 	)
 
 	cmake-utils_src_configure

diff --git a/app-leechcraft/lc-secman/metadata.xml b/app-leechcraft/lc-secman/metadata.xml
index ef43617d9e9..c5747e4376d 100644
--- a/app-leechcraft/lc-secman/metadata.xml
+++ b/app-leechcraft/lc-secman/metadata.xml
@@ -9,4 +9,7 @@
 		<email>proxy-maint@gentoo.org</email>
 		<name>Proxy Maintainers</name>
 	</maintainer>
+	<use>
+		<flag name="exposecontents">Build the GUI for viewing the stored data.</flag>
+	</use>
 </pkgmetadata>


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-leechcraft/lc-secman/
@ 2020-05-06 11:51 Joonas Niilola
  0 siblings, 0 replies; 3+ messages in thread
From: Joonas Niilola @ 2020-05-06 11:51 UTC (permalink / raw
  To: gentoo-commits

commit:     5e628af9f9fc495440704032c269e427671559cf
Author:     0xd34df00d <0xd34df00d <AT> gmail <DOT> com>
AuthorDate: Mon May  4 20:37:16 2020 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Wed May  6 11:50:58 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e628af9

app-leechcraft/lc-secman: fix IUSE sorting

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Georg Rudoy <0xd34df00d <AT> gmail.com>
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 app-leechcraft/lc-secman/lc-secman-9999.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-leechcraft/lc-secman/lc-secman-9999.ebuild b/app-leechcraft/lc-secman/lc-secman-9999.ebuild
index d216ed88edd..315dca0cef0 100644
--- a/app-leechcraft/lc-secman/lc-secman-9999.ebuild
+++ b/app-leechcraft/lc-secman/lc-secman-9999.ebuild
@@ -9,7 +9,7 @@ DESCRIPTION="Security and personal data manager for LeechCraft"
 
 SLOT="0"
 KEYWORDS=""
-IUSE="debug crypt exposecontents"
+IUSE="crypt debug exposecontents"
 
 DEPEND="~app-leechcraft/lc-core-${PV}
 	dev-qt/qtwidgets:5


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-05-06 11:51 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-06-04 17:52 [gentoo-commits] repo/gentoo:master commit in: app-leechcraft/lc-secman/ Michał Górny
  -- strict thread matches above, loose matches on Subject: below --
2020-05-06 11:51 Joonas Niilola
2015-10-19 10:19 Mikle Kolyada

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox