summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2022-06-21 13:27:31 -0400
committerMatt Turner <mattst88@gentoo.org>2022-06-21 13:40:27 -0400
commit871d01f19291457b4a6aea20012e5d4159944a4b (patch)
tree0e6694296a8b6554f37c1be460b6c9dc2473f505 /sys-apps/minised
parentsys-apps/kexec-tools: Version bump to 2.0.24 (diff)
downloadgentoo-871d01f19291457b4a6aea20012e5d4159944a4b.tar.gz
gentoo-871d01f19291457b4a6aea20012e5d4159944a4b.tar.bz2
gentoo-871d01f19291457b4a6aea20012e5d4159944a4b.zip
sys-apps/minised: Version bump to 1.16
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'sys-apps/minised')
-rw-r--r--sys-apps/minised/Manifest1
-rw-r--r--sys-apps/minised/minised-1.16.ebuild19
2 files changed, 20 insertions, 0 deletions
diff --git a/sys-apps/minised/Manifest b/sys-apps/minised/Manifest
index dd34213d14a9..d767a84d5b88 100644
--- a/sys-apps/minised/Manifest
+++ b/sys-apps/minised/Manifest
@@ -1 +1,2 @@
DIST minised-1.15.tar.gz 32224 BLAKE2B 9dac7557fc697aac8f42daf09bf68ac87a79cb7cbcbe6c3372d9d229a3010b86399658df00c04f039c64f75749d7e905a196e1e7532c3f0e3ae42edce385fb08 SHA512 82ebe5c70f24adebd5f1c37422bac543c06684bff40d1d1fab473abc248d4c5f93e7a4969204877170fed1f2616f6fb666bd485183115cc996ba691c7bb88a71
+DIST minised-1.16.tar.gz 31067 BLAKE2B eb37d147434fe06b3c1741d544a6e3088f265e17779e156317a9eaaac99d77276c93e2c60b49a92423378509f7588c50a1421d3d74e0086fb1fbc3bf5079da09 SHA512 9d81ba58f5460e341d9de7c4b2af38c7bf39ae40fdcfac1652e7ad64bd903d58222128880daeb30ef5c1726a244d815ab9c7b22b9cb92c7aeaaa7728f29c4116
diff --git a/sys-apps/minised/minised-1.16.ebuild b/sys-apps/minised/minised-1.16.ebuild
new file mode 100644
index 000000000000..bb8676b03d2e
--- /dev/null
+++ b/sys-apps/minised/minised-1.16.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit toolchain-funcs
+
+DESCRIPTION="a smaller, cheaper and faster sed implementation"
+HOMEPAGE="http://www.exactcode.de/oss/minised/"
+SRC_URI="http://dl.exactcode.de/oss/minised/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+
+src_prepare() {
+ default
+ tc-export CC
+}