public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: app-misc/no-more-secrets/
@ 2016-09-19  3:47 Richard Farina
  0 siblings, 0 replies; 5+ messages in thread
From: Richard Farina @ 2016-09-19  3:47 UTC (permalink / raw
  To: gentoo-commits

commit:     7d44265733a0e03ee9fb199675141b4355e8c4a9
Author:     Zero_Chaos <zerochaos <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 19 03:46:54 2016 +0000
Commit:     Richard Farina <zerochaos <AT> gentoo <DOT> org>
CommitDate: Mon Sep 19 03:47:11 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d442657

app-misc/no-more-secrets: advanced decryption, capable of decrypting anything piped to it

Package-Manager: portage-2.3.0

 app-misc/no-more-secrets/metadata.xml              | 13 +++++++
 .../no-more-secrets/no-more-secrets-9999.ebuild    | 41 ++++++++++++++++++++++
 2 files changed, 54 insertions(+)

diff --git a/app-misc/no-more-secrets/metadata.xml b/app-misc/no-more-secrets/metadata.xml
new file mode 100644
index 00000000..300fd92
--- /dev/null
+++ b/app-misc/no-more-secrets/metadata.xml
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+  <maintainer type="person">
+    <email>zerochaos@gentoo.org</email>
+    <name>Rick Farina</name>
+  </maintainer>
+<longdescription lang="en">
+</longdescription>
+  <upstream>
+	  <remote-id type="github">bartobri/no-more-secrets</remote-id>
+  </upstream>
+</pkgmetadata>

diff --git a/app-misc/no-more-secrets/no-more-secrets-9999.ebuild b/app-misc/no-more-secrets/no-more-secrets-9999.ebuild
new file mode 100644
index 00000000..2ce72e0
--- /dev/null
+++ b/app-misc/no-more-secrets/no-more-secrets-9999.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit toolchain-funcs
+
+#if [[ ${PV} == "9999" ]] ; then
+	EGIT_REPO_URI="https://github.com/bartobri/${PN}.git"
+	SRC_URI=""
+	inherit git-r3
+	KEYWORDS=""
+#else
+#	SRC_URI=""
+#	KEYWORDS=""
+#fi
+
+DESCRIPTION="recreate decrypting text from 1992 movie 'Sneakers'"
+HOMEPAGE="https://github.com/bartobri/no-more-secrets"
+
+LICENSE="GPL-3"
+SLOT=0
+
+DEPEND="sys-libs/ncurses:0="
+
+RDEPEND="${DEPEND}"
+
+src_prepare() {
+	sed -i 's#CC =#CC ?=#' Makefile
+	sed -i 's#prefix =#prefix ?=#' Makefile
+	sed -i 's#CFLAGS =#CFLAGS ?=#' Makefile
+}
+
+src_compile() {
+	CC=$(tc-getCC) CFLAGS=${CFLAGS} emake
+}
+
+src_install() {
+	prefix=/usr DESTDIR="${ED}" emake install
+}


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

* [gentoo-commits] repo/gentoo:master commit in: app-misc/no-more-secrets/
@ 2017-10-04  7:47 Michał Górny
  0 siblings, 0 replies; 5+ messages in thread
From: Michał Górny @ 2017-10-04  7:47 UTC (permalink / raw
  To: gentoo-commits

commit:     79e6d5ea49f87b198d3d3382830632b1d20b1f93
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Oct  4 07:19:47 2017 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Oct  4 07:47:38 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=79e6d5ea

app-misc/no-more-secrets: Strip empty metadata.xml elements

 app-misc/no-more-secrets/metadata.xml | 2 --
 1 file changed, 2 deletions(-)

diff --git a/app-misc/no-more-secrets/metadata.xml b/app-misc/no-more-secrets/metadata.xml
index 300fd92ec3d..1255b6a8cd1 100644
--- a/app-misc/no-more-secrets/metadata.xml
+++ b/app-misc/no-more-secrets/metadata.xml
@@ -5,8 +5,6 @@
     <email>zerochaos@gentoo.org</email>
     <name>Rick Farina</name>
   </maintainer>
-<longdescription lang="en">
-</longdescription>
   <upstream>
 	  <remote-id type="github">bartobri/no-more-secrets</remote-id>
   </upstream>


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

* [gentoo-commits] repo/gentoo:master commit in: app-misc/no-more-secrets/
@ 2020-11-05  7:20 Joonas Niilola
  0 siblings, 0 replies; 5+ messages in thread
From: Joonas Niilola @ 2020-11-05  7:20 UTC (permalink / raw
  To: gentoo-commits

commit:     0bd94c6dc905a63e04a62202646c6093db6ef1cc
Author:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Thu Nov  5 02:38:19 2020 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Thu Nov  5 07:20:21 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0bd94c6d

app-misc/no-more-secrets: add tagged release 0.3.3

Closes: https://bugs.gentoo.org/752426
Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/18136
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 app-misc/no-more-secrets/Manifest                  |  1 +
 .../no-more-secrets/no-more-secrets-0.3.3.ebuild   | 30 ++++++++++++++++++++++
 2 files changed, 31 insertions(+)

diff --git a/app-misc/no-more-secrets/Manifest b/app-misc/no-more-secrets/Manifest
new file mode 100644
index 00000000000..7806d7d107b
--- /dev/null
+++ b/app-misc/no-more-secrets/Manifest
@@ -0,0 +1 @@
+DIST no-more-secrets-0.3.3.tar.gz 24713 BLAKE2B c47cc71e72c8bc10bfc27b382e22d1b808b1efa65f3355ce0b435490c1628e476824414541fd12c58c99b47822724bb8cb6cdf1a0b0edf05068e7400cfcef09a SHA512 d261c9d2f7617149815627a4b6817aa5b483045cefbad148038ac9f13bc231b571034791aaaabc2ce9ab112cecc6015efc74167955099b8b57d1810f81210b31

diff --git a/app-misc/no-more-secrets/no-more-secrets-0.3.3.ebuild b/app-misc/no-more-secrets/no-more-secrets-0.3.3.ebuild
new file mode 100644
index 00000000000..57fdd08f5c3
--- /dev/null
+++ b/app-misc/no-more-secrets/no-more-secrets-0.3.3.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit toolchain-funcs
+
+SRC_URI="https://github.com/bartobri/no-more-secrets/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+KEYWORDS="~amd64"
+DESCRIPTION="Recreate decrypting text from 1992 movie 'Sneakers'"
+HOMEPAGE="https://github.com/bartobri/no-more-secrets"
+LICENSE="GPL-3"
+SLOT=0
+DEPEND="sys-libs/ncurses:0="
+RDEPEND="${DEPEND}"
+
+src_prepare() {
+	sed -i	-e 's#CC =#CC ?=#' \
+		-e 's#prefix =#prefix ?=#' \
+		-e 's#CFLAGS =#CFLAGS ?=#' Makefile || die
+	default
+}
+
+src_compile() {
+	CC="$(tc-getCC)" CFLAGS="${CFLAGS}" emake
+}
+
+src_install() {
+	prefix="/usr" DESTDIR="${ED}" emake install
+}


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

* [gentoo-commits] repo/gentoo:master commit in: app-misc/no-more-secrets/
@ 2023-04-29 12:21 Arthur Zamarin
  0 siblings, 0 replies; 5+ messages in thread
From: Arthur Zamarin @ 2023-04-29 12:21 UTC (permalink / raw
  To: gentoo-commits

commit:     ad68d7290f89ddd2ec8d4ec0cd1c4391b65c7be9
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 29 12:21:22 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Apr 29 12:21:22 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad68d729

app-misc/no-more-secrets: Keyword 0.3.3 arm64, #866338

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 app-misc/no-more-secrets/no-more-secrets-0.3.3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-misc/no-more-secrets/no-more-secrets-0.3.3.ebuild b/app-misc/no-more-secrets/no-more-secrets-0.3.3.ebuild
index fd0780756aa5..e6926ebddb70 100644
--- a/app-misc/no-more-secrets/no-more-secrets-0.3.3.ebuild
+++ b/app-misc/no-more-secrets/no-more-secrets-0.3.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -10,7 +10,7 @@ if [[ ${PV} == *9999 ]] ; then
 	inherit git-r3
 else
 	SRC_URI="https://github.com/bartobri/no-more-secrets/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-	KEYWORDS="~amd64"
+	KEYWORDS="~amd64 ~arm64"
 fi
 
 DESCRIPTION="Recreate decrypting text from 1992 movie 'Sneakers'"


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

* [gentoo-commits] repo/gentoo:master commit in: app-misc/no-more-secrets/
@ 2023-08-22  0:45 Rick Farina
  0 siblings, 0 replies; 5+ messages in thread
From: Rick Farina @ 2023-08-22  0:45 UTC (permalink / raw
  To: gentoo-commits

commit:     4ea5f19ddebee6c08ce4f69e92aadcd6305e5947
Author:     Rick Farina <zerochaos <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 22 00:44:53 2023 +0000
Commit:     Rick Farina <zerochaos <AT> gentoo <DOT> org>
CommitDate: Tue Aug 22 00:44:53 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ea5f19d

app-misc/no-more-secrets: add 1.0.1

Also add sneakers binary
Closes: https://bugs.gentoo.org/866335
Signed-off-by: Rick Farina <zerochaos <AT> gentoo.org>

 app-misc/no-more-secrets/Manifest                             |  1 +
 ...-more-secrets-9999.ebuild => no-more-secrets-1.0.1.ebuild} | 11 ++++++-----
 app-misc/no-more-secrets/no-more-secrets-9999.ebuild          | 11 ++++++-----
 3 files changed, 13 insertions(+), 10 deletions(-)

diff --git a/app-misc/no-more-secrets/Manifest b/app-misc/no-more-secrets/Manifest
index 7806d7d107b8..7b017c318ea2 100644
--- a/app-misc/no-more-secrets/Manifest
+++ b/app-misc/no-more-secrets/Manifest
@@ -1 +1,2 @@
 DIST no-more-secrets-0.3.3.tar.gz 24713 BLAKE2B c47cc71e72c8bc10bfc27b382e22d1b808b1efa65f3355ce0b435490c1628e476824414541fd12c58c99b47822724bb8cb6cdf1a0b0edf05068e7400cfcef09a SHA512 d261c9d2f7617149815627a4b6817aa5b483045cefbad148038ac9f13bc231b571034791aaaabc2ce9ab112cecc6015efc74167955099b8b57d1810f81210b31
+DIST no-more-secrets-1.0.1.tar.gz 25251 BLAKE2B 6508c65281c36effff7ccba80ad47b76c0f6c509bb4aeb4ffb35adef0b25612991e9923737128c1581a28b20bf2338cef7315b60ed8a637ea9b499d390193299 SHA512 436f092af23252d043f9b790f2e92fdfe0316fb07da66d7c35eda3967aeeab48a402ee6ca8b3630677798f74846f375ca071d828d0d5493f58418366dfc3366f

diff --git a/app-misc/no-more-secrets/no-more-secrets-9999.ebuild b/app-misc/no-more-secrets/no-more-secrets-1.0.1.ebuild
similarity index 78%
copy from app-misc/no-more-secrets/no-more-secrets-9999.ebuild
copy to app-misc/no-more-secrets/no-more-secrets-1.0.1.ebuild
index 6fcda186cfdf..54a201cd898d 100644
--- a/app-misc/no-more-secrets/no-more-secrets-9999.ebuild
+++ b/app-misc/no-more-secrets/no-more-secrets-1.0.1.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
 inherit toolchain-funcs
 
@@ -10,7 +10,7 @@ if [[ ${PV} == *9999 ]] ; then
 	inherit git-r3
 else
 	SRC_URI="https://github.com/bartobri/no-more-secrets/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-	KEYWORDS="~amd64"
+	KEYWORDS="~amd64 ~arm64"
 fi
 
 DESCRIPTION="Recreate decrypting text from 1992 movie 'Sneakers'"
@@ -19,11 +19,12 @@ HOMEPAGE="https://github.com/bartobri/no-more-secrets"
 LICENSE="GPL-3"
 SLOT=0
 
+BDEPEND=""
 DEPEND="sys-libs/ncurses:0="
-RDEPEND="${DEPEND}"
+RDEPEND=""
 
 PATCHES=( "${FILESDIR}"/no-more-secrets-9999-2018-10-25-respect-ldflags.patch )
 
 src_compile() {
-	CC="$(tc-getCC)" CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" emake
+	CC="$(tc-getCC)" CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" emake all
 }

diff --git a/app-misc/no-more-secrets/no-more-secrets-9999.ebuild b/app-misc/no-more-secrets/no-more-secrets-9999.ebuild
index 6fcda186cfdf..54a201cd898d 100644
--- a/app-misc/no-more-secrets/no-more-secrets-9999.ebuild
+++ b/app-misc/no-more-secrets/no-more-secrets-9999.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
 inherit toolchain-funcs
 
@@ -10,7 +10,7 @@ if [[ ${PV} == *9999 ]] ; then
 	inherit git-r3
 else
 	SRC_URI="https://github.com/bartobri/no-more-secrets/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-	KEYWORDS="~amd64"
+	KEYWORDS="~amd64 ~arm64"
 fi
 
 DESCRIPTION="Recreate decrypting text from 1992 movie 'Sneakers'"
@@ -19,11 +19,12 @@ HOMEPAGE="https://github.com/bartobri/no-more-secrets"
 LICENSE="GPL-3"
 SLOT=0
 
+BDEPEND=""
 DEPEND="sys-libs/ncurses:0="
-RDEPEND="${DEPEND}"
+RDEPEND=""
 
 PATCHES=( "${FILESDIR}"/no-more-secrets-9999-2018-10-25-respect-ldflags.patch )
 
 src_compile() {
-	CC="$(tc-getCC)" CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" emake
+	CC="$(tc-getCC)" CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" emake all
 }


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

end of thread, other threads:[~2023-08-22  0:45 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-04-29 12:21 [gentoo-commits] repo/gentoo:master commit in: app-misc/no-more-secrets/ Arthur Zamarin
  -- strict thread matches above, loose matches on Subject: below --
2023-08-22  0:45 Rick Farina
2020-11-05  7:20 Joonas Niilola
2017-10-04  7:47 Michał Górny
2016-09-19  3:47 Richard Farina

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