From 237bdbbec22fba388e0c018492a8386cf469186c Mon Sep 17 00:00:00 2001 From: Jeremy Olexa Date: Sun, 29 Jun 2008 03:17:18 +0000 Subject: Version bump and remove old. bug #226371. Change version name to match what upstream calls it. (Portage version: 2.2_rc1/cvs/Linux 2.6.22-gentoo-r2 i686) --- app-crypt/chntpw/ChangeLog | 9 ++++++++- app-crypt/chntpw/chntpw-0.99.4.20070923.ebuild | 27 -------------------------- app-crypt/chntpw/chntpw-080526.ebuild | 27 ++++++++++++++++++++++++++ 3 files changed, 35 insertions(+), 28 deletions(-) delete mode 100644 app-crypt/chntpw/chntpw-0.99.4.20070923.ebuild create mode 100644 app-crypt/chntpw/chntpw-080526.ebuild (limited to 'app-crypt') diff --git a/app-crypt/chntpw/ChangeLog b/app-crypt/chntpw/ChangeLog index 8634b8a6e4f3..e8b535d23fb5 100644 --- a/app-crypt/chntpw/ChangeLog +++ b/app-crypt/chntpw/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for app-crypt/chntpw # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/chntpw/ChangeLog,v 1.13 2008/01/10 12:14:54 alonbl Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/chntpw/ChangeLog,v 1.14 2008/06/29 03:17:18 darkside Exp $ + +*chntpw-080526 (29 Jun 2008) + + 29 Jun 2008; Jeremy Olexa + -chntpw-0.99.4.20070923.ebuild, +chntpw-080526.ebuild: + Version bump and remove old. bug #226371. Change version name to match what + upstream calls it. 10 Jan 2008; Alon Bar-Lev -files/chntpw-0.99.3.20040818-gcc4.diff: diff --git a/app-crypt/chntpw/chntpw-0.99.4.20070923.ebuild b/app-crypt/chntpw/chntpw-0.99.4.20070923.ebuild deleted file mode 100644 index 7c3985039064..000000000000 --- a/app-crypt/chntpw/chntpw-0.99.4.20070923.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# 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.2 2008/01/10 12:11:33 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" -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}" - -src_compile() { - emake LIBS="-lcrypto" CFLAGS="${CFLAGS}" || die "emake failed" -} - -src_install() { - dobin chntpw - use static && dobin chntpw.static - dobin cpnt - dodoc *.txt -} diff --git a/app-crypt/chntpw/chntpw-080526.ebuild b/app-crypt/chntpw/chntpw-080526.ebuild new file mode 100644 index 000000000000..cf8ad805cd15 --- /dev/null +++ b/app-crypt/chntpw/chntpw-080526.ebuild @@ -0,0 +1,27 @@ +# 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-080526.ebuild,v 1.1 2008/06/29 03:17:18 darkside Exp $ + +DESCRIPTION="Offline Windows NT Password & Registry Editor" +HOMEPAGE="http://home.eunet.no/~pnordahl/ntpasswd/" +SRC_URI="http://home.eunet.no/~pnordahl/ntpasswd/${PN}-source-${PV}.zip" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86 ~ppc" +IUSE="static" + +RDEPEND="dev-libs/openssl" +DEPEND="app-arch/unzip" + +src_compile() { + #Makefile is hardcoded, override the defaults with the user's settings. + emake LIBS="-lcrypto" CFLAGS="${CFLAGS}" || die "emake failed" +} + +src_install() { + dobin chntpw + use static && dobin chntpw.static + dobin cpnt + dodoc *.txt +} -- cgit v1.2.3-65-gdbad