public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/musl:master commit in: app-crypt/chntpw/
@ 2017-04-05  2:39 Aric Belsito
  0 siblings, 0 replies; 3+ messages in thread
From: Aric Belsito @ 2017-04-05  2:39 UTC (permalink / raw
  To: gentoo-commits

commit:     bc2d68438a89ac79eadd921ef858d7ffb36dead8
Author:     Aric Belsito <lluixhi <AT> gmail <DOT> com>
AuthorDate: Wed Apr  5 02:38:40 2017 +0000
Commit:     Aric Belsito <lluixhi <AT> gmail <DOT> com>
CommitDate: Wed Apr  5 02:38:40 2017 +0000
URL:        https://gitweb.gentoo.org/proj/musl.git/commit/?id=bc2d6843

app-crypt/chntpw: sync with upstream

 app-crypt/chntpw/Manifest             |  3 ---
 app-crypt/chntpw/chntpw-140201.ebuild | 22 +++++++++++++---------
 2 files changed, 13 insertions(+), 12 deletions(-)

diff --git a/app-crypt/chntpw/Manifest b/app-crypt/chntpw/Manifest
index a83d7cf..d3b8857 100644
--- a/app-crypt/chntpw/Manifest
+++ b/app-crypt/chntpw/Manifest
@@ -1,4 +1 @@
-AUX chntpw-140201-missing-stdint.patch 363 SHA256 22d8319807cec29ac9f7f64a5d94ba8edc09dfee94ccc4303e4d39f011ba4ea1 SHA512 44c06ba580c8beba76d84bcbc2bb1b47cfdad44736518f3e9adab13476c0b8a1e6bb64ccdf81aa515daac5e68b52af4f14edac139cbf3ecd558c556248e6df63 WHIRLPOOL ead7efc702e46130ef9ccc501f7486d5029e34c6fc69fbb985564055b8acb7cb43e4bb01a2e24c8f0d95ae91c7b9f53d59478b6ce2e4583cc42d72292376e5c6
 DIST chntpw-source-140201.zip 1404098 SHA256 96e20905443e24cba2f21e51162df71dd993a1c02bfa12b1be2d0801a4ee2ccc SHA512 a26d747f6e077d1bb3e9b8077781f8c37dd978e07b7426495862f15c9004572b706c34736fc4d1ed8856b1a43335d726b4d87c688f7f9a11fd6cc3a74d71a7fa WHIRLPOOL 87284c123d2ae1965d069d4d97cda23ce757305b3521f84089e43a9f1fa8aaa48f8fbad5bba19b3a439cfb16d270e0f77f528664fdba895c65c100492eb9e42a
-EBUILD chntpw-140201.ebuild 1086 SHA256 528c3745f581829953d9c1a344ca6ba02333f45e0dc4332ce2844f5e37f46ea8 SHA512 43a0528edd558b4e4607f915d62c665182493a2e184135bcf93daeb196e923d81b69e48353b1702bda603cae1f4879df2a1a12f9e919579b314d01efb9444875 WHIRLPOOL a1007a0989f511d18aae18090f63665414507f4bbb94dc2c99de77cf41db871353954f7a78f90524be999b201a35f0c00379a9e7ac5c3e4c375c985b6e6da13d
-MISC metadata.xml 240 SHA256 d1d2aa7abc46b180b2494a0cbb393768f12073097a3ddf9d118cb9e2cead8317 SHA512 e94cdc08f1a8aafc0ec72615a476ed63dbacd22b48413a938f5bfbe9c2bda2cab2347465df3035b53031e0a4f935b47d22fad8c89a67e5780a5370ec9564d99d WHIRLPOOL aad153df696809789d129412e71fd5eca91f7b230c22a10c70baa6f79e3ab57cf8890540fead3d9587f76b4396a7089921b207165fe0505917ad76b5cf86af90

diff --git a/app-crypt/chntpw/chntpw-140201.ebuild b/app-crypt/chntpw/chntpw-140201.ebuild
index 5047f17..ebf6805 100644
--- a/app-crypt/chntpw/chntpw-140201.ebuild
+++ b/app-crypt/chntpw/chntpw-140201.ebuild
@@ -1,10 +1,9 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Id$
 
-EAPI=5
+EAPI=6
 
-inherit eutils toolchain-funcs
+inherit toolchain-funcs
 
 DESCRIPTION="Offline Windows NT Password & Registry Editor"
 HOMEPAGE="http://pogostick.net/~pnh/ntpasswd/"
@@ -21,16 +20,22 @@ DEPEND="${RDEPEND}
 	app-arch/unzip
 	static? ( dev-libs/openssl:0[static-libs] )"
 
+DOCS=(
+	HISTORY.txt README.txt regedit.txt WinReg.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
 
-	# Fix for musl
-	epatch "${FILESDIR}"/${P}-missing-stdint.patch
-
 	emake clean
 }
 
@@ -42,11 +47,10 @@ src_compile() {
 }
 
 src_install() {
+	einstalldocs
 	dobin chntpw cpnt reged
 
 	if use static; then
 		dobin {chntpw,reged}.static
 	fi
-
-	dodoc {HISTORY,README,regedit,WinReg}.txt
 }


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

* [gentoo-commits] proj/musl:master commit in: app-crypt/chntpw/
@ 2017-04-05  2:40 Aric Belsito
  0 siblings, 0 replies; 3+ messages in thread
From: Aric Belsito @ 2017-04-05  2:40 UTC (permalink / raw
  To: gentoo-commits

commit:     4f1813a761b364b8d0eb4dee6486aebf45736f06
Author:     Aric Belsito <lluixhi <AT> gmail <DOT> com>
AuthorDate: Wed Apr  5 02:39:50 2017 +0000
Commit:     Aric Belsito <lluixhi <AT> gmail <DOT> com>
CommitDate: Wed Apr  5 02:39:50 2017 +0000
URL:        https://gitweb.gentoo.org/proj/musl.git/commit/?id=4f1813a7

app-crypt/chntpw: fix manifest

 app-crypt/chntpw/Manifest | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/app-crypt/chntpw/Manifest b/app-crypt/chntpw/Manifest
index d3b8857..36d9336 100644
--- a/app-crypt/chntpw/Manifest
+++ b/app-crypt/chntpw/Manifest
@@ -1 +1,4 @@
+AUX chntpw-140201-missing-stdint.patch 363 SHA256 22d8319807cec29ac9f7f64a5d94ba8edc09dfee94ccc4303e4d39f011ba4ea1 SHA512 44c06ba580c8beba76d84bcbc2bb1b47cfdad44736518f3e9adab13476c0b8a1e6bb64ccdf81aa515daac5e68b52af4f14edac139cbf3ecd558c556248e6df63 WHIRLPOOL ead7efc702e46130ef9ccc501f7486d5029e34c6fc69fbb985564055b8acb7cb43e4bb01a2e24c8f0d95ae91c7b9f53d59478b6ce2e4583cc42d72292376e5c6
 DIST chntpw-source-140201.zip 1404098 SHA256 96e20905443e24cba2f21e51162df71dd993a1c02bfa12b1be2d0801a4ee2ccc SHA512 a26d747f6e077d1bb3e9b8077781f8c37dd978e07b7426495862f15c9004572b706c34736fc4d1ed8856b1a43335d726b4d87c688f7f9a11fd6cc3a74d71a7fa WHIRLPOOL 87284c123d2ae1965d069d4d97cda23ce757305b3521f84089e43a9f1fa8aaa48f8fbad5bba19b3a439cfb16d270e0f77f528664fdba895c65c100492eb9e42a
+EBUILD chntpw-140201.ebuild 1097 SHA256 ea642793d36c18236c78fc41a4b7e7d1d581cde1c3f328d2bc230b61070a91ae SHA512 7a12633f16ab3e10483d06e629e58f70bd9a02000f0023afc7152818d97a4d404f9cd4feaac9fecf853f2ec36c6b58a016ebee39952cb58358f65877b85f8091 WHIRLPOOL 3d466701a49071f5010aec38cdee7386848523cee64df5f9519e37fee84ce879a6c2b98ecb3382968287d5bc1d1c5e200c2755470718ef2b23fe3817a2e1010d
+MISC metadata.xml 240 SHA256 d1d2aa7abc46b180b2494a0cbb393768f12073097a3ddf9d118cb9e2cead8317 SHA512 e94cdc08f1a8aafc0ec72615a476ed63dbacd22b48413a938f5bfbe9c2bda2cab2347465df3035b53031e0a4f935b47d22fad8c89a67e5780a5370ec9564d99d WHIRLPOOL aad153df696809789d129412e71fd5eca91f7b230c22a10c70baa6f79e3ab57cf8890540fead3d9587f76b4396a7089921b207165fe0505917ad76b5cf86af90


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

* [gentoo-commits] proj/musl:master commit in: app-crypt/chntpw/
@ 2021-05-25 17:23 Jory Pratt
  0 siblings, 0 replies; 3+ messages in thread
From: Jory Pratt @ 2021-05-25 17:23 UTC (permalink / raw
  To: gentoo-commits

commit:     e700dea0568fc87d069d9b4b7d3d0057b734de18
Author:     Jory Pratt <anarchy <AT> gentoo <DOT> org>
AuthorDate: Tue May 25 17:11:22 2021 +0000
Commit:     Jory Pratt <anarchy <AT> gentoo <DOT> org>
CommitDate: Tue May 25 17:11:22 2021 +0000
URL:        https://gitweb.gentoo.org/proj/musl.git/commit/?id=e700dea0

app-crypt/chntpw: remove libressl support

Package-Manager: Portage-3.0.19, Repoman-3.0.2
Signed-off-by: Jory Pratt <anarchy <AT> gentoo.org>

 app-crypt/chntpw/chntpw-140201.ebuild | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/app-crypt/chntpw/chntpw-140201.ebuild b/app-crypt/chntpw/chntpw-140201.ebuild
index 5f5ecfe..1daf1b0 100644
--- a/app-crypt/chntpw/chntpw-140201.ebuild
+++ b/app-crypt/chntpw/chntpw-140201.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -12,10 +12,9 @@ SRC_URI="http://pogostick.net/~pnh/ntpasswd/${PN}-source-${PV}.zip"
 LICENSE="GPL-2 LGPL-2.1"
 SLOT="0"
 KEYWORDS="~amd64 ~ppc ~x86"
-IUSE="libressl static"
+IUSE="static"
 
-RDEPEND="!libressl? ( dev-libs/openssl:0= )
-	libressl? ( dev-libs/libressl:0= )"
+RDEPEND="dev-libs/openssl:0="
 DEPEND="${RDEPEND}
 	app-arch/unzip
 	static? ( dev-libs/openssl:0[static-libs] )"


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

end of thread, other threads:[~2021-05-25 17:24 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-05-25 17:23 [gentoo-commits] proj/musl:master commit in: app-crypt/chntpw/ Jory Pratt
  -- strict thread matches above, loose matches on Subject: below --
2017-04-05  2:40 Aric Belsito
2017-04-05  2:39 Aric Belsito

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