summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2022-08-30 23:05:02 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2022-09-18 20:36:46 +0200
commit283632bf52f46f418161ada88455244e0ec67dbe (patch)
tree92e8178528f68123edacdb06f65b6306a3a77d50
parentsys-apps/gsmartcontrol: drop 1.1.3, EAPI-6-- (diff)
downloadgentoo-283632bf52f46f418161ada88455244e0ec67dbe.tar.gz
gentoo-283632bf52f46f418161ada88455244e0ec67dbe.tar.bz2
gentoo-283632bf52f46f418161ada88455244e0ec67dbe.zip
sys-apps/minised: drop 1.15, EAPI-6--
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
-rw-r--r--sys-apps/minised/Manifest1
-rw-r--r--sys-apps/minised/minised-1.15.ebuild19
2 files changed, 0 insertions, 20 deletions
diff --git a/sys-apps/minised/Manifest b/sys-apps/minised/Manifest
index d767a84d5b88..c96eef88b946 100644
--- a/sys-apps/minised/Manifest
+++ b/sys-apps/minised/Manifest
@@ -1,2 +1 @@
-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.15.ebuild b/sys-apps/minised/minised-1.15.ebuild
deleted file mode 100644
index a487b04f1d13..000000000000
--- a/sys-apps/minised/minised-1.15.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-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
-}