diff options
author | Alon Bar-Lev <alonbl@gentoo.org> | 2008-01-10 12:11:34 +0000 |
---|---|---|
committer | Alon Bar-Lev <alonbl@gentoo.org> | 2008-01-10 12:11:34 +0000 |
commit | 95b46875991ebc35c964de23a43e43eadafdb5d5 (patch) | |
tree | 121fb75e67c64ef762eb9de5fe1bae4502352292 /app-crypt/chntpw | |
parent | Version bump. Fix some bugs and style nits. Remove unneeded verbosity. Remove... (diff) | |
download | gentoo-2-95b46875991ebc35c964de23a43e43eadafdb5d5.tar.gz gentoo-2-95b46875991ebc35c964de23a43e43eadafdb5d5.tar.bz2 gentoo-2-95b46875991ebc35c964de23a43e43eadafdb5d5.zip |
Add unzip dependency, bug#205158, thanks to yahya, cleanup
(Portage version: 2.1.4_rc14)
Diffstat (limited to 'app-crypt/chntpw')
-rw-r--r-- | app-crypt/chntpw/ChangeLog | 9 | ||||
-rw-r--r-- | app-crypt/chntpw/chntpw-0.99.3.20040818.ebuild | 32 | ||||
-rw-r--r-- | app-crypt/chntpw/chntpw-0.99.4.20070409.ebuild | 24 | ||||
-rw-r--r-- | app-crypt/chntpw/chntpw-0.99.4.20070923.ebuild | 9 | ||||
-rw-r--r-- | app-crypt/chntpw/files/digest-chntpw-0.99.3.20040818 | 3 | ||||
-rw-r--r-- | app-crypt/chntpw/files/digest-chntpw-0.99.4.20070409 | 3 |
6 files changed, 12 insertions, 68 deletions
diff --git a/app-crypt/chntpw/ChangeLog b/app-crypt/chntpw/ChangeLog index d1d551d3798e..9374047d8075 100644 --- a/app-crypt/chntpw/ChangeLog +++ b/app-crypt/chntpw/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-crypt/chntpw -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/chntpw/ChangeLog,v 1.11 2007/11/15 22:10:39 alonbl Exp $ +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-crypt/chntpw/ChangeLog,v 1.12 2008/01/10 12:11:33 alonbl Exp $ + + 10 Jan 2008; Alon Bar-Lev <alonbl@gentoo.org> + -chntpw-0.99.3.20040818.ebuild, -chntpw-0.99.4.20070409.ebuild, + chntpw-0.99.4.20070923.ebuild: + Add unzip dependency, bug#205158, thanks to yahya, cleanup 15 Nov 2007; Alon Bar-Lev <alonbl@gentoo.org> metadata.xml: Assign to maintainer-needed@gentoo.org, bug#185411. diff --git a/app-crypt/chntpw/chntpw-0.99.3.20040818.ebuild b/app-crypt/chntpw/chntpw-0.99.3.20040818.ebuild deleted file mode 100644 index 498f0ec681b8..000000000000 --- a/app-crypt/chntpw/chntpw-0.99.3.20040818.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2005 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.6 2005/04/09 22:17:33 vanquirius Exp $ - -inherit eutils - -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 ~ppc" -DEPEND="dev-libs/openssl - app-arch/unzip" -SRC_URI="http://home.eunet.no/~pnordahl/ntpasswd/chntpw-source-${MY_PV}.zip" -IUSE="" -S="${WORKDIR}" - -src_unpack() { - unpack ${A} - epatch ${FILESDIR}/${P}-gcc4.diff -} - -src_compile() { - emake LIBS="-lcrypto" CFLAGS="${CFLAGS}" || die "emake failed" -} - -src_install() { - into /usr - dobin chntpw - dodoc *.txt -} diff --git a/app-crypt/chntpw/chntpw-0.99.4.20070409.ebuild b/app-crypt/chntpw/chntpw-0.99.4.20070409.ebuild deleted file mode 100644 index fa4d1ec0bdf3..000000000000 --- a/app-crypt/chntpw/chntpw-0.99.4.20070409.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/chntpw/chntpw-0.99.4.20070409.ebuild,v 1.1 2007/07/14 17:24:56 alonbl Exp $ - -DESCRIPTION="Offline Windows NT Password & Registry Editor" -HOMEPAGE="http://home.eunet.no/~pnordahl/ntpasswd/" -MY_PV="${PV/*200/0}" -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~x86 ~ppc" -DEPEND="dev-libs/openssl" -RDEPEND="${DEPEND}" -SRC_URI="http://home.eunet.no/~pnordahl/ntpasswd/${PN}-source-${MY_PV}.zip" -IUSE="" -S="${WORKDIR}/${PN}-${MY_PV}" - -src_compile() { - emake LIBS="-lcrypto" CFLAGS="${CFLAGS}" || die "emake failed" -} - -src_install() { - dobin chntpw - dodoc *.txt -} diff --git a/app-crypt/chntpw/chntpw-0.99.4.20070923.ebuild b/app-crypt/chntpw/chntpw-0.99.4.20070923.ebuild index bda7022d2163..7c3985039064 100644 --- a/app-crypt/chntpw/chntpw-0.99.4.20070923.ebuild +++ b/app-crypt/chntpw/chntpw-0.99.4.20070923.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/chntpw/chntpw-0.99.4.20070923.ebuild,v 1.1 2007/09/28 18:57:54 alonbl Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/chntpw/chntpw-0.99.4.20070923.ebuild,v 1.2 2008/01/10 12:11:33 alonbl Exp $ DESCRIPTION="Offline Windows NT Password & Registry Editor" HOMEPAGE="http://home.eunet.no/~pnordahl/ntpasswd/" @@ -8,8 +8,9 @@ MY_PV="${PV/*200/0}" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86 ~ppc" -DEPEND="dev-libs/openssl" -RDEPEND="${DEPEND}" +RDEPEND="dev-libs/openssl" +DEPEND="${DEPEND} + app-arch/unzip" SRC_URI="http://home.eunet.no/~pnordahl/ntpasswd/${PN}-source-${MY_PV}.zip" IUSE="static" S="${WORKDIR}/${PN}-${MY_PV}" diff --git a/app-crypt/chntpw/files/digest-chntpw-0.99.3.20040818 b/app-crypt/chntpw/files/digest-chntpw-0.99.3.20040818 deleted file mode 100644 index 3030ad7b1f61..000000000000 --- a/app-crypt/chntpw/files/digest-chntpw-0.99.3.20040818 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 bced2cd4b8b0db899e92fd19150412e2 chntpw-source-040818.zip 54479 -RMD160 7d4d7f058d36bde0a0148831def1f0554e2ba1e3 chntpw-source-040818.zip 54479 -SHA256 7042696c8ae3dcc8b71b9f5ed7e84d5bef2f299f6f1152f34ae83b64415fe1ee chntpw-source-040818.zip 54479 diff --git a/app-crypt/chntpw/files/digest-chntpw-0.99.4.20070409 b/app-crypt/chntpw/files/digest-chntpw-0.99.4.20070409 deleted file mode 100644 index 78d85a8028d2..000000000000 --- a/app-crypt/chntpw/files/digest-chntpw-0.99.4.20070409 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 8953c585b907d54e74066300467f0730 chntpw-source-070409.zip 385040 -RMD160 0f431efc0447b7148373acb4e67875b637e8b858 chntpw-source-070409.zip 385040 -SHA256 f12a068134d7184400314f3c2c71a8de75bdc6c51d1e580179a83a0510adec12 chntpw-source-070409.zip 385040 |