summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2004-09-20 00:19:07 +0000
committerRobin H. Johnson <robbat2@gentoo.org>2004-09-20 00:19:07 +0000
commit5c1e0a4900e043d7daaa5d1d44cccc725ce6e846 (patch)
treeaa4097b36b0f72481d7b6bb2d50aff11b3545488 /app-crypt/chntpw
parentver bump #64285 (diff)
downloadhistorical-5c1e0a4900e043d7daaa5d1d44cccc725ce6e846.tar.gz
historical-5c1e0a4900e043d7daaa5d1d44cccc725ce6e846.tar.bz2
historical-5c1e0a4900e043d7daaa5d1d44cccc725ce6e846.zip
Initial commit. Ebuild by Robin H. Johnson <robbat2@gentoo.org>.
Diffstat (limited to 'app-crypt/chntpw')
-rw-r--r--app-crypt/chntpw/ChangeLog10
-rw-r--r--app-crypt/chntpw/Manifest15
-rw-r--r--app-crypt/chntpw/chntpw-0.99.3.20040818.ebuild26
-rw-r--r--app-crypt/chntpw/files/digest-chntpw-0.99.3.200408181
-rw-r--r--app-crypt/chntpw/metadata.xml8
5 files changed, 60 insertions, 0 deletions
diff --git a/app-crypt/chntpw/ChangeLog b/app-crypt/chntpw/ChangeLog
new file mode 100644
index 000000000000..681814975056
--- /dev/null
+++ b/app-crypt/chntpw/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for app-crypt/chntpw
+# Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/chntpw/ChangeLog,v 1.1 2004/09/20 00:19:07 robbat2 Exp $
+
+*chntpw-0.99.3.20040818 (19 Sep 2004)
+
+ 19 Sep 2004; Robin H. Johnson <robbat2@gentoo.org> +metadata.xml,
+ +chntpw-0.99.3.20040818.ebuild:
+ Initial commit. Ebuild by Robin H. Johnson <robbat2@gentoo.org>.
+
diff --git a/app-crypt/chntpw/Manifest b/app-crypt/chntpw/Manifest
new file mode 100644
index 000000000000..8d93ee7fffea
--- /dev/null
+++ b/app-crypt/chntpw/Manifest
@@ -0,0 +1,15 @@
+-----BEGIN PGP SIGNED MESSAGE-----
+Hash: SHA1
+
+MD5 a87313bcc9e67de8e81384fc435187c5 chntpw-0.99.3.20040818.ebuild 673
+MD5 45001d01a5066916e716ec94055dbeea ChangeLog 415
+MD5 a5ab3618f9cd3d7433bdfa40ae257618 metadata.xml 222
+MD5 67f4823ebe707ddcadb41da795b88a5f files/digest-chntpw-0.99.3.20040818 68
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1.2.5 (GNU/Linux)
+Comment: .//Manifest 1095639552
+
+iD8DBQFBTiIqPpIsIjIzwiwRApxtAJwNAMu+HRMDFQO0DPRY3jNI8mndOACg6QxY
+/KUBGpE/XwFD7q1sR1NNu3U=
+=Yfhz
+-----END PGP SIGNATURE-----
diff --git a/app-crypt/chntpw/chntpw-0.99.3.20040818.ebuild b/app-crypt/chntpw/chntpw-0.99.3.20040818.ebuild
new file mode 100644
index 000000000000..8cb49ab5a1e5
--- /dev/null
+++ b/app-crypt/chntpw/chntpw-0.99.3.20040818.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2004 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/chntpw/chntpw-0.99.3.20040818.ebuild,v 1.1 2004/09/20 00:19:07 robbat2 Exp $
+
+DESCRIPTION="Offline Windows NT Password & Registry Editor"
+HOMEPAGE="http://home.eunet.no/~pnordahl/ntpasswd/"
+MY_PV="${PV/*200/0}"
+LICENSE="chntpw"
+SLOT="0"
+KEYWORDS="~x86"
+DEPEND="dev-libs/openssl"
+SRC_URI="http://home.eunet.no/~pnordahl/ntpasswd/chntpw-source-${MY_PV}.zip"
+IUSE=""
+S="${WORKDIR}"
+
+src_compile() {
+ emake LIBS="-lcrypto" CFLAGS="${CFLAGS}" || die "emake failed"
+}
+
+src_install() {
+ into /usr
+ dobin chntpw
+ dodoc *.txt
+}
+
+
diff --git a/app-crypt/chntpw/files/digest-chntpw-0.99.3.20040818 b/app-crypt/chntpw/files/digest-chntpw-0.99.3.20040818
new file mode 100644
index 000000000000..ec2c9bd5fdaf
--- /dev/null
+++ b/app-crypt/chntpw/files/digest-chntpw-0.99.3.20040818
@@ -0,0 +1 @@
+MD5 bced2cd4b8b0db899e92fd19150412e2 chntpw-source-040818.zip 54479
diff --git a/app-crypt/chntpw/metadata.xml b/app-crypt/chntpw/metadata.xml
new file mode 100644
index 000000000000..f08d14f4a08f
--- /dev/null
+++ b/app-crypt/chntpw/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>crypto</herd>
+<maintainer>
+ <email>robbat2@gentoo.org</email>
+</maintainer>
+</pkgmetadata>