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
commit0b93f172aa2dbec3398d8a1d382c1200473e27dc (patch)
tree825903d91a9fbeb82c3dfa97b6409d0483e28dd3 /app-crypt/chntpw
parentver bump #64285 (Manifest recommit) (diff)
downloadgentoo-2-0b93f172aa2dbec3398d8a1d382c1200473e27dc.tar.gz
gentoo-2-0b93f172aa2dbec3398d8a1d382c1200473e27dc.tar.bz2
gentoo-2-0b93f172aa2dbec3398d8a1d382c1200473e27dc.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/Manifest3
-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, 48 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..2d9fb319f224
--- /dev/null
+++ b/app-crypt/chntpw/Manifest
@@ -0,0 +1,3 @@
+MD5 d1542529667505e79246eaf5952767ac chntpw-0.99.3.20040818.ebuild 498
+MD5 67f4823ebe707ddcadb41da795b88a5f files/digest-chntpw-0.99.1.20040818 68
+MD5 67f4823ebe707ddcadb41da795b88a5f files/digest-chntpw-0.99.3.20040818 68
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>