* [gentoo-commits] repo/gentoo:master commit in: net-irc/sic/
@ 2017-08-31 10:33 Jeroen Roovers
0 siblings, 0 replies; 6+ messages in thread
From: Jeroen Roovers @ 2017-08-31 10:33 UTC (permalink / raw
To: gentoo-commits
commit: a392cd2a099151cc29315f9276b3771fe1d28d7a
Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 31 10:21:38 2017 +0000
Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Thu Aug 31 10:21:38 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a392cd2a
net-irc/sic: Old.
Package-Manager: Portage-2.3.8, Repoman-2.3.3
net-irc/sic/Manifest | 1 -
net-irc/sic/sic-1.1.ebuild | 32 --------------------------------
2 files changed, 33 deletions(-)
diff --git a/net-irc/sic/Manifest b/net-irc/sic/Manifest
index a8907531bdd..aad62287318 100644
--- a/net-irc/sic/Manifest
+++ b/net-irc/sic/Manifest
@@ -1,2 +1 @@
-DIST sic-1.1.tar.gz 5061 SHA256 f24d63c7ae5f3715f3c3885f5bd07d45ffa1b0af830a25523baec94653484dc2 SHA512 6cb4f609ec57f9ccc21ec2502eee27abed3b51000ffbd55a7c9ca25fb8d67526b193c5c0d5f155e207b4ce20487fb7bd8f392a9d802cb143abe3aac58c73f84e WHIRLPOOL f2b1a23fb443f2adb1f357ec0bb58c9054366dff2e2f7da965311d98078b37cb0db9c1e9c013ec482df9b01812645f4de91bf62c82b0ed23d0c4c7b36eb0e88d
DIST sic-1.2.tar.gz 4563 SHA256 ac07f905995e13ba2c43912d7a035fbbe78a628d7ba1c256f4ca1372fb565185 SHA512 5659ed9d8a5986dda90dbe1155c27a5fd0ab4b1fcad2c1a20997c530bf03864e6c08bdeffc025c728629ab11872af6a1250761160b91f148dc37d77a49046dc9 WHIRLPOOL 1fa1dd4caeff1122b954b1a54f131e2268cb805907746e5fad54467c6510d3e103c0e44b3f1716a4d7c27dae763580bbc95141c84011bd52d5b7a26be64a1268
diff --git a/net-irc/sic/sic-1.1.ebuild b/net-irc/sic/sic-1.1.ebuild
deleted file mode 100644
index e820ee5b653..00000000000
--- a/net-irc/sic/sic-1.1.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-inherit toolchain-funcs
-
-DESCRIPTION="An extremly simple IRC client"
-HOMEPAGE="https://tools.suckless.org/sic"
-SRC_URI="https://dl.suckless.org/tools/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 x86 ~x86-fbsd"
-IUSE=""
-
-src_prepare() {
- sed -i \
- -e "s/CFLAGS =/CFLAGS +=/g" \
- -e "s/-Os//" \
- -e "s/LDFLAGS =/LDFLAGS +=/" \
- -e "s/-s //g" \
- -e "s/= cc/= $(tc-getCC)/g" \
- config.mk || die "sed failed"
-}
-
-src_compile() {
- emake CC="$(tc-getCC)"
-}
-
-src_install() {
- emake DESTDIR="${D}" PREFIX="/usr" install
-}
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-irc/sic/
@ 2017-08-31 10:33 Jeroen Roovers
0 siblings, 0 replies; 6+ messages in thread
From: Jeroen Roovers @ 2017-08-31 10:33 UTC (permalink / raw
To: gentoo-commits
commit: a25292253b3681e4abad6d7de2baeb0f25fd56e8
Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 31 10:21:05 2017 +0000
Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Thu Aug 31 10:21:05 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2529225
net-irc/sic: Switch to HTTPS.
Package-Manager: Portage-2.3.8, Repoman-2.3.3
net-irc/sic/sic-1.1.ebuild | 6 +++---
net-irc/sic/sic-1.2.ebuild | 6 +++---
2 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/net-irc/sic/sic-1.1.ebuild b/net-irc/sic/sic-1.1.ebuild
index a15e46d1035..e820ee5b653 100644
--- a/net-irc/sic/sic-1.1.ebuild
+++ b/net-irc/sic/sic-1.1.ebuild
@@ -1,12 +1,12 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=4
inherit toolchain-funcs
DESCRIPTION="An extremly simple IRC client"
-HOMEPAGE="http://tools.suckless.org/sic"
-SRC_URI="http://dl.suckless.org/tools/${P}.tar.gz"
+HOMEPAGE="https://tools.suckless.org/sic"
+SRC_URI="https://dl.suckless.org/tools/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
diff --git a/net-irc/sic/sic-1.2.ebuild b/net-irc/sic/sic-1.2.ebuild
index e20435f4e7d..67faf284d4f 100644
--- a/net-irc/sic/sic-1.2.ebuild
+++ b/net-irc/sic/sic-1.2.ebuild
@@ -1,12 +1,12 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=4
inherit toolchain-funcs
DESCRIPTION="An extremly simple IRC client"
-HOMEPAGE="http://tools.suckless.org/sic"
-SRC_URI="http://dl.suckless.org/tools/${P}.tar.gz"
+HOMEPAGE="https://tools.suckless.org/sic"
+SRC_URI="https://dl.suckless.org/tools/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-irc/sic/
@ 2017-08-31 10:33 Jeroen Roovers
0 siblings, 0 replies; 6+ messages in thread
From: Jeroen Roovers @ 2017-08-31 10:33 UTC (permalink / raw
To: gentoo-commits
commit: 9648b653f7890632e09948954418ae97fb51f2a8
Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 31 10:25:11 2017 +0000
Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Thu Aug 31 10:25:11 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9648b653
net-irc/sic: EAPI=6.
Package-Manager: Portage-2.3.8, Repoman-2.3.3
net-irc/sic/sic-1.2-r1.ebuild | 34 ++++++++++++++++++++++++++++++++++
1 file changed, 34 insertions(+)
diff --git a/net-irc/sic/sic-1.2-r1.ebuild b/net-irc/sic/sic-1.2-r1.ebuild
new file mode 100644
index 00000000000..2056ef61651
--- /dev/null
+++ b/net-irc/sic/sic-1.2-r1.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit toolchain-funcs
+
+DESCRIPTION="An extremly simple IRC client"
+HOMEPAGE="https://tools.suckless.org/sic"
+SRC_URI="https://dl.suckless.org/tools/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~x86-fbsd"
+
+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
+}
+
+src_compile() {
+ emake CC="$(tc-getCC)"
+}
+
+src_install() {
+ emake DESTDIR="${D}" PREFIX="/usr" install
+}
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-irc/sic/
@ 2018-03-18 0:40 Thomas Deutschmann
0 siblings, 0 replies; 6+ messages in thread
From: Thomas Deutschmann @ 2018-03-18 0:40 UTC (permalink / raw
To: gentoo-commits
commit: d706acac2407481a48ae78206edd5cb44c2bf7a5
Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 18 00:31:45 2018 +0000
Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Sun Mar 18 00:40:20 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d706acac
net-irc/sic: x86 stable (bug #650234)
Package-Manager: Portage-2.3.24, Repoman-2.3.6
net-irc/sic/sic-1.2-r1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/net-irc/sic/sic-1.2-r1.ebuild b/net-irc/sic/sic-1.2-r1.ebuild
index 2056ef61651..ff40241a5d6 100644
--- a/net-irc/sic/sic-1.2-r1.ebuild
+++ b/net-irc/sic/sic-1.2-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -10,7 +10,7 @@ SRC_URI="https://dl.suckless.org/tools/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~amd64 ~x86 ~x86-fbsd"
+KEYWORDS="~amd64 x86 ~x86-fbsd"
src_prepare() {
default
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-irc/sic/
@ 2018-03-18 9:36 Mikle Kolyada
0 siblings, 0 replies; 6+ messages in thread
From: Mikle Kolyada @ 2018-03-18 9:36 UTC (permalink / raw
To: gentoo-commits
commit: 4a49012fe68afd4a666d4a47a4d41e3cf35c477a
Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 18 09:36:19 2018 +0000
Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Sun Mar 18 09:36:19 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a49012f
net-irc/sic: amd64 stable wrt bug #650234
Package-Manager: Portage-2.3.24, Repoman-2.3.6
net-irc/sic/sic-1.2-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-irc/sic/sic-1.2-r1.ebuild b/net-irc/sic/sic-1.2-r1.ebuild
index ff40241a5d6..89b916c4ce2 100644
--- a/net-irc/sic/sic-1.2-r1.ebuild
+++ b/net-irc/sic/sic-1.2-r1.ebuild
@@ -10,7 +10,7 @@ SRC_URI="https://dl.suckless.org/tools/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~amd64 x86 ~x86-fbsd"
+KEYWORDS="amd64 x86 ~x86-fbsd"
src_prepare() {
default
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-irc/sic/
@ 2018-03-18 9:42 Mikle Kolyada
0 siblings, 0 replies; 6+ messages in thread
From: Mikle Kolyada @ 2018-03-18 9:42 UTC (permalink / raw
To: gentoo-commits
commit: 5b8c3415540ebf7e2e6359a3c4c864360221759c
Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 18 09:37:52 2018 +0000
Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Sun Mar 18 09:38:00 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b8c3415
net-irc/sic: Drop old
Package-Manager: Portage-2.3.24, Repoman-2.3.6
net-irc/sic/sic-1.2.ebuild | 35 -----------------------------------
1 file changed, 35 deletions(-)
diff --git a/net-irc/sic/sic-1.2.ebuild b/net-irc/sic/sic-1.2.ebuild
deleted file mode 100644
index 67faf284d4f..00000000000
--- a/net-irc/sic/sic-1.2.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-inherit toolchain-funcs
-
-DESCRIPTION="An extremly simple IRC client"
-HOMEPAGE="https://tools.suckless.org/sic"
-SRC_URI="https://dl.suckless.org/tools/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 x86 ~x86-fbsd"
-IUSE=""
-
-src_prepare() {
- sed -i \
- -e "s/CFLAGS =/CFLAGS +=/g" \
- -e "s/-Os//" \
- -e "s/LDFLAGS = -s/LDFLAGS +=/" \
- -e "/^LIBS =/d" \
- -e "s/= cc/= $(tc-getCC)/g" \
- config.mk || die "sed failed"
-
- # enable verbose build
- sed -i 's/@${CC}/${CC}/' Makefile || die
-}
-
-src_compile() {
- emake CC="$(tc-getCC)"
-}
-
-src_install() {
- emake DESTDIR="${D}" PREFIX="/usr" install
-}
^ permalink raw reply related [flat|nested] 6+ messages in thread
end of thread, other threads:[~2018-03-18 9:42 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-08-31 10:33 [gentoo-commits] repo/gentoo:master commit in: net-irc/sic/ Jeroen Roovers
-- strict thread matches above, loose matches on Subject: below --
2018-03-18 9:42 Mikle Kolyada
2018-03-18 9:36 Mikle Kolyada
2018-03-18 0:40 Thomas Deutschmann
2017-08-31 10:33 Jeroen Roovers
2017-08-31 10:33 Jeroen Roovers
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox