Gentoo Archives: gentoo-commits

From: "Mike Frysinger (vapier)" <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-doc/phrack-all: phrack-all-68.ebuild ChangeLog
Date: Thu, 28 Jun 2012 16:04:41
Message-Id: 20120628160430.E6F712004B@flycatcher.gentoo.org
1 vapier 12/06/28 16:04:30
2
3 Modified: ChangeLog
4 Added: phrack-all-68.ebuild
5 Log:
6 Version bump #423709 by Christian Inci.
7
8 (Portage version: 2.2.0_alpha112/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.16 app-doc/phrack-all/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-doc/phrack-all/ChangeLog?rev=1.16&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-doc/phrack-all/ChangeLog?rev=1.16&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-doc/phrack-all/ChangeLog?r1=1.15&r2=1.16
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/app-doc/phrack-all/ChangeLog,v
20 retrieving revision 1.15
21 retrieving revision 1.16
22 diff -u -r1.15 -r1.16
23 --- ChangeLog 18 Aug 2011 21:54:15 -0000 1.15
24 +++ ChangeLog 28 Jun 2012 16:04:30 -0000 1.16
25 @@ -1,6 +1,11 @@
26 # ChangeLog for app-doc/phrack-all
27 -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/app-doc/phrack-all/ChangeLog,v 1.15 2011/08/18 21:54:15 vapier Exp $
29 +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/app-doc/phrack-all/ChangeLog,v 1.16 2012/06/28 16:04:30 vapier Exp $
31 +
32 +*phrack-all-68 (28 Jun 2012)
33 +
34 + 28 Jun 2012; Mike Frysinger <vapier@g.o> +phrack-all-68.ebuild:
35 + Version bump #423709 by Christian Inci.
36
37 *phrack-all-67 (18 Aug 2011)
38
39
40
41
42 1.1 app-doc/phrack-all/phrack-all-68.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-doc/phrack-all/phrack-all-68.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-doc/phrack-all/phrack-all-68.ebuild?rev=1.1&content-type=text/plain
46
47 Index: phrack-all-68.ebuild
48 ===================================================================
49 # Copyright 1999-2012 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/app-doc/phrack-all/phrack-all-68.ebuild,v 1.1 2012/06/28 16:04:30 vapier Exp $
52
53 MY_P=${PN}${PV}
54 DESCRIPTION="...a Hacker magazine by the community, for the community... (this will install *all* issues of phrack)"
55 HOMEPAGE="http://www.phrack.org/"
56 SRC_URI=""
57
58 LICENSE="phrack"
59 SLOT="0"
60 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
61 IUSE=""
62
63 RDEPEND=$(printf '=app-doc/phrack-%02i ' {1..68})