public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: net-im/ysm/
@ 2016-01-25 10:17 David Seifert
  0 siblings, 0 replies; 3+ messages in thread
From: David Seifert @ 2016-01-25 10:17 UTC (permalink / raw
  To: gentoo-commits

commit:     66ebb183ab232a2ed71def6447aeafa6aaa97551
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 25 10:17:08 2016 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Mon Jan 25 10:17:08 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=66ebb183

net-im/ysm: add -std=gnu89 to CFLAGS to restore pre-GCC5 semantics

Gentoo-Bug: 570408
* EAPI=6

Package-Manager: portage-2.2.27

 net-im/ysm/ysm-2.9.9.1-r1.ebuild | 26 ++++++++++++++++++++++++++
 1 file changed, 26 insertions(+)

diff --git a/net-im/ysm/ysm-2.9.9.1-r1.ebuild b/net-im/ysm/ysm-2.9.9.1-r1.ebuild
new file mode 100644
index 0000000..fcd49a6
--- /dev/null
+++ b/net-im/ysm/ysm-2.9.9.1-r1.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit flag-o-matic versionator
+
+MY_PV="$(replace_all_version_separators _)"
+
+DESCRIPTION="A console ICQ client supporting versions 7/8"
+HOMEPAGE="http://ysmv7.sourceforge.net/"
+SRC_URI="mirror://sourceforge/ysmv7/${PN}v7_${MY_PV}.tar.bz2"
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE=""
+RESTRICT="mirror"
+
+S=${WORKDIR}/${PN}v7_${MY_PV}
+
+src_prepare() {
+	# fix bug 570408 by restoring pre-GCC5 inline semantics
+	append-cflags -std=gnu89
+	default
+}


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-im/ysm/
@ 2017-02-13  8:03 Michael Palimaka
  0 siblings, 0 replies; 3+ messages in thread
From: Michael Palimaka @ 2017-02-13  8:03 UTC (permalink / raw
  To: gentoo-commits

commit:     c7541ca7dd053506633960fe23b9563e914d6dbf
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 13 08:01:53 2017 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Mon Feb 13 08:03:33 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7541ca7

net-im/ysm: remove old

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 net-im/ysm/ysm-2.9.9.1.ebuild | 26 --------------------------
 1 file changed, 26 deletions(-)

diff --git a/net-im/ysm/ysm-2.9.9.1.ebuild b/net-im/ysm/ysm-2.9.9.1.ebuild
deleted file mode 100644
index af990fa5a1..0000000000
--- a/net-im/ysm/ysm-2.9.9.1.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-MY_PV=${PV//./_}
-
-DESCRIPTION="A console ICQ client supporting versions 7/8"
-HOMEPAGE="http://ysmv7.sourceforge.net/"
-SRC_URI="mirror://sourceforge/ysmv7/${PN}v7_${MY_PV}.tar.bz2"
-RESTRICT="mirror"
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc x86"
-IUSE=""
-DEPEND=""
-RDEPEND=""
-
-S=${WORKDIR}/${PN}v7_${MY_PV}
-
-src_install () {
-	dobin src/ysm
-	doman src/man/ysm.1
-	dodoc README AUTHORS INSTALL
-}


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-im/ysm/
@ 2021-06-20 21:21 Sam James
  0 siblings, 0 replies; 3+ messages in thread
From: Sam James @ 2021-06-20 21:21 UTC (permalink / raw
  To: gentoo-commits

commit:     437cf07c8f2d022bce866db6050fa314812fc5ba
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 20 21:20:41 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Jun 20 21:20:41 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=437cf07c

net-im/ysm: fix WhitespaceFound

Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-im/ysm/ysm-2.9.9.1-r2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-im/ysm/ysm-2.9.9.1-r2.ebuild b/net-im/ysm/ysm-2.9.9.1-r2.ebuild
index 13963a823e8..c36878d1981 100644
--- a/net-im/ysm/ysm-2.9.9.1-r2.ebuild
+++ b/net-im/ysm/ysm-2.9.9.1-r2.ebuild
@@ -39,8 +39,8 @@ src_prepare() {
 }
 
 src_configure() {
-    # fix bug 570408 by restoring pre-GCC 5 inline semantics
-    append-cflags -std=gnu89
+	# fix bug #570408 by restoring pre-GCC 5 inline semantics
+	append-cflags -std=gnu89
 
 	econf
 }


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-06-20 21:21 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-01-25 10:17 [gentoo-commits] repo/gentoo:master commit in: net-im/ysm/ David Seifert
  -- strict thread matches above, loose matches on Subject: below --
2017-02-13  8:03 Michael Palimaka
2021-06-20 21:21 Sam James

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox