* [gentoo-commits] repo/gentoo:master commit in: sys-apps/chname/
@ 2015-09-01 20:06 Tobias Klausmann
0 siblings, 0 replies; 12+ messages in thread
From: Tobias Klausmann @ 2015-09-01 20:06 UTC (permalink / raw
To: gentoo-commits
commit: c683d85fa08009f13aeacf127ae35ddff3e69499
Author: Tobias Klausmann <klausman <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 1 19:58:37 2015 +0000
Commit: Tobias Klausmann <klausman <AT> gentoo <DOT> org>
CommitDate: Tue Sep 1 19:58:37 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c683d85f
sys-apps/chname: Fixing HOMEPAGE move due to code.google.com shutdown
Package-Manager: portage-2.2.20.1
sys-apps/chname/chname-1.0-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys-apps/chname/chname-1.0-r1.ebuild b/sys-apps/chname/chname-1.0-r1.ebuild
index f74b788..659e5b2 100644
--- a/sys-apps/chname/chname-1.0-r1.ebuild
+++ b/sys-apps/chname/chname-1.0-r1.ebuild
@@ -5,7 +5,7 @@
inherit toolchain-funcs
DESCRIPTION="Run a command with a new system hostname"
-HOMEPAGE="https://code.google.com/p/chname"
+HOMEPAGE="https://github.com/marineam/chname"
SRC_URI="https://chname.googlecode.com/files/chname-1.0.tar.gz"
LICENSE="GPL-2"
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-apps/chname/
@ 2016-06-21 19:50 Patrice Clement
0 siblings, 0 replies; 12+ messages in thread
From: Patrice Clement @ 2016-06-21 19:50 UTC (permalink / raw
To: gentoo-commits
commit: 7130b4f9ae2561a9c3c2fe7a384588ec9a8ea80f
Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 21 19:18:47 2016 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Tue Jun 21 19:21:55 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7130b4f9
sys-apps/chname: EAPI 6 bump.
Package-Manager: portage-2.2.28
sys-apps/chname/chname-1.0-r2.ebuild | 32 ++++++++++++++++++++++++++++++++
1 file changed, 32 insertions(+)
diff --git a/sys-apps/chname/chname-1.0-r2.ebuild b/sys-apps/chname/chname-1.0-r2.ebuild
new file mode 100644
index 0000000..e0b70ba
--- /dev/null
+++ b/sys-apps/chname/chname-1.0-r2.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit toolchain-funcs
+
+DESCRIPTION="Run a command with a new system hostname"
+HOMEPAGE="https://github.com/marineam/chname"
+SRC_URI="https://chname.googlecode.com/files/chname-1.0.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."
+}
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-apps/chname/
@ 2016-06-21 19:50 Patrice Clement
0 siblings, 0 replies; 12+ messages in thread
From: Patrice Clement @ 2016-06-21 19:50 UTC (permalink / raw
To: gentoo-commits
commit: 6df94b77ac098d8d434d6a0441027137dc768f0f
Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 21 19:20:42 2016 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Tue Jun 21 19:22:07 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6df94b77
sys-apps/chname: Clean up old.
Package-Manager: portage-2.2.28
sys-apps/chname/chname-1.0-r1.ebuild | 30 ------------------------------
1 file changed, 30 deletions(-)
diff --git a/sys-apps/chname/chname-1.0-r1.ebuild b/sys-apps/chname/chname-1.0-r1.ebuild
deleted file mode 100644
index 659e5b2..0000000
--- a/sys-apps/chname/chname-1.0-r1.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-inherit toolchain-funcs
-
-DESCRIPTION="Run a command with a new system hostname"
-HOMEPAGE="https://github.com/marineam/chname"
-SRC_URI="https://chname.googlecode.com/files/chname-1.0.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}" chname || die
-}
-
-src_install() {
- dobin chname
- doman chname.1
-}
-
-pkg_postinst() {
- elog "Note: chname requires a or later kernel with CONFIG_UTS_NS=y."
-}
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-apps/chname/
@ 2017-01-08 1:40 Göktürk Yüksek
0 siblings, 0 replies; 12+ messages in thread
From: Göktürk Yüksek @ 2017-01-08 1:40 UTC (permalink / raw
To: gentoo-commits
commit: fbc687cccbe655ff4c15672e7f560ef8900d2b59
Author: Göktürk Yüksek <gokturk <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 8 01:39:54 2017 +0000
Commit: Göktürk Yüksek <gokturk <AT> gentoo <DOT> org>
CommitDate: Sun Jan 8 01:39:54 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fbc687cc
sys-apps/chname: migrate away from google code #544092
Package-Manager: portage-2.3.0
sys-apps/chname/chname-1.0-r2.ebuild | 4 ++--
sys-apps/chname/metadata.xml | 1 -
2 files changed, 2 insertions(+), 3 deletions(-)
diff --git a/sys-apps/chname/chname-1.0-r2.ebuild b/sys-apps/chname/chname-1.0-r2.ebuild
index e0b70ba..39cf28c2 100644
--- a/sys-apps/chname/chname-1.0-r2.ebuild
+++ b/sys-apps/chname/chname-1.0-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -8,7 +8,7 @@ inherit toolchain-funcs
DESCRIPTION="Run a command with a new system hostname"
HOMEPAGE="https://github.com/marineam/chname"
-SRC_URI="https://chname.googlecode.com/files/chname-1.0.tar.gz"
+SRC_URI="https://github.com/marineam/${PN}/archive/v1.0.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
diff --git a/sys-apps/chname/metadata.xml b/sys-apps/chname/metadata.xml
index 57eae0a..55a2aa0 100644
--- a/sys-apps/chname/metadata.xml
+++ b/sys-apps/chname/metadata.xml
@@ -4,7 +4,6 @@
<!-- maintainer-needed -->
<longdescription lang="en">Run a command with a new system hostname. Requires utsname namespaces.</longdescription>
<upstream>
- <remote-id type="google-code">chname</remote-id>
<remote-id type="github">marineam/chname</remote-id>
</upstream>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-apps/chname/
@ 2017-02-22 3:11 Mike Frysinger
0 siblings, 0 replies; 12+ messages in thread
From: Mike Frysinger @ 2017-02-22 3:11 UTC (permalink / raw
To: gentoo-commits
commit: 7568bcdb2f84d7a6febfba4b9b7d1b65263885bc
Author: Mike Frysinger <vapier <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 22 03:03:21 2017 +0000
Commit: Mike Frysinger <vapier <AT> gentoo <DOT> org>
CommitDate: Wed Feb 22 03:10:51 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7568bcdb
sys-apps/chname: stabilize 1.0-r2 for all
sys-apps/chname/chname-1.0-r2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys-apps/chname/chname-1.0-r2.ebuild b/sys-apps/chname/chname-1.0-r2.ebuild
index 39cf28c2b7..d346ace1aa 100644
--- a/sys-apps/chname/chname-1.0-r2.ebuild
+++ b/sys-apps/chname/chname-1.0-r2.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://github.com/marineam/${PN}/archive/v1.0.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
IUSE=""
DEPEND=">=sys-kernel/linux-headers-2.6.16"
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-apps/chname/
@ 2019-02-15 0:39 Thomas Deutschmann
0 siblings, 0 replies; 12+ messages in thread
From: Thomas Deutschmann @ 2019-02-15 0:39 UTC (permalink / raw
To: gentoo-commits
commit: 3a1aa7da3edca770c1c21ef0aea61ce812c6ae98
Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 15 00:33:33 2019 +0000
Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Fri Feb 15 00:33:33 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a1aa7da
sys-apps/chname: x86 stable (bug #676778)
Package-Manager: Portage-2.3.59, Repoman-2.3.12
Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
sys-apps/chname/chname-1.1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/sys-apps/chname/chname-1.1.ebuild b/sys-apps/chname/chname-1.1.ebuild
index 9f29b7b44a5..c653354fd9a 100644
--- a/sys-apps/chname/chname-1.1.ebuild
+++ b/sys-apps/chname/chname-1.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="6"
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/marineam/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
IUSE=""
DEPEND=">=sys-kernel/linux-headers-2.6.16"
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-apps/chname/
@ 2019-02-22 11:32 Mikle Kolyada
0 siblings, 0 replies; 12+ messages in thread
From: Mikle Kolyada @ 2019-02-22 11:32 UTC (permalink / raw
To: gentoo-commits
commit: c71b760ed425cfbb276365d0da74c5a3a20fd077
Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 22 11:32:40 2019 +0000
Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Fri Feb 22 11:32:40 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c71b760e
sys-apps/chname: amd64 stable wrt bug #676778
Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
RepoMan-Options: --include-arches="amd64"
sys-apps/chname/chname-1.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys-apps/chname/chname-1.1.ebuild b/sys-apps/chname/chname-1.1.ebuild
index c653354fd9a..9b0bb3d4003 100644
--- a/sys-apps/chname/chname-1.1.ebuild
+++ b/sys-apps/chname/chname-1.1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/marineam/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 x86"
+KEYWORDS="amd64 x86"
IUSE=""
DEPEND=">=sys-kernel/linux-headers-2.6.16"
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-apps/chname/
@ 2019-02-23 9:43 Pacho Ramos
0 siblings, 0 replies; 12+ messages in thread
From: Pacho Ramos @ 2019-02-23 9:43 UTC (permalink / raw
To: gentoo-commits
commit: 9d13d1d3a8ec47e94302dcdbb64558df0ce0109c
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 23 09:30:46 2019 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sat Feb 23 09:30:46 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d13d1d3
sys-apps/chname: Drop old
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>
sys-apps/chname/Manifest | 1 -
sys-apps/chname/chname-1.0-r2.ebuild | 31 -------------------------------
2 files changed, 32 deletions(-)
diff --git a/sys-apps/chname/Manifest b/sys-apps/chname/Manifest
index 9b4f6958259..a008bc7f31b 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 090f232e0c4..00000000000
--- 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."
-}
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-apps/chname/
@ 2023-04-27 21:57 Conrad Kostecki
0 siblings, 0 replies; 12+ messages in thread
From: Conrad Kostecki @ 2023-04-27 21:57 UTC (permalink / raw
To: gentoo-commits
commit: 6a5d15b5f4e8a67bfc752d79ac5676302a9352c9
Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Thu Apr 27 16:38:59 2023 +0000
Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Thu Apr 27 21:45:13 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a5d15b5
sys-apps/chname: EAPI8 bump
Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/30778
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
sys-apps/chname/chname-1.1-r1.ebuild | 30 ++++++++++++++++++++++++++++++
1 file changed, 30 insertions(+)
diff --git a/sys-apps/chname/chname-1.1-r1.ebuild b/sys-apps/chname/chname-1.1-r1.ebuild
new file mode 100644
index 000000000000..c7d8a16b1961
--- /dev/null
+++ b/sys-apps/chname/chname-1.1-r1.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+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/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+DEPEND=">=sys-kernel/linux-headers-2.6.16"
+
+PATCHES=(
+ "${FILESDIR}"/${P}-flags.patch
+)
+
+src_configure() {
+ tc-export CC
+}
+
+src_install() {
+ dobin "${PN}"
+ doman "${PN}.1"
+ dodoc README*
+}
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-apps/chname/
@ 2023-05-28 18:56 Arthur Zamarin
0 siblings, 0 replies; 12+ messages in thread
From: Arthur Zamarin @ 2023-05-28 18:56 UTC (permalink / raw
To: gentoo-commits
commit: ce29cee4f7e1f7174cfbe9096a3b3c2253480294
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sun May 28 18:56:07 2023 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sun May 28 18:56:07 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce29cee4
sys-apps/chname: Stabilize 1.1-r1 x86, #907307
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
sys-apps/chname/chname-1.1-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys-apps/chname/chname-1.1-r1.ebuild b/sys-apps/chname/chname-1.1-r1.ebuild
index c7d8a16b1961..ce9014e48ac0 100644
--- a/sys-apps/chname/chname-1.1-r1.ebuild
+++ b/sys-apps/chname/chname-1.1-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/marineam/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
DEPEND=">=sys-kernel/linux-headers-2.6.16"
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-apps/chname/
@ 2023-05-28 19:01 Arthur Zamarin
0 siblings, 0 replies; 12+ messages in thread
From: Arthur Zamarin @ 2023-05-28 19:01 UTC (permalink / raw
To: gentoo-commits
commit: 965be1f743ae1018c07ca5379f5eabc0efa38cac
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sun May 28 19:01:37 2023 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sun May 28 19:01:37 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=965be1f7
sys-apps/chname: Stabilize 1.1-r1 amd64, #907307
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
sys-apps/chname/chname-1.1-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys-apps/chname/chname-1.1-r1.ebuild b/sys-apps/chname/chname-1.1-r1.ebuild
index ce9014e48ac0..d127e194d273 100644
--- a/sys-apps/chname/chname-1.1-r1.ebuild
+++ b/sys-apps/chname/chname-1.1-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/marineam/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 x86"
+KEYWORDS="amd64 x86"
DEPEND=">=sys-kernel/linux-headers-2.6.16"
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-apps/chname/
@ 2023-05-28 19:02 Arthur Zamarin
0 siblings, 0 replies; 12+ messages in thread
From: Arthur Zamarin @ 2023-05-28 19:02 UTC (permalink / raw
To: gentoo-commits
commit: 833672fd958d5b38df5afdafaa7591412778ea46
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sun May 28 19:02:12 2023 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sun May 28 19:02:26 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=833672fd
sys-apps/chname: drop 1.1 (EAPI=6)
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
sys-apps/chname/chname-1.1.ebuild | 32 --------------------------------
1 file changed, 32 deletions(-)
diff --git a/sys-apps/chname/chname-1.1.ebuild b/sys-apps/chname/chname-1.1.ebuild
deleted file mode 100644
index 9b0bb3d4003f..000000000000
--- a/sys-apps/chname/chname-1.1.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# 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/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-DEPEND=">=sys-kernel/linux-headers-2.6.16"
-RDEPEND=""
-
-PATCHES=(
- "${FILESDIR}"/${P}-flags.patch
-)
-
-src_configure() {
- tc-export CC
-}
-
-src_install() {
- dobin "${PN}"
- doman "${PN}.1"
- dodoc README*
-}
^ permalink raw reply related [flat|nested] 12+ messages in thread
end of thread, other threads:[~2023-05-28 19:02 UTC | newest]
Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-06-21 19:50 [gentoo-commits] repo/gentoo:master commit in: sys-apps/chname/ Patrice Clement
-- strict thread matches above, loose matches on Subject: below --
2023-05-28 19:02 Arthur Zamarin
2023-05-28 19:01 Arthur Zamarin
2023-05-28 18:56 Arthur Zamarin
2023-04-27 21:57 Conrad Kostecki
2019-02-23 9:43 Pacho Ramos
2019-02-22 11:32 Mikle Kolyada
2019-02-15 0:39 Thomas Deutschmann
2017-02-22 3:11 Mike Frysinger
2017-01-08 1:40 Göktürk Yüksek
2016-06-21 19:50 Patrice Clement
2015-09-01 20:06 Tobias Klausmann
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox