summaryrefslogtreecommitdiff
path: root/app-misc/no-more-secrets
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-06-04 05:35:26 -0500
committerroot <root@alpha.trunkmasters.com>2026-06-04 05:35:26 -0500
commitf716a9fe6455d39eef01e718aae68dae61c19704 (patch)
tree0c52bbae1c242fbc296bd650fcd1167685f81492 /app-misc/no-more-secrets
parent3f9cf298e89cd5037b982abba06091224ee76daf (diff)
downloadbaldeagleos-repo-f716a9fe6455d39eef01e718aae68dae61c19704.tar.gz
baldeagleos-repo-f716a9fe6455d39eef01e718aae68dae61c19704.tar.xz
baldeagleos-repo-f716a9fe6455d39eef01e718aae68dae61c19704.zip
Adding metadata
Diffstat (limited to 'app-misc/no-more-secrets')
-rw-r--r--app-misc/no-more-secrets/Manifest1
-rw-r--r--app-misc/no-more-secrets/files/no-more-secrets-9999-2018-10-25-respect-ldflags.patch48
-rw-r--r--app-misc/no-more-secrets/metadata.xml11
-rw-r--r--app-misc/no-more-secrets/no-more-secrets-1.0.1.ebuild30
-rw-r--r--app-misc/no-more-secrets/no-more-secrets-9999.ebuild30
5 files changed, 0 insertions, 120 deletions
diff --git a/app-misc/no-more-secrets/Manifest b/app-misc/no-more-secrets/Manifest
deleted file mode 100644
index 64843498add6..000000000000
--- a/app-misc/no-more-secrets/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST no-more-secrets-1.0.1.tar.gz 25251 BLAKE2B 6508c65281c36effff7ccba80ad47b76c0f6c509bb4aeb4ffb35adef0b25612991e9923737128c1581a28b20bf2338cef7315b60ed8a637ea9b499d390193299 SHA512 436f092af23252d043f9b790f2e92fdfe0316fb07da66d7c35eda3967aeeab48a402ee6ca8b3630677798f74846f375ca071d828d0d5493f58418366dfc3366f
diff --git a/app-misc/no-more-secrets/files/no-more-secrets-9999-2018-10-25-respect-ldflags.patch b/app-misc/no-more-secrets/files/no-more-secrets-9999-2018-10-25-respect-ldflags.patch
deleted file mode 100644
index 163ec6fc09b9..000000000000
--- a/app-misc/no-more-secrets/files/no-more-secrets-9999-2018-10-25-respect-ldflags.patch
+++ /dev/null
@@ -1,48 +0,0 @@
---- a/Makefile 2020-11-05 08:48:00.592582924 +0200
-+++ b/Makefile 2020-11-05 09:03:53.247026258 +0200
-@@ -1,5 +1,5 @@
- # Installation directories following GNU conventions
--prefix ?= /usr/local
-+prefix = /usr
- exec_prefix = $(prefix)
- bindir = $(exec_prefix)/bin
- sbindir = $(exec_prefix)/sbin
-@@ -12,29 +12,30 @@
- OBJ=obj
- SRC=src
-
--CC ?= gcc
--CFLAGS ?= -Wextra -Wall -O2
-+export CC
-+export CFLAGS
-+export LDFLAGS
-
- .PHONY: all install uninstall clean
-
- nms: $(OBJ)/input.o $(OBJ)/error.o $(OBJ)/nmscharset.o $(OBJ)/nmstermio.o $(OBJ)/nmseffect.o $(OBJ)/nms.o | $(BIN)
-- $(CC) $(CFLAGS) -o $(BIN)/$@ $^
-+ $(CC) $(CFLAGS) $(LDFLAGS) -o $(BIN)/$@ $^
-
- sneakers: $(OBJ)/nmscharset.o $(OBJ)/nmstermio.o $(OBJ)/nmseffect.o $(OBJ)/sneakers.o | $(BIN)
-- $(CC) $(CFLAGS) -o $(BIN)/$@ $^
-+ $(CC) $(CFLAGS) $(LDFLAGS) -o $(BIN)/$@ $^
-
- all: nms sneakers
-
- all-ncurses: nms-ncurses sneakers-ncurses
-
- nms-ncurses: $(OBJ)/input.o $(OBJ)/error.o $(OBJ)/nmscharset.o $(OBJ)/nmstermio_ncurses.o $(OBJ)/nmseffect.o $(OBJ)/nms.o | $(BIN)
-- $(CC) $(CFLAGS) -o $(BIN)/nms $^ -lncursesw
-+ $(CC) $(CFLAGS) $(LDFLAGS) -o $(BIN)/nms $^ -lncursesw
-
- sneakers-ncurses: $(OBJ)/nmscharset.o $(OBJ)/nmstermio_ncurses.o $(OBJ)/nmseffect.o $(OBJ)/sneakers.o | $(BIN)
-- $(CC) $(CFLAGS) -o $(BIN)/sneakers $^ -lncursesw
-+ $(CC) $(CFLAGS) $(LDFLAGS) -o $(BIN)/sneakers $^ -lncursesw
-
- $(OBJ)/%.o: $(SRC)/%.c | $(OBJ)
-- $(CC) $(CFLAGS) -o $@ -c $<
-+ $(CC) $(CFLAGS) $(LDFLAGS) -o $@ -c $<
-
- $(BIN):
- mkdir $(BIN)
-
diff --git a/app-misc/no-more-secrets/metadata.xml b/app-misc/no-more-secrets/metadata.xml
deleted file mode 100644
index d0eb3a50c9ad..000000000000
--- a/app-misc/no-more-secrets/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <email>zerochaos@gentoo.org</email>
- <name>Rick Farina</name>
- </maintainer>
- <upstream>
- <remote-id type="github">bartobri/no-more-secrets</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/app-misc/no-more-secrets/no-more-secrets-1.0.1.ebuild b/app-misc/no-more-secrets/no-more-secrets-1.0.1.ebuild
deleted file mode 100644
index 54a201cd898d..000000000000
--- a/app-misc/no-more-secrets/no-more-secrets-1.0.1.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit toolchain-funcs
-
-if [[ ${PV} == *9999 ]] ; then
- EGIT_REPO_URI="https://github.com/bartobri/no-more-secrets.git"
- inherit git-r3
-else
- SRC_URI="https://github.com/bartobri/no-more-secrets/archive/v${PV}.tar.gz -> ${P}.tar.gz"
- KEYWORDS="~amd64 ~arm64"
-fi
-
-DESCRIPTION="Recreate decrypting text from 1992 movie 'Sneakers'"
-HOMEPAGE="https://github.com/bartobri/no-more-secrets"
-
-LICENSE="GPL-3"
-SLOT=0
-
-BDEPEND=""
-DEPEND="sys-libs/ncurses:0="
-RDEPEND=""
-
-PATCHES=( "${FILESDIR}"/no-more-secrets-9999-2018-10-25-respect-ldflags.patch )
-
-src_compile() {
- 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
deleted file mode 100644
index 54a201cd898d..000000000000
--- a/app-misc/no-more-secrets/no-more-secrets-9999.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit toolchain-funcs
-
-if [[ ${PV} == *9999 ]] ; then
- EGIT_REPO_URI="https://github.com/bartobri/no-more-secrets.git"
- inherit git-r3
-else
- SRC_URI="https://github.com/bartobri/no-more-secrets/archive/v${PV}.tar.gz -> ${P}.tar.gz"
- KEYWORDS="~amd64 ~arm64"
-fi
-
-DESCRIPTION="Recreate decrypting text from 1992 movie 'Sneakers'"
-HOMEPAGE="https://github.com/bartobri/no-more-secrets"
-
-LICENSE="GPL-3"
-SLOT=0
-
-BDEPEND=""
-DEPEND="sys-libs/ncurses:0="
-RDEPEND=""
-
-PATCHES=( "${FILESDIR}"/no-more-secrets-9999-2018-10-25-respect-ldflags.patch )
-
-src_compile() {
- CC="$(tc-getCC)" CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" emake all
-}