2015-02-15 21:30:10 +03:00
|
|
|
# Copyright 1999-2015 Gentoo Foundation
|
2012-02-06 16:39:49 +04:00
|
|
|
# Distributed under the terms of the GNU General Public License v2
|
2015-08-11 00:17:55 +03:00
|
|
|
# $Id$
|
2015-02-15 21:30:10 +03:00
|
|
|
|
|
|
|
EAPI=5
|
2012-02-06 16:39:49 +04:00
|
|
|
|
|
|
|
MY_P=${PN}${PV}
|
2014-08-10 19:20:06 +04:00
|
|
|
DESCRIPTION="A Hacker magazine by the community, for the community"
|
2012-02-06 16:39:49 +04:00
|
|
|
HOMEPAGE="http://www.phrack.org/"
|
|
|
|
SRC_URI="http://www.phrack.org/archives/tgz/${MY_P}.tar.gz"
|
|
|
|
|
|
|
|
LICENSE="phrack"
|
|
|
|
SLOT="${PV}"
|
|
|
|
KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~amd64-linux ~x86-linux ~ppc-macos"
|
|
|
|
IUSE=""
|
|
|
|
|
|
|
|
S=${WORKDIR}/${MY_P}
|
|
|
|
|
|
|
|
src_install() {
|
|
|
|
insinto /usr/share/doc/${PN}
|
2015-02-15 21:30:10 +03:00
|
|
|
doins *
|
2012-02-06 16:39:49 +04:00
|
|
|
}
|