public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Kacper Kowalik (xarthisius)" <xarthisius@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in x11-misc/unclutter: ChangeLog unclutter-8-r2.ebuild
Date: Thu,  9 Sep 2010 09:33:43 +0000 (UTC)	[thread overview]
Message-ID: <20100909093343.E3C2B20051@flycatcher.gentoo.org> (raw)

xarthisius    10/09/09 09:33:43

  Modified:             ChangeLog
  Added:                unclutter-8-r2.ebuild
  Log:
  Respect LDFLAGS wrt bug 336546. Thanks to Diego for the report. Fix implicit function declarations.
  
  (Portage version: 2.2_rc77/cvs/Linux x86_64)

Revision  Changes    Path
1.25                 x11-misc/unclutter/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/unclutter/ChangeLog?rev=1.25&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/unclutter/ChangeLog?rev=1.25&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/unclutter/ChangeLog?r1=1.24&r2=1.25

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/unclutter/ChangeLog,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- ChangeLog	22 Jul 2007 03:41:55 -0000	1.24
+++ ChangeLog	9 Sep 2010 09:33:43 -0000	1.25
@@ -1,6 +1,13 @@
 # ChangeLog for x11-misc/unclutter
-# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/unclutter/ChangeLog,v 1.24 2007/07/22 03:41:55 dberkholz Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/unclutter/ChangeLog,v 1.25 2010/09/09 09:33:43 xarthisius Exp $
+
+*unclutter-8-r2 (09 Sep 2010)
+
+  09 Sep 2010; Kacper Kowalik <xarthisius@gentoo.org>
+  +unclutter-8-r2.ebuild:
+  Respect LDFLAGS wrt bug 336546. Thanks to Diego for the report. Fix
+  implicit function declarations.
 
   22 Jul 2007; Donnie Berkholz <dberkholz@gentoo.org>;
   unclutter-8-r1.ebuild:



1.1                  x11-misc/unclutter/unclutter-8-r2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/unclutter/unclutter-8-r2.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/unclutter/unclutter-8-r2.ebuild?rev=1.1&content-type=text/plain

Index: unclutter-8-r2.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-misc/unclutter/unclutter-8-r2.ebuild,v 1.1 2010/09/09 09:33:43 xarthisius Exp $

EAPI=2

inherit toolchain-funcs

DESCRIPTION="Hides mouse pointer while not in use."
HOMEPAGE="http://www.ibiblio.org/pub/X11/contrib/utilities/unclutter-8.README"
SRC_URI="ftp://ftp.x.org/contrib/utilities/${P}.tar.Z"

SLOT="0"
LICENSE="public-domain"
KEYWORDS="~alpha ~amd64 ~hppa ~mips ~ppc ~ppc64 ~sparc ~x86"
IUSE=""

RDEPEND="x11-libs/libX11"
DEPEND="${RDEPEND}
	x11-proto/xproto"

S=${WORKDIR}/${PN}

src_prepare() {
	sed -i -e "/stdio/ a #include <stdlib.h>" unclutter.c || die #implictits
}

src_compile() {
	emake CDEBUGFLAGS="${CFLAGS}" CC="$(tc-getCC)" \
		LDOPTIONS="${LDFLAGS}" || die
}

src_install () {
	dobin unclutter || die
	newman unclutter.man unclutter.1x || die
	dodoc README || die
}






             reply	other threads:[~2010-09-09  9:33 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-09-09  9:33 Kacper Kowalik (xarthisius) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2010-12-16  9:31 [gentoo-commits] gentoo-x86 commit in x11-misc/unclutter: ChangeLog unclutter-8-r2.ebuild PaweA Hajdan (phajdan.jr)
2010-12-18 12:11 Markos Chandras (hwoarang)
2010-12-31 21:09 Jeroen Roovers (jer)
2011-01-10 19:17 Brent Baude (ranger)
2011-01-30 18:35 Raul Porcel (armin76)
2011-03-16 18:33 Kacper Kowalik (xarthisius)

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=20100909093343.E3C2B20051@flycatcher.gentoo.org \
    --to=xarthisius@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