From: "Florian Schmaus" <flow@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-doc/phrack/
Date: Thu, 27 Jan 2022 16:05:17 +0000 (UTC) [thread overview]
Message-ID: <1643299506.9c600cac53d34af88bcfac1bfacef82a6fc93323.flow@gentoo> (raw)
commit: 9c600cac53d34af88bcfac1bfacef82a6fc93323
Author: Mario Haustein <mario.haustein <AT> hrz <DOT> tu-chemnitz <DOT> de>
AuthorDate: Mon Jan 24 23:41:51 2022 +0000
Commit: Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Thu Jan 27 16:05:06 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c600cac
app-doc/phrack: add issue 70.
Package-Manager: Portage-3.0.30, Repoman-3.0.3
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-70.ebuild | 20 ++++++++++++++++++++
2 files changed, 21 insertions(+)
diff --git a/app-doc/phrack/Manifest b/app-doc/phrack/Manifest
index 6c7a34612a31..89d0c0720450 100644
--- a/app-doc/phrack/Manifest
+++ b/app-doc/phrack/Manifest
@@ -65,5 +65,6 @@ DIST phrack67.tar.gz 1959219 BLAKE2B 4a0936868895a77ea6d406a07d5ac0e217c793635b2
DIST phrack68.tar.gz 1895423 BLAKE2B a859f6be22e1c9df9142518b89f1f0ea573ceeda787637449fe31092d2b4ac230d7b48cf5444c935b2fb893f14bbe889bf3d8af2f3623e6614e5d089fc8d2981 SHA512 8f24b3572232c54c9725dd0998408343c47018e890f8a95ed827aeb19377134de516d42e83a94fc5a36b48fad22fc074d4e5ff2102ad64abd497817aa0618399
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 phrack8.tar.gz 40211 BLAKE2B af0f5a526270efb8b3268d58c747cc9804609ec761e44ed5cc827b8ffd666227b125f0f481ada2f94d3d76f91d2e26b81e5689a907fbb56498e57a3f99bc0966 SHA512 0cda9f27de118b12db30c92996af58ef74838894fd1165f49001991c90513b7b5c036d9fdf15e58192e1b679655515bfa281c44aa20a776d440c9fab05dfbaf9
DIST phrack9.tar.gz 35163 BLAKE2B 36048dc53efa4fe5cd15c5802055c1e511a48594c42da7771ec37adb5a353498997db171f1bd50589b77df13529d06a2aa773b870431d45ac45a98c61652d7b5 SHA512 234d3855c92dbac4ceba46ba0bf275cd9674a78c2f1e4f98e52df77b95c91876feaaa4e16529c9913bf19eb4859977a54c5b32b13f43d3eceb4c1f2d16812759
diff --git a/app-doc/phrack/phrack-70.ebuild b/app-doc/phrack/phrack-70.ebuild
new file mode 100644
index 000000000000..1d6d66e7f0d2
--- /dev/null
+++ b/app-doc/phrack/phrack-70.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2022 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://www.phrack.org/archives/tgz/${MY_P}.tar.gz"
+
+LICENSE="phrack"
+SLOT="${PV}"
+KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos"
+IUSE=""
+
+S=${WORKDIR}
+
+src_install() {
+ dodoc -r *
+}
next reply other threads:[~2022-01-27 16:05 UTC|newest]
Thread overview: 32+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-01-27 16:05 Florian Schmaus [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-12-18 9:05 [gentoo-commits] repo/gentoo:master commit in: app-doc/phrack/ Florian Schmaus
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-06-03 11:47 Jakov Smolić
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=1643299506.9c600cac53d34af88bcfac1bfacef82a6fc93323.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