public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Samuli Suominen (ssuominen)" <ssuominen@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in net-irc/cwirc: cwirc-2.0.0.ebuild ChangeLog
Date: Mon, 30 Nov 2009 20:24:11 +0000	[thread overview]
Message-ID: <E1NFCn5-00024P-RQ@stork.gentoo.org> (raw)

ssuominen    09/11/30 20:24:11

  Modified:             cwirc-2.0.0.ebuild ChangeLog
  Log:
  Fix patch to support multilib and mark it stable for amd64 wrt #286873.
  (Portage version: 2.2_rc54/cvs/Linux x86_64)

Revision  Changes    Path
1.5                  net-irc/cwirc/cwirc-2.0.0.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-irc/cwirc/cwirc-2.0.0.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-irc/cwirc/cwirc-2.0.0.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-irc/cwirc/cwirc-2.0.0.ebuild?r1=1.4&r2=1.5

Index: cwirc-2.0.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-irc/cwirc/cwirc-2.0.0.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- cwirc-2.0.0.ebuild	30 Apr 2009 21:17:35 -0000	1.4
+++ cwirc-2.0.0.ebuild	30 Nov 2009 20:24:11 -0000	1.5
@@ -1,36 +1,34 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/cwirc/cwirc-2.0.0.ebuild,v 1.4 2009/04/30 21:17:35 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/cwirc/cwirc-2.0.0.ebuild,v 1.5 2009/11/30 20:24:11 ssuominen Exp $
 
-inherit eutils toolchain-funcs
+EAPI=2
+inherit eutils multilib toolchain-funcs
 
 DESCRIPTION="An X-chat plugin for sending and receiving raw morse code over IRC"
 HOMEPAGE="http://myspace.voo.be/pcoupard/cwirc/"
 SRC_URI="http://myspace.voo.be/pcoupard/cwirc/download/${P}.tar.gz"
+
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc x86"
+KEYWORDS="amd64 ~ppc x86"
 IUSE=""
 
-RDEPEND="x11-libs/gtk+
+RDEPEND="x11-libs/gtk+:2
 	>=net-irc/xchat-2.0.1"
-
 DEPEND="${RDEPEND}
 	dev-util/pkgconfig"
 
-src_unpack() {
-	unpack ${A}
-	cd "${S}"
-
+src_prepare() {
 	epatch "${FILESDIR}"/cwirc-1.7.1-gentoo.patch
 }
 
 src_compile() {
-	emake STRIP="true" CC="$(tc-getCC)" CFLAGS="${CFLAGS} -DLINUX" || die "emake failed"
+	emake STRIP="true" CC="$(tc-getCC)" CFLAGS="${CFLAGS} -DLINUX" || die
 }
 
 src_install() {
-	make install || die "make install failed"
+	emake DESTDIR="${D}" LIBDIR="/usr/$(get_libdir)" install || die
 
 	dodoc README RELEASE_NOTES Changelog
 	docinto schematics



1.24                 net-irc/cwirc/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-irc/cwirc/ChangeLog?rev=1.24&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-irc/cwirc/ChangeLog?rev=1.24&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-irc/cwirc/ChangeLog?r1=1.23&r2=1.24

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-irc/cwirc/ChangeLog,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- ChangeLog	30 Apr 2009 21:17:35 -0000	1.23
+++ ChangeLog	30 Nov 2009 20:24:11 -0000	1.24
@@ -1,6 +1,10 @@
 # ChangeLog for net-irc/cwirc
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/cwirc/ChangeLog,v 1.23 2009/04/30 21:17:35 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/cwirc/ChangeLog,v 1.24 2009/11/30 20:24:11 ssuominen Exp $
+
+  30 Nov 2009; Samuli Suominen <ssuominen@gentoo.org>
+  files/cwirc-1.7.1-gentoo.patch, cwirc-2.0.0.ebuild:
+  Fix patch to support multilib and mark it stable for amd64 wrt #286873.
 
   30 Apr 2009; Patrick Lauer <patrick@gentoo.org> cwirc-2.0.0.ebuild:
   Homepage and src_uri fix for #267950, additional ~amd64 keyword for extra






             reply	other threads:[~2009-11-30 20:24 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-11-30 20:24 Samuli Suominen (ssuominen) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2012-05-03  6:27 [gentoo-commits] gentoo-x86 commit in net-irc/cwirc: cwirc-2.0.0.ebuild ChangeLog Jeff Horelick (jdhore)
2009-12-21 13:57 Samuli Suominen (ssuominen)
2009-04-30 21:17 Patrick Lauer (patrick)

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=E1NFCn5-00024P-RQ@stork.gentoo.org \
    --to=ssuominen@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