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-65.ebuild
Date: Sat, 10 May 2008 10:33:58
Message-Id: E1JumOp-0002L5-FF@stork.gentoo.org
1 vapier 08/05/10 10:33:55
2
3 Added: phrack-65.ebuild
4 Log:
5 version bump #220172 by dword ptr
6 (Portage version: 2.2_pre5, RepoMan options: --force)
7
8 Revision Changes Path
9 1.1 app-doc/phrack/phrack-65.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-doc/phrack/phrack-65.ebuild?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-doc/phrack/phrack-65.ebuild?rev=1.1&content-type=text/plain
13
14 Index: phrack-65.ebuild
15 ===================================================================
16 # Copyright 1999-2008 Gentoo Foundation
17 # Distributed under the terms of the GNU General Public License v2
18 # $Header: /var/cvsroot/gentoo-x86/app-doc/phrack/phrack-65.ebuild,v 1.1 2008/05/10 10:33:55 vapier Exp $
19
20 MY_P=${PN}${PV}
21 DESCRIPTION="...a Hacker magazine by the community, for the community...."
22 HOMEPAGE="http://www.phrack.org/"
23 SRC_URI="http://www.phrack.org/archives/tgz/${MY_P}.tar.gz"
24
25 LICENSE="phrack"
26 SLOT="${PV}"
27 KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ppc64 s390 sh sparc x86"
28 IUSE=""
29
30 S=${WORKDIR}/${MY_P}
31
32 src_install() {
33 [[ -d ${S} ]] || cd "${WORKDIR}"/*
34 insinto /usr/share/doc/${PN}
35 doins * || die "doins failed"
36 prepalldocs
37 }
38
39
40
41 --
42 gentoo-commits@l.g.o mailing list