2021-04-06 10:46:52 +03:00
|
|
|
# Copyright 1999-2021 Gentoo Authors
|
2012-02-06 16:39:49 +04:00
|
|
|
# Distributed under the terms of the GNU General Public License v2
|
2015-02-15 21:30:10 +03:00
|
|
|
|
2018-07-08 19:52:57 +03:00
|
|
|
EAPI=7
|
2012-02-06 16:39:49 +04:00
|
|
|
|
2018-04-16 09:56:47 +03:00
|
|
|
MY_P=${PN}${PV:1:2}
|
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}"
|
2021-12-15 10:55:28 +03:00
|
|
|
KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos"
|
2012-02-06 16:39:49 +04:00
|
|
|
IUSE=""
|
|
|
|
|
2018-07-29 21:20:23 +03:00
|
|
|
S=${WORKDIR}
|
2012-02-06 16:39:49 +04:00
|
|
|
|
|
|
|
src_install() {
|
2018-07-08 19:52:57 +03:00
|
|
|
dodoc -r *
|
2012-02-06 16:39:49 +04:00
|
|
|
}
|