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: phrack-68.ebuild ChangeLog
Date: Thu, 28 Jun 2012 15:53:17
Message-Id: 20120628155306.0BC232004B@flycatcher.gentoo.org
1 vapier 12/06/28 15:53:06
2
3 Modified: ChangeLog
4 Added: phrack-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.21 app-doc/phrack/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-doc/phrack/ChangeLog?rev=1.21&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-doc/phrack/ChangeLog?rev=1.21&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-doc/phrack/ChangeLog?r1=1.20&r2=1.21
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/app-doc/phrack/ChangeLog,v
20 retrieving revision 1.20
21 retrieving revision 1.21
22 diff -u -r1.20 -r1.21
23 --- ChangeLog 18 Aug 2011 21:53:53 -0000 1.20
24 +++ ChangeLog 28 Jun 2012 15:53:05 -0000 1.21
25 @@ -1,6 +1,11 @@
26 # ChangeLog for app-doc/phrack
27 -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/app-doc/phrack/ChangeLog,v 1.20 2011/08/18 21:53:53 vapier Exp $
29 +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/app-doc/phrack/ChangeLog,v 1.21 2012/06/28 15:53:05 vapier Exp $
31 +
32 +*phrack-68 (28 Jun 2012)
33 +
34 + 28 Jun 2012; Mike Frysinger <vapier@g.o> +phrack-68.ebuild:
35 + Version bump #423709 by Christian Inci.
36
37 *phrack-67 (18 Aug 2011)
38
39
40
41
42 1.1 app-doc/phrack/phrack-68.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-doc/phrack/phrack-68.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-doc/phrack/phrack-68.ebuild?rev=1.1&content-type=text/plain
46
47 Index: phrack-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/phrack-68.ebuild,v 1.1 2012/06/28 15:53:05 vapier Exp $
52
53 MY_P=${PN}${PV}
54 DESCRIPTION="...a Hacker magazine by the community, for the community...."
55 HOMEPAGE="http://www.phrack.org/"
56 SRC_URI="http://www.phrack.org/archives/tgz/${MY_P}.tar.gz"
57
58 LICENSE="phrack"
59 SLOT="${PV}"
60 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
61 IUSE=""
62
63 S=${WORKDIR}/${MY_P}
64
65 src_install() {
66 [[ -d ${S} ]] || cd "${WORKDIR}"/*
67 insinto /usr/share/doc/${PN}
68 doins * || die "doins failed"
69 prepalldocs
70 }