public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Petr Vaněk" <arkamar@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-irc/ii/
Date: Sat, 20 Jul 2024 12:43:50 +0000 (UTC)	[thread overview]
Message-ID: <1721479372.28269d52bb1bfbe85ee376834c08c3aca01e979a.arkamar@gentoo> (raw)

commit:     28269d52bb1bfbe85ee376834c08c3aca01e979a
Author:     Petr Vaněk <arkamar <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 20 12:42:52 2024 +0000
Commit:     Petr Vaněk <arkamar <AT> gentoo <DOT> org>
CommitDate: Sat Jul 20 12:42:52 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=28269d52

net-irc/ii: drop 1.8

Signed-off-by: Petr Vaněk <arkamar <AT> gentoo.org>

 net-irc/ii/Manifest      |  1 -
 net-irc/ii/ii-1.8.ebuild | 32 --------------------------------
 2 files changed, 33 deletions(-)

diff --git a/net-irc/ii/Manifest b/net-irc/ii/Manifest
index 4ddd4fef37d4..be199d9f125c 100644
--- a/net-irc/ii/Manifest
+++ b/net-irc/ii/Manifest
@@ -1,3 +1,2 @@
-DIST ii-1.8.tar.gz 12326 BLAKE2B 7ae90d788aaec0a359ce46370f27c0ce62c6f77e8cda61d9d168d0ebd7de927a478b42a591631f2c193f3816b2a1b39cf79607326b073bcbeefe4291e0fb95f6 SHA512 2b41a0611ac76612c9333e8490709ee22d17506f0c5d7e680a0d8f3f8b511bd5b279555cf609c1543aba71948819369a3c306b1168086890aa49c145b7860e17
 DIST ii-1.9.tar.gz 12672 BLAKE2B 95da596de00fb311a69b907ab25c0089aafa512085b25fe5753206cdeaa0fec3d9a16eb38d60c68542f7002efd1052e69e1f5542f535363d38760cab508b3d99 SHA512 a665a6d1e1ffe56e370da2d703e677436ef4e18e763bb3cadbbf55e01812454ce4b79e8a20eda23846fdbe5a441ec8c534c9394995b3441472ce8a74c9035279
 DIST ii-2.0.tar.gz 11129 BLAKE2B ee8b4e1169f1f59a9f09fa2a96fc898b0c48a337708a19a208fd344453f620bb3a832e25c26a20f7d14e2e5a7924d8a1d97efabdbb269125c2117f453d5f737f SHA512 ab8102b5669495b7bc6a3311245f3eb49d2add1e387290e41deb51e121f4c7c98a09d117052c345d8b896149276a83790c0b78efe3ed19fc52bc00575bf8e44a

diff --git a/net-irc/ii/ii-1.8.ebuild b/net-irc/ii/ii-1.8.ebuild
deleted file mode 100644
index be2821b3f793..000000000000
--- a/net-irc/ii/ii-1.8.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-inherit 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 arm ~arm64 ~ppc ~ppc64 x86 ~amd64-linux"
-
-src_prepare() {
-	default
-
-	sed -i -e '/^LDFLAGS/{s:-s::g; s:= :+= :g}' \
-		-e '/^CFLAGS/{s: -Os::g; s:= :+= :g}' config.mk || die
-}
-
-src_compile() {
-	emake CC="$(tc-getCC)"
-}
-
-src_install() {
-	emake \
-		DESTDIR="${D}" \
-		PREFIX="${EPREFIX}"/usr \
-		DOCDIR="${EPREFIX}"/usr/share/doc/${PF} \
-		install
-}


             reply	other threads:[~2024-07-20 12:43 UTC|newest]

Thread overview: 32+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-07-20 12:43 Petr Vaněk [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-07-20 11:18 [gentoo-commits] repo/gentoo:master commit in: net-irc/ii/ Arthur Zamarin
2024-07-20 11:14 Arthur Zamarin
2024-07-20 11:14 Arthur Zamarin
2022-10-28 13:35 Florian Schmaus
2022-09-25 13:17 Arthur Zamarin
2022-09-25  6:50 Joonas Niilola
2022-09-25  6:50 Joonas Niilola
2022-09-25  1:21 Sam James
2022-08-16  5:00 Jakov Smolić
2022-02-27 13:29 Joonas Niilola
2022-02-27 13:29 Joonas Niilola
2021-05-07 12:50 Joonas Niilola
2021-05-07 12:50 Joonas Niilola
2021-05-07 12:50 Joonas Niilola
2021-05-07 12:50 Joonas Niilola
2020-10-09  8:31 Agostino Sarubbo
2020-09-27 17:06 Sam James
2020-09-24 18:16 Sergei Trofimovich
2020-09-24 18:08 Sergei Trofimovich
2020-09-24  6:59 Agostino Sarubbo
2020-09-23 13:54 Sam James
2018-03-14  6:00 Markus Meier
2018-02-12  0:09 Jeroen Roovers
2017-09-10 21:47 Jeroen Roovers
2017-08-31 10:33 Jeroen Roovers
2017-08-31 10:33 Jeroen Roovers
2017-08-31 10:33 Jeroen Roovers
2017-08-31 10:33 Jeroen Roovers
2017-03-23  7:24 Jeroen Roovers
2017-03-23  7:24 Jeroen Roovers
2017-03-23  7:24 Jeroen Roovers

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1721479372.28269d52bb1bfbe85ee376834c08c3aca01e979a.arkamar@gentoo \
    --to=arkamar@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox