* [gentoo-commits] repo/gentoo:master commit in: app-misc/empty/
@ 2022-03-19 23:17 David Seifert
0 siblings, 0 replies; 10+ messages in thread
From: David Seifert @ 2022-03-19 23:17 UTC (permalink / raw
To: gentoo-commits
commit: 34966bc21d8ec47461ffcd30cd356043f4e25212
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 19 23:16:47 2022 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sat Mar 19 23:16:47 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=34966bc2
app-misc/empty: quote $(tc-*) calls
Signed-off-by: David Seifert <soap <AT> gentoo.org>
app-misc/empty/empty-0.6.21b.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-misc/empty/empty-0.6.21b.ebuild b/app-misc/empty/empty-0.6.21b.ebuild
index d574ec552a4d..ab9493016850 100644
--- a/app-misc/empty/empty-0.6.21b.ebuild
+++ b/app-misc/empty/empty-0.6.21b.ebuild
@@ -20,7 +20,7 @@ PATCHES=( "${FILESDIR}/${PN}-respect-LDFLAGS.patch" )
S="${WORKDIR}"
src_compile() {
- emake CC=$(tc-getCC)
+ emake CC="$(tc-getCC)"
}
src_install() {
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-misc/empty/
@ 2023-10-10 14:21 Sergey Popov
0 siblings, 0 replies; 10+ messages in thread
From: Sergey Popov @ 2023-10-10 14:21 UTC (permalink / raw
To: gentoo-commits
commit: 71a6d4b2031d8d47edcca2bb1f5fe7d74b0d47c0
Author: Sergey Popov <pinkbyte <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 10 14:20:49 2023 +0000
Commit: Sergey Popov <pinkbyte <AT> gentoo <DOT> org>
CommitDate: Tue Oct 10 14:20:49 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=71a6d4b2
app-misc/empty: drop old
Signed-off-by: Sergey Popov <pinkbyte <AT> gentoo.org>
app-misc/empty/Manifest | 1 -
app-misc/empty/empty-0.6.21b.ebuild | 31 -------------------------------
2 files changed, 32 deletions(-)
diff --git a/app-misc/empty/Manifest b/app-misc/empty/Manifest
index 6b2ba48dc606..fe47d9523d42 100644
--- a/app-misc/empty/Manifest
+++ b/app-misc/empty/Manifest
@@ -1,2 +1 @@
-DIST empty-0.6.21b.tgz 26793 BLAKE2B d7266c03ef1580bf9871c294e54e292ba264ef6b72c4be1db8e408696bc8327891cb7827de68e429b0496165bc7e105c697c76f29267b3f10030bc6b183a4910 SHA512 4aef74a61161e8d6b6b5159adfa5b7f2779798fddfdbc070b15ca3f747081eb2f7984b58b0a0cef4452892712d274580cf33c64ffddaee3f70ac9bacfc2f7e09
DIST empty-0.6.23c.tgz 17665 BLAKE2B cac050f1f8c55462c988a3558e89c1b1a6f85d5e72b740a849f902da4ee3c31917cb20440165980e1025d29ba366d4757aad1f3b2c42b3097eebeb5529940706 SHA512 14331b0c2e572b90cb1ebd97e296b16ebd9fb34415f2b8cac67972da4db3504baa26ecf8370e67b3e6f5607b4ea08effe86610a0bd067dfce71c1183d3fd8b93
diff --git a/app-misc/empty/empty-0.6.21b.ebuild b/app-misc/empty/empty-0.6.21b.ebuild
deleted file mode 100644
index ab9493016850..000000000000
--- a/app-misc/empty/empty-0.6.21b.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit toolchain-funcs
-
-DESCRIPTION="Small shell utility, similar to expect(1)"
-HOMEPAGE="http://empty.sourceforge.net"
-SRC_URI="https://download.sourceforge.net/empty/${P}.tgz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 ~riscv x86"
-
-RDEPEND="virtual/logger"
-
-PATCHES=( "${FILESDIR}/${PN}-respect-LDFLAGS.patch" )
-
-S="${WORKDIR}"
-
-src_compile() {
- emake CC="$(tc-getCC)"
-}
-
-src_install() {
- dobin empty
- doman empty.1
- dodoc README
- dodoc -r examples
-}
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-misc/empty/
@ 2023-05-15 10:05 Sergey Popov
0 siblings, 0 replies; 10+ messages in thread
From: Sergey Popov @ 2023-05-15 10:05 UTC (permalink / raw
To: gentoo-commits
commit: fc2838cc1ded182a9857c578aed8a966e7d4edf1
Author: Sergey Popov <pinkbyte <AT> gentoo <DOT> org>
AuthorDate: Mon May 15 10:04:48 2023 +0000
Commit: Sergey Popov <pinkbyte <AT> gentoo <DOT> org>
CommitDate: Mon May 15 10:04:48 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc2838cc
app-misc/empty-0.6.23c: stable for amd64/x86
Signed-off-by: Sergey Popov <pinkbyte <AT> gentoo.org>
app-misc/empty/empty-0.6.23c.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-misc/empty/empty-0.6.23c.ebuild b/app-misc/empty/empty-0.6.23c.ebuild
index 1bb6073c4f06..6a270f84a82b 100644
--- a/app-misc/empty/empty-0.6.23c.ebuild
+++ b/app-misc/empty/empty-0.6.23c.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://download.sourceforge.net/empty/${P}.tgz"
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~amd64 ~riscv ~x86"
+KEYWORDS="amd64 ~riscv x86"
RDEPEND="virtual/logger"
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-misc/empty/
@ 2023-02-16 10:55 Sergey Popov
0 siblings, 0 replies; 10+ messages in thread
From: Sergey Popov @ 2023-02-16 10:55 UTC (permalink / raw
To: gentoo-commits
commit: 0cc80c01554809f6b1b46cfd5bd713bdebdabe32
Author: Sergey Popov <pinkbyte <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 16 10:52:41 2023 +0000
Commit: Sergey Popov <pinkbyte <AT> gentoo <DOT> org>
CommitDate: Thu Feb 16 10:55:04 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0cc80c01
app-misc/empty: version bump
Signed-off-by: Sergey Popov <pinkbyte <AT> gentoo.org>
app-misc/empty/Manifest | 1 +
app-misc/empty/empty-0.6.23c.ebuild | 29 +++++++++++++++++++++++++++++
2 files changed, 30 insertions(+)
diff --git a/app-misc/empty/Manifest b/app-misc/empty/Manifest
index 58b70b740b0c..6b2ba48dc606 100644
--- a/app-misc/empty/Manifest
+++ b/app-misc/empty/Manifest
@@ -1 +1,2 @@
DIST empty-0.6.21b.tgz 26793 BLAKE2B d7266c03ef1580bf9871c294e54e292ba264ef6b72c4be1db8e408696bc8327891cb7827de68e429b0496165bc7e105c697c76f29267b3f10030bc6b183a4910 SHA512 4aef74a61161e8d6b6b5159adfa5b7f2779798fddfdbc070b15ca3f747081eb2f7984b58b0a0cef4452892712d274580cf33c64ffddaee3f70ac9bacfc2f7e09
+DIST empty-0.6.23c.tgz 17665 BLAKE2B cac050f1f8c55462c988a3558e89c1b1a6f85d5e72b740a849f902da4ee3c31917cb20440165980e1025d29ba366d4757aad1f3b2c42b3097eebeb5529940706 SHA512 14331b0c2e572b90cb1ebd97e296b16ebd9fb34415f2b8cac67972da4db3504baa26ecf8370e67b3e6f5607b4ea08effe86610a0bd067dfce71c1183d3fd8b93
diff --git a/app-misc/empty/empty-0.6.23c.ebuild b/app-misc/empty/empty-0.6.23c.ebuild
new file mode 100644
index 000000000000..1bb6073c4f06
--- /dev/null
+++ b/app-misc/empty/empty-0.6.23c.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit toolchain-funcs
+
+DESCRIPTION="Small shell utility, similar to expect(1)"
+HOMEPAGE="http://empty.sourceforge.net"
+SRC_URI="https://download.sourceforge.net/empty/${P}.tgz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~riscv ~x86"
+
+RDEPEND="virtual/logger"
+
+PATCHES=( "${FILESDIR}/${PN}-respect-LDFLAGS.patch" )
+
+src_compile() {
+ emake CC="$(tc-getCC)"
+}
+
+src_install() {
+ dobin empty
+ doman empty.1
+ dodoc README.txt
+ dodoc -r examples
+}
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-misc/empty/
@ 2022-02-25 10:29 Yixun Lan
0 siblings, 0 replies; 10+ messages in thread
From: Yixun Lan @ 2022-02-25 10:29 UTC (permalink / raw
To: gentoo-commits
commit: 4a46f23998c9807087c09e88250ab1672c91e3ed
Author: Yixun Lan <dlan <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 25 10:09:05 2022 +0000
Commit: Yixun Lan <dlan <AT> gentoo <DOT> org>
CommitDate: Fri Feb 25 10:20:11 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a46f239
app-misc/empty: keyword ~riscv
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Yixun Lan <dlan <AT> gentoo.org>
app-misc/empty/empty-0.6.21b.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-misc/empty/empty-0.6.21b.ebuild b/app-misc/empty/empty-0.6.21b.ebuild
index 3b53c8019779..d574ec552a4d 100644
--- a/app-misc/empty/empty-0.6.21b.ebuild
+++ b/app-misc/empty/empty-0.6.21b.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://download.sourceforge.net/empty/${P}.tgz"
LICENSE="BSD"
SLOT="0"
-KEYWORDS="amd64 x86"
+KEYWORDS="amd64 ~riscv x86"
RDEPEND="virtual/logger"
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-misc/empty/
@ 2022-02-25 8:23 Sergey Popov
0 siblings, 0 replies; 10+ messages in thread
From: Sergey Popov @ 2022-02-25 8:23 UTC (permalink / raw
To: gentoo-commits
commit: 20df82fa75fa7a618f1753291155f30042a70c45
Author: Sergey Popov <pinkbyte <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 25 08:23:45 2022 +0000
Commit: Sergey Popov <pinkbyte <AT> gentoo <DOT> org>
CommitDate: Fri Feb 25 08:23:52 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20df82fa
app-misc/empty: drop old
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Sergey Popov <pinkbyte <AT> gentoo.org>
app-misc/empty/Manifest | 1 -
app-misc/empty/empty-0.6.20b.ebuild | 33 ---------------------------------
2 files changed, 34 deletions(-)
diff --git a/app-misc/empty/Manifest b/app-misc/empty/Manifest
index b916d68dfed2..58b70b740b0c 100644
--- a/app-misc/empty/Manifest
+++ b/app-misc/empty/Manifest
@@ -1,2 +1 @@
-DIST empty-0.6.20b.tgz 16269 BLAKE2B 15a50b2484278cb03b7d91cd5b6a14b9898a3ead3bf2017cc86d9dc8e3a3ec5650b20f57fec6ccdccf780c008841d41205098ea423731c593c1744ca55e5a934 SHA512 bdeda29ecde0bc7ee0432656f0497154e04dbad26aba62a0fe76ded394ddeefe2bfd921594a2dae44459b62ab4767d3b12a7a86216dfda56b6d77035a8b05c3d
DIST empty-0.6.21b.tgz 26793 BLAKE2B d7266c03ef1580bf9871c294e54e292ba264ef6b72c4be1db8e408696bc8327891cb7827de68e429b0496165bc7e105c697c76f29267b3f10030bc6b183a4910 SHA512 4aef74a61161e8d6b6b5159adfa5b7f2779798fddfdbc070b15ca3f747081eb2f7984b58b0a0cef4452892712d274580cf33c64ffddaee3f70ac9bacfc2f7e09
diff --git a/app-misc/empty/empty-0.6.20b.ebuild b/app-misc/empty/empty-0.6.20b.ebuild
deleted file mode 100644
index 0660d112cd97..000000000000
--- a/app-misc/empty/empty-0.6.20b.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit toolchain-funcs
-
-DESCRIPTION="Small shell utility, similar to expect(1)"
-HOMEPAGE="http://empty.sourceforge.net"
-SRC_URI="mirror://sourceforge/empty/${P}.tgz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-DEPEND=""
-RDEPEND="virtual/logger"
-
-src_prepare() {
- eapply "${FILESDIR}/${PN}-respect-LDFLAGS.patch"
- eapply_user
-}
-
-src_compile() {
- emake CC=$(tc-getCC)
-}
-
-src_install() {
- dobin empty
- doman empty.1
- dodoc README
- dodoc -r examples
-}
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-misc/empty/
@ 2022-02-25 8:23 Sergey Popov
0 siblings, 0 replies; 10+ messages in thread
From: Sergey Popov @ 2022-02-25 8:23 UTC (permalink / raw
To: gentoo-commits
commit: b61e5781c9951704b380e13434376c3457711a2f
Author: Sergey Popov <pinkbyte <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 25 08:22:32 2022 +0000
Commit: Sergey Popov <pinkbyte <AT> gentoo <DOT> org>
CommitDate: Fri Feb 25 08:23:52 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b61e5781
app-misc/empty-0.6.21b: stable on amd64/x86
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Sergey Popov <pinkbyte <AT> gentoo.org>
app-misc/empty/empty-0.6.21b.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/app-misc/empty/empty-0.6.21b.ebuild b/app-misc/empty/empty-0.6.21b.ebuild
index 95c42481ff4f..3b53c8019779 100644
--- a/app-misc/empty/empty-0.6.21b.ebuild
+++ b/app-misc/empty/empty-0.6.21b.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -11,7 +11,7 @@ SRC_URI="https://download.sourceforge.net/empty/${P}.tgz"
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
RDEPEND="virtual/logger"
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-misc/empty/
@ 2021-01-15 10:04 Sergey Popov
0 siblings, 0 replies; 10+ messages in thread
From: Sergey Popov @ 2021-01-15 10:04 UTC (permalink / raw
To: gentoo-commits
commit: 650a8b2988eeeb6b344e9a3ee98dfec99a0f44ec
Author: Sergey Popov <pinkbyte <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 15 10:04:34 2021 +0000
Commit: Sergey Popov <pinkbyte <AT> gentoo <DOT> org>
CommitDate: Fri Jan 15 10:04:34 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=650a8b29
app-misc/empty: version bump
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Sergey Popov <pinkbyte <AT> gentoo.org>
app-misc/empty/Manifest | 1 +
app-misc/empty/empty-0.6.21b.ebuild | 31 +++++++++++++++++++++++++++++++
2 files changed, 32 insertions(+)
diff --git a/app-misc/empty/Manifest b/app-misc/empty/Manifest
index 42fdd9d1fa1..b916d68dfed 100644
--- a/app-misc/empty/Manifest
+++ b/app-misc/empty/Manifest
@@ -1 +1,2 @@
DIST empty-0.6.20b.tgz 16269 BLAKE2B 15a50b2484278cb03b7d91cd5b6a14b9898a3ead3bf2017cc86d9dc8e3a3ec5650b20f57fec6ccdccf780c008841d41205098ea423731c593c1744ca55e5a934 SHA512 bdeda29ecde0bc7ee0432656f0497154e04dbad26aba62a0fe76ded394ddeefe2bfd921594a2dae44459b62ab4767d3b12a7a86216dfda56b6d77035a8b05c3d
+DIST empty-0.6.21b.tgz 26793 BLAKE2B d7266c03ef1580bf9871c294e54e292ba264ef6b72c4be1db8e408696bc8327891cb7827de68e429b0496165bc7e105c697c76f29267b3f10030bc6b183a4910 SHA512 4aef74a61161e8d6b6b5159adfa5b7f2779798fddfdbc070b15ca3f747081eb2f7984b58b0a0cef4452892712d274580cf33c64ffddaee3f70ac9bacfc2f7e09
diff --git a/app-misc/empty/empty-0.6.21b.ebuild b/app-misc/empty/empty-0.6.21b.ebuild
new file mode 100644
index 00000000000..95c42481ff4
--- /dev/null
+++ b/app-misc/empty/empty-0.6.21b.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit toolchain-funcs
+
+DESCRIPTION="Small shell utility, similar to expect(1)"
+HOMEPAGE="http://empty.sourceforge.net"
+SRC_URI="https://download.sourceforge.net/empty/${P}.tgz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="virtual/logger"
+
+PATCHES=( "${FILESDIR}/${PN}-respect-LDFLAGS.patch" )
+
+S="${WORKDIR}"
+
+src_compile() {
+ emake CC=$(tc-getCC)
+}
+
+src_install() {
+ dobin empty
+ doman empty.1
+ dodoc README
+ dodoc -r examples
+}
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-misc/empty/
@ 2017-04-26 14:42 Sergey Popov
0 siblings, 0 replies; 10+ messages in thread
From: Sergey Popov @ 2017-04-26 14:42 UTC (permalink / raw
To: gentoo-commits
commit: efad94fbe73bc5ce2ebcacefa42448b0edb7ec01
Author: Sergey Popov <pinkbyte <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 26 14:42:24 2017 +0000
Commit: Sergey Popov <pinkbyte <AT> gentoo <DOT> org>
CommitDate: Wed Apr 26 14:42:24 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=efad94fb
app-misc/empty-0.6.20b: stable on amd64 and x86
Package-Manager: Portage-2.3.5, Repoman-2.3.1
app-misc/empty/empty-0.6.20b.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-misc/empty/empty-0.6.20b.ebuild b/app-misc/empty/empty-0.6.20b.ebuild
index 9fd22aa8b0e..529bce144e1 100644
--- a/app-misc/empty/empty-0.6.20b.ebuild
+++ b/app-misc/empty/empty-0.6.20b.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/empty/${P}.tgz"
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
DEPEND=""
RDEPEND="virtual/logger"
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-misc/empty/
@ 2017-01-17 10:30 Sergey Popov
0 siblings, 0 replies; 10+ messages in thread
From: Sergey Popov @ 2017-01-17 10:30 UTC (permalink / raw
To: gentoo-commits
commit: 9db83b35bc754ce0517fc7629d470f6a605c9876
Author: Sergey Popov <pinkbyte <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 17 10:30:06 2017 +0000
Commit: Sergey Popov <pinkbyte <AT> gentoo <DOT> org>
CommitDate: Tue Jan 17 10:30:06 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9db83b35
app-misc/empty: version bump, EAPI 6, add support for user patches
Package-Manager: portage-2.3.3
app-misc/empty/Manifest | 1 +
app-misc/empty/empty-0.6.20b.ebuild | 34 ++++++++++++++++++++++++++++++++++
2 files changed, 35 insertions(+)
diff --git a/app-misc/empty/Manifest b/app-misc/empty/Manifest
index 0b6d09b..538ed79 100644
--- a/app-misc/empty/Manifest
+++ b/app-misc/empty/Manifest
@@ -1 +1,2 @@
DIST empty-0.6.19b.tgz 16075 SHA256 05b7cb361ef815774abda325c09c573f8c9039ccbb71eedc743439e4637c314a SHA512 7afb2b5d08f2d3ebe0819eccef39b2e35fa532b6cbdcef49d2dbb4a5aa57fe55b1765461de9691d6eaa3188a9ecd98c291de738c13c9c2158c4f53d704b83670 WHIRLPOOL ed003801da923de6b50e6b29313b5603c18b98851e7523971b7a1059c9d14bc9545726437c6c8c41427fe7fbac531469aa7500ffb324f3cd77682208da88088b
+DIST empty-0.6.20b.tgz 16269 SHA256 7e6636e400856984c4405ce7bd0843aaa3329fa3efd20c58df8400a9eaa35f09 SHA512 bdeda29ecde0bc7ee0432656f0497154e04dbad26aba62a0fe76ded394ddeefe2bfd921594a2dae44459b62ab4767d3b12a7a86216dfda56b6d77035a8b05c3d WHIRLPOOL d8004ed6b88a95e3f37416f40da0936cfb082f416ac0ac7c34e052767802faac0f9ad94e1e5e922c3cbdbe9affd0192232a4dccc04aed8bb34234932184ab76e
diff --git a/app-misc/empty/empty-0.6.20b.ebuild b/app-misc/empty/empty-0.6.20b.ebuild
new file mode 100644
index 00000000..36b2d89
--- /dev/null
+++ b/app-misc/empty/empty-0.6.20b.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit eutils toolchain-funcs
+
+DESCRIPTION="Small shell utility, similar to expect(1)"
+HOMEPAGE="http://empty.sourceforge.net"
+SRC_URI="mirror://sourceforge/empty/${P}.tgz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+DEPEND=""
+RDEPEND="virtual/logger"
+
+src_prepare() {
+ eapply "${FILESDIR}/${PN}-respect-LDFLAGS.patch"
+ eapply_user
+}
+
+src_compile() {
+ emake CC=$(tc-getCC)
+}
+
+src_install() {
+ dobin empty
+ doman empty.1
+ dodoc README
+ dodoc -r examples
+}
^ permalink raw reply related [flat|nested] 10+ messages in thread
end of thread, other threads:[~2023-10-10 14:21 UTC | newest]
Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-03-19 23:17 [gentoo-commits] repo/gentoo:master commit in: app-misc/empty/ David Seifert
-- strict thread matches above, loose matches on Subject: below --
2023-10-10 14:21 Sergey Popov
2023-05-15 10:05 Sergey Popov
2023-02-16 10:55 Sergey Popov
2022-02-25 10:29 Yixun Lan
2022-02-25 8:23 Sergey Popov
2022-02-25 8:23 Sergey Popov
2021-01-15 10:04 Sergey Popov
2017-04-26 14:42 Sergey Popov
2017-01-17 10:30 Sergey Popov
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox