summaryrefslogtreecommitdiff
path: root/app-doc/phrack-all
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-14 21:03:06 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-14 21:03:06 +0100
commit8376ef56580626e9c0f796d5b85b53a0a1c7d5f5 (patch)
tree7681bbd4e8b05407772df40a4bf04cbbc8afc3fa /app-doc/phrack-all
parent30a9caf154332f12ca60756e1b75d2f0e3e1822d (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'app-doc/phrack-all')
-rw-r--r--app-doc/phrack-all/Manifest2
-rw-r--r--app-doc/phrack-all/metadata.xml14
-rw-r--r--app-doc/phrack-all/phrack-all-69.ebuild16
3 files changed, 32 insertions, 0 deletions
diff --git a/app-doc/phrack-all/Manifest b/app-doc/phrack-all/Manifest
new file mode 100644
index 000000000000..fe6309fa86ff
--- /dev/null
+++ b/app-doc/phrack-all/Manifest
@@ -0,0 +1,2 @@
+EBUILD phrack-all-69.ebuild 453 BLAKE2B 53f162902cbc5eec62349b67d240426da503b0330b7ea17633796dd3e365742dce61faa0b3a756ccf6348062ad49fd44b75cdec0084608e7b0de4fe8606e2d06 SHA512 352c43cbb7b5e18afa08387d2c02ef235b5476d70b9892c18104d1a41e69759fffaa934b42bbe8a3354ea4df6250571f3ddee19f697f15b478c4d1bcd6ff71d7
+MISC metadata.xml 495 BLAKE2B 393063c45f88a55d9b1efe777900caaa82f862b3bd43f7773d24f6f2028462be4005483d8ed87a93b6cb14d8fbaa4779943f6667d0ea4ca512b387383065a1ee SHA512 9e82c249ca4e74ebf718e080d582d5dd2349b9bab7c585c601d8a771cac2400b007a525cd8a1e22cc7e06f209c8df585902f183bae91b9f3ba99e3120102d367
diff --git a/app-doc/phrack-all/metadata.xml b/app-doc/phrack-all/metadata.xml
new file mode 100644
index 000000000000..b544accdc525
--- /dev/null
+++ b/app-doc/phrack-all/metadata.xml
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<!-- maintainer-needed -->
+<longdescription>
+"...those who know us know what we do, others do not have to...."
+
+
+Phrack Magazine is made available to the public, as often as possible, free of
+charge.
+New issues are announced on the mailinglist (see below), various forums and are
+made available on the website (http://www.phrack.org).
+</longdescription>
+</pkgmetadata>
diff --git a/app-doc/phrack-all/phrack-all-69.ebuild b/app-doc/phrack-all/phrack-all-69.ebuild
new file mode 100644
index 000000000000..7e0646ed3d03
--- /dev/null
+++ b/app-doc/phrack-all/phrack-all-69.ebuild
@@ -0,0 +1,16 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+MY_P=${PN}${PV}
+DESCRIPTION="Hacker magazine by the community, for the community (all issues)"
+HOMEPAGE="http://www.phrack.org/"
+SRC_URI=""
+
+LICENSE="metapackage"
+SLOT="0"
+KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~amd64-linux ~x86-linux ~ppc-macos"
+IUSE=""
+
+RDEPEND=$(printf '=app-doc/phrack-%02i ' {1..69})