Gentoo Archives: gentoo-commits

From: "Fabian Groffen (grobian)" <grobian@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-crypt/aesutil: aesutil-1.0.7.ebuild ChangeLog
Date: Mon, 04 Feb 2008 20:27:03
Message-Id: E1JM7u8-0005Tx-8H@stork.gentoo.org
1 grobian 08/02/04 20:27:00
2
3 Modified: aesutil-1.0.7.ebuild ChangeLog
4 Log:
5 Dropped ppc-macos keyword, see you in prefix
6 (Portage version: 2.1.3.19)
7
8 Revision Changes Path
9 1.4 app-crypt/aesutil/aesutil-1.0.7.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-crypt/aesutil/aesutil-1.0.7.ebuild?rev=1.4&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-crypt/aesutil/aesutil-1.0.7.ebuild?rev=1.4&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-crypt/aesutil/aesutil-1.0.7.ebuild?r1=1.3&r2=1.4
14
15 Index: aesutil-1.0.7.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/app-crypt/aesutil/aesutil-1.0.7.ebuild,v
18 retrieving revision 1.3
19 retrieving revision 1.4
20 diff -u -r1.3 -r1.4
21 --- aesutil-1.0.7.ebuild 2 Jul 2007 23:02:45 -0000 1.3
22 +++ aesutil-1.0.7.ebuild 4 Feb 2008 20:26:59 -0000 1.4
23 @@ -1,6 +1,6 @@
24 -# Copyright 1999-2007 Gentoo Foundation
25 +# Copyright 1999-2008 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/aesutil/aesutil-1.0.7.ebuild,v 1.3 2007/07/02 23:02:45 betelgeuse Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-crypt/aesutil/aesutil-1.0.7.ebuild,v 1.4 2008/02/04 20:26:59 grobian Exp $
29
30 MY_P="${PN/util/}-${PV}"
31 DESCRIPTION="Command line program ('aes') to encrypt and decrypt data using the Rijndael algorithm"
32 @@ -9,7 +9,7 @@
33
34 LICENSE="BSD"
35 SLOT="0"
36 -KEYWORDS="alpha amd64 hppa ppc ~ppc-macos ~ppc64 sparc x86"
37 +KEYWORDS="alpha amd64 hppa ppc ~ppc64 sparc x86"
38 IUSE=""
39
40 DEPEND=""
41
42
43
44 1.6 app-crypt/aesutil/ChangeLog
45
46 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-crypt/aesutil/ChangeLog?rev=1.6&view=markup
47 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-crypt/aesutil/ChangeLog?rev=1.6&content-type=text/plain
48 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-crypt/aesutil/ChangeLog?r1=1.5&r2=1.6
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/app-crypt/aesutil/ChangeLog,v
53 retrieving revision 1.5
54 retrieving revision 1.6
55 diff -u -r1.5 -r1.6
56 --- ChangeLog 2 Jul 2007 23:02:45 -0000 1.5
57 +++ ChangeLog 4 Feb 2008 20:26:59 -0000 1.6
58 @@ -1,6 +1,9 @@
59 # ChangeLog for app-crypt/aesutil
60 -# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
61 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/aesutil/ChangeLog,v 1.5 2007/07/02 23:02:45 betelgeuse Exp $
62 +# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
63 +# $Header: /var/cvsroot/gentoo-x86/app-crypt/aesutil/ChangeLog,v 1.6 2008/02/04 20:26:59 grobian Exp $
64 +
65 + 04 Feb 2008; Fabian Groffen <grobian@g.o> aesutil-1.0.7.ebuild:
66 + Dropped ppc-macos keyword, see you in prefix
67
68 02 Jul 2007; Petteri Räty <betelgeuse@g.o> aesutil-1.0.7.ebuild:
69 Don't depend on virtual/libc as it's pointless.
70
71
72
73 --
74 gentoo-commits@l.g.o mailing list