public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Florian Schmaus" <flow@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-doc/phrack/
Date: Wed, 18 Dec 2024 09:05:56 +0000 (UTC)	[thread overview]
Message-ID: <1734512702.25d1d6b240a8eaa722e00918691c0dfeb478e835.flow@gentoo> (raw)

commit:     25d1d6b240a8eaa722e00918691c0dfeb478e835
Author:     Mario Haustein <mario.haustein <AT> hrz <DOT> tu-chemnitz <DOT> de>
AuthorDate: Tue Dec 17 06:55:50 2024 +0000
Commit:     Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Wed Dec 18 09:05:02 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25d1d6b2

app-doc/phrack: add 71

Signed-off-by: Mario Haustein <mario.haustein <AT> hrz.tu-chemnitz.de>
Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>

 app-doc/phrack/Manifest         |  1 +
 app-doc/phrack/phrack-71.ebuild | 20 ++++++++++++++++++++
 2 files changed, 21 insertions(+)

diff --git a/app-doc/phrack/Manifest b/app-doc/phrack/Manifest
index 89d0c0720450..8e580a854542 100644
--- a/app-doc/phrack/Manifest
+++ b/app-doc/phrack/Manifest
@@ -66,5 +66,6 @@ DIST phrack68.tar.gz 1895423 BLAKE2B a859f6be22e1c9df9142518b89f1f0ea573ceeda787
 DIST phrack69.tar.gz 1623078 BLAKE2B b18e84757f0cd0ae1ec312d584fc5f211c78ff39c7887ef3ab12f7cdc84c7fa3b97a835f8aae039f046e153258c3609b8ddd08b7421b93f71b637d899488c977 SHA512 87dd424ea6ae1d9c2e06fb6ab6188673cf0263d203d89e0c6d3f38de4edaa066a3534d9e55d2fef86c1f71488b71aad3c7c6b3a7771dd6d74a3a9eee621a39be
 DIST phrack7.tar.gz 35745 BLAKE2B ff68eee01896293dbcd09d88df9b3d8cab839f1890f0fb9fc46dfd1bb7e5b15bed5fa3f3b8f2dd7ace6277020296e1a2ac522704e1a91529ef6dd3ab4de6adff SHA512 a87aa7fd989eb2e6dcff56a2022b63bc91737ec8b7d30235053a2446c275f83ba7d6e2aa09981d9b45deeb4d20e5076dbeeedd10c620bf5df508ad03b66f217a
 DIST phrack70.tar.gz 735113 BLAKE2B c161028fd7cf95f22804e4fbae7a9729bb67e94219db10318fcf02fba2ff0f8bb110fb656a91424bb59a2b3e074bb6ca18fa6ed847c7d627e95a74bbd5a7d07e SHA512 2c409c01c46d00ccc5050eca39d2d28a3fb12ea5a938bfa6b9bdecaab1fc94d7197f9a9423cb687a9f048e5d58bc129c1ffc5374276bb645988c2aa2b0a106b4
+DIST phrack71.tar.gz 13137252 BLAKE2B 04c7eab941e42ed1b57c0958132bc2556e7facf86cba58f1f782649350f5c09c87aad0e96f9db67f12dfaca3346aeb36550a057e7ff13849a4caabd148514d7b SHA512 824161c1195a787a9ccfbd0134d8824bef9f405a97458c46b4f9844bf3893d51dfc3e4519301ae53672f3e06f6794a1b679fa174adaedbaff918ee784a654f23
 DIST phrack8.tar.gz 40211 BLAKE2B af0f5a526270efb8b3268d58c747cc9804609ec761e44ed5cc827b8ffd666227b125f0f481ada2f94d3d76f91d2e26b81e5689a907fbb56498e57a3f99bc0966 SHA512 0cda9f27de118b12db30c92996af58ef74838894fd1165f49001991c90513b7b5c036d9fdf15e58192e1b679655515bfa281c44aa20a776d440c9fab05dfbaf9
 DIST phrack9.tar.gz 35163 BLAKE2B 36048dc53efa4fe5cd15c5802055c1e511a48594c42da7771ec37adb5a353498997db171f1bd50589b77df13529d06a2aa773b870431d45ac45a98c61652d7b5 SHA512 234d3855c92dbac4ceba46ba0bf275cd9674a78c2f1e4f98e52df77b95c91876feaaa4e16529c9913bf19eb4859977a54c5b32b13f43d3eceb4c1f2d16812759

diff --git a/app-doc/phrack/phrack-71.ebuild b/app-doc/phrack/phrack-71.ebuild
new file mode 100644
index 000000000000..bb53a1b1ba52
--- /dev/null
+++ b/app-doc/phrack/phrack-71.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+MY_P=${PN}${PV}
+DESCRIPTION="A Hacker magazine by the community, for the community"
+HOMEPAGE="http://www.phrack.org/"
+SRC_URI="http://phrack.org/archives/tgz/${MY_P}.tar.gz"
+
+LICENSE="phrack"
+SLOT="${PV}"
+KEYWORDS="~alpha amd64 arm ~arm64 hppa ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos"
+IUSE=""
+
+S=${WORKDIR}
+
+src_install() {
+	dodoc -r *
+}


             reply	other threads:[~2024-12-18  9:06 UTC|newest]

Thread overview: 32+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-12-18  9:05 Florian Schmaus [this message]
  -- strict thread matches above, loose matches on Subject: below --
2022-06-03 11:47 [gentoo-commits] repo/gentoo:master commit in: app-doc/phrack/ Jakov Smolić
2022-06-03 11:47 Jakov Smolić
2022-06-03 11:47 Jakov Smolić
2022-06-03 11:47 Jakov Smolić
2022-06-03 11:47 Jakov Smolić
2022-06-03 11:47 Jakov Smolić
2022-06-03 11:47 Jakov Smolić
2022-06-03 11:47 Jakov Smolić
2022-06-03 11:47 Jakov Smolić
2022-06-03 11:47 Jakov Smolić
2022-06-03 11:47 Jakov Smolić
2022-06-03 11:47 Jakov Smolić
2022-06-03 11:47 Jakov Smolić
2022-06-03 11:47 Jakov Smolić
2022-06-03 11:47 Jakov Smolić
2022-06-03 11:47 Jakov Smolić
2022-06-03 11:47 Jakov Smolić
2022-06-03 11:47 Jakov Smolić
2022-06-03 11:47 Jakov Smolić
2022-06-03 11:47 Jakov Smolić
2022-06-03 11:47 Jakov Smolić
2022-06-03 11:47 Jakov Smolić
2022-06-03 11:47 Jakov Smolić
2022-01-27 16:05 Florian Schmaus
2022-01-27 16:05 Florian Schmaus
2021-12-12 14:23 Yixun Lan
2020-12-28  9:03 Sam James
2018-07-27 13:11 Michał Górny
2018-07-07 22:03 Patrice Clement
2018-07-07 22:03 Patrice Clement
2018-04-15 12:43 David Seifert

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1734512702.25d1d6b240a8eaa722e00918691c0dfeb478e835.flow@gentoo \
    --to=flow@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox