summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2019-02-23 10:30:46 +0100
committerPacho Ramos <pacho@gentoo.org>2019-02-23 10:30:46 +0100
commit9d13d1d3a8ec47e94302dcdbb64558df0ce0109c (patch)
treedc2924c02c82dbabd4cb6714c7d2f5d78c39aa26 /sys-apps
parentx11-misc/trayer-srg: Drop old (diff)
downloadgentoo-9d13d1d3a8ec47e94302dcdbb64558df0ce0109c.tar.gz
gentoo-9d13d1d3a8ec47e94302dcdbb64558df0ce0109c.tar.bz2
gentoo-9d13d1d3a8ec47e94302dcdbb64558df0ce0109c.zip
sys-apps/chname: Drop old
Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Pacho Ramos <pacho@gentoo.org>
Diffstat (limited to 'sys-apps')
-rw-r--r--sys-apps/chname/Manifest1
-rw-r--r--sys-apps/chname/chname-1.0-r2.ebuild31
2 files changed, 0 insertions, 32 deletions
diff --git a/sys-apps/chname/Manifest b/sys-apps/chname/Manifest
index 9b4f69582595..a008bc7f31b7 100644
--- a/sys-apps/chname/Manifest
+++ b/sys-apps/chname/Manifest
@@ -1,2 +1 @@
-DIST chname-1.0.tar.gz 998 BLAKE2B 553e2df89d4af306f6cfa3f30999fb66a15e8d0279e3c74cab4c17734fffbfb75f4267750fad80f50584fbfec7f72eb8099af258e870bf90dffd00878b228f0b SHA512 9c36c779e39b2051f84af5cb728a6810b5ede4134dee6156eff02c689dd4184c537d1502b35f9d7792d3e1babbf66bc7192d006d957b188c61f915fc93c515d7
DIST chname-1.1.tar.gz 8010 BLAKE2B 07f518fcd009bb118a59a10bc1d17cf7c2f1fe0b21516b735122347b45f42ce54e5be35a78739d5c2c7a3d491f9823a62820b84e033d9aca2611a126570217ad SHA512 4194b48189f949a95a1f8037638acbdd4bd3734dbc1cd3eb7642a0a2acaa8ba75e48d43ff01029b64da34b36683da917f52809915108e61973cb1e097b2a0993
diff --git a/sys-apps/chname/chname-1.0-r2.ebuild b/sys-apps/chname/chname-1.0-r2.ebuild
deleted file mode 100644
index 090f232e0c4c..000000000000
--- a/sys-apps/chname/chname-1.0-r2.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit toolchain-funcs
-
-DESCRIPTION="Run a command with a new system hostname"
-HOMEPAGE="https://github.com/marineam/chname"
-SRC_URI="https://github.com/marineam/${PN}/archive/v1.0.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-DEPEND=">=sys-kernel/linux-headers-2.6.16"
-RDEPEND=""
-
-src_compile() {
- emake CC=$(tc-getCC) CFLAGS="${CFLAGS} ${LDFLAGS}" "${PN}"
-}
-
-src_install() {
- dobin "${PN}"
- doman "${PN}.1"
-}
-
-pkg_postinst() {
- elog "Note: chname requires a or later kernel with CONFIG_UTS_NS=y."
-}