Gentoo Archives: gentoo-commits

From: Pacho Ramos <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/chname/
Date: Sat, 23 Feb 2019 09:43:51
Message-Id: 1550914246.9d13d1d3a8ec47e94302dcdbb64558df0ce0109c.pacho@gentoo
1 commit: 9d13d1d3a8ec47e94302dcdbb64558df0ce0109c
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Sat Feb 23 09:30:46 2019 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 23 09:30:46 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d13d1d3
7
8 sys-apps/chname: Drop old
9
10 Package-Manager: Portage-2.3.62, Repoman-2.3.12
11 Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>
12
13 sys-apps/chname/Manifest | 1 -
14 sys-apps/chname/chname-1.0-r2.ebuild | 31 -------------------------------
15 2 files changed, 32 deletions(-)
16
17 diff --git a/sys-apps/chname/Manifest b/sys-apps/chname/Manifest
18 index 9b4f6958259..a008bc7f31b 100644
19 --- a/sys-apps/chname/Manifest
20 +++ b/sys-apps/chname/Manifest
21 @@ -1,2 +1 @@
22 -DIST chname-1.0.tar.gz 998 BLAKE2B 553e2df89d4af306f6cfa3f30999fb66a15e8d0279e3c74cab4c17734fffbfb75f4267750fad80f50584fbfec7f72eb8099af258e870bf90dffd00878b228f0b SHA512 9c36c779e39b2051f84af5cb728a6810b5ede4134dee6156eff02c689dd4184c537d1502b35f9d7792d3e1babbf66bc7192d006d957b188c61f915fc93c515d7
23 DIST chname-1.1.tar.gz 8010 BLAKE2B 07f518fcd009bb118a59a10bc1d17cf7c2f1fe0b21516b735122347b45f42ce54e5be35a78739d5c2c7a3d491f9823a62820b84e033d9aca2611a126570217ad SHA512 4194b48189f949a95a1f8037638acbdd4bd3734dbc1cd3eb7642a0a2acaa8ba75e48d43ff01029b64da34b36683da917f52809915108e61973cb1e097b2a0993
24
25 diff --git a/sys-apps/chname/chname-1.0-r2.ebuild b/sys-apps/chname/chname-1.0-r2.ebuild
26 deleted file mode 100644
27 index 090f232e0c4..00000000000
28 --- a/sys-apps/chname/chname-1.0-r2.ebuild
29 +++ /dev/null
30 @@ -1,31 +0,0 @@
31 -# Copyright 1999-2017 Gentoo Foundation
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=6
35 -
36 -inherit toolchain-funcs
37 -
38 -DESCRIPTION="Run a command with a new system hostname"
39 -HOMEPAGE="https://github.com/marineam/chname"
40 -SRC_URI="https://github.com/marineam/${PN}/archive/v1.0.tar.gz -> ${P}.tar.gz"
41 -
42 -LICENSE="GPL-2"
43 -SLOT="0"
44 -KEYWORDS="amd64 x86"
45 -IUSE=""
46 -
47 -DEPEND=">=sys-kernel/linux-headers-2.6.16"
48 -RDEPEND=""
49 -
50 -src_compile() {
51 - emake CC=$(tc-getCC) CFLAGS="${CFLAGS} ${LDFLAGS}" "${PN}"
52 -}
53 -
54 -src_install() {
55 - dobin "${PN}"
56 - doman "${PN}.1"
57 -}
58 -
59 -pkg_postinst() {
60 - elog "Note: chname requires a or later kernel with CONFIG_UTS_NS=y."
61 -}