[gentoo-commits] repo/gentoo:master commit in: app-leechcraft/lc-secman/

2020-05-06 Thread Joonas Niilola
commit: 5e628af9f9fc495440704032c269e427671559cf
Author: 0xd34df00d <0xd34df00d  gmail  com>
AuthorDate: Mon May  4 20:37:16 2020 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Wed May  6 11:50:58 2020 +
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  gmail.com>
Signed-off-by: Joonas Niilola  gentoo.org>

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

diff --git a/app-leechcraft/lc-secman/lc-secman-.ebuild 
b/app-leechcraft/lc-secman/lc-secman-.ebuild
index d216ed88edd..315dca0cef0 100644
--- a/app-leechcraft/lc-secman/lc-secman-.ebuild
+++ b/app-leechcraft/lc-secman/lc-secman-.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



[gentoo-commits] repo/gentoo:master commit in: app-leechcraft/lc-secman/

2017-06-04 Thread Michał Górny
commit: 2febfbb0a752f8863988fbf64e015fd2485dd4aa
Author: 0xd34df00d <0xd34df00d  gmail  com>
AuthorDate: Sun May 28 18:34:49 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Jun  4 17:21:36 2017 +
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-.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-.ebuild 
b/app-leechcraft/lc-secman/lc-secman-.ebuild
index b7ee29e4e59..79aea9e550a 100644
--- a/app-leechcraft/lc-secman/lc-secman-.ebuild
+++ b/app-leechcraft/lc-secman/lc-secman-.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 @@
proxy-ma...@gentoo.org
Proxy Maintainers

+   
+   Build the GUI for viewing the 
stored data.
+   
 



[gentoo-commits] repo/gentoo:master commit in: app-leechcraft/lc-secman/

2015-10-19 Thread Mikle Kolyada
commit: 7ce461c8ae850113f338e82eb5b74763a7f846c7
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Mon Oct 19 10:09:34 2015 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Mon Oct 19 10:16:37 2015 +
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}"