Gentoo Archives: gentoo-commits

From: Pacho Ramos <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-portage/porticron/, app-portage/porticron/files/
Date: Sat, 16 Feb 2019 08:55:56
Message-Id: 1550307329.75462aa848b2308a00d56ff0fdde8fee65819652.pacho@gentoo
1 commit: 75462aa848b2308a00d56ff0fdde8fee65819652
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Sat Feb 16 08:39:06 2019 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 16 08:55:29 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75462aa8
7
8 app-portage/porticron: Drop old
9
10 Package-Manager: Portage-2.3.58, Repoman-2.3.12
11 Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>
12
13 app-portage/porticron/Manifest | 1 -
14 .../porticron-0.7_p20140126-portage-2.2.8.patch | 26 ------------------
15 .../porticron/porticron-0.7_p20140126.ebuild | 31 ----------------------
16 3 files changed, 58 deletions(-)
17
18 diff --git a/app-portage/porticron/Manifest b/app-portage/porticron/Manifest
19 index 30c0abfcb7d..30b92d8a146 100644
20 --- a/app-portage/porticron/Manifest
21 +++ b/app-portage/porticron/Manifest
22 @@ -1,2 +1 @@
23 DIST porticron-0.7.1.tar.gz 6530 BLAKE2B 6eec2bcab3e3d7661783c4fcf8f5521aac5700e4c642112d074187af372ea51137a7bfc06cd14c86f55e6b1414b2af766454a829c815294606a8bd18141e7c07 SHA512 ba2f365011e1ad2f7cb67d655839fa425791ab95309753719b4a4206db735f141d473d24bbb68da25a88db54919d033f53efaf497c26de71f3edb4a39dcc957c
24 -DIST porticron-0.7_p20140126.tar.gz 4453 BLAKE2B 99a81cc2fc0feb753656f4490c2ceb5bc2abba02a74b54ca30f086da1ab95797a119cbd323c91acbb9688cd93996705b92d4bec044a256920c562af8d1e96d70 SHA512 c14c5ff18eff74d7c225883dc0e1cea16666f0dcab07f9b249aed0db2874179eacc824c0f35dc2cfd97dc0c2db5f2bf6d13c3e76a2cd1b87de46fb073622f3d5
25
26 diff --git a/app-portage/porticron/files/porticron-0.7_p20140126-portage-2.2.8.patch b/app-portage/porticron/files/porticron-0.7_p20140126-portage-2.2.8.patch
27 deleted file mode 100644
28 index 4531ab638fd..00000000000
29 --- a/app-portage/porticron/files/porticron-0.7_p20140126-portage-2.2.8.patch
30 +++ /dev/null
31 @@ -1,26 +0,0 @@
32 -From 7a7002d5af62d0a4791a386cdc3560330f27f1c0 Mon Sep 17 00:00:00 2001
33 -From: =?UTF-8?q?Rainer=20M=C3=BCller?= <raimue@××××××××××.de>
34 -Date: Sun, 26 Jan 2014 23:23:03 +0100
35 -Subject: [PATCH] Avoid the deprecated `portageq portdir'
36 -
37 -This implements the fix proposed in hollow/porticron#6.
38 ----
39 - bin/porticron | 2 +-
40 - 1 file changed, 1 insertion(+), 1 deletion(-)
41 -
42 -diff --git a/bin/porticron b/bin/porticron
43 -index d168b27..86a1f70 100755
44 ---- a/bin/porticron
45 -+++ b/bin/porticron
46 -@@ -117,7 +117,7 @@ FQDN=$(hostname --fqdn)
47 - HOST=$(hostname -s)
48 - IP=$(dig +short ${FQDN} | tr '\n' ' ')
49 - DATE=$(date -R)
50 --PORTDIR=$(portageq portdir)
51 -+PORTDIR=$(portageq get_repo_path $(portageq envvar EROOT) gentoo)
52 -
53 - # replace variables
54 - for var in FQDN HOST IP DATE; do
55 ---
56 -1.8.5.1
57 -
58
59 diff --git a/app-portage/porticron/porticron-0.7_p20140126.ebuild b/app-portage/porticron/porticron-0.7_p20140126.ebuild
60 deleted file mode 100644
61 index 26330c1b01f..00000000000
62 --- a/app-portage/porticron/porticron-0.7_p20140126.ebuild
63 +++ /dev/null
64 @@ -1,31 +0,0 @@
65 -# Copyright 1999-2015 Gentoo Foundation
66 -# Distributed under the terms of the GNU General Public License v2
67 -
68 -EAPI="5"
69 -
70 -inherit eutils vcs-snapshot
71 -
72 -DESCRIPTION="cron script to sync portage and send update mails to root"
73 -HOMEPAGE="https://github.com/gentoo/porticron"
74 -SRC_URI="https://github.com/hollow/${PN}/tarball/df727fe -> ${P}.tar.gz"
75 -
76 -LICENSE="BSD"
77 -SLOT="0"
78 -KEYWORDS="amd64 ~arm hppa ppc ~ppc64 x86"
79 -IUSE=""
80 -
81 -RDEPEND="
82 - app-portage/gentoolkit
83 - net-dns/bind-tools
84 -"
85 -DEPEND=""
86 -
87 -src_prepare() {
88 - epatch "${FILESDIR}"/${P}-portage-2.2.8.patch
89 -}
90 -
91 -src_install() {
92 - dosbin bin/porticron
93 - insinto /etc
94 - doins etc/porticron.conf
95 -}