commit:     abdf6186ebf18d494af884f223075f7f0944df97
Author:     Jory Pratt <anarchy <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 23 14:54:01 2021 +0000
Commit:     Jory Pratt <anarchy <AT> gentoo <DOT> org>
CommitDate: Thu Dec 23 14:54:01 2021 +0000
URL:        https://gitweb.gentoo.org/proj/musl.git/commit/?id=abdf6186

app-crypt/chntpw: moved to main tree

Signed-off-by: Jory Pratt <anarchy <AT> gentoo.org>

 app-crypt/chntpw/Manifest                          |  1 -
 app-crypt/chntpw/chntpw-140201.ebuild              | 58 ----------------------
 .../files/chntpw-140201-missing-stdint.patch       | 26 ----------
 app-crypt/chntpw/metadata.xml                      |  8 ---
 4 files changed, 93 deletions(-)

diff --git a/app-crypt/chntpw/Manifest b/app-crypt/chntpw/Manifest
deleted file mode 100644
index a17c6ae0..00000000
--- a/app-crypt/chntpw/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST chntpw-source-140201.zip 1404098 BLAKE2B 
86c93861983613496fcd82879a5b000537d4a7ee2add466aa26c67feabefdb5363f610234f99615139997a04aedb448468ef8b29cc6c4bf49b2e295f41308644
 SHA512 
a26d747f6e077d1bb3e9b8077781f8c37dd978e07b7426495862f15c9004572b706c34736fc4d1ed8856b1a43335d726b4d87c688f7f9a11fd6cc3a74d71a7fa

diff --git a/app-crypt/chntpw/chntpw-140201.ebuild 
b/app-crypt/chntpw/chntpw-140201.ebuild
deleted file mode 100644
index 1daf1b00..00000000
--- a/app-crypt/chntpw/chntpw-140201.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit toolchain-funcs
-
-DESCRIPTION="Offline Windows NT Password & Registry Editor"
-HOMEPAGE="http://pogostick.net/~pnh/ntpasswd/";
-SRC_URI="http://pogostick.net/~pnh/ntpasswd/${PN}-source-${PV}.zip";
-
-LICENSE="GPL-2 LGPL-2.1"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE="static"
-
-RDEPEND="dev-libs/openssl:0="
-DEPEND="${RDEPEND}
-       app-arch/unzip
-       static? ( dev-libs/openssl:0[static-libs] )"
-
-DOCS=(
-       HISTORY.txt
-       README.txt
-       WinReg.txt
-       regedit.txt
-)
-
-PATCHES=(
-       "${FILESDIR}"/${P}-missing-stdint.patch
-)
-
-src_prepare() {
-       default
-       sed -i -e '/-o/s:$(CC):$(CC) $(LDFLAGS):' Makefile || die
-
-       if ! use static ; then
-               sed -i -e "/^all:/s/ \(chntpw\|reged\).static//g" Makefile || 
die
-       fi
-
-       emake clean
-}
-
-src_compile() {
-       emake \
-               CC="$(tc-getCC)" \
-               CFLAGS="${CFLAGS} -DUSEOPENSSL -Wall" \
-               LIBS="-lcrypto"
-}
-
-src_install() {
-       einstalldocs
-       dobin chntpw cpnt reged
-
-       if use static; then
-               dobin {chntpw,reged}.static
-       fi
-}

diff --git a/app-crypt/chntpw/files/chntpw-140201-missing-stdint.patch 
b/app-crypt/chntpw/files/chntpw-140201-missing-stdint.patch
deleted file mode 100644
index de33ebff..00000000
--- a/app-crypt/chntpw/files/chntpw-140201-missing-stdint.patch
+++ /dev/null
@@ -1,26 +0,0 @@
-From c72bedece14b5797b1826e779c7fcb3e3024f820 Mon Sep 17 00:00:00 2001
-From: Jory Pratt <[email protected]>
-Date: Thu, 11 Jul 2019 14:19:30 -0500
-Subject: [PATCH] include missing stdint header
-
-Signed-off-by: Jory Pratt <[email protected]>
-Upstream-Status: Submitted
----
- ntreg.h | 1 +
- 1 file changed, 1 insertion(+)
-
-diff --git a/ntreg.h b/ntreg.h
-index 4b46106..d6fc7cf 100644
---- a/ntreg.h
-+++ b/ntreg.h
-@@ -24,6 +24,7 @@
- 
- #ifndef _INCLUDE_NTREG_H
- #define _INCLUDE_NTREG_H 1
-+#include <stdint.h>
- 
- #define SZ_MAX     4096       /* Max unicode strlen before we truncate */
- 
--- 
-2.22.0
-

diff --git a/app-crypt/chntpw/metadata.xml b/app-crypt/chntpw/metadata.xml
deleted file mode 100644
index 040cba5f..00000000
--- a/app-crypt/chntpw/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
-<pkgmetadata>
-       <maintainer type="project">
-               <email>[email protected]</email>
-               <name>Crypto</name>
-       </maintainer>
-</pkgmetadata>

Reply via email to