summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2019-09-11 13:25:58 +0200
committerMichał Górny <mgorny@gentoo.org>2019-09-11 18:20:06 +0200
commit254ac7f0766519d2ac277e5b3594c5f9246990cb (patch)
treec6fdbe99f599aacd3da30e1a8066caa8f32db245 /net-irc/ii
parentnet-im/gg-transport: Drop old (diff)
downloadgentoo-254ac7f0766519d2ac277e5b3594c5f9246990cb.tar.gz
gentoo-254ac7f0766519d2ac277e5b3594c5f9246990cb.tar.bz2
gentoo-254ac7f0766519d2ac277e5b3594c5f9246990cb.zip
net-irc/ii: Drop old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'net-irc/ii')
-rw-r--r--net-irc/ii/Manifest1
-rw-r--r--net-irc/ii/ii-1.7-r1.ebuild39
2 files changed, 0 insertions, 40 deletions
diff --git a/net-irc/ii/Manifest b/net-irc/ii/Manifest
index b3af42cfc784..4871af24cd36 100644
--- a/net-irc/ii/Manifest
+++ b/net-irc/ii/Manifest
@@ -1,2 +1 @@
-DIST ii-1.7.tar.gz 10174 BLAKE2B 93af2dc182d77dbfca65cbee6c40aedabe9166be7abcb03c87e80e74273dea1e4dd875d86cf0e1dd04b4a10bfcd825ea9a8c109badb72cc877a484bdaea705d9 SHA512 1fa744bc9b4291b5c6c56e023d982aad59001137db6c7682284a2d63e649a32d558adbb85ae3407e312ae5436852b4278c2c522d4ef03f47cf54ea3a1f13ca90
DIST ii-1.8.tar.gz 12326 BLAKE2B 7ae90d788aaec0a359ce46370f27c0ce62c6f77e8cda61d9d168d0ebd7de927a478b42a591631f2c193f3816b2a1b39cf79607326b073bcbeefe4291e0fb95f6 SHA512 2b41a0611ac76612c9333e8490709ee22d17506f0c5d7e680a0d8f3f8b511bd5b279555cf609c1543aba71948819369a3c306b1168086890aa49c145b7860e17
diff --git a/net-irc/ii/ii-1.7-r1.ebuild b/net-irc/ii/ii-1.7-r1.ebuild
deleted file mode 100644
index 4a1fce5af761..000000000000
--- a/net-irc/ii/ii-1.7-r1.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit fixheadtails toolchain-funcs
-
-DESCRIPTION="A minimalist FIFO and filesystem-based IRC client"
-HOMEPAGE="https://tools.suckless.org/ii/"
-SRC_URI="https://dl.suckless.org/tools/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux"
-
-src_prepare() {
- default
-
- sed -i \
- -e '/^CFLAGS/{s: -Os::g; s:= :+= :g}' \
- -e '/^CC/d' \
- -e '/^LDFLAGS/{s:-s::g; s:= :+= :g}' \
- config.mk || die
- sed -i \
- -e 's|@${CC}|$(CC)|g' \
- Makefile || die
-
- ht_fix_file query.sh
-}
-
-src_compile() {
- emake CC="$(tc-getCC)"
-}
-
-src_install() {
- dobin ii
- newbin query.sh ii-query
- dodoc CHANGES FAQ README
- doman *.1
-}