From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([69.77.167.62] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1JCwGv-0003t6-10 for garchives@archives.gentoo.org; Thu, 10 Jan 2008 12:12:33 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 20752E0BDA; Thu, 10 Jan 2008 12:12:32 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id D23FEE0BDA for ; Thu, 10 Jan 2008 12:12:31 +0000 (UTC) Received: from stork.gentoo.org (stork.gentoo.org [64.127.104.133]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTP id 5594265042 for ; Thu, 10 Jan 2008 12:12:31 +0000 (UTC) Received: from alonbl by stork.gentoo.org with local (Exim 4.68) (envelope-from ) id 1JCwFy-0000W5-Iu for gentoo-commits@lists.gentoo.org; Thu, 10 Jan 2008 12:11:34 +0000 From: "Alon Bar-Lev (alonbl)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, alonbl@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in app-crypt/chntpw: chntpw-0.99.4.20070923.ebuild ChangeLog chntpw-0.99.4.20070409.ebuild chntpw-0.99.3.20040818.ebuild X-VCS-Repository: gentoo-x86 X-VCS-Files: chntpw-0.99.4.20070923.ebuild ChangeLog chntpw-0.99.4.20070409.ebuild chntpw-0.99.3.20040818.ebuild X-VCS-Directories: app-crypt/chntpw X-VCS-Committer: alonbl X-VCS-Committer-Name: Alon Bar-Lev Content-Type: text/plain; charset=utf8 Message-Id: Sender: Alon Bar-Lev Date: Thu, 10 Jan 2008 12:11:34 +0000 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: cabb3297-7673-410b-a064-4ce0b6312b55 X-Archives-Hash: b444df1875bff920945121d9a645f58c alonbl 08/01/10 12:11:34 Modified: chntpw-0.99.4.20070923.ebuild ChangeLog Removed: chntpw-0.99.4.20070409.ebuild chntpw-0.99.3.20040818.ebuild Log: Add unzip dependency, bug#205158, thanks to yahya, cleanup (Portage version: 2.1.4_rc14) Revision Changes Path 1.2 app-crypt/chntpw/chntpw-0.99.4.20070923.ebuild file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-crypt/chntpw/c= hntpw-0.99.4.20070923.ebuild?rev=3D1.2&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-crypt/chntpw/c= hntpw-0.99.4.20070923.ebuild?rev=3D1.2&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-crypt/chntpw/c= hntpw-0.99.4.20070923.ebuild?r1=3D1.1&r2=3D1.2 Index: chntpw-0.99.4.20070923.ebuild =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo-x86/app-crypt/chntpw/chntpw-0.99.4.20070923= .ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- chntpw-0.99.4.20070923.ebuild 28 Sep 2007 18:57:54 -0000 1.1 +++ chntpw-0.99.4.20070923.ebuild 10 Jan 2008 12:11:33 -0000 1.2 @@ -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.200709= 23.ebuild,v 1.1 2007/09/28 18:57:54 alonbl Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/chntpw/chntpw-0.99.4.200709= 23.ebuild,v 1.2 2008/01/10 12:11:33 alonbl Exp $ =20 DESCRIPTION=3D"Offline Windows NT Password & Registry Editor" HOMEPAGE=3D"http://home.eunet.no/~pnordahl/ntpasswd/" @@ -8,8 +8,9 @@ LICENSE=3D"GPL-2" SLOT=3D"0" KEYWORDS=3D"~x86 ~ppc" -DEPEND=3D"dev-libs/openssl" -RDEPEND=3D"${DEPEND}" +RDEPEND=3D"dev-libs/openssl" +DEPEND=3D"${DEPEND} + app-arch/unzip" SRC_URI=3D"http://home.eunet.no/~pnordahl/ntpasswd/${PN}-source-${MY_PV}= .zip" IUSE=3D"static" S=3D"${WORKDIR}/${PN}-${MY_PV}" 1.12 app-crypt/chntpw/ChangeLog file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-crypt/chntpw/C= hangeLog?rev=3D1.12&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-crypt/chntpw/C= hangeLog?rev=3D1.12&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-crypt/chntpw/C= hangeLog?r1=3D1.11&r2=3D1.12 Index: ChangeLog =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo-x86/app-crypt/chntpw/ChangeLog,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- ChangeLog 15 Nov 2007 22:10:39 -0000 1.11 +++ ChangeLog 10 Jan 2008 12:11:33 -0000 1.12 @@ -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 200= 7/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 200= 8/01/10 12:11:33 alonbl Exp $ + + 10 Jan 2008; Alon Bar-Lev + -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 =20 15 Nov 2007; Alon Bar-Lev metadata.xml: Assign to maintainer-needed@gentoo.org, bug#185411. --=20 gentoo-commits@lists.gentoo.org mailing list